Skip to content

Commit 24f6c43

Browse files
committed
Merge pull request lisp#6 from vityok/issue-3
updated README.md with additional information and a link to the project ...
2 parents 888ea0d + d31f75c commit 24f6c43

File tree

1 file changed

+16
-9
lines changed

1 file changed

+16
-9
lines changed

README.md

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,31 @@
1+
# DE.SETF.WILBUR: a maintenance fork of net.sourceforge.wilbur
12

3+
## Introduction
24

3-
DE.SETF.WILBUR: a maintenance fork of net.sourceforge.wilbur
4-
-------
5-
6-
Introduction
7-
------------
8-
`de.setf.wilbur` is extends and updates the 2010-02-14 version of the "Wilbur Semantic Web Toolkit for CLOS" to maintain
5+
`de.setf.wilbur` extends and updates the Feb 14, 2010 version of the "[Wilbur Semantic Web Toolkit for CLOS](http://wilbur-rdf.sourceforge.net/)" to maintain
96
compatibility with Lisp runtimes.
107

118
- MCL : 5.2
129
- SBCL : 1.0.36 (linux)
1310

1411
## Downloading
1512

16-
[github](http://github.com/lisp/de.setf.wilbur)
17-
13+
You can download Wilbur from [GitHub](http://github.com/lisp/de.setf.wilbur) either by cloning repository or downloading all the source files in [a Zip archive](https://github.com/lisp/de.setf.wilbur/archive/master.zip).
1814

1915
## Building
2016

21-
In principle, `de.setf.wilbur` is built with [`asdf`](http://www.common-lisp.net/projects/asdf).
17+
In principle, `de.setf.wilbur` is built with [`ASDF`](http://www.common-lisp.net/projects/asdf).
18+
19+
If you have [Quicklisp](http://www.quicklisp.org/beta/) then installing Wilbur is a single command task:
20+
```lisp
21+
(ql:quickload "wilbur")
22+
```
23+
24+
This will install Wilbur and all its dependencies.
25+
26+
## Documentation
27+
28+
Additional information about Wilbur, manual, API reference and other useful titbits can be found [on the project Wiki.](https://github.com/lisp/de.setf.wilbur/wiki)
2229

2330
## Licensing
2431

0 commit comments

Comments
 (0)