Commit graph

51 commits

Author SHA1 Message Date
Wolfram Schneider
93a30bd6c4 sync from English Makefile, r51076
PR: 222828
2017-10-07 11:25:06 +00:00
Wolfram Schneider
071dc1dfbc sync from english Makefile: remove stale homepage.html from build 2017-09-26 09:10:00 +00:00
Wolfram Schneider
713792bb69 remove stale links
PR: 215231
2017-09-14 12:31:48 +00:00
Peter Wemm
75cf08436e Copy over just the redirect header from the en_US version of
send-pr.xml as in r44999 and r45025 to avoid messing with
translation text.

Reviewed by:	gjb (glanced at)
2014-06-29 22:01:49 +00:00
Gabor Kovesdan
bc0ea04e7d - Move the PGP keyring generation to the language-independent share directory
Discussed with:	hrs, wblock
2014-03-07 12:23:51 +00:00
Hiroki Sato
acb53f7c6e Disable relnotes build. 2014-01-15 00:25:49 +00:00
Hiroki Sato
52f6d56540 - Use /usr/bin/svnlite as SVN if available.
- Replace /XML/{doc,www}/ with /XML/ in SysId.
- Remove empty stylesheets in share/xsl and point share/xml/empty.xsl via
  XML catalog instead.
- Change the L10N layer in freebsd-*.xsl not to use localized XSLT
  stylesheets directly.
- Move share/xsl/* to share/xml and remove share/xsl.
- Remove obsolete share/web2c/pdftex.def.
2013-11-13 06:10:37 +00:00
Rene Ladan
1d9bea10ed Merge the projects/entities branch into head/
The primary purposes are to clean up duplicated author definitions in
both share/xml/authors.ent and share/xml/developers.ent, and as a added
bonus simplify writing up author names/email addresses in web pages.

Apart from merging developers.ent into authors.ent, removing the former,
and updating the Committers Guide there should be little user-visible changes:
- a.portmgr renamed to a.portmgr.members
- a.doceng renamed to a.doceng.members
- team.re renamed to a.re.members.email and moved from
share/xml/freebsd.ent to share/xml/authors.ent
- a.core updated and moved from share/xml/mailing-lists.ent to
share/xml/teams.ent
- share/pgpkeys/{addkey.sh|README} updated

Translations are untouched except for build fixes.

Approved by:	doceng (gjb)
Approved by:	gjb (mentor)
2013-07-09 21:15:47 +00:00
Glen Barber
b648b634f6 Fix syntax from previous commit. 2013-06-18 02:08:55 +00:00
Glen Barber
21dae225c8 Fix build with bmake(1).
Approved by:	doceng (implicit)
2013-06-18 00:49:02 +00:00
Hiroki Sato
a4266c0837 Fix syntax errors in translated documents. These caused a build breakage in
newer libxslt which check the stylesheet syntax more strictly.

 |It is an error for the value of either the use attribute or the match
 |attribute to contain a VariableReference.
 | (XSL Transformations (XSLT) Version 1.0, Section 12.2)
2013-01-09 16:13:30 +00:00
Isabell Long
2be1e25fc2 Replace 'SGML' with 'XML' in Makefile code and comments. A consequence of
this was that 'SGMLFLAGS' had to be changed to 'XMLFLAGS' in
share/mk/doc.docbook.mk so that everything continued to build OK.

Approved by:	gabor (mentor)
2012-10-06 17:52:37 +00:00
Gabor Kovesdan
77d737ee88 - Rename the share/sgml directories to share/xml
- Fix build errors from the next change

Approved by:	doceng (implicit)
2012-10-01 11:56:00 +00:00
Gabor Kovesdan
b4346b9b2d - Rename .sgml files to .xml
- Reflect the rename in referencing files

Approved by:	doceng (implicit)
2012-10-01 09:53:01 +00:00
Gabor Kovesdan
efe7023c1f - Encoding names should be IANA names and in lower case 2012-09-22 20:09:08 +00:00
Gabor Kovesdan
9b85c2d7f5 - Remove old web content and references to them
Discussed with:	doc@, www@
2012-09-22 19:20:16 +00:00
Gabor Kovesdan
d8a2cdf09b - Remove the following articles and references to them. Where it is
reasonable to maintain the reference, use the archived docs.

  5-roadmap
  checkpoint
  dialup-firewall
  diskless-x
  euro
  formatting-media
  hats (content moved to htdocs/internal)
  multi-os
  storage-devices
  vinum
  zip-drive

All of these articles can be found here:
http://docs.freebsd.org/doc/9.0-RELEASE/usr/share/doc/freebsd/en_US.ISO8859-1/articles/

No objection from:	doc@, www@
2012-09-20 14:33:30 +00:00
Gabor Kovesdan
c61da2b6d9 - Fix a typo
Spotted by:	gjb
2012-09-14 15:10:22 +00:00
Gabor Kovesdan
165056d894 Merge the projects/sgml2xml branch:
- Documentation is updated from DocBook 4.1/SGML to DocBook 4.2/XML
  - Webpages are updated from HTML 4.01 Transitional to XHTML 1.0 Transitional
  - Static webpages are now processed by XSLT behind the scenes
  - Webpages are now built with less cycles; tidy has been removed and the
    date processing is now done by XSLT
  - Generated webpages are now actually valid (they did not use to be)
  - All XSLT stylesheets now pull in a main XSLT, which reduces
    duplicated markup
  - Site map and index are converted to an XML format with an
    XSLT transformation that generates the output
  - For docs, there is now only one entity set for both articles and books
  - Some trademark/legalnotice entities have been merged to a cohesive
    single entity file
  - Untranslated entity sets are now always pulled in from the English tree
    instead of redundant copies
  - The base and enbase entities are already automatically generated so
    remove inline definitions from individual files
  - Fetch the LEGAL file via http instead of depending on CVS
  - Convert id names to lowercase to avoid mixing different styles and
    for better readability
  - All PSGML comments are removed since they are mostly useless
  - Convert character entities to normal characters
  - Do not copy CSS files but override only necessary part
  - Fix build with newest tidy
  - Partly update the fdp-primer to reflect changes

Approved by:	doceng (implicit)
2012-09-14 12:11:19 +00:00
Gabor Kovesdan
617a3c9b13 - Convert character entities to normal characters
Approved by:	doceng (implicit)
2012-09-14 09:57:47 +00:00
Gabor Kovesdan
862c85b832 - Fix conditional parts that depend on whether we currently have beta
release(s)

Approved by:	doceng (implicit)
2012-08-24 22:04:59 +00:00
Gabor Kovesdan
2e51ec7022 - Strip unnecessary trailing spaces
Approved by:	doceng (implicit)
2012-08-21 19:16:02 +00:00
Gabor Kovesdan
b92ed28d92 - Fix build of cluster-specific file
Approved by:	doceng (implicit)
2012-08-20 13:55:48 +00:00
Gabor Kovesdan
7ba98a21ad MFH
Approved by:	doceng (implicit)
2012-08-19 23:05:52 +00:00
Gabor Kovesdan
acb8333ccd - Convert more id's and references to lower case
- Drop upper case support from CSS

Approved by:	doceng (implicit)
2012-08-19 11:11:51 +00:00
Gabor Kovesdan
16e0394616 - Convert all id names to lowercase
Approved by:	doceng (implicit)
2012-08-18 23:43:35 +00:00
Gabor Kovesdan
552c6a7fa5 - Fix typo
Approved by:	doceng (implicit)
2012-08-18 22:05:53 +00:00
Gabor Kovesdan
89b9da42e7 - Remove unused ia64 news files
Approved by:	doceng (implicit)
2012-08-13 20:58:20 +00:00
Gabor Kovesdan
217c06b0cd - Simplify keyword markup
- Extract related schema definition into own DTD

Approved by:	doceng (implicit)
2012-08-13 20:43:41 +00:00
Gabor Kovesdan
6f0813b25d - For non-English pages generate the enbase entity, as well, not just base
- Remove inline declarations of base and enbase entities since they
  are generated automatically in autogen.ent

Approved by:	doceng (implicit)
2012-08-13 14:22:30 +00:00
Gabor Kovesdan
77ddadd891 - Add namespace to XHTML fragments generated by XSLT stylesheets
- Properly define titles, navigation bars and RSS links for generated pages
- Minor cleanup

Approved by:	doceng (implicit)
2012-08-12 20:35:40 +00:00
Gabor Kovesdan
42b18717e8 - Add proper XML declarations with encoding specification to files that
didn't yet have it

Approved by:	doceng (implicit)
2012-08-11 10:37:42 +00:00
Gabor Kovesdan
7612b1576b - Fetch the LEGAL file instead of checking it out from CVS; it does not
required setting up CVSROOT and the CVS repo is not the main repo anymore
  (and we already use fetch(1) elsewhere)
- Clean up the corresponding parts in translations, use a single copy of
  LEGAL from the English pages

Approved by:	doceng (implicit)
2012-08-10 10:15:50 +00:00
Gabor Kovesdan
44ff87d9fa - Expand character entities in the French documentation
Approved by:	doceng (implicit)
2012-08-09 22:39:25 +00:00
Gabor Kovesdan
02b9b66090 - Remove empty class attributes that slipped in with the XML migration
Approved by:	doceng (implicit)
2012-08-09 22:02:58 +00:00
Gabor Kovesdan
74586f38c6 - Remove PSGML comments since they are not very useful after the XML
migration

Approved by:		doceng (implicit)
No objection from:	doc@, www@
2012-08-07 23:31:39 +00:00
Gabor Kovesdan
9b77547545 - XMLify sitemap and site index
Approved by:	doceng (implicit)
2012-08-05 13:41:44 +00:00
Gabor Kovesdan
d7f1fde5eb - Add a cvs:keyword element to store the $FreeBSD$ keyword for later
processing
- Date is now obtained from cvs:keyword, so no need for the sed magic

Approved by:	doceng (implicit)
2012-08-04 22:42:35 +00:00
Gabor Kovesdan
5f86a171af - Remove forgotten leftover
Approved by:	doceng (implicit)
2012-08-04 22:24:24 +00:00
Gabor Kovesdan
d649b89836 - Rename files that were converted to static pages and hook
them up to the build

Approved by:	doceng (implicit)
2012-08-04 18:27:50 +00:00
Gabor Kovesdan
1a3bce7da0 - Convert these stylesheets to static pages since there is no actual
dynamic content

Approved by:	doceng (implicit)
2012-08-04 18:24:54 +00:00
Gabor Kovesdan
9977e32c49 - Drop HTML Tidy support on webpages; on articles/books it is still used
since the default HTML output is not that clean

Approved by:	doceng (implicit)
2012-08-04 17:56:04 +00:00
Gabor Kovesdan
9963e6bc57 - XMLify French webpages
(Note: old leftovers from commercial/ have been dropped since they are
extremely outdated and the generation process is very complicated.)

Approved by:	doceng (implicit)
2012-08-01 19:06:15 +00:00
Marc Fonvieille
c622ecb1ce MFen: --> 38826
PR:		docs/168973
Submitted by:	Frederic Culot <culot@freebsd.org>
2012-06-25 19:16:09 +00:00
Marc Fonvieille
078a51a1d6 MFen: --> 39039
PR:		docs/169342
Submitted by:	Frederic Culot <culot@FreeBSD.org>
2012-06-24 19:43:08 +00:00
Marc Fonvieille
b37f7ba81c MFen to r38826
PR:		docs/168960
Submitted by:	Frederic Culot <culot@freebsd.org>
2012-06-12 19:27:11 +00:00
Isabell Long
a8b7103aea - Remove out-of-date references to the Halloween letter on the zh_CN and fr_FR
advocacy pages of the website.
- Remove letter.sgml itself in zh_CN.
- Remove references to letter.sgml from the advocacy directory's Makefile in
zh_CN.

Approved by:	blackend, delphij, gabor (mentor)
2012-06-07 09:13:00 +00:00
Hiroki Sato
6624cb4ea1 Fix relnotes build.
Approved by:	doceng (implicit)
2012-05-19 13:46:10 +00:00
Hiroki Sato
35babe0ae5 - Set svn:ketwords and svn:mime-type. Note that application/octet-stream is
set on some files as a workaround for binary check.
- Fix pathname for svn co in the webupdate script.

Approved by:	doceng (implicit)
2012-05-17 19:12:14 +00:00
Hiroki Sato
4fe414e55f - Move developers.sgml to the language-independent directory.
- Move files under <lang>/htdocs/share to <lang>/share.
- s/WEB_PREFIX/DOC_PREFIX/
- Update the webupdate script to use the SVN repository.
 
Approved by:	doceng (implicit)
2012-05-17 03:23:15 +00:00