Return-Path: X-Original-To: apmail-incubator-cloudstack-users-archive@minotaur.apache.org Delivered-To: apmail-incubator-cloudstack-users-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 22F14DFE7 for ; Thu, 29 Nov 2012 07:42:51 +0000 (UTC) Received: (qmail 97459 invoked by uid 500); 29 Nov 2012 07:42:50 -0000 Delivered-To: apmail-incubator-cloudstack-users-archive@incubator.apache.org Received: (qmail 97417 invoked by uid 500); 29 Nov 2012 07:42:49 -0000 Mailing-List: contact cloudstack-users-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cloudstack-users@incubator.apache.org Delivered-To: mailing list cloudstack-users@incubator.apache.org Received: (qmail 97389 invoked by uid 99); 29 Nov 2012 07:42:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Nov 2012 07:42:48 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of runseb@gmail.com designates 74.125.82.43 as permitted sender) Received: from [74.125.82.43] (HELO mail-wg0-f43.google.com) (74.125.82.43) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Nov 2012 07:42:42 +0000 Received: by mail-wg0-f43.google.com with SMTP id dq12so6502652wgb.0 for ; Wed, 28 Nov 2012 23:42:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to:x-mailer; bh=mx21xlNraRvP4JXkqQHxCcI0NHqtr0AqfpWR9YMq8Ew=; b=Wf2HYeonvsO6P46VBH3tnBVthV+T6yGTo8jN2aqNSQ3Kjh/K6VpoX6kOTNxB6Tw8sN vPZFn3sBBiZrVe+m7t76RLYRTxxsXzonZA4h9Y+7IlDbXYb9xOKqgIhSnfXg20aDUeW6 PWDyL5EX+MOKWFJ/Nf/OHC9ms4wfZgI7CU+45jLnbDH9Oo6EaoeTlDipIKuc8MzAxfNj D5htmz1hIR8/bAIk+U9bWuuODDeuf1V32JkYjRgYn2QECqAA3dbjfjfdLZfkXMzMQIPW ADqkZB+t3kezWBQcjQgOKDBcpoSZbGEs+X0TWbVReT+Dat9+W+68IruP6DVY5ourbqOT wO5Q== Received: by 10.216.143.101 with SMTP id k79mr5243959wej.179.1354174940735; Wed, 28 Nov 2012 23:42:20 -0800 (PST) Received: from [10.0.0.4] (156-239.193-178.cust.bluewin.ch. [178.193.239.156]) by mx.google.com with ESMTPS id t17sm1174298wiv.6.2012.11.28.23.42.19 (version=SSLv3 cipher=OTHER); Wed, 28 Nov 2012 23:42:19 -0800 (PST) Content-Type: text/plain; charset=iso-8859-1 Mime-Version: 1.0 (Mac OS X Mail 6.2 \(1499\)) Subject: Re: Documentation translation From: Sebastien Goasguen In-Reply-To: Date: Thu, 29 Nov 2012 08:42:18 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: References: <7F6470BC-9E5D-4BDB-980C-DC463D65A158@gmail.com> To: cloudstack-users@incubator.apache.org X-Mailer: Apple Mail (2.1499) X-Virus-Checked: Checked by ClamAV on apache.org Siyuan, Here is how I build the docs with publican: cd docs cp -R /usr/share/publican/Common_Content Common_Content cp -R publican-cloudstack Common_Content/cloudstack publican build --config=3Dpublican-adminguide.cfg --formats=3Dpdf = --langs=3Den-US --common_content=3D./Common_Content That's from memory, you may have to tweak the location of the = Common_Content directory. Pick the guide that you want to build (different *.cfg file) The resulting pdf will be in /docs/tmp directory Hope that helps, -Sebastien On Nov 29, 2012, at 6:21 AM, Siyuan Tian wrote: > Hi Sebastien, >=20 > Nice blog! >=20 > I have some issue with publican on docs directory in git. >=20 > I have the updated git checkout and follow the steps in README.txt. >=20 > I installed publican on my Ubuntu 12.10 via >=20 > sudo apt-get install publican >=20 > The version installed is 2.8 >=20 > Then I try to run >=20 > publican build --formats test --langs en-US >=20 > I get >=20 > "Config file not found: publican.cfg. Perhaps you need to run = 'publican > old2new' at /usr/bin/publican line 647" >=20 > I try >=20 > publican old2new >=20 > and get >=20 > "Cannot open Makefile for reading: no such file or directory at > /usr/bin/publican line 493" >=20 > I try again with >=20 > publican build --config=3Dpublican-all.cfg --formats test --langs = en-US >=20 > I get >=20 > "Failed to load brand file: > /usr/share/publican/Common_Content/cloudstack/publican.cfg at > /usr/bin/publican line 647" >=20 > It seems the README.txt file is out of date. At the beginning of it, = it > says: >=20 > "... > Updated: August 8, 2012 > ... > The files are currently incomplete as we are in the process of = converting > documentation from an outdated file format into XML files for this = repo. > " >=20 > Thanks, >=20 > Tian >=20 > On Wed, Nov 28, 2012 at 11:26 PM, Sebastien Goasguen = wrote: >=20 >> Hi folks, >>=20 >> I just posted a blog on how to help translate the documentation using >> Transifex: >>=20 >>=20 >> = http://sebgoa.blogspot.ch/2012/11/translating-apache-cloudstack-docs-with.= html >>=20 >> We need tooonnnns of help !! >>=20 >> -Sebastien