Attempt to get the right file extension when publishing; more examples.
commit8db7c168d794b21c058b6967e13277c4b16ca60c
authorMichael Olson <mwolson@gnu.org>
Wed, 13 Jul 2005 23:11:08 +0000 (13 23:11 +0000)
committerMichael Olson <mwolson@gnu.org>
Wed, 13 Jul 2005 23:11:08 +0000 (13 23:11 +0000)
tree9bad3a68cdbbba6176eb6d2614961f11c2ef3a3b
parent12a5052e13fe70f0a04a5c382bcd3d1a2534304f
Attempt to get the right file extension when publishing; more examples.

* examples/mwolson/muse-init.el: Update my configuration.

* examples/mwolson/templates: Store my web page templates here.

* examples/mwolson/stylesheets: Store my CSS stylesheets here.

* lisp/muse-publish.el (muse-publish-markup-link): Fix mangling of
  descriptions.  Yet another reason to implement my list-returning from
  handlers idea.

* lisp/muse-wiki.el (muse-wiki-resolve-project-page): Deal gracefully
  with a few more edge cases.  Throw together a rough hack for
  determining when to include the output file extension.

* lisp/muse-wiki.el (muse-wiki-colors-nop-tag): Make this less odious,
  but still ineffective.
git-archimport-id: mwolson@gnu.org--2005/muse--main--1.0--patch-134
ChangeLog
examples/mwolson/muse-init.el
examples/mwolson/templates/footer.html [new file with mode: 0644]
examples/mwolson/templates/generic-footer.html [new file with mode: 0644]
examples/mwolson/templates/generic-header.html [new file with mode: 0644]
examples/mwolson/templates/header.html [new file with mode: 0644]
lisp/muse-publish.el
lisp/muse-wiki.el