Received: from mail-qa0-f61.google.com ([209.85.216.61]:53490) by stodi.digitalkingdom.org with esmtps (TLSv1:RC4-SHA:128) (Exim 4.76) (envelope-from ) id 1SCAYd-0006KO-7P; Mon, 26 Mar 2012 07:06:15 -0700 Received: by qadz32 with SMTP id z32sf2785456qad.16 for ; Mon, 26 Mar 2012 07:05:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlegroups.com; s=beta; h=x-beenthere:received-spf:from:date:to:subject:user-agent :mime-version:message-id:x-spam-score:x-spam_score:x-spam_score_int :x-spam_bar:sender:x-original-sender :x-original-authentication-results:reply-to:precedence:mailing-list :list-id:x-google-group-id:list-post:list-help:list-archive :list-subscribe:list-unsubscribe:content-type; bh=Na5sP1k2TtgD3bUktWWAW+zwarlrNa7XNUPqtDQLNAE=; b=0oJLMT6fTmNsTzL2Vxab2FVN9JE+1b4s2ZbcR5f3wJEEV2QP+YejQ+tTH+IY/Hgvu/ PYwZ7CPcKXPbErx0gWmCfXVu6HnuseXeY74L7DAJdqkid6D/pGU5lk/tHvhhkSM/Y1qo lWyLUtnuWIw+QcZMPuzZAzgUoHKXn/5vVWLBE= Received: by 10.50.135.5 with SMTP id po5mr1697300igb.1.1332770750281; Mon, 26 Mar 2012 07:05:50 -0700 (PDT) X-BeenThere: bpfk-list@googlegroups.com Received: by 10.231.29.8 with SMTP id o8ls7717966ibc.6.gmail; Mon, 26 Mar 2012 07:05:49 -0700 (PDT) Received: by 10.43.117.132 with SMTP id fm4mr11554617icc.1.1332770749981; Mon, 26 Mar 2012 07:05:49 -0700 (PDT) Received: by 10.50.151.242 with SMTP id ut18msigb; Sun, 25 Mar 2012 01:21:09 -0700 (PDT) Received: by 10.68.231.138 with SMTP id tg10mr15901808pbc.7.1332663669613; Sun, 25 Mar 2012 01:21:09 -0700 (PDT) Received: by 10.68.231.138 with SMTP id tg10mr15901807pbc.7.1332663669602; Sun, 25 Mar 2012 01:21:09 -0700 (PDT) Received: from stodi.digitalkingdom.org (mail.digitalkingdom.org. [173.13.139.236]) by gmr-mx.google.com with ESMTPS id e6si12991897pbt.1.2012.03.25.01.21.09 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 25 Mar 2012 01:21:09 -0700 (PDT) Received-SPF: pass (google.com: domain of nobody@stodi.digitalkingdom.org designates 173.13.139.236 as permitted sender) client-ip=173.13.139.236; Received: from nobody by stodi.digitalkingdom.org with local (Exim 4.76) (envelope-from ) id 1SBihI-0004uF-LL for bpfk-list@googlegroups.com; Sun, 25 Mar 2012 01:21:08 -0700 Received: from 173-13-139-235-sfba.hfc.comcastbusiness.net ([173.13.139.235]:48403 helo=digitalkingdom.org) by stodi.digitalkingdom.org with smtp (Exim 4.76) (envelope-from ) id 1SBihD-0004u6-7a for bpfk@lojban.org; Sun, 25 Mar 2012 01:21:08 -0700 Received: by digitalkingdom.org (sSMTP sendmail emulation); Sun, 25 Mar 2012 01:21:02 -0700 From: "Apache" Date: Sun, 25 Mar 2012 01:21:02 -0700 To: bpfk@lojban.org Subject: [bpfk] dag-cll git updates for Sun Mar 25 01:21:02 PDT 2012 User-Agent: Heirloom mailx 12.5 7/5/10 MIME-Version: 1.0 Message-Id: X-Spam-Score: 2.6 (++) X-Spam_score: 2.6 X-Spam_score_int: 26 X-Spam_bar: ++ Sender: bpfk-list@googlegroups.com X-Original-Sender: nobody@stodi.digitalkingdom.org X-Original-Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of nobody@stodi.digitalkingdom.org designates 173.13.139.236 as permitted sender) smtp.mail=nobody@stodi.digitalkingdom.org Reply-To: bpfk-list@googlegroups.com Precedence: list Mailing-list: list bpfk-list@googlegroups.com; contact bpfk-list+owners@googlegroups.com List-ID: X-Google-Group-Id: 972099695765 List-Post: , List-Help: , List-Archive: List-Subscribe: , List-Unsubscribe: , Content-Type: text/plain; charset=ISO-8859-1 X-Spam-Score: -0.0 (/) X-Spam_score: -0.0 X-Spam_score_int: 0 X-Spam_bar: / Content-Length: 4150 commit 6918e09b9f7dc55873d73df014fc8f61be9fd66b Author: Robin Lee Powell Date: Sun Mar 25 01:05:12 2012 -0700 betting handling of images diff --git a/Makefile b/Makefile index c378df5..303bcbe 100644 --- a/Makefile +++ b/Makefile @@ -28,21 +28,21 @@ cll_processed_xhtml.xml: cll.xml xml/docbook2html_preprocess.xsl #******* # Many xhtml files #******* .PHONY: xhtml_web xhtml_web: xhtml.done mkdir -p ~/www/media/public/tmp rm -rf ~/www/media/public/tmp/cll-xhtml cp -pr xhtml ~/www/media/public/tmp/cll-xhtml cp $(PWD)/docbook2html.css ~/www/media/public/tmp/cll-xhtml/docbook2html.css mkdir -p ~/www/media/public/tmp/cll-xhtml/media - cp $(PWD)/media/chapter-2-diagram.png ~/www/media/public/tmp/cll-xhtml/chapter-2-diagram.png + cp $(PWD)/media/chapter-2-diagram.png ~/www/media/public/tmp/cll-xhtml/media/chapter-2-diagram.png .PHONY: xhtml xhtml: xhtml.done xhtml.done: cll_processed_xhtml.xml xml/docbook2html_config.xsl rm -rf xhtml mkdir xhtml # FIXME: Consider doing something like this: -x /usr/share/sgml/docbook/xsl-ns-stylesheets-1.76.1/fo/docbook.xsl # So we know exactly what stylesheets we're getting xmlto -m xml/docbook2html_config_no-sections.xsl -o xhtml/ xhtml cll_processed_xhtml.xml 2>&1 | grep -v 'No localization exists for "jbo" or "". Using default "en".' touch xhtml.done @@ -50,41 +50,42 @@ xhtml.done: cll_processed_xhtml.xml xml/docbook2html_config.xsl #******* # Section xhtml files #******* .PHONY: xhtml_sections_web xhtml_sections_web: xhtml_sections.done mkdir -p ~/www/media/public/tmp rm -rf ~/www/media/public/tmp/cll-xhtml-sections cp -pr xhtml_sections ~/www/media/public/tmp/cll-xhtml-sections cp $(PWD)/docbook2html.css ~/www/media/public/tmp/cll-xhtml-sections/docbook2html.css mkdir -p ~/www/media/public/tmp/cll-xhtml-sections/media - cp $(PWD)/media/chapter-2-diagram.png ~/www/media/public/tmp/cll-xhtml-sections/chapter-2-diagram.png + cp $(PWD)/media/chapter-2-diagram.png ~/www/media/public/tmp/cll-xhtml-sections/media/chapter-2-diagram.png .PHONY: xhtml_sections xhtml_sections: xhtml_sections.done xhtml_sections.done: cll_processed_xhtml.xml xml/docbook2html_config.xsl rm -rf xhtml_sections mkdir xhtml_sections # FIXME: Consider doing something like this: -x /usr/share/sgml/docbook/xsl-ns-stylesheets-1.76.1/fo/docbook.xsl # So we know exactly what stylesheets we're getting xmlto -m xml/docbook2html_config_sections.xsl -o xhtml_sections/ --stringparam chunk.section.depth=1 --stringparam chunk.first.sections=1 xhtml cll_processed_xhtml.xml 2>&1 | grep -v 'No localization exists for "jbo" or "". Using default "en".' touch xhtml_sections.done #******* # One XHTML file #******* .PHONY: xhtml_nochunks_web xhtml_nochunks_web: xhtml-nochunks.done mkdir -p ~/www/media/public/tmp/media cp $(PWD)/docbook2html.css ~/www/media/public/tmp/docbook2html.css cp $(PWD)/xhtml-nochunks/cll_processed_xhtml.html ~/www/media/public/tmp/cll-xhtml-nochunks.html - cp $(PWD)/media/chapter-2-diagram.png ~/www/media/public/tmp/chapter-2-diagram.png + mkdir -p ~/www/media/public/tmp/media + cp $(PWD)/media/chapter-2-diagram.png ~/www/media/public/tmp/media/chapter-2-diagram.png .PHONY: xhtml_nochunks xhtml_nochunks: xhtml-nochunks.done xhtml-nochunks.done: cll_processed_xhtml.xml xml/docbook2html_config.xsl rm -rf xhtml-nochunks mkdir xhtml-nochunks ln -fs $(PWD)/docbook2html.css xhtml-nochunks/ # FIXME: Consider doing something like this: -x /usr/share/sgml/docbook/xsl-ns-stylesheets-1.76.1/fo/docbook.xsl # So we know exactly what stylesheets we're getting xmlto -m xml/docbook2html_config.xsl -o xhtml-nochunks/ xhtml-nochunks cll_processed_xhtml.xml 2>&1 | grep -v 'No localization exists for "jbo" or "". Using default "en".' -- You received this message because you are subscribed to the Google Groups "BPFK" group. To post to this group, send email to bpfk-list@googlegroups.com. To unsubscribe from this group, send email to bpfk-list+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/bpfk-list?hl=en.