Get Ikiwiki stuff working minimally.
commit4e826c1b9da68652db9098d3811037ba2edb261d
authorMichael Olson <mwolson@gnu.org>
Fri, 10 Oct 2008 05:36:01 +0000 (9 22:36 -0700)
committerMichael Olson <mwolson@gnu.org>
Fri, 10 Oct 2008 05:36:01 +0000 (9 22:36 -0700)
treeeb55a3b785d9c4c24d8c022c491fdb7bd48053ef
parent40d952bbff0a9f439f4da5160253fe1c28408cc9
Get Ikiwiki stuff working minimally.

* examples/ikiwiki/IkiWiki/Plugin/muse.pm: Move here from
  examples/ikiwiki/muse.  Encode/decode UTF-8 properly.  Take pains to
  remove the temp file.  Die on errors.  Remove test sub.

* examples/ikiwiki/muse-init-project.el: Remove server stuff.

* lisp/muse-ikiwiki.el (muse-ikiwiki-publish-file): Set font-lock-verbose
  to nil to avoid spurious messages when publishing.  Silence the "Wrote
  file" message.

* lisp/muse-publish.el (muse-batch-publish-files): Set font-lock-verbose
  to nil to avoid spurious messages when publishing.

* lisp/muse.el (muse-write-file): Take NOMESSAGE argument.

* texi/muse.texi (Ikiwiki): Add instructions for using
  IkiWiki::Plugin::muse.
examples/ikiwiki/IkiWiki/Plugin/muse.pm [moved from examples/ikiwiki/muse with 63% similarity]
examples/ikiwiki/muse-init-project.el
lisp/muse-ikiwiki.el
lisp/muse-publish.el
lisp/muse.el
texi/muse.texi