mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
c91983ac8f
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>
10 lines
234 B
Plaintext
10 lines
234 B
Plaintext
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
|