Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/puercopop/pilas
Barely a Wiki
https://github.com/puercopop/pilas
common-lisp wiki
Last synced: 3 days ago
JSON representation
Barely a Wiki
- Host: GitHub
- URL: https://github.com/puercopop/pilas
- Owner: PuercoPop
- License: agpl-3.0
- Created: 2016-12-02T16:36:40.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-25T02:00:11.000Z (over 6 years ago)
- Last Synced: 2025-01-01T10:43:54.453Z (9 days ago)
- Topics: common-lisp, wiki
- Language: Common Lisp
- Size: 31.3 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pilas
Barely a wiki with the goal of being a semantic wiki
# Start the Web Interface
```lisp
(ql:quickload "pilas-web")
(pilas/web:start-server)
```