Tuesday, December 19, 2006
Weblog software in Factor
Matthew Willis has been working on a weblog implemented in Factor. He's using the following libraries:
- /libs/httpd/ to serve pages
- /libs/furnace/ for action handling and templating
- /libs/tupledb/ for O/R mapping
- /libs/sqlite/ for persistence
Subscribe to:
Post Comments (Atom)
4 comments:
Does he have source available, looks like an interesting project.
Yes, he has source code at http://files.onigirihouse.org/.
Try .com instead of .org
regards
Bruce Rennie
(God's Own Country Downunder)
The source has moved to http://yuuki.onigirihouse.com/repos/Factor/apps/furnace-onigiri/
It is also bundled with the latest version of Factor (0.87)
Enjoy!
Post a Comment