Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kisom/sinclair
you're kidding me, another blog engine?
https://github.com/kisom/sinclair
Last synced: 18 days ago
JSON representation
you're kidding me, another blog engine?
- Host: GitHub
- URL: https://github.com/kisom/sinclair
- Owner: kisom
- Created: 2014-03-03T23:19:55.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-06-10T00:50:48.000Z (over 10 years ago)
- Last Synced: 2024-10-11T02:46:30.083Z (about 1 month ago)
- Language: Common Lisp
- Size: 313 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# Sinclair - a bespoke blog engine
Sinclair is a dynamic blogging engine. It works by initialising the
engine from disk, loading relevant information into an in-memory hash
map. When it is alerted to update or add a new post/page, it rescans
the appropriate files.It's a combination of the blogging engine I want and some of the ideas
I want to play with. It is highly unlikely this will be useful to
other people.## Usage
This requires sinclair to be in Quicklisp's local-projects.
```
(ql:quickload :sexml)
(sexml:with-compiletime-active-layers
(sexml:standard-sexml sexml:xml-doctype)
(sexml:support-dtd
(merge-pathnames "html5.dtd" (asdf:system-source-directory "sexml"))
:<))
(<:augment-with-doctype "html" "")
(ql:quickload :sinclair)
```
## Author* K. Isom ([email protected])
## Copyright
Copyright (c) 2014 K. Isom ([email protected])
# License
Licensed under the ISC License.