From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jon Anders Skorpen Subject: Blog-like sitemap for org-publish Date: Sat, 6 Aug 2011 21:57:35 +0000 Message-ID: <20110806215735.GA19596@facies.mindmutation.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([140.186.70.92]:42220) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QposF-0005j7-Fo for emacs-orgmode@gnu.org; Sat, 06 Aug 2011 17:57:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QposE-00017O-Jh for emacs-orgmode@gnu.org; Sat, 06 Aug 2011 17:57:39 -0400 Received: from facies.mindmutation.net ([46.137.81.145]:56070) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QposE-00017K-BI for emacs-orgmode@gnu.org; Sat, 06 Aug 2011 17:57:38 -0400 Content-Disposition: inline List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi. I have made a function which creates a blog-like sitemap. It works as an alternative sitemap function to org-publish. The second commit adds a list of blog entries by year and keyword. The commit-diffs can be viewed here: http://git.mindmutation.net/?p=org-mode.git;a=commitdiff;h=2448e4d5dfa0dca8f5126b2e12f8ad6f96ba48dc http://git.mindmutation.net/?p=org-mode.git;a=commitdiff;h=cbd90e570c2f64ddd279603acc78af51f6b3f458 Some of the functionality is overlapping with code in org-publish. To use it simply set :sitemap-function to org-blog-export. It is similar to the default sitemap function, but :sitemap-file-entry-format and :blog-entry-format is semantically different. I hope this can be of use to others, and I therefore submit it here for comments and feedback, and maybe eventually inclusion. My main question is what kind of copyright notices should be at the top of the file? Some parts of the code is almost verbatim from org-publish. There is also no license information at the top yet. I am open to signing copyright assignment to FSF if at some point someone thinks it should be merged into org-publish, but it can also live happily in contrib/. Best regards Jon Anders Skorpen