PLAN9.KRISYOTAM.COM

Werc-powered site for Plan 9 tools, patches, notes, and
machine configuration. Served as a subdomain of krisyotam.com.


STRUCTURE

  sites/plan9.krisyotam.com/    Site content (markdown files)
    tools/                      Scripts and programs
    patches/                    Contributed patches
    notes/                      Reference material
    setup/                      Machine configs and install notes

  bin/                          Werc framework (rc shell)
  lib/                          Werc libraries
  tpl/                          HTML templates
  pub/                          Static assets (CSS, images)
  etc/                          Werc configuration
  apps/                         Werc apps (blog, hierarchies)


REQUIREMENTS

  Plan 9 from User Space (plan9port), or 9base, or frontbase
  A CGI-capable web server (nginx + fcgiwrap)


DEPLOY

  Configure nginx to pass requests to bin/werc.rc via CGI.
  The site directory name must match the Host header.


LICENSE

  Werc framework: MIT (Uriel Mangado)
  Site content: All rights reserved (Kris Yotam)
