implemented in 1000 lines of Munger(1). Blogd creates the simplest blog that is still useful, in its author's estimation. On a single-core system, it should be able to service 500 requests/second. More cores will yield proportionally better performance. WEB: http://www.mammothcheese.ca/ PR: ports/135513 Submitted by: James Bailie <jimmy at mammothcheese.ca>
9 lines
234 B
Text
9 lines
234 B
Text
bin/blogd
|
|
bin/blogd-add
|
|
bin/blogd-delete
|
|
bin/blogd-extract
|
|
bin/blogd-replace
|
|
etc/blogd.css.sample
|
|
etc/rc.d/blogd
|
|
@unexec if cmp -s %D/etc/blogd.config %D/etc/blogd.config.dist; then rm -f %D/etc/blogd.config; fi
|
|
etc/blogd.config.dist
|