Commit graph

24 commits

Author SHA1 Message Date
Ryusuke SUZUKI
85dc32ba1a - Merge the following from the English version:
r31282 -> r42048	head/ja_JP.eucJP/htdocs/java/Makefile
	r42032 -> r42047	head/ja_JP.eucJP/htdocs/java/index.xml
	       -> deleted	head/ja_JP.eucJP/htdocs/java/advocacy.xml
	       -> deleted	head/ja_JP.eucJP/htdocs/java/links/
	       -> r42043	head/ja_JP.eucJP/htdocs/java/links.xml
2013-07-01 14:03:24 +00:00
Ryusuke SUZUKI
bba8df7d96 - Merge the following from the English version:
r28473 -> r42049	head/ja_JP.eucJP/htdocs/java/howhelp.xml
2013-06-26 12:25:36 +00:00
Ryusuke SUZUKI
188005ef07 - Merge the following from the English version:
r41555 -> r42032	head/ja_JP.eucJP/htdocs/java/index.xml
	r28473 -> r42033	head/ja_JP.eucJP/htdocs/java/links/resources.xml
2013-06-25 15:16:34 +00:00
Ryusuke SUZUKI
cba9d31a1a - Merge the following from the English version:
r8299 -> r42032	   head/ja_JP.eucJP/htdocs/java/links/Makefile
	r28473 -> r42032   head/ja_JP.eucJP/htdocs/java/links/index.xml
	       -> delete   head/ja_JP.eucJP/htdocs/java/links/documentation.xml
	r28473 -> r42034   head/ja_JP.eucJP/htdocs/java/links/freebsd.xml
2013-06-25 15:11:11 +00:00
Ryusuke SUZUKI
f9ad442dd1 - Merge the following from the English version:
r38248 -> r42025	head/ja_JP.eucJP/htdocs/java/dists/Makefile
	r38249 -> r42026	head/ja_JP.eucJP/htdocs/java/dists/index.xml
 	       -> delete	head/ja_JP.eucJP/htdocs/java/dists/15.xml
2013-06-25 14:55:47 +00:00
Ryusuke SUZUKI
aeb95122b9 - Merge the following from the English version:
r38250 -> r41555	head/ja_JP.eucJP/htdocs/java/index.xml
	r38915 -> r41555	head/ja_JP.eucJP/htdocs/java/news.xml
2013-05-07 13:05:59 +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
9c243757ef - XML declarations should use IANA encoding names
Pointed out by:	hrs
2012-09-14 17:47:48 +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
2e51ec7022 - Strip unnecessary trailing spaces
Approved by:	doceng (implicit)
2012-08-21 19:16:02 +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
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
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
d0e33d031b - XMLify Japanese webpages
Approved by:	doceng (implicit)
2012-08-04 13:36:08 +00:00
Ryusuke SUZUKI
800159fa69 - Merge the following from the English version:
r38100 -> r38915	head/ja_JP.eucJP/htdocs/java/news.xml
	r33588 -> r38918	head/ja_JP.eucJP/htdocs/send-pr.sgml
2012-06-02 17:34:36 +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
Hiroki Sato
282a032540 - Remove junk directories.
- Repocopy from www/<lang> to head/<lang>/htdocs to eliminate duplicate
  information in the www and the doc directory.
- Add various administration files to svnadmin.
 
Approved by:	doceng (implicit)
2012-05-17 02:51:08 +00:00