From stdcxx-dev-return-60-apmail-incubator-stdcxx-dev-archive=incubator.apache.org@incubator.apache.org Wed Aug 24 19:03:09 2005 Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 99454 invoked from network); 24 Aug 2005 19:03:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 24 Aug 2005 19:03:09 -0000 Received: (qmail 92760 invoked by uid 500); 24 Aug 2005 19:03:09 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 92749 invoked by uid 500); 24 Aug 2005 19:03:08 -0000 Mailing-List: contact stdcxx-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: stdcxx-dev@incubator.apache.org Delivered-To: mailing list stdcxx-dev@incubator.apache.org Received: (qmail 92736 invoked by uid 99); 24 Aug 2005 19:03:08 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Aug 2005 12:03:08 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [213.205.33.43] (HELO mail-relay-3.tiscali.it) (213.205.33.43) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Aug 2005 12:03:25 -0700 Received: from [192.168.1.101] (84.222.67.68) by mail-relay-3.tiscali.it (7.2.063) id 42D763100029ED8A for stdcxx-dev@incubator.apache.org; Wed, 24 Aug 2005 21:01:47 +0200 Message-ID: <430CC476.7000906@alessio.marchetti.name> Date: Wed, 24 Aug 2005 21:03:18 +0200 From: Alessio Marchetti User-Agent: Debian Thunderbird 1.0.2 (X11/20050817) X-Accept-Language: en-us, en MIME-Version: 1.0 To: stdcxx-dev@incubator.apache.org Subject: Re: stdcxx References: <430CA2E2.7090909@alessio.marchetti.name> <430CBF72.9000905@roguewave.com> In-Reply-To: <430CBF72.9000905@roguewave.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Martin Sebor wrote: > Great! > > stdcxx-3 and -4 are both assigned to me because I've been working > on the driver and I also have the test suite. I should be able to > wrap up the initial version of the driver by the end of next week > but then I can definitely use some help with the test suite. > > Once the driver and a test or two to go with it rechecked in, let's > talk about how you can help me port the remaining tests to it. It will > involve some fairly mechanical changes to the tests as well as probably > some tweaks to the driver based on our experience with it. > Ok >> Which is the original format of the documentation? > > > The documentation is in plain HTML (see > http://svn.apache.org/repos/asf/incubator/stdcxx/trunk/doc/). > I wanted to understand whether the documentation source was translated into HTML as a separate publishing process. It would be elegant to represent the doc source in DocBook and then create XSLT's to create HTML and other output formats (automatic management of links)... ok, a low priority improvement, but maybe we should think about that before doing any additional work on the docs. > All that stdcxx-12 needs is for a committer (such as myself) to publish > it on the Apache Web site along with the project Web page > (http://incubator.apache.org/stdcxx/). The stdcxx Web page is in SVN > (http://svn.apache.org/repos/asf/incubator/stdcxx/site/) and so are > the docs, but the docs don't get published because they are not in > the expected location. I could just duplicate the docs/ directory > under the site/ directory but that doesn't sound like the right > solution. I guess what I could use help with is figuring out how to > publish the docs w/o duplicating them in SVN. (It's possible that > the right solution is to move them in SVN, but it wouldn't be my > preference). > > I would also like to spruce up the look and feel of the docs to make > them feel like they're part of an Apache project rather than just > plain pages (i.e., have the Apache Incubator logo at top, the search > button, etc.) If this is something you would be interested in, please > go ahead and create a task in Jira for it and start hacking away. You > might be able to take some inspiration from the stdcxx project page > and its style sheets (which, incidentally, could stand to use some > cleanup as well). > > Martin > >