Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update docs #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@ <h2> CL-UNICODE - A portable Unicode library for Common Lisp</h2>
with <a href="http://weitz.de/cl-ppcre/#unicode">Unicode
properties</a>.
<p>
CL-UNICODE is based on Unicode 5.1.
CL-UNICODE is based on Unicode 6.2.
<p>
The code comes with
a <a
href="http://www.opensource.org/licenses/bsd-license.php">BSD-style
license</a> so you can basically do with it whatever you want.

<p>
<font color=red>Download shortcut:</font> <a href="http://weitz.de/files/cl-unicode.tar.gz">http://weitz.de/files/cl-unicode.tar.gz</a>.
<font color=red>Download shortcut:</font> <a href="https://github.com/edicl/cl-unicode/archive/v0.1.5.tar.gz">https://github.com/edicl/cl-unicode/archive/v0.1.5.tar.gz</a>.
</blockquote>

<br>&nbsp;<br><h3><a class=none name="contents">Contents</a></h3>
Expand All @@ -71,8 +71,8 @@ <h2> CL-UNICODE - A portable Unicode library for Common Lisp</h2>
<br>&nbsp;<br><h3><a class=none name="download">Download and installation</a></h3>

CL-UNICODE together with this documentation can be downloaded from <a
href="http://weitz.de/files/cl-unicode.tar.gz">http://weitz.de/files/cl-unicode.tar.gz</a>. The
current version is 0.1.4.
href="https://github.com/edicl/cl-unicode/archive/v0.1.5.tar.gz">https://github.com/edicl/cl-unicode/archive/v0.1.5.tar.gz</a>. The
current version is 0.1.5.
<p>
The library comes with a system definition
for <a href="http://www.cliki.net/asdf">ASDF</a> and you compile and
Expand Down