~kris/9p

krisyotam.net

ref: a15f9ce362ba4d456a781ce61e1046f8259a3ee0 krisyotam.net/README.txt -rw-r--r-- 1.1 KiB
a15f9ce3 — Kris Yotam initial werc site scaffold 4 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
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)