Test d'ajout de TOUT mes fichiers (moins ceux mis en git reset HEAD à cause de l'histoire des trailings machins choses)
Cf: http://www.agavemountain.com/2008/01/git-tralining-whitespace-error-during.html
This commit is contained in:
		
							
								
								
									
										115
									
								
								Acrobatt/docbook/docbook-utils.dsl
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										115
									
								
								Acrobatt/docbook/docbook-utils.dsl
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,115 @@
 | 
			
		||||
<!-- This file defines the DocBook-utils Style Sheet for DocBook
 | 
			
		||||
     Eric Bischoff <eric@caldera.de>
 | 
			
		||||
-->
 | 
			
		||||
 | 
			
		||||
<!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
 | 
			
		||||
  <!ENTITY % html "IGNORE">
 | 
			
		||||
  <![%html; [
 | 
			
		||||
	<!ENTITY % print "IGNORE">
 | 
			
		||||
	<!ENTITY docbook.dsl PUBLIC "-//Norman Walsh//DOCUMENT DocBook HTML Stylesheet//EN" CDATA dsssl>
 | 
			
		||||
  ]]>
 | 
			
		||||
  <!ENTITY % print "INCLUDE">
 | 
			
		||||
  <![%print; [
 | 
			
		||||
	<!ENTITY docbook.dsl PUBLIC "-//Norman Walsh//DOCUMENT DocBook Print Stylesheet//EN" CDATA dsssl>
 | 
			
		||||
  ]]>
 | 
			
		||||
]>
 | 
			
		||||
 | 
			
		||||
<STYLE-SHEET>
 | 
			
		||||
 | 
			
		||||
  <STYLE-SPECIFICATION ID="UTILS" USE="DOCBOOK">
 | 
			
		||||
    <STYLE-SPECIFICATION-BODY>
 | 
			
		||||
;; ===================================================================
 | 
			
		||||
;; Generic Parameters
 | 
			
		||||
;; (Generic currently means: both print and html)
 | 
			
		||||
 | 
			
		||||
(define %chapter-autolabel% #t)
 | 
			
		||||
(define %section-autolabel% #t)
 | 
			
		||||
(define (toc-depth nd) 3)
 | 
			
		||||
 | 
			
		||||
    </STYLE-SPECIFICATION-BODY>
 | 
			
		||||
  </STYLE-SPECIFICATION>
 | 
			
		||||
 | 
			
		||||
  <STYLE-SPECIFICATION ID="PRINT" USE="UTILS">
 | 
			
		||||
    <STYLE-SPECIFICATION-BODY>
 | 
			
		||||
;; ===================================================================
 | 
			
		||||
;; Print Parameters
 | 
			
		||||
;; Call: jade -d docbook-utils.dsl#print
 | 
			
		||||
 | 
			
		||||
; === Page layout ===
 | 
			
		||||
;; (define %paper-type% "A4")		;; use A4 paper - comment this out if needed
 | 
			
		||||
 | 
			
		||||
; === Media objects ===
 | 
			
		||||
(define preferred-mediaobject-extensions  ;; this magic allows to use different graphical
 | 
			
		||||
   (list "eps"))			;;   formats for printing and putting online
 | 
			
		||||
(define acceptable-mediaobject-extensions
 | 
			
		||||
   '())
 | 
			
		||||
(define preferred-mediaobject-notations
 | 
			
		||||
   (list "EPS"))
 | 
			
		||||
(define acceptable-mediaobject-notations
 | 
			
		||||
   (list "linespecific"))
 | 
			
		||||
 | 
			
		||||
; === Rendering ===
 | 
			
		||||
(define %head-after-factor% 0.2)	;; not much whitespace after orderedlist head
 | 
			
		||||
(define ($paragraph$)			;; more whitespace after paragraph than before
 | 
			
		||||
  (make paragraph
 | 
			
		||||
    first-line-start-indent: (if (is-first-para)
 | 
			
		||||
                                 %para-indent-firstpara%
 | 
			
		||||
                                 %para-indent%)
 | 
			
		||||
    space-before: (* %para-sep% 4)
 | 
			
		||||
    space-after: (/ %para-sep% 4)
 | 
			
		||||
    quadding: %default-quadding%
 | 
			
		||||
    hyphenate?: %hyphenation%
 | 
			
		||||
    language: (dsssl-language-code)
 | 
			
		||||
    (process-children)))
 | 
			
		||||
 | 
			
		||||
    </STYLE-SPECIFICATION-BODY>
 | 
			
		||||
  </STYLE-SPECIFICATION>
 | 
			
		||||
 | 
			
		||||
  <STYLE-SPECIFICATION ID="HTML" USE="UTILS">
 | 
			
		||||
    <STYLE-SPECIFICATION-BODY>
 | 
			
		||||
;; ===================================================================
 | 
			
		||||
;; HTML Parameters
 | 
			
		||||
;; Call: jade -d docbook-utils.dsl#html
 | 
			
		||||
 | 
			
		||||
; === File names ===
 | 
			
		||||
(define %root-filename% "index")	;; name for the root html file
 | 
			
		||||
(define %html-ext% ".html")		;; default extension for html output files
 | 
			
		||||
(define %html-prefix% "")               ;; prefix for all filenames generated (except root)
 | 
			
		||||
(define %use-id-as-filename% #t)        ;; if #t uses ID value, if present, as filename
 | 
			
		||||
                                        ;;   otherwise a code is used to indicate level
 | 
			
		||||
                                        ;;   of chunk, and general element number
 | 
			
		||||
                                        ;;   (nth element in the document)
 | 
			
		||||
(define use-output-dir #f)              ;; output in separate directory?
 | 
			
		||||
(define %output-dir% "HTML")            ;; if output in directory, it's called HTML
 | 
			
		||||
 | 
			
		||||
; === HTML settings ===
 | 
			
		||||
(define %html-pubid% "-//W3C//DTD HTML 4.01 Transitional//EN") ;; Nearly true :-(
 | 
			
		||||
(define %html40% #t)
 | 
			
		||||
 | 
			
		||||
; === Media objects ===
 | 
			
		||||
(define preferred-mediaobject-extensions  ;; this magic allows to use different graphical
 | 
			
		||||
  (list "png" "jpg" "jpeg"))		;;   formats for printing and putting online
 | 
			
		||||
(define acceptable-mediaobject-extensions
 | 
			
		||||
  (list "bmp" "gif" "eps" "epsf" "avi" "mpg" "mpeg" "qt"))
 | 
			
		||||
(define preferred-mediaobject-notations
 | 
			
		||||
  (list "PNG" "JPG" "JPEG"))
 | 
			
		||||
(define acceptable-mediaobject-notations
 | 
			
		||||
  (list "EPS" "BMP" "GIF" "linespecific"))                                                                                                    
 | 
			
		||||
; === Rendering ===
 | 
			
		||||
(define %admon-graphics% #t)		;; use symbols for Caution|Important|Note|Tip|Warning
 | 
			
		||||
 | 
			
		||||
; === Books only ===
 | 
			
		||||
(define %generate-book-titlepage% #t)
 | 
			
		||||
(define %generate-book-toc% #t)
 | 
			
		||||
(define ($generate-chapter-toc$) #f)	;; never generate a chapter TOC in books
 | 
			
		||||
 | 
			
		||||
; === Articles only ===
 | 
			
		||||
(define %generate-article-titlepage% #t)
 | 
			
		||||
(define %generate-article-toc% #t)      ;; make TOC
 | 
			
		||||
 | 
			
		||||
    </STYLE-SPECIFICATION-BODY>
 | 
			
		||||
  </STYLE-SPECIFICATION>
 | 
			
		||||
 | 
			
		||||
  <EXTERNAL-SPECIFICATION ID="DOCBOOK" DOCUMENT="docbook.dsl">
 | 
			
		||||
 | 
			
		||||
</STYLE-SHEET>
 | 
			
		||||
							
								
								
									
										100
									
								
								Acrobatt/docbook/index.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										100
									
								
								Acrobatt/docbook/index.html
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,100 @@
 | 
			
		||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN""http://www.w3.org/TR/html4/loose.dtd">
 | 
			
		||||
<HTML
 | 
			
		||||
><HEAD
 | 
			
		||||
><TITLE
 | 
			
		||||
>Titre de mon document</TITLE
 | 
			
		||||
><META
 | 
			
		||||
NAME="GENERATOR"
 | 
			
		||||
CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
 | 
			
		||||
REL="NEXT"
 | 
			
		||||
TITLE="Titre du premier chapitre"
 | 
			
		||||
HREF="introduction.html"></HEAD
 | 
			
		||||
><BODY
 | 
			
		||||
CLASS="book"
 | 
			
		||||
BGCOLOR="#FFFFFF"
 | 
			
		||||
TEXT="#000000"
 | 
			
		||||
LINK="#0000FF"
 | 
			
		||||
VLINK="#840084"
 | 
			
		||||
ALINK="#0000FF"
 | 
			
		||||
><DIV
 | 
			
		||||
CLASS="BOOK"
 | 
			
		||||
><A
 | 
			
		||||
NAME="AEN1"
 | 
			
		||||
></A
 | 
			
		||||
><DIV
 | 
			
		||||
CLASS="TITLEPAGE"
 | 
			
		||||
><H1
 | 
			
		||||
CLASS="title"
 | 
			
		||||
><A
 | 
			
		||||
NAME="AEN2"
 | 
			
		||||
>Titre de mon document</A
 | 
			
		||||
></H1
 | 
			
		||||
><HR></DIV
 | 
			
		||||
><DIV
 | 
			
		||||
CLASS="TOC"
 | 
			
		||||
><DL
 | 
			
		||||
><DT
 | 
			
		||||
><B
 | 
			
		||||
>Table des mati<74>res</B
 | 
			
		||||
></DT
 | 
			
		||||
><DT
 | 
			
		||||
>1. <A
 | 
			
		||||
HREF="introduction.html"
 | 
			
		||||
>Titre du premier chapitre</A
 | 
			
		||||
></DT
 | 
			
		||||
></DL
 | 
			
		||||
></DIV
 | 
			
		||||
></DIV
 | 
			
		||||
><DIV
 | 
			
		||||
CLASS="NAVFOOTER"
 | 
			
		||||
><HR
 | 
			
		||||
ALIGN="LEFT"
 | 
			
		||||
WIDTH="100%"><TABLE
 | 
			
		||||
SUMMARY="Footer navigation table"
 | 
			
		||||
WIDTH="100%"
 | 
			
		||||
BORDER="0"
 | 
			
		||||
CELLPADDING="0"
 | 
			
		||||
CELLSPACING="0"
 | 
			
		||||
><TR
 | 
			
		||||
><TD
 | 
			
		||||
WIDTH="33%"
 | 
			
		||||
ALIGN="left"
 | 
			
		||||
VALIGN="top"
 | 
			
		||||
> </TD
 | 
			
		||||
><TD
 | 
			
		||||
WIDTH="34%"
 | 
			
		||||
ALIGN="center"
 | 
			
		||||
VALIGN="top"
 | 
			
		||||
> </TD
 | 
			
		||||
><TD
 | 
			
		||||
WIDTH="33%"
 | 
			
		||||
ALIGN="right"
 | 
			
		||||
VALIGN="top"
 | 
			
		||||
><A
 | 
			
		||||
HREF="introduction.html"
 | 
			
		||||
ACCESSKEY="N"
 | 
			
		||||
>Suivant</A
 | 
			
		||||
></TD
 | 
			
		||||
></TR
 | 
			
		||||
><TR
 | 
			
		||||
><TD
 | 
			
		||||
WIDTH="33%"
 | 
			
		||||
ALIGN="left"
 | 
			
		||||
VALIGN="top"
 | 
			
		||||
> </TD
 | 
			
		||||
><TD
 | 
			
		||||
WIDTH="34%"
 | 
			
		||||
ALIGN="center"
 | 
			
		||||
VALIGN="top"
 | 
			
		||||
> </TD
 | 
			
		||||
><TD
 | 
			
		||||
WIDTH="33%"
 | 
			
		||||
ALIGN="right"
 | 
			
		||||
VALIGN="top"
 | 
			
		||||
>Titre du premier chapitre</TD
 | 
			
		||||
></TR
 | 
			
		||||
></TABLE
 | 
			
		||||
></DIV
 | 
			
		||||
></BODY
 | 
			
		||||
></HTML
 | 
			
		||||
>
 | 
			
		||||
							
								
								
									
										129
									
								
								Acrobatt/docbook/introduction.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										129
									
								
								Acrobatt/docbook/introduction.html
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,129 @@
 | 
			
		||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN""http://www.w3.org/TR/html4/loose.dtd">
 | 
			
		||||
<HTML
 | 
			
		||||
><HEAD
 | 
			
		||||
><TITLE
 | 
			
		||||
>Titre du premier chapitre</TITLE
 | 
			
		||||
><META
 | 
			
		||||
NAME="GENERATOR"
 | 
			
		||||
CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
 | 
			
		||||
REL="HOME"
 | 
			
		||||
TITLE="Titre de mon document"
 | 
			
		||||
HREF="index.html"><LINK
 | 
			
		||||
REL="PREVIOUS"
 | 
			
		||||
TITLE="Titre de mon document"
 | 
			
		||||
HREF="index.html"></HEAD
 | 
			
		||||
><BODY
 | 
			
		||||
CLASS="chapter"
 | 
			
		||||
BGCOLOR="#FFFFFF"
 | 
			
		||||
TEXT="#000000"
 | 
			
		||||
LINK="#0000FF"
 | 
			
		||||
VLINK="#840084"
 | 
			
		||||
ALINK="#0000FF"
 | 
			
		||||
><DIV
 | 
			
		||||
CLASS="NAVHEADER"
 | 
			
		||||
><TABLE
 | 
			
		||||
SUMMARY="Header navigation table"
 | 
			
		||||
WIDTH="100%"
 | 
			
		||||
BORDER="0"
 | 
			
		||||
CELLPADDING="0"
 | 
			
		||||
CELLSPACING="0"
 | 
			
		||||
><TR
 | 
			
		||||
><TH
 | 
			
		||||
COLSPAN="3"
 | 
			
		||||
ALIGN="center"
 | 
			
		||||
>Titre de mon document</TH
 | 
			
		||||
></TR
 | 
			
		||||
><TR
 | 
			
		||||
><TD
 | 
			
		||||
WIDTH="10%"
 | 
			
		||||
ALIGN="left"
 | 
			
		||||
VALIGN="bottom"
 | 
			
		||||
><A
 | 
			
		||||
HREF="index.html"
 | 
			
		||||
ACCESSKEY="P"
 | 
			
		||||
>Pr<EFBFBD>c<EFBFBD>dent</A
 | 
			
		||||
></TD
 | 
			
		||||
><TD
 | 
			
		||||
WIDTH="80%"
 | 
			
		||||
ALIGN="center"
 | 
			
		||||
VALIGN="bottom"
 | 
			
		||||
></TD
 | 
			
		||||
><TD
 | 
			
		||||
WIDTH="10%"
 | 
			
		||||
ALIGN="right"
 | 
			
		||||
VALIGN="bottom"
 | 
			
		||||
> </TD
 | 
			
		||||
></TR
 | 
			
		||||
></TABLE
 | 
			
		||||
><HR
 | 
			
		||||
ALIGN="LEFT"
 | 
			
		||||
WIDTH="100%"></DIV
 | 
			
		||||
><DIV
 | 
			
		||||
CLASS="chapter"
 | 
			
		||||
><H1
 | 
			
		||||
><A
 | 
			
		||||
NAME="introduction"
 | 
			
		||||
></A
 | 
			
		||||
>Chapitre 1. Titre du premier chapitre</H1
 | 
			
		||||
><P
 | 
			
		||||
>C'est mon premier fichier DocBook.</P
 | 
			
		||||
><P
 | 
			
		||||
>Un autre paragraphe.</P
 | 
			
		||||
></DIV
 | 
			
		||||
><DIV
 | 
			
		||||
CLASS="NAVFOOTER"
 | 
			
		||||
><HR
 | 
			
		||||
ALIGN="LEFT"
 | 
			
		||||
WIDTH="100%"><TABLE
 | 
			
		||||
SUMMARY="Footer navigation table"
 | 
			
		||||
WIDTH="100%"
 | 
			
		||||
BORDER="0"
 | 
			
		||||
CELLPADDING="0"
 | 
			
		||||
CELLSPACING="0"
 | 
			
		||||
><TR
 | 
			
		||||
><TD
 | 
			
		||||
WIDTH="33%"
 | 
			
		||||
ALIGN="left"
 | 
			
		||||
VALIGN="top"
 | 
			
		||||
><A
 | 
			
		||||
HREF="index.html"
 | 
			
		||||
ACCESSKEY="P"
 | 
			
		||||
>Pr<EFBFBD>c<EFBFBD>dent</A
 | 
			
		||||
></TD
 | 
			
		||||
><TD
 | 
			
		||||
WIDTH="34%"
 | 
			
		||||
ALIGN="center"
 | 
			
		||||
VALIGN="top"
 | 
			
		||||
><A
 | 
			
		||||
HREF="index.html"
 | 
			
		||||
ACCESSKEY="H"
 | 
			
		||||
>Sommaire</A
 | 
			
		||||
></TD
 | 
			
		||||
><TD
 | 
			
		||||
WIDTH="33%"
 | 
			
		||||
ALIGN="right"
 | 
			
		||||
VALIGN="top"
 | 
			
		||||
> </TD
 | 
			
		||||
></TR
 | 
			
		||||
><TR
 | 
			
		||||
><TD
 | 
			
		||||
WIDTH="33%"
 | 
			
		||||
ALIGN="left"
 | 
			
		||||
VALIGN="top"
 | 
			
		||||
>Titre de mon document</TD
 | 
			
		||||
><TD
 | 
			
		||||
WIDTH="34%"
 | 
			
		||||
ALIGN="center"
 | 
			
		||||
VALIGN="top"
 | 
			
		||||
> </TD
 | 
			
		||||
><TD
 | 
			
		||||
WIDTH="33%"
 | 
			
		||||
ALIGN="right"
 | 
			
		||||
VALIGN="top"
 | 
			
		||||
> </TD
 | 
			
		||||
></TR
 | 
			
		||||
></TABLE
 | 
			
		||||
></DIV
 | 
			
		||||
></BODY
 | 
			
		||||
></HTML
 | 
			
		||||
>
 | 
			
		||||
							
								
								
									
										17
									
								
								Acrobatt/docbook/test00.docbook
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								Acrobatt/docbook/test00.docbook
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,17 @@
 | 
			
		||||
<?xml version="1.0" encoding="UTF-8" ?>
 | 
			
		||||
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
 | 
			
		||||
  "/usr/share/xml/docbook/schema/dtd/4.4/docbookx.dtd">
 | 
			
		||||
<book lang="fr">
 | 
			
		||||
 | 
			
		||||
	<bookinfo>
 | 
			
		||||
		<title>Titre de mon document</title>
 | 
			
		||||
	</bookinfo>
 | 
			
		||||
 | 
			
		||||
	<chapter id="introduction">
 | 
			
		||||
		<title>Titre du premier chapitre</title>
 | 
			
		||||
 | 
			
		||||
		<para>C'est mon premier fichier DocBook.</para>
 | 
			
		||||
		<para>Un autre paragraphe.</para>
 | 
			
		||||
 | 
			
		||||
	</chapter>
 | 
			
		||||
</book>
 | 
			
		||||
							
								
								
									
										
											BIN
										
									
								
								Acrobatt/docbook/test00.pdf
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								Acrobatt/docbook/test00.pdf
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
		Reference in New Issue
	
	Block a user