From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Maus Subject: Re: [ANN] Org to Atom, revisited Date: Fri, 09 Jul 2010 07:55:09 +0200 Message-ID: <87tyo95hdu.wl%dmaus@ictsoc.de> References: <87ocfcdyt3.wl%dmaus@ictsoc.de> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: multipart/mixed; boundary="===============1184765545==" Return-path: Received: from [140.186.70.92] (port=42319 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OX6Yk-0003at-Lm for emacs-orgmode@gnu.org; Fri, 09 Jul 2010 01:55:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OX6Yi-0006QQ-68 for emacs-orgmode@gnu.org; Fri, 09 Jul 2010 01:55:37 -0400 Received: from mysql1.xlhost.de ([213.202.242.106]:43261) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OX6Yh-0006Q5-S9 for emacs-orgmode@gnu.org; Fri, 09 Jul 2010 01:55:36 -0400 In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Scott Jaderholm Cc: org-mode --===============1184765545== Content-Type: multipart/signed; boundary="pgp-sign-Multipart_Fri_Jul__9_07:55:08_2010-1"; micalg=pgp-sha256; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit --pgp-sign-Multipart_Fri_Jul__9_07:55:08_2010-1 Content-Type: text/plain; charset=US-ASCII Hi Scott, Scott Jaderholm wrote: >Unfortunately I haven't been able to get the sitemap/index feed >feature in this or an older version to work for me. Can you add more >details in Section 4.2? >It mentions org-atom-publish-org-as-atom-index but it's not in >http://github.com/dmj/dmj-org-mode/raw/org-atom/lisp/org-atom.el. Yes, sorry. I am behind with revising the documentation and as it turned out, the sitemap function was completely broken. I've pushed a fix for the sitemap function yesterday[1] and my current (not yet published) section about the sitemap function reads like this: ,---- | Org's Atom exporter provides a sitemap function to publish a single | combined feed for all files in the publishing project. To use this | function you have to provide the mandatory feed meta data by setting | the property =:publishing-url= to the base URL of the published | project. The sitemap functions assumes, that all files in the | project's =:base-dir= are published relative to this URL and will | create the feed's links pointing to the appropriate locations. | | If you prefer an ID for the feed that is distinct from the feed's URL, | you can provide the ID with the =:feed-id= property. | | The name of the feed can be set by the =:sitemap-file= property and | defaults to =sitemap.atom=. | | For example, this minimal project definition will publish a combined | feed for all entries found in the project's files | | #+begin_src emacs-lisp | ("sitemap-feed" | :base-directory "~/project/webpage/" | :base-extension "org" | :publishing-directory "~/www/" | :auto-index t | :publishing-url "http://example.org/" | :sitemap-function org-atom-publish-feed-sitemap) | #+end_src `---- So, the minimal definition requires :publishing-url, :sitemap-function, and :auto-index to turn on the sitemap. Does this makes the sitemap publishing process somewhat clearer? Best, -- David [1] http://github.com/dmj/dmj-org-mode/raw/org-atom/lisp/org-atom.el -- OpenPGP... 0x99ADB83B5A4478E6 Jabber.... dmjena@jabber.org Email..... dmaus@ictsoc.de --pgp-sign-Multipart_Fri_Jul__9_07:55:08_2010-1 Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iF4EABEIAAYFAkw2ubwACgkQma24O1pEeObQmgD9EvIYjWJmpISoYCxtLhASw6Yn pYDQBTg6S/ItbLkVEykA/3KpUCOpgfHa/2V6RhlIez9OWXn3w6IFLFwoisaiI9p/ =FfwJ -----END PGP SIGNATURE----- --pgp-sign-Multipart_Fri_Jul__9_07:55:08_2010-1-- --===============1184765545== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --===============1184765545==--