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

4 comments:

  1. Anonymous12:12 AM

    Does he have source available, looks like an interesting project.

    ReplyDelete
  2. Yes, he has source code at http://files.onigirihouse.org/.

    ReplyDelete
  3. Anonymous3:14 AM

    Try .com instead of .org

    regards

    Bruce Rennie
    (God's Own Country Downunder)

    ReplyDelete
  4. Anonymous12:44 AM

    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!

    ReplyDelete