aboutsummaryrefslogtreecommitdiff
path: root/release/doc/share/sgml
Commit message (Collapse)AuthorAgeFilesLines
* - Rename .sgml files to .xml to track the recent doc changesGabor Kovesdan2012-10-015-331/+0
| | | | | | | MFC after: 1 day Notes: svn path=/head/; revision=241096
* Bump &release.manpath.*;.Hiroki Sato2011-06-231-2/+2
| | | | Notes: svn path=/head/; revision=223458
* Disconnect sun4v architecture from the three.Attilio Rao2011-05-141-1/+0
| | | | | | | | | | | | Some files keep the SUN4V tags as a code reference, for the future, if any rewamped sun4v support wants to be added again. Reviewed by: marius Tested by: sbruno Approved by: re Notes: svn path=/head/; revision=221869
* Bump version numbers and update descriptions for the 9-CURRENTHiroki Sato2009-10-152-50/+8
| | | | | | | | world. The %[no]include.historic knobs are removed because they are not used for a long time. Notes: svn path=/head/; revision=198114
* - Add ARM as a platform under development.Hiroki Sato2008-05-311-0/+1
| | | | | | | - Bump copyright year. Notes: svn path=/head/; revision=179456
* - Add ($paragraph$) for printed version.Hiroki Sato2008-04-201-4/+86
| | | | | | | - Fix a bug that role="" does not work when arch="" is not specified. Notes: svn path=/head/; revision=178350
* Move (define ($paragraph$)) to the marked section for HTML output.Hiroki Sato2008-04-201-49/+49
| | | | | | | It should not be applied to printed output. Notes: svn path=/head/; revision=178348
* Use role="merged" and arch="amd64,i386,..." attributes to mark aHiroki Sato2008-04-202-75/+70
| | | | | | | | paragraph as MFC'd or one for specific platforms. This should make no content change with the rendered output. Notes: svn path=/head/; revision=178342
* Use "8-current" manpage entities.Bruce A. Mah2007-11-301-1/+1
| | | | Notes: svn path=/head/; revision=174093
* Use the most recent Xorg manpage set that we have.Bruce A. Mah2007-11-261-1/+1
| | | | Notes: svn path=/head/; revision=173962
* Bump version numbers to reflect that HEAD represents 8.0-CURRENT.Bruce A. Mah2007-10-121-5/+5
| | | | Notes: svn path=/head/; revision=172585
* Factor out arch.* entities so we don't need to include them withBruce A. Mah2007-08-181-0/+10
| | | | | | | | | every one of the release documents. Approved by: re (implicitly) Notes: svn path=/head/; revision=171888
* Fix the path to 7.0 online manual pages.Bruce A. Mah2007-05-291-1/+1
| | | | Notes: svn path=/head/; revision=170107
* Add support for auto-generating hardware notes entries in aBruce A. Mah2007-02-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | manner consistent with the new MI-style hardware notes document. man2hwnotes.pl now defaults to generating entities for the MI-style hardware notes (i.e. hardware/article.sgml). A new -c option causes it to generate entities for the older MD-style hardware notes (i.e. hardware/common/dev.sgml). The Makefile infrastructure supplies the -c option to man2hwnotes.pl now unless the HWNOTES_MI Makefile variable is defined, so compatiblity is preserved for hardware notes translations that aren't converted to the new organization yet. As translations convert, they should define HWNOTES_MI in their hardware/Makefile. When all the relevant translations catch up, the compatibility goop in share/mk/doc.relnotes.mk and share/sgml/Makefile can be removed. Thanks go to simon@ for help with the backwards compatiblity mechanism. Tested with: en_US.ISO8859-1, zh_CN.GB2312 Notes: svn path=/head/; revision=166778
* Update version numbers in &release.*;.Hiroki Sato2006-02-231-9/+5
| | | | Notes: svn path=/head/; revision=155942
* Apply arch= selection to the qandatoc mode. This fixesHiroki Sato2005-11-281-0/+43
| | | | | | | | | link generation with no actual target. Reported by: Tim Witthoeft (tim.witthoeft at gmail.com) Notes: svn path=/head/; revision=152873
* Update version numbers to 7-CURRENT.Hiroki Sato2005-07-151-7/+7
| | | | Notes: svn path=/head/; revision=148054
* Use smart quote entities instead of double ``ticks'' to create moreMurray Stokely2005-05-051-2/+2
| | | | | | | | | | | aesthetically pleasing HTML output. Tested with: mozilla, opera, lynx, links Problematic with: w3m Reviewed by: remko, keramida Notes: svn path=/head/; revision=145907
* Bump &release.manpath.netbsd;.Hiroki Sato2005-04-061-1/+1
| | | | Notes: svn path=/head/; revision=144718
* Rather than pointing users at jp.freebsd.org for CURRENTBruce A. Mah2005-03-191-1/+1
| | | | | | | | | snapshots, instead point them at a Web page on the main FreeBSD site that gives more information on the monthly (RE-created) snapshots plus pointers to the jp.freebsd.org and se.freebsd.org snapshots. Notes: svn path=/head/; revision=143851
* Bump &release.manpath.netbsd; to 1.6.2.Hiroki Sato2004-11-071-1/+1
| | | | Notes: svn path=/head/; revision=137346
* - Add &release.manpath.xorg;.Hiroki Sato2004-09-052-1/+3
| | | | | | | - Bump &release.manpath.xfree86;. Notes: svn path=/head/; revision=134811
* Trim errata and bump &release.next;.Hiroki Sato2004-09-021-1/+1
| | | | Notes: svn path=/head/; revision=134659
* Bump version numbers for 6.0-CURRENT and fix some sentences.Hiroki Sato2004-08-211-6/+7
| | | | Notes: svn path=/head/; revision=134114
* - Add an -o option to specify the output file.Hiroki Sato2004-08-081-3/+2
| | | | | | | | | | | | - Make "die()" more verbose. - Do not put extra blank lines into the output file. - Normalize text by using numeric entities because some characters such as "'" can break the generated SGML. Reviewed by: simon Notes: svn path=/head/; revision=133322
* Auto generate the device listings in the Hardware Notes based onSimon L. B. Nielsen2004-08-031-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | manual pages, to avoid duplicating work between the Hardware Notes and manual pages. Each text line in the output from the manual page parser is generated as a SGML entity, making it possible for translators to only translate lines which actually contains English text (this neat idea came from hrs). To determine which drivers are usable on which architectures the dev.archlist.txt file is used to explicitly list this. It it an imperfect solution, but the best I have been able to come up with for now. This commit converts most of the devices which has a section 4 manual page with a HARDWARE section to be the new auto generated format. Reviewed in principle by: ru, hrs, trhodes Good ideas for improvements: hrs No objections: -doc, re Notes: svn path=/head/; revision=133094
* Bump &release.prev; and &release.prev.stable;.Hiroki Sato2004-06-301-2/+2
| | | | Notes: svn path=/head/; revision=131329
* Switch manpath for FreeBSD manpages to 5.2-current.Bruce A. Mah2004-01-161-1/+1
| | | | Notes: svn path=/head/; revision=124590
* Bump various entities for 5.2-CURRENT, trim release notes and errata.Bruce A. Mah2003-12-071-5/+5
| | | | Notes: svn path=/head/; revision=123264
* Grrr...get the semantics of these entities right.Bruce A. Mah2003-12-071-1/+1
| | | | | | | Approved by: re (implicitly) Notes: svn path=/head/; revision=123188
* Version number bump for 5.2-BETA release documentation.Bruce A. Mah2003-11-301-1/+1
| | | | | | | Approved by: re (implicitly) Notes: svn path=/head/; revision=123068
* Bump the version numbers used for man page reference.Hiroki Sato2003-07-151-3/+3
| | | | Notes: svn path=/head/; revision=117640
* Update release documentation version numbers for 5.1-CURRENT.Bruce A. Mah2003-06-071-3/+3
| | | | | | | | | Trim release documentation and errata. While here, put back some conditional text in the errata that was removed during 5.0-RELEASE and never put back. Notes: svn path=/head/; revision=115963
* Move ($create-refentry-xref-link$) to the language-neutral placeHiroki Sato2003-05-232-1/+34
| | | | | | | | | and add entities &release.manpath.*; for man.cgi's manpath=XXX. Approved by: re (bmah) Notes: svn path=/head/; revision=115262
* Version number bump: We're at 5.1-BETA now.Bruce A. Mah2003-05-061-1/+1
| | | | | | | | | | | Note that the previous commit message for this file should have read: "4.8-RELEASE is the latest release from the 4-STABLE branch." [1] Pointed out by: Stijn Hoop <stijn@win.tue.nl> [1] Approved by re (implicitly) Notes: svn path=/head/; revision=114789
* 4.8-RELEASE was the last release from the 4-STABLE branch.Bruce A. Mah2003-05-061-1/+1
| | | | Notes: svn path=/head/; revision=114786
* Bump RELNOTESng version numbers for CURRENT in a post-5.0 world.Bruce A. Mah2003-01-191-3/+3
| | | | Notes: svn path=/head/; revision=109541
* HEAD is 5.0-CURRENT again.Murray Stokely2002-12-131-1/+1
| | | | Notes: svn path=/head/; revision=107814
* Version bump for 5.0-RC.Bruce A. Mah2002-12-051-2/+2
| | | | | | | Approved by: re Notes: svn path=/head/; revision=107630
* Point -CURRENT seekers to a snapshot site that's actually up.Bruce A. Mah2002-06-271-1/+1
| | | | Notes: svn path=/head/; revision=98914
* Provide a way to keep out old ("historic") release notes from bloatingBruce A. Mah2002-06-202-0/+22
| | | | | | | | | the size of the rendered release notes. By default, any element with a role="historic" attribute won't get rendered in the output unless the INCLUDE_HISTORIC Makefile variable is defined. Notes: svn path=/head/; revision=98515
* Don't use graphics in callouts for the release documentation. TheBruce A. Mah2002-03-231-0/+6
| | | | | | | | | | little graphics images are a pain to deal with, and they don't work in the *.TXT files anyways. Submitted by: ue Notes: svn path=/head/; revision=92995
* Add a new entity for the previous stable release. For the most part,Murray Stokely2002-03-171-0/+5
| | | | | | | | | | | the release notes compare 5.0-CURRENT to 4.0-RELEASE, but in at least one place it is beneficial to mention the last stable release of FreeBSD (4.5-RELEASE). Reviewed by: bmah Notes: svn path=/head/; revision=92482
* Put URL references in footnotes (rather than in parentheses followingBruce A. Mah2002-01-071-0/+8
| | | | | | | | the link text), and put footnotes at the bottom of each page. This change affects the release documentation only. Notes: svn path=/head/; revision=88976
* Support a comma-separated list of architectures for the arch=Bruce A. Mah2001-10-191-11/+62
| | | | | | | | | | attribute. This change is necessary in order for the release documentation to scale to support more than two architectures. Based on work by: hrs Notes: svn path=/head/; revision=85194
* More README file cleanup, mostly for style. Also punt the readersBruce A. Mah2001-07-191-0/+2
| | | | | | | | to the Handbook for more documentation sources. Mention INSTALL.TXT as one of the other release documentation files. Notes: svn path=/head/; revision=79974
* ISO_* -> ISO* renameAndrey A. Chernov2001-06-111-1/+1
| | | | Notes: svn path=/head/; revision=78040
* "$FreeBSD $" -> "$FreeBSD$" (the space causes CVS to think this isn'tDima Dorfman2001-06-021-1/+1
| | | | | | | a keyword, so it wasn't expanding it) Notes: svn path=/head/; revision=77636
* In some cases, there are some <sect1></sect1> elements that will haveBruce A. Mah2001-05-141-0/+6
| | | | | | | | | | | | | version control information that is different from the rest of their containing document (or at least other sections). For release notes only, allow output of <sect1info><pubdate></pubdate></sect1info> text, and add it to three sections of RELNOTESng where it's kind of important ("What's New" in the release notes, "Supported Device" in the arch-independent hardware list, and the processors section of the alpha hardware list). Notes: svn path=/head/; revision=76598
* More RELNOTESng infrastructure fixup: The directory layout ofBruce A. Mah2001-05-032-0/+21
| | | | | | | | | stylesheets (particularly with respect to translations) is now similar to that of the doc/ tree. Added a customization for HTML page footers (this is the only reader-visible change). Notes: svn path=/head/; revision=76254