| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
moved to the doc repository (see revisions r51045:r51061).
Sponsored by: The FreeBSD Foundation
Notes:
svn path=/head/; revision=324338
|
|
|
|
|
|
|
|
|
| |
DSSSL stylesheet.
Reported by: gjb
Notes:
svn path=/head/; revision=278101
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
added to the footer of the release/doc/ pages by
moving a hard-coded value (that is subject to human
error to change) to release.ent where other values
are regularly changed, and adding parsing logic to
release.xsl.
Approved by: re (implicit)
MFC after: 3 days
Sponsored by: The FreeBSD Foundation
Notes:
svn path=/head/; revision=271331
|
|
|
|
|
|
|
|
|
|
| |
- Add missing footer due to DSSSL->XSLT migration and use XML catalog to
resolve URI[*].
Based on the work by: gabor [*]
Notes:
svn path=/head/; revision=260653
|
|
|
|
|
|
|
| |
updated documentation tree
Notes:
svn path=/head/; revision=250746
|
|
|
|
|
|
|
| |
MFC after: 1 day
Notes:
svn path=/head/; revision=241096
|
|
|
|
|
|
|
|
| |
world. The %[no]include.historic knobs are removed because they
are not used for a long time.
Notes:
svn path=/head/; revision=198114
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
the language-independent catalog.
Tested by: Alex Kapranoff <kapr@acm.org>
Notes:
svn path=/head/; revision=79809
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
language-dependant SGML catalogs (in ${LANG_CODE}/share/sgml) and also
use a default.dsl stylesheet similar to what the rest of the DocProj
documents use.
Requested by: hrs, Alex Kapranoff <kapr@acm.org>
Reviewed by: hrs, dd
MFC after: 2 days
Notes:
svn path=/head/; revision=79462
|
|
|
|
| |
Notes:
svn path=/head/; revision=79231
|
|
|
|
|
|
|
|
|
| |
lookups, moused(8) -a, binutils 2.11.2.
MFCs noted: IPv6 update.
Notes:
svn path=/head/; revision=79230
|
|
|
|
|
|
|
|
|
|
|
|
| |
notes build. Instead of having doc.relnotes.mk make a guess, hardcode
quite a bit (but as little as possible) in Makefile.inc's sprinkled
strategicly throughout the tree. This has the advantage of actually
working properly (which is a Good Thing(tm)), and the disadvantages of
more files in the repository and more hardcoded paths (which are both
Bad Things(tm)).
Notes:
svn path=/head/; revision=78567
|
|
|
|
|
|
|
|
|
| |
new RELN_ANCHOR variable. It may be necessary to override this if the
path to the checked out release notes tree doesn't end with
"release/doc".
Notes:
svn path=/head/; revision=78226
|
|
|
|
| |
Notes:
svn path=/head/; revision=78040
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1. There is now only one RELNOTESng stylesheet; the architecture-specific
stylesheets (to handle different values of the arch= attribute) are gone.
2. Several Makefile variable definitions were factored into
doc.relnotes.mk.
Submitted by: dd
Notes:
svn path=/head/; revision=76222
|
|
o Define a RELN_ROOT variable which points to the root of the relnotes
tree (i.e., src/release/doc).
o By default, define DOC_PREFIX in terms of RELN_ROOT; this gives a
bigger chance of finding the doc/ tree without help in the form of
setting DOC_PREFIX on the command line.
o Respect DOCDIR; `make install` works now.
Approved by: bmah
Notes:
svn path=/head/; revision=76140
|