From mboxrd@z Thu Jan 1 00:00:00 1970 From: David O'Toole Subject: [Announce] org-publish.el: configurable website publishing support for org-mode Date: Thu, 27 Apr 2006 09:08:38 -0400 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FZ6Ee-00041w-FI for emacs-orgmode@gnu.org; Thu, 27 Apr 2006 09:08:44 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FZ6Ec-00041k-0A for emacs-orgmode@gnu.org; Thu, 27 Apr 2006 09:08:43 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FZ6Eb-00041h-Qv for emacs-orgmode@gnu.org; Thu, 27 Apr 2006 09:08:41 -0400 Received: from [66.249.82.201] (helo=xproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FZ6HW-0002uE-JS for emacs-orgmode@gnu.org; Thu, 27 Apr 2006 09:11:42 -0400 Received: by xproxy.gmail.com with SMTP id s13so1251807wxc for ; Thu, 27 Apr 2006 06:08:40 -0700 (PDT) In-Reply-To: (Carsten Dominik's message of "Thu, 27 Apr 2006 10:28:02 +0200") 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: emacs-orgmode@gnu.org Cc: Carsten Dominik Hi there org-moders, I've extended the HTML publishing support of Emacs Org-mode to allow configurable publishing of related sets of files as a complete website. My extensions thus far are collected in org-publish.el, and are used to upload and manage my entire site. org-publish.el can currently do the following: * Publish all one's org-files to html * Upload html, images, attachments and other files to a web server * Exclude selected private pages from publishing * Publish a clickable index of pages * Manage local timestamps, for publishing only changed files * Accept plugin functions to extend range of publishable content Much more functionality is planned, toward making org-mode a more general authoring solution as well as a great outliner and organizer. Special thanks to the org-mode maintainer, Carsten Dominik, for his ideas, enthusiasm, and cooperation. You can find org-publish.el at its homepage: http://dto.freeshell.org/notebook/OrgMode.html I welcome comments, suggestions, feedback, bug reports, feature requests, and so on. Thanks everyone! -- Dave O'Toole dto@gnu.org