Skip to content

Commit

Permalink
Merge pull request #6 from vityok/issue-3
Browse files Browse the repository at this point in the history
updated README.md with additional information and a link to the project ...
  • Loading branch information
lisp committed Jan 14, 2013
2 parents 888ea0d + d31f75c commit 24f6c43
Showing 1 changed file with 16 additions and 9 deletions.
25 changes: 16 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,31 @@
# DE.SETF.WILBUR: a maintenance fork of net.sourceforge.wilbur

## Introduction

DE.SETF.WILBUR: a maintenance fork of net.sourceforge.wilbur
-------

Introduction
------------
`de.setf.wilbur` is extends and updates the 2010-02-14 version of the "Wilbur Semantic Web Toolkit for CLOS" to maintain
`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
compatibility with Lisp runtimes.

- MCL : 5.2
- SBCL : 1.0.36 (linux)

## Downloading

[github](http://github.com/lisp/de.setf.wilbur)

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).

## Building

In principle, `de.setf.wilbur` is built with [`asdf`](http://www.common-lisp.net/projects/asdf).
In principle, `de.setf.wilbur` is built with [`ASDF`](http://www.common-lisp.net/projects/asdf).

If you have [Quicklisp](http://www.quicklisp.org/beta/) then installing Wilbur is a single command task:
```lisp
(ql:quickload "wilbur")
```

This will install Wilbur and all its dependencies.

## Documentation

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)

## Licensing

Expand Down

0 comments on commit 24f6c43

Please sign in to comment.