Return-Path: Delivered-To: apmail-incubator-jspwiki-user-archive@minotaur.apache.org Received: (qmail 61464 invoked from network); 23 Feb 2009 14:50:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Feb 2009 14:50:12 -0000 Received: (qmail 15682 invoked by uid 500); 23 Feb 2009 14:50:08 -0000 Delivered-To: apmail-incubator-jspwiki-user-archive@incubator.apache.org Received: (qmail 15670 invoked by uid 500); 23 Feb 2009 14:50:08 -0000 Mailing-List: contact jspwiki-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jspwiki-user@incubator.apache.org Delivered-To: mailing list jspwiki-user@incubator.apache.org Received: (qmail 15646 invoked by uid 99); 23 Feb 2009 14:50:08 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Feb 2009 06:50:08 -0800 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [192.18.19.7] (HELO sineb-mail-2.sun.com) (192.18.19.7) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Feb 2009 14:49:58 +0000 Received: from fe-apac-06.sun.com (fe-apac-06.sun.com [192.18.19.177] (may be forged)) by sineb-mail-2.sun.com (8.13.6+Sun/8.12.9) with ESMTP id n1NEnZtR014974 for ; Mon, 23 Feb 2009 14:49:35 GMT MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; format=flowed; charset=ISO-8859-1 Received: from conversion-daemon.mail-apac.sun.com by mail-apac.sun.com (Sun Java(tm) System Messaging Server 7.0-3.01 64bit (built Dec 23 2008)) id <0KFI00K00WZ7N100@mail-apac.sun.com> for jspwiki-user@incubator.apache.org; Mon, 23 Feb 2009 22:49:35 +0800 (SGT) Received: from [192.168.1.35] ([unknown] [122.167.101.228]) by mail-apac.sun.com (Sun Java(tm) System Messaging Server 7.0-3.01 64bit (built Dec 23 2008)) with ESMTPSA id <0KFI009VFX6MIEJ0@mail-apac.sun.com> for jspwiki-user@incubator.apache.org; Mon, 23 Feb 2009 22:49:35 +0800 (SGT) Date: Mon, 23 Feb 2009 20:18:08 +0530 From: Frank Jennings Subject: JSPWiki to DocBook Sender: Frank.Jennings@Sun.COM To: jspwiki-user@incubator.apache.org Message-id: <49A2B728.7050801@Sun.COM> User-Agent: Thunderbird 2.0.0.18 (X11/20081216) X-Virus-Checked: Checked by ClamAV on apache.org Dear all, I was searching the list for information on producing structured content from the wiki pages. I couldn't find any. I developed this small standalone tool to produce DocBook content from the JSPWiki pages: http://code.google.com/p/wits-parser/ Read Me is here: http://code.google.com/p/wits-parser/wiki/ReadMe I don't know if it will be of any use to people in this list. I would like to know if you really have a strong business case for converting wiki to structured documents. Regards Frank J