blogue : Blogging tool like early blosxom
_blogue_ : Blogging tool like early blosxom
==========================================
By Jay McCarthy <[email protected]>
Keywords: _dev_
Introduction
============
Files
====
_blogue-main.ss_
_blogue-moc.ss_
_blogue-ping.ss_
_blogue-post.ss_
_blogue-sig.ss_
_blogue-sync.ss_
_blogue-world.ss_
_blogue.ss_
_FILE.ss_
---------------
Require it like this:
> (require (planet "FILE.ss" ("jaymccarthy" "blogue.plt" 1)))
It provides the follow identifiers:
Example
=======
See `blogue-moc.ss' for an example config unit.
Make a file `run.ss':
(module run mzscheme
(require (planet "blogue-main.ss" ("jaymccarthy" "blogue.plt" 1))))
Then run...
mzscheme -mvt run.ss CONFIG_MODULE build sync ping
History
======
June 22nd, 2006
* Removing dead file
June 21st, 2006
* Initial