You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-9Lines changed: 16 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,24 +1,31 @@
1
+
# DE.SETF.WILBUR: a maintenance fork of net.sourceforge.wilbur
1
2
3
+
## Introduction
2
4
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
9
6
compatibility with Lisp runtimes.
10
7
11
8
- MCL : 5.2
12
9
- SBCL : 1.0.36 (linux)
13
10
14
11
## Downloading
15
12
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).
18
14
19
15
## Building
20
16
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)
0 commit comments