aboutsummaryrefslogtreecommitdiff
path: root/share/xsl
Commit message (Collapse)AuthorAgeFilesLines
* - Use /usr/bin/svnlite as SVN if available.Hiroki Sato2013-11-1313-12367/+0
| | | | | | | | | | | | | - Replace /XML/{doc,www}/ with /XML/ in SysId. - Remove empty stylesheets in share/xsl and point share/xml/empty.xsl via XML catalog instead. - Change the L10N layer in freebsd-*.xsl not to use localized XSLT stylesheets directly. - Move share/xsl/* to share/xml and remove share/xsl. - Remove obsolete share/web2c/pdftex.def. Notes: svn path=/head/; revision=43181
* - Restore the format navigation for articles as wellGabor Kovesdan2013-11-121-0/+6
| | | | | | | Reported by: eadler Notes: svn path=/head/; revision=43177
* - DocBook 5.0 uses a namespace; modify the PGP keyring stylesheet accordinglyGabor Kovesdan2013-11-121-1/+2
| | | | | | | Reported by: brueffer Notes: svn path=/head/; revision=43174
* - Fix split HTML linkGabor Kovesdan2013-11-121-2/+2
| | | | | | | Reported by: wblock Notes: svn path=/head/; revision=43173
* Simplify localization layer for XSLT stylesheets. lang/share/xsl/*.xsl areHiroki Sato2013-11-114-6/+14
| | | | | | | | | now picked up via share/xsl/*.xsl and they are empty when there is no localized content in it. This prevents inconsistency between share/xsl/*.xsl and the localized ones. Notes: svn path=/head/; revision=43171
* Add missing namespace declaration.Hiroki Sato2013-11-111-0/+1
| | | | Notes: svn path=/head/; revision=43169
* Use XML catalog resolution wherever possible instead of absolute pathnamesHiroki Sato2013-11-114-4/+4
| | | | | | | for external entities. Notes: svn path=/head/; revision=43168
* Merge back improvements from the db5 branch:Gabor Kovesdan2013-11-0712-1084/+8335
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Convert to DocBook 5.0 - Use XSL-FO and FOP for PDF rendering instead of DSSSL and Jade - Drop SGML catalogs since the tree is purely XML now - Drop DSSSL stylesheets - Drop other legacy constructs - Add support for Schematron validation - Add Schematron constraints - Add support for RELAX NG validation - Add experimental support for dblatex Sponsored by: The FreeBSD Foundation Approved by: doceng (self) Notes: svn path=/head/; revision=43126
| * MFHGabor Kovesdan2013-11-051-1/+1
| |\ | |/ |/| | | Notes: svn path=/projects/db5/; revision=43105
| * - Improve generated epub fileGabor Kovesdan2013-08-141-2/+49
| | | | | | | | | | | | | | | | | | | | | | * Generate EPUB3 * Wrap programlistings if necessary * Use grey background and smaller fonts for programlistings * Justify main text * Do not break after table caption Notes: svn path=/projects/db5/; revision=42541
| * - MFHGabor Kovesdan2013-08-131-0/+2
| |\ | | | | | | | | | Notes: svn path=/projects/db5/; revision=42535
| * | - svnref is now revnumberGabor Kovesdan2013-08-131-1/+1
| | | | | | | | | | | | Notes: svn path=/projects/db5/; revision=42534
| * | - Fix XSLT parameter referenceGabor Kovesdan2013-07-271-1/+1
| | | | | | | | | | | | Notes: svn path=/projects/db5/; revision=42459
| * | - Do not use italic fonts in CJK languages since they do not have such glyphs;Gabor Kovesdan2013-07-271-0/+92
| | | | | | | | | | | | | | | | | | | | | always use just bold when italic is used in other scripts Notes: svn path=/projects/db5/; revision=42458
| * | - Drop an unnecessary customizationGabor Kovesdan2013-07-261-6/+0
| | | | | | | | | | | | Notes: svn path=/projects/db5/; revision=42440
| * | - More relaxed formatting in titlesGabor Kovesdan2013-07-261-0/+29
| | | | | | | | | | | | Notes: svn path=/projects/db5/; revision=42439
| * | - Remove index-related bits; indexes are now enabled by defaultGabor Kovesdan2013-07-251-2/+0
| | | | | | | | | | | | Notes: svn path=/projects/db5/; revision=42436
| * | - MFHGabor Kovesdan2013-07-242-7/+7
| |\ \ | | | | | | | | | | | | Notes: svn path=/projects/db5/; revision=42422
| * | | - Use Droid Sans for title and sans text; it has Greek and CyrillicGabor Kovesdan2013-07-231-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | glyphs and looks good with the body text. Notes: svn path=/projects/db5/; revision=42401
| * | | - Use Gentium fontsGabor Kovesdan2013-07-231-0/+3
| | | | | | | | | | | | | | | | Notes: svn path=/projects/db5/; revision=42400
| * | | - Better sort entriesGabor Kovesdan2013-07-221-40/+30
| | | | | | | | | | | | | | | | Notes: svn path=/projects/db5/; revision=42372
| * | | - Suppress list titles since they just break the continuity of the text.Gabor Kovesdan2013-07-221-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The preceding paragraph always explains what the list is about so there is no need for these titles. Notes: svn path=/projects/db5/; revision=42369
| * | | - Render blue links by default.Gabor Kovesdan2013-07-211-1/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add support for a single variable that indicated whether we are building for screen or for print. In the latter case, blue links are disabled and the URI of links is included in a footnote. Notes: svn path=/projects/db5/; revision=42359
| * | | - Highlight examples with a bolder and a title-like captionGabor Kovesdan2013-07-211-2/+22
| | | | | | | | | | | | | | | | Notes: svn path=/projects/db5/; revision=42355
| * | | - Stick captions where they belongGabor Kovesdan2013-07-211-4/+12
| | | | | | | | | | | | | | | | Notes: svn path=/projects/db5/; revision=42352
| * | | - Readjust margins so that page numbers are more separated and thus areGabor Kovesdan2013-07-211-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | more visible Notes: svn path=/projects/db5/; revision=42351
| * | | - textobjects do not work and we do not need them anywayGabor Kovesdan2013-07-211-0/+2
| | | | | | | | | | | | | | | | Notes: svn path=/projects/db5/; revision=42346
| * | | - Add FO titlepage customizationGabor Kovesdan2013-07-213-1/+6596
| | | | | | | | | | | | | | | | Notes: svn path=/projects/db5/; revision=42342
| * | | - Factor out parts that are reusable for FO outputGabor Kovesdan2013-07-212-83/+106
| | | | | | | | | | | | | | | | Notes: svn path=/projects/db5/; revision=42341
| * | | - Rename the titlepage specs to reflect that they are used for XHTMLGabor Kovesdan2013-07-211-1/+1
| | | | | | | | | | | | | | | | Notes: svn path=/projects/db5/; revision=42340
| * | | - Variablelists look better as blocksGabor Kovesdan2013-07-211-2/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add some negative tracking to inline monospace text so that it fits better the body text - Improve padding of verbatim blocks - Adjust list spacing Notes: svn path=/projects/db5/; revision=42339
| * | | - Enable FOP extensions, which eliminate most of the warnings and turn onGabor Kovesdan2013-07-151-3/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | some advanced features, like PDF bookmarks. - Allow breaking lines of verbatim elements at spaces. Such a break is denoted with a special arrow symbol. This technique is commonly used in technical books to present long source lines. - Use other monospace font, that has an appropriate arrow symbol for this. - Add some padding to verbatim environments. Notes: svn path=/projects/db5/; revision=42285
| * | | - Like in XHTML, do not generate outer links in TOC entries sinceGabor Kovesdan2013-07-152-8/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | TOC entries themselves are cross-refereces, so move a customization to the common part. Notes: svn path=/projects/db5/; revision=42284
| * | | - Enable hyphenationGabor Kovesdan2013-07-141-1/+9
| | | | | | | | | | | | | | | | Notes: svn path=/projects/db5/; revision=42278
| * | | - Customize XSL FO stylesheets to render a more realistic handbook format:Gabor Kovesdan2013-07-131-15/+350
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * B5 paper size * chapters always start on recto * the current chapter in indicated by the verso header and the current section by the recto header * render page numbers at the outer side of the foooter * sections are automatically labelled * bibliography entries are enumerated * captions of figures and equations are rendered after * captions of examples, tables and procedures are rendered before * admonitions are highlighted with an icon and a border * tables have a grey header with bold labels * programlistings and screen elements are rendered with a grey background * guibutton is also rendered with a grey background * manpage references are real links and it is indicated with the blue color Notes: svn path=/projects/db5/; revision=42272
| * | | - 400px width and a proportional height looks like a good defaultGabor Kovesdan2013-07-131-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for most images but some will need more exact parameters on an individual basis Notes: svn path=/projects/db5/; revision=42269
| * | | - Make sure images and callouts are foundGabor Kovesdan2013-07-131-0/+4
| | | | | | | | | | | | | | | | Notes: svn path=/projects/db5/; revision=42268
| * | | - Disable hyphenation for nowGabor Kovesdan2013-07-111-0/+1
| | | | | | | | | | | | | | | | Notes: svn path=/projects/db5/; revision=42253
| * | | - MFHGabor Kovesdan2013-07-111-0/+30
| |\ \ \ | | | | | | | | | | | | | | | Notes: svn path=/projects/db5/; revision=42250
| * | | | - Use UTF-8 in the LaTeX file so that we render all of the languagesGabor Kovesdan2013-07-101-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Render all links in blue Notes: svn path=/projects/db5/; revision=42237
| * | | | - Workaround for dblatex escaping in <filename>Gabor Kovesdan2013-07-101-0/+36
| | | | | | | | | | | | | | | | | | | | Notes: svn path=/projects/db5/; revision=42234
| * | | | - MFHGabor Kovesdan2013-07-031-1/+2
| |\ \ \ \ | | | | | | | | | | | | | | | | | | Notes: svn path=/projects/db5/; revision=42131
| * | | | | - Port stylesheets to namespaced processingGabor Kovesdan2013-06-307-964/+963
| | | | | | | | | | | | | | | | | | | | | | | | Notes: svn path=/projects/db5/; revision=42093
| * | | | | - FOP extensions do not seem to work properlyGabor Kovesdan2013-06-301-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | Notes: svn path=/projects/db5/; revision=42091
| * | | | | - Add customization for buildtargetGabor Kovesdan2013-06-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Remove old bits Notes: svn path=/projects/db5/; revision=42001
| * | | | | - Use namespace-aware stylesheetsGabor Kovesdan2013-05-295-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Drop more legacy stuff Notes: svn path=/projects/db5/; revision=41776
* | | | | | Remove extranious characters from man page links causing 'sektion' to be ↵Eitan Adler2013-10-281-1/+1
| |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ignored. PR: docs/177056A Submitted by: Brian Haug <brian.r.haug@gmail.com> (reporter) Submitted by: Taras Korenko <ds@ukrhub.net> (older version of patch) Notes: svn path=/head/; revision=43047
* | | | | - We have callouts until 30; use themGabor Kovesdan2013-07-281-0/+2
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | Reported by: jgh Notes: svn path=/head/; revision=42463
* | | | Use the canonical addresses for -questions and -doc, simplify theWarren Block2013-07-191-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | accompanying text. Notes: svn path=/head/; revision=42325
* | | | - userinput should also be bold so that it can be distinguished from theGabor Kovesdan2013-07-111-1/+1
| |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | rest of the screen content Reported by: wblock Notes: svn path=/head/; revision=42251