Allow Sitemap links without extension
commit71400037f32d25e5c0702725bfadc41545626e30
authorManuel Giraud <manuel.giraud@univ-nantes.fr>
Fri, 29 Apr 2011 18:07:14 +0000 (29 18:07 +0000)
committerCarsten Dominik <carsten.dominik@gmail.com>
Mon, 2 May 2011 07:26:15 +0000 (2 09:26 +0200)
tree350f6bdb99d10f98f49829069d130169e961f7fd
parent420899b3dfc3f608a049db5fe5e74af62dc38350
Allow Sitemap links without extension

* lisp/org-publish.el (org-publish-project-alist): Document new
:sitemap-sans-extension property.
(org-publish-org-sitemap): Use new sitemap-sans-extension setting.

The following patch adds an option to remove extensions of files linked
from the auto generated sitemap. This is useful if you want to follow
this: http://www.w3.org/Provider/Style/URI
lisp/org-publish.el