Return-Path: Delivered-To: apmail-maven-doxia-dev-archive@www.apache.org Received: (qmail 12823 invoked from network); 25 Jul 2007 14:48:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Jul 2007 14:48:08 -0000 Received: (qmail 8702 invoked by uid 500); 25 Jul 2007 14:48:07 -0000 Delivered-To: apmail-maven-doxia-dev-archive@maven.apache.org Received: (qmail 8656 invoked by uid 500); 25 Jul 2007 14:48:07 -0000 Mailing-List: contact doxia-dev-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: doxia-dev@maven.apache.org Delivered-To: mailing list doxia-dev@maven.apache.org Received: (qmail 8624 invoked by uid 99); 25 Jul 2007 14:48:06 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Jul 2007 07:48:06 -0700 X-ASF-Spam-Status: No, hits=2.9 required=10.0 tests=HTML_10_20,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of avoinemt@gmail.com designates 64.233.166.182 as permitted sender) Received: from [64.233.166.182] (HELO py-out-1112.google.com) (64.233.166.182) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Jul 2007 07:48:05 -0700 Received: by py-out-1112.google.com with SMTP id f31so449711pyh for ; Wed, 25 Jul 2007 07:47:44 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=Ue7GR3IB3f+e9NMnXlwUAODRJUdOxmoaBUgwVCnUGpZA2B6aMvf3w2lWjX6CgDnYvjMV36nL6DmeCVuIU3X7gGfACuUGfpj9u5Je07gjc0g8HOgIPxxKXAEz958cyS7MK4U7Z74JzR79jYpRCtx7SV96dIHatstRsS+QKEG55Ck= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=qnXi8HZV7Q4LkLmYuSh1+zATCkyduartINlei3SdC13I1febmY/F5t10g9rvl73y2J2cDtQx0w0ZL3LLPLz7yxrnZDaEsew1nOCyfSP3SvWniKf3G3RxHoOdEZV7LbYLMtDL9e7ExxfgE60vuTMezb0aOip4XGGQjjLXsva7TDk= Received: by 10.65.224.11 with SMTP id b11mr1272487qbr.1185374862783; Wed, 25 Jul 2007 07:47:42 -0700 (PDT) Received: by 10.65.113.18 with HTTP; Wed, 25 Jul 2007 07:47:42 -0700 (PDT) Message-ID: Date: Wed, 25 Jul 2007 10:47:42 -0400 From: "Mathieu Avoine" To: doxia-dev@maven.apache.org Subject: APTEditor + Doxia MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_115807_23553704.1185374862743" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_115807_23553704.1185374862743 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi everyone, I'm developing an Eclipse plugin called APT Editor which, like its name suggests, is an editor/viewer for APT files. Basically, it offers an "edit" pane to update the contents of the document, and a "view" pane to preview the formatted version of the document in HTML. The project page is http://apteditor.sf.net Some people asked me if it was possible to offer the possibility to use Maven Doxia's parser/renderer instead of the original code from pixware. Sounds like a good idea to me, however not being a Doxia developer (not even a Maven user to be honest) I wouldn't know where to look. I'd appreciate if someone could give me some pointers as to how I could integrate Doxia with the APT Editor. To summarize, I'd need to know what libraries to load and what methods to invoke to generate an HTML version of a given APT file into a chosen directory. Thanks for your help! Math ------=_Part_115807_23553704.1185374862743--