summaryrefslogtreecommitdiffstats
path: root/documentation/template
Commit message (Collapse)AuthorAgeFilesLines
* template: Added new line at end of file so vi does not throw error.Scott Rifenbark2014-07-031-1/+1
| | | | | | | (From yocto-docs rev: 2b8cd1b912ea4a1725b9060be712828b6c3d2a36) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* templates: Added new line to avoid vi save warning.Scott Rifenbark2014-07-031-1/+1
| | | | | | | (From yocto-docs rev: dd24fa4e254a9ee4f76c78e2cc525a752195bbdb) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* template: Added an XSL template to support glossary variable permalinksScott Rifenbark2014-07-031-0/+14
| | | | | | | | | | | | | | Fixes [YOCTO #5772] With this template, all that is necessary to trigger permalink generation for variable entries in a manual's glossary is to update the customization layer to include the gloss-permalinks.xsl file. (From yocto-docs rev: aebe1a727be7921fe9bc26101b670d5fdc1670e4) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* template: Removed the "d:" character namespace prefix.Scott Rifenbark2014-06-181-8/+8
| | | | | | | | | | | | | | | The prefix is used for DocBook 5 Schema. We are using the 4.2 Schema. Having this prefix disabled the permalink titles XSL template (section.title.xsl) produced permalinks with no titles. Because I removed it in the section.title.xls file, I also removed it here for completeness. Note that I don't think the template is used at this point but I made the change just in case for the future. (From yocto-docs rev: 8eca4299d0408c1095bfa8aa7b9f04e246db0c0d) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* template: Added XSL stylesheets to support permalinks.Scott Rifenbark2014-06-185-0/+164
| | | | | | | | | | | | Fixes [YOCTO #5772] These five style sheets support creation of permalinks in the HTML formatted output. (From yocto-docs rev: 7467ad6518c0fc0eb829b9432dc113bd0cdb6807) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* template: Changed the font color for footers and headersScott Rifenbark2013-02-141-12/+12
| | | | | | | | | | | | | | | Fixes YOCTO #3728 The poky-db-pdf.xsl file has code that controls the font color for the headers, footers, and separating lines for each when the PDF version of a manual is made. I changed the values from #cccccc to #999999 to darken these up so they can be seen a little better. (From yocto-docs rev: c9c83028a5f13dc672414b6ca395290f05019f8e) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/template/titlepage.templates.xml: Remove title infoTimo Mueller2013-02-141-13/+0
| | | | | | | | | | The title of a pdf document is part of the image used on the title page. Thus the title defined (e.g. bookinfo.title) in a document should never be used when creating title pages for pdf documents. As other output formats may use the title information to create metadata the title has been removed from the template. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/pokt-ref-manual: Update with Yocto brandingRichard Purdie2010-10-271-0/+0
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* documentation: Complete poky-handbook -> poky-ref-manual renameRichard Purdie2010-10-151-0/+0
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* documentation/handbook: Tweak Makefiles and paths after path changesRichard Purdie2010-10-151-2/+2
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* handbook: Move into documentation directoryRichard Purdie2010-10-1513-0/+1678
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>