From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 42E211381F3 for ; Thu, 13 Jun 2013 16:33:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 728E4E096C; Thu, 13 Jun 2013 16:33:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8C058E094F for ; Thu, 13 Jun 2013 16:33:31 +0000 (UTC) Received: by smtp.gentoo.org (Postfix, from userid 617) id D19B033E0B3; Thu, 13 Jun 2013 16:33:30 +0000 (UTC) Date: Thu, 13 Jun 2013 16:33:30 +0000 From: Sven Vermeulen To: gentoo-dev@lists.gentoo.org Subject: Re: [gentoo-dev] RFC: Moving project pages to wiki.gentoo.org Message-ID: <20130613163330.GA9073@gentoo.org> Mail-Followup-To: gentoo-dev@lists.gentoo.org References: <09a1a991-ec2a-42ff-ae30-fd4ad737d3ad@email.android.com> <5250810.ak2l4ZvGqZ@xzibit> <51B714E1.6050906@gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline In-Reply-To: <51B714E1.6050906@gentoo.org> User-Agent: Mutt/1.5.21 (2010-09-15) X-Archives-Salt: b5ea9b5a-8762-47e6-8f34-5bc0a0f19cc2 X-Archives-Hash: 72da90c20e778274085a8bdd8d228aaa On Tue, Jun 11, 2013 at 02:15:29PM +0200, Alex Legler wrote: > On 11.06.2013 13:05, Theo Chatzimichos wrote: > > On Tuesday, June 11, 2013 12:20:20 Sven Vermeulen wrote: > >> "Jason A. Donenfeld" wrote: > >>> On Sun, Jun 9, 2013 at 4:22 PM, Alex Legler wrote: > >>>> - Projects: Use a GuideXML-to-Wikisyntax conversion tool to create an > >>>> > >>>> initial wiki version of the document > >>> > >>> What is the current status of such a tool? > >> > >> It is a script (xslt) that can be used with xsltproc to convert large chunks > >> into wiki style. It isn't perfect though thus still requires manual review, > >> but it is doable. > >> > >> I *think* I committed one to the repo a while ago. If not, I'll do so soon > >> (I have one in my own repo just for this purpose). > > > > How about an ebuild please? > > > > Optional. I intend to expose this as a web site/service. I've committed my draft XSL to the gentoo/xml/htdocs/xsl location, named guidexml2wiki.xsl. It still requires some updates that I'll work on soon (such as handling internal links) as I'll be using it more and more for the guides on gentoo.org/doc/en to move to the wiki as well. ProjectXML generates towards GuideXML, so should be usable chained. But as mentioned, it's a draft, and if you don't like it I don't mind at all ;-) Wkr, Sven Vermeulen PS An ebuild for a single stylesheet seems like overkill to me, but i've been proven incorrect in the past...