From 989d921f5d4ac8d8b7c831c13b8954ad1901be24 Mon Sep 17 00:00:00 2001 From: Sergio Carlavilla Delgado Date: Tue, 26 Jan 2021 00:31:29 +0100 Subject: Migrate doc to Hugo/AsciiDoctor I'm very pleased to announce the release of our new website and documentation using the new toolchain with Hugo and AsciiDoctor. To get more information about the new toolchain please read the FreeBSD Documentation Project Primer[1], Hugo docs[2] and AsciiDoctor docs[3]. Acknowledgment: Benedict Reuschling Glen Barber Hiroki Sato Li-Wen Hsu Sean Chittenden The FreeBSD Foundation [1] https://docs.FreeBSD.org/en/books/fdp-primer/ [2] https://gohugo.io/documentation/ [3] https://docs.asciidoctor.org/home/ Approved by: doceng, core --- .../books/fdp-primer/stylesheets/chapter.xml | 76 ---------------------- 1 file changed, 76 deletions(-) delete mode 100644 en_US.ISO8859-1/books/fdp-primer/stylesheets/chapter.xml (limited to 'en_US.ISO8859-1/books/fdp-primer/stylesheets') diff --git a/en_US.ISO8859-1/books/fdp-primer/stylesheets/chapter.xml b/en_US.ISO8859-1/books/fdp-primer/stylesheets/chapter.xml deleted file mode 100644 index 952c46964c..0000000000 --- a/en_US.ISO8859-1/books/fdp-primer/stylesheets/chapter.xml +++ /dev/null @@ -1,76 +0,0 @@ - - - - Style Sheets - - XML is concerned with content, and says - nothing about how that content should be presented to the reader - or rendered on paper. Multiple style sheet - languages have been developed to describe visual layout, including - Extensible Stylesheet Language Transformation - (XSLT), Document Style Semantics and - Specification Language (DSSSL), and Cascading - Style Sheets (CSS). - - The FDP documents use - XSLT stylesheets to transform DocBook into - XHTML, and then CSS - formatting is applied to the XHTML pages. - Printable output is currently rendered with legacy - DSSSL stylesheets, but this will probably - change in the future. - - - <acronym>CSS</acronym> - - Cascading Style Sheets (CSS) are a - mechanism for attaching style information (font, weight, size, - color, and so forth) to elements in an XHTML - document without abusing XHTML to do - so. - - - The DocBook Documents - - The &os; XSLT and - DSSSL stylesheets refer to - docbook.css, which is expected to be - present in the same directory as the XHTML - files. The project-wide CSS file is copied - from doc/share/misc/docbook.css when - documents are converted to XHTML, and is - installed automatically. - - - -- cgit v1.2.3