]> git.cworth.org Git - ikiwiki-bootstrap/log
ikiwiki-bootstrap
16 years agoAdd a BEGIN block so that the gitrepo and checkout variables actually work
Carl Worth [Fri, 15 Jun 2007 17:18:12 +0000 (10:18 -0700)]
Add a BEGIN block so that the gitrepo and checkout variables actually work

The trick here is that the hash containing configuration settings is
being passed to a perl module's import method with a use statement.
That use statement includes an implicit BEGIN statement which makes
the import function get called at compile-time. So our settings for
gitrepo and checkout don't take effect unless we also put them in
their own BEGIN block.

16 years agoFix comma vs. semicolon typos.
Carl Worth [Fri, 15 Jun 2007 17:16:07 +0000 (10:16 -0700)]
Fix comma vs. semicolon typos.

16 years agoDocument the need to touch up post-update
Carl Worth [Tue, 12 Jun 2007 23:17:02 +0000 (16:17 -0700)]
Document the need to touch up post-update

This hook must be edited to call ikiwiki-post-update and must be made
executable before the wiki will be active.

16 years agoFix post-updeate wrapper to match comment
Carl Worth [Tue, 12 Jun 2007 23:13:19 +0000 (16:13 -0700)]
Fix post-updeate wrapper to match comment

It's much kinder to generate an inert wrapper which the user can call as desired
from the actual post-update hook.

16 years agoAdd a simple README
Carl Worth [Tue, 12 Jun 2007 23:10:03 +0000 (16:10 -0700)]
Add a simple README

16 years agoSimplify and document the git repository setup
Carl Worth [Thu, 24 May 2007 18:13:08 +0000 (11:13 -0700)]
Simplify and document the git repository setup

There's now a new gitrepo variable whose value is used for setting
srcdir, templatedir, and underlaydir.

16 years agoAdd templates to revision control.
Carl Worth [Tue, 22 May 2007 07:07:48 +0000 (00:07 -0700)]
Add templates to revision control.

This should give us a lot of flexibility by allowing us to edit
both the templates and the stylesheets within git and use these
version-controlled copies of the files to generate the final
content.

16 years agoAdd CSS files, (straight from ikiwiki examples)
Carl Worth [Tue, 22 May 2007 06:57:43 +0000 (23:57 -0700)]
Add CSS files, (straight from ikiwiki examples)

16 years agoAdd .gitignore file to ignore *~ and internal .ikiwiki directory
Carl Worth [Tue, 22 May 2007 06:56:19 +0000 (23:56 -0700)]
Add .gitignore file to ignore *~ and internal .ikiwiki directory

16 years agoPrune all non-git RCS stuff
Carl Worth [Tue, 22 May 2007 06:37:19 +0000 (23:37 -0700)]
Prune all non-git RCS stuff

16 years agoInitial commit of ikiwiki.setup
Carl Worth [Tue, 22 May 2007 06:35:24 +0000 (23:35 -0700)]
Initial commit of ikiwiki.setup

This comes straight out of the ikiwiki 2.1 documentation.