From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Barton Subject: Re: HOWTO export document to wiki text? Date: Mon, 19 Jan 2009 07:42:58 +0000 Message-ID: <49742F02.8040509@manor-farm.org> References: <200901172203.31914.uwe@koloro.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LOov2-0002gK-FP for emacs-orgmode@gnu.org; Mon, 19 Jan 2009 02:51:36 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LOouz-0002fz-Qv for emacs-orgmode@gnu.org; Mon, 19 Jan 2009 02:51:35 -0500 Received: from [199.232.76.173] (port=50659 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LOouz-0002fw-Mt for emacs-orgmode@gnu.org; Mon, 19 Jan 2009 02:51:33 -0500 Received: from a2s22.a2hosting.com ([69.39.86.130]:57629) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LOouz-0002jp-Al for emacs-orgmode@gnu.org; Mon, 19 Jan 2009 02:51:33 -0500 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: Matthew Lundin Cc: emacs-orgmode@gnu.org, Uwe Koloska > My dream is for wiki software that uses org files as its backend, thus > enabling community editing of org files via the web. But that, of > course, is only a dream at this point. > > I use PmWiki (http://www.pmwiki.org) for lots of things. It stores pages in a sort of plain text format. However, it's possible to use your own markup rules, so in principle it could be used with org files. See http://www.pmwiki.org/wiki/PmWiki/CustomMarkup for more details of using custom markup rules. Ian.