-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Aggiunti sorgenti della documentazione in 'resources/doc/src'
- Loading branch information
1 parent
a3fa74e
commit 8a1092c
Showing
213 changed files
with
16,428 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
2018-11-06 Andrea Poli <[email protected]> | ||
2018-11-07 Andrea Poli <[email protected]> | ||
|
||
* Rilasciata versione 3.0.1.rc2 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
1,892 changes: 1,892 additions & 0 deletions
1,892
resources/doc/src/core/docbook-custom/chunk-common.xsl
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
html: convert-accents | ||
@echo "Producing html files ..." | ||
xmlto html-nochunks -x ../core/xsl/main-html-nochunks.xsl ${SOURCE_FILE}.converted --skip-validation | ||
@echo "Producing html files ok" | ||
|
||
xhtml: | ||
xmlto xhtml -x ../core/xsl/main-xhtml-chunks.xsl ${SOURCE_FILE}.converted -o xhtmlout --skip-validation | ||
|
||
pdf: convert-accents | ||
@echo "Producing pdf ..." | ||
dblatex ${DB_LATEX_OPTIONS} --pdf ${SOURCE_FILE}.converted -o ${SOURCE_NAME}${PDF_DOC_VERSION}_originalCover.pdf | ||
gs -dBATCH -dNOPAUSE -q -sDEVICE=pdfwrite -sOutputFile=${SOURCE_NAME}${PDF_DOC_VERSION}_originalCover_noPagineIniziali.pdf -dFirstPage=2 ${SOURCE_NAME}${PDF_DOC_VERSION}_originalCover.pdf | ||
gs -dBATCH -dNOPAUSE -q -sDEVICE=pdfwrite -sOutputFile=GovWay-${SOURCE_NAME}.pdf cover/cover.pdf ${SOURCE_NAME}${PDF_DOC_VERSION}_originalCover_noPagineIniziali.pdf | ||
@echo "Producing pdf ok" | ||
|
||
img: | ||
@echo "Producing img ..." | ||
@mkdir -p FIGURE_OUT | ||
@for file in figure/*.jpg; do \ | ||
( convert $$file FIGURE_OUT/`basename $$file jpg`pdf; convert $$file FIGURE_OUT/`basename $$file`) \ | ||
done | ||
@for file in figure/*.png; do \ | ||
( convert $$file FIGURE_OUT/`basename $$file png`pdf; convert $$file FIGURE_OUT/`basename $$file`) \ | ||
done | ||
@echo "Producing img ok" | ||
|
||
clean: clean-html clean-pdf clean-xhtml | ||
rm -f ${SOURCE_FILE}~ | ||
rm -f ${SOURCE_FILE}.converted | ||
rm -rf FIGURE_OUT | ||
|
||
clean-html: | ||
rm -f *.html | ||
|
||
clean-xhtml: | ||
rm -rf xhtmlout | ||
|
||
clean-pdf: | ||
rm -f *${SOURCE_NAME}*.pdf | ||
|
||
convert-accents: | ||
cp ${SOURCE_FILE} ${SOURCE_FILE}.converted | ||
perl -pi -e "s/à/à/g" ${SOURCE_FILE}.converted | ||
perl -pi -e "s/è/è/g" ${SOURCE_FILE}.converted | ||
perl -pi -e "s/È/È/g" ${SOURCE_FILE}.converted | ||
perl -pi -e "s/È/È/g" ${SOURCE_FILE}.converted | ||
perl -pi -e "s/ì/ì/g" ${SOURCE_FILE}.converted | ||
perl -pi -e "s/Ì/Ì/g" ${SOURCE_FILE}.converted | ||
perl -pi -e "s/ù/ù/g" ${SOURCE_FILE}.converted | ||
perl -pi -e "s/Ù/Ù/g" ${SOURCE_FILE}.converted | ||
perl -pi -e "s/Ò/Ò/g" ${SOURCE_FILE}.converted | ||
perl -pi -e "s/é/é/g" ${SOURCE_FILE}.converted | ||
perl -pi -e "s/É/É/g" ${SOURCE_FILE}.converted | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
LANG=it_IT | ||
|
||
DB_LATEX_OPTIONS=-P latex.output.revhistory=0 -P doc.collab.show=0 | ||
DOC_VERSION=3.0 | ||
PDF_DOC_VERSION=3.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
<!-- created by Tammy Fox [email protected] for the Fedora Project --> | ||
<!-- License: GPL --> | ||
<!-- Copyright 2003 Tammy Fox, Red Hat, Inc. --> | ||
|
||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" | ||
xmlns:exsl="http://exslt.org/common" | ||
version="1.0" | ||
exclude-result-prefixes="exsl"> | ||
|
||
<!-- Admonition Graphics --> | ||
|
||
<xsl:param name="admon.graphics" select="1"></xsl:param> | ||
<xsl:param name="admon.graphics.path">./stylesheet-images/</xsl:param> | ||
<xsl:param name="callout.graphics.path">./stylesheet-images/</xsl:param> | ||
|
||
<!-- titles after all elements --> | ||
|
||
<xsl:param name="formal.title.placement"> | ||
figure after | ||
example after | ||
equation after | ||
table after | ||
procedure after | ||
</xsl:param> | ||
|
||
<xsl:output method="html" indent="no"/> | ||
|
||
<!-- | ||
disable for FC4 | ||
<xsl:param name="generate.legalnotice.link" select="1"></xsl:param> | ||
--> | ||
|
||
<xsl:param name="html.stylesheet" select="'fedora.css'"></xsl:param> | ||
<xsl:param name="html.stylesheet.type">text/css</xsl:param> | ||
|
||
<xsl:param name="html.cleanup" select="1"></xsl:param> | ||
|
||
|
||
|
||
</xsl:stylesheet> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
<!-- created by Tammy Fox [email protected] for the Fedora Project --> | ||
<!-- License: GPL --> | ||
<!-- Copyright 2003 Tammy Fox, Red Hat, Inc. --> | ||
|
||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" | ||
xmlns:exsl="http://exslt.org/common" | ||
version="1.0" | ||
exclude-result-prefixes="exsl"> | ||
|
||
<!-- Admonition Graphics --> | ||
|
||
<xsl:param name="admon.graphics" select="1"></xsl:param> | ||
<xsl:param name="admon.graphics.path">./stylesheet-images/</xsl:param> | ||
<xsl:param name="callout.graphics.path">./stylesheet-images/</xsl:param> | ||
|
||
<!-- titles after all elements --> | ||
|
||
<xsl:param name="formal.title.placement"> | ||
figure after | ||
example after | ||
equation after | ||
table after | ||
procedure after | ||
</xsl:param> | ||
|
||
<xsl:output method="html" indent="no"/> | ||
|
||
<xsl:param name="html.stylesheet" select="'fedora.css'"></xsl:param> | ||
<xsl:param name="html.stylesheet.type">text/css</xsl:param> | ||
|
||
<xsl:param name="html.cleanup" select="1"></xsl:param> | ||
|
||
|
||
|
||
</xsl:stylesheet> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
<!-- created by Tammy Fox [email protected] for the Fedora Project --> | ||
<!-- License: GPL --> | ||
<!-- Copyright 2003 Tammy Fox, Red Hat, Inc. --> | ||
|
||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" | ||
xmlns:exsl="http://exslt.org/common" | ||
version="1.0" | ||
exclude-result-prefixes="exsl"> | ||
|
||
<xsl:import href="redhat.xsl"/> | ||
<xsl:import href="/usr/share/sgml/docbook/xsl-stylesheets/html/chunk.xsl"/> | ||
<!-- tito --> | ||
<xsl:import href="../docbook-custom/chunk-common.xsl"/> | ||
<xsl:include href="html-common.xsl"/> | ||
|
||
<!-- TOC --> | ||
<xsl:param name="toc.section.depth">3</xsl:param> | ||
<xsl:param name="section.autolabel" select="1" /> | ||
<xsl:param name="section.label.includes.component.label" select="1"></xsl:param> | ||
|
||
<xsl:param name="generate.toc"> | ||
book toc,title,figure,table,example,equation | ||
article toc | ||
chapter nop | ||
qandadiv toc | ||
qandaset toc | ||
sect1 nop | ||
sect2 nop | ||
sect3 nop | ||
sect4 nop | ||
sect5 nop | ||
section nop | ||
</xsl:param> | ||
|
||
<!-- Navigation | ||
<xsl:param name="navig.graphics" select="1"></xsl:param> | ||
<xsl:param name="navig.graphics.extension" select="'.png'"></xsl:param> | ||
<xsl:param name="navig.graphics.path">nav-images/</xsl:param> | ||
<xsl:param name="navig.showtitles">1</xsl:param> | ||
--> | ||
|
||
<!-- multiple pages --> | ||
<xsl:param name="onechunk" select="0"/> | ||
|
||
<!-- utf-8 html pages --> | ||
<xsl:param name="chunker.output.encoding">UTF-8</xsl:param> | ||
|
||
<!-- indent html generated output --> | ||
<xsl:param name="chunker.output.indent">yes</xsl:param> | ||
|
||
</xsl:stylesheet> |
47 changes: 47 additions & 0 deletions
47
resources/doc/src/core/xsl/main-html-nochunks-relnotes.xsl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
<!-- created by Tammy Fox [email protected] for the Fedora Project --> | ||
<!-- License: GPL --> | ||
<!-- Copyright 2003 Tammy Fox, Red Hat, Inc. --> | ||
|
||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" | ||
xmlns:exsl="http://exslt.org/common" | ||
version="1.0" | ||
exclude-result-prefixes="exsl"> | ||
|
||
<xsl:import href="redhat.xsl"/> | ||
<xsl:import href="/usr/share/sgml/docbook/xsl-stylesheets/html/docbook.xsl"/> | ||
<xsl:include href="html-common-relnotes.xsl"/> | ||
|
||
<!-- TOC --> | ||
<xsl:param name="toc.section.depth">3</xsl:param> | ||
<xsl:param name="section.autolabel" select="1" /> | ||
<xsl:param name="section.label.includes.component.label" select="1"></xsl:param> | ||
<xsl:param name="generate.toc"> | ||
book toc,title,figure,table,example,equation | ||
article toc | ||
chapter nop | ||
qandadiv toc | ||
qandaset toc | ||
sect1 nop | ||
sect2 nop | ||
sect3 nop | ||
sect4 nop | ||
sect5 nop | ||
section nop | ||
</xsl:param> | ||
|
||
<!-- Navigation | ||
<xsl:param name="navig.graphics" select="1"></xsl:param> | ||
<xsl:param name="navig.graphics.extension" select="'.png'"></xsl:param> | ||
<xsl:param name="navig.graphics.path">nav-images/</xsl:param> | ||
<xsl:param name="navig.showtitles">1</xsl:param> | ||
--> | ||
|
||
<!-- one page --> | ||
<xsl:param name="onechunk" select="1"/> | ||
|
||
<!-- Generate UTF-8 html == only applies to the one chunk--> | ||
<xsl:output method="html" | ||
encoding="UTF-8" | ||
indent="yes"/> | ||
|
||
</xsl:stylesheet> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
<!-- created by Tammy Fox [email protected] for the Fedora Project --> | ||
<!-- License: GPL --> | ||
<!-- Copyright 2003 Tammy Fox, Red Hat, Inc. --> | ||
|
||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" | ||
xmlns:exsl="http://exslt.org/common" | ||
version="1.0" | ||
exclude-result-prefixes="exsl"> | ||
|
||
<xsl:import href="redhat.xsl"/> | ||
<xsl:import href="/usr/share/sgml/docbook/xsl-stylesheets/html/docbook.xsl"/> | ||
<xsl:include href="html-common.xsl"/> | ||
|
||
<!-- TOC --> | ||
<xsl:param name="toc.section.depth">3</xsl:param> | ||
<xsl:param name="section.autolabel" select="1" /> | ||
<xsl:param name="section.label.includes.component.label" select="1"></xsl:param> | ||
<xsl:param name="generate.toc"> | ||
book toc,title,figure,table,example,equation | ||
article toc | ||
chapter nop | ||
qandadiv toc | ||
qandaset toc | ||
sect1 nop | ||
sect2 nop | ||
sect3 nop | ||
sect4 nop | ||
sect5 nop | ||
section nop | ||
</xsl:param> | ||
|
||
<!-- Navigation | ||
<xsl:param name="navig.graphics" select="1"></xsl:param> | ||
<xsl:param name="navig.graphics.extension" select="'.png'"></xsl:param> | ||
<xsl:param name="navig.graphics.path">nav-images/</xsl:param> | ||
<xsl:param name="navig.showtitles">1</xsl:param> | ||
--> | ||
|
||
<!-- one page --> | ||
<xsl:param name="onechunk" select="1"/> | ||
|
||
<!-- Generate UTF-8 html == only applies to the one chunk--> | ||
<xsl:output method="html" | ||
|
||
indent="yes"/> | ||
<!-- encoding="UTF-8"--> | ||
|
||
<!-- Override legalnotice linkage --> | ||
<xsl:param name="generate.legalnotice.link" select="0"></xsl:param> | ||
|
||
</xsl:stylesheet> |
Oops, something went wrong.