File: README

package info (click to toggle)
webgen 0.3.8-3
  • links: PTS
  • area: main
  • in suites: lenny, squeeze
  • size: 1,912 kB
  • ctags: 586
  • sloc: ruby: 4,789; makefile: 9
file content (16 lines) | stat: -rw-r--r-- 537 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
webgen - a template based static website generator

Copyright (C) 2004 Thomas Leitner

>>> The documentation for webgen is in the doc/src subdirectory. <<<

You can build the documentation by
invoking
 $ rake doc

in the root of the package or by running webgen manually in the +doc+ directory:
 $ ruby -I../lib ../bin/webgen

This documentation is actually the same as the one on webgen.rubyforge.org. When releasing a new
version of webgen, I run one of the above commands to create the pages and then only copy it to the
website! :-)