CVS log for doc/sgml/Attic/freebsd.dsl
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.6
Mon Jan 25 21:58:51 1999 UTC (13 years ago) by nik
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.5: +0 -0 lines
Move doc/sgml/* to doc/share/sgml/*, so it better follows the layout of Doc. Proj. related ports under $PREFIX/share. Update en/handbook/Makefile with the new paths. Didn't seem worthwhile to do a repository copy for only three files moved.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat Jan 2 17:08:45 1999 UTC (13 years, 1 month ago) by nik
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +4 -0 lines
Turned on the generation of the HTML.manifest file (this used to be on by default, looks like the default's changed with version 1.30 of the stylesheets).
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Dec 20 20:33:49 1998 UTC (13 years, 1 month ago) by nik
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +67 -49 lines
Added output.html and output.print as parameter entities to freebsd.dtd. Default to "IGNORE", you should set them to "INCLUDE" by whatever mechanism your SGML parser supports as necessary (i.e., Jade's -i flag). Added redefinitions for some ISO entities that aren't understood by most web browsers. Since this is for HTML output only, wrap it in a %output.html; marked section. Use these marked sections to put both print and HTML stylesheets in one .dsl file (freebsd.dsl). The print stylesheet now understands about the elements that have been added to DocBook (and won't try and render them in red). Updated Makefile to use output.html and output.print on the command line to Jade, instead of the earlier "html" and "print. Note: producing .tex (and thence .ps and .pdf) versions of the Handbook is broken. The Handbook tickles several bugs in the JadeTeX macros. Sebastian Rahz, the JadeTeX author, knows about this, and is working on fixing them.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat Dec 5 00:38:14 1998 UTC (13 years, 2 months ago) by nik
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +19 -0 lines
Turn on the use of CSS stylesheets, reading from handbook.css (this will change shortly). Change the represenation of <warning> and <caution> to be similar to the representations for <note>, <tip>, and <important>.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Nov 4 22:41:50 1998 UTC (13 years, 3 months ago) by nik
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +33 -2 lines
- Turn on the use of tables to build navigation headers/footers - Turn off the shading of verbatim environments. Replace with our own scheme which wraps these in <blockquote>, more in keeping with other documents. - Specify the root filename for the HTML version as 'index.html'
Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Jun 30 08:52:15 1998 UTC (13 years, 7 months ago) by nik
Branches: MAIN
This is a DSSSL stylesheet. It builds upon Norm Walsh's modular DocBook stylesheet (ports/textproc/dsssl-docbook-modular) and extends it in three ways. First, Norm's stylesheets have a number of documented 'knobs' that can be twiddled to produce specific effects. For example, one of the options I've turned on names the generated HTML files after the id attribute of a section. Say goodbye to c01234.html, and wave hello to 'kerneloptions.html'. Second, some of Norm's design choices don't follow our existing practice. For example, we indicate application names in bold, command names in a monospace font. Norm's sheets just render command names in bold. So we override his definition with our own for some elements. Thirdly, we tell the stylesheet about elements that don't exist in DocBook but do exist in our extended DTD. Tim Vanderhoek is probably sliding off his seat about now :-) There's more that needs doing to this, but it's enough to get start with.
