Commit graph

30 commits

Author SHA1 Message Date
Hiroki Sato
5305bb945d www cleanup mega commit:
- Move includes.nav*.sgml to share/sgml/navibar.ent and
   <lang>/share/sgml/navibar.l10n.ent.

 - Move includes.sgml and includes.xsl to
   share/sgml/common.ent, share/sgml/header.ent, <lang>/share/sgml/l10n.ent,
   and <lang>/share/sgml/header.l10n.ent.

 - Move most of XSLT libraries to share/sgml/*.xsl and
   <lang>/share/sgml/*.xsl.

 - Move news.xml and other *.xml files for the similar purpose
   to share/sgml/*.xml and <lang>/share/sgml/*.xml.

 - Switch to use a custom DTD for HTML document.  Now we use
   "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension", which is
   HTML 4.01 + some entities previously pulled via
   "<!ENTITY % includes SYSTEM "includes.sgml"> %includes;" line.
   The location of entity file will be resolved by using catalog file.

 - Add DOCTYPE declearation to XML documents.  This makes the followings
   possible:

   * Use of &foo; entities for SGML in an XML file instead of defining
     {$foo} as the same content.

   * &symbolic; entities for Latin characters.

 - Duplicated information between SGML and XML, or English and
   translated doc, has been removed as much as possible.
2006-08-19 21:26:51 +00:00
Simon L. B. Nielsen
be320ab292 MFen 1.37+1.38:
- Make it possible to override the complete path to the INDEX file
  used for the ports/ part of the website, by setting the
  PINDEX_OVERRIDE variable. (Already merged in www/ja/ports/Makefile.)

- Force NO_TIDY for the ports web pages, since it takes a long time to
  run tidy on these huge HTML files, and the files are valid HTML when
  generated by portindex, even without tidy.

  Running without tidy caused the build time to go from ~8 minutes to
  ~1 minute on my test machine.  An additional bonus is that the
  generated HTML files are now significantly smaller.
2006-07-16 11:22:05 +00:00
Pav Lucistnik
450d21f6e1 - Merge from www/en/ports:
Makefile 1.44
  Makefile.inc 1.8

  Fetch bzip2 compressed copy of INDEX instead of plain one
2005-12-04 11:50:51 +00:00
Ceri Davies
0f0cc533d3 Bandaid for the removal of ports/INDEX; better solutions are welcomed. 2004-11-13 12:23:19 +00:00
Hideyuki KURASHINA
db2ac9b865 Merge the following from the English version:
1.34 -> 1.37	ports/Makefile

While I'm here, comment out a process that generates ports/growth/status.png
from www/ja/ tree because we can share English version of the image file.

Submitted by:	iida <iida-y at rdc dot yuden dot co dot jp>
Reference:	[doc-jp 14136]
2004-11-01 06:36:22 +00:00
Hiroki Sato
5840741a85 Merge the following from the English version:
1.23  -> 1.25 	mailto.sgml
	1.44  -> 1.45 	publish.sgml
	1.41  -> 1.42 	y2kbug.sgml
	1.29  -> 1.30 	news/Makefile
	1.29  -> 1.31 	news/news.sgml
	1.2   -> 1.3  	news/newsflash.xsl
	1.33  -> 1.34 	ports/Makefile
	1.16  -> 1.17 	ports/categories
	1.41  -> 1.42 	ports/portindex
	1.72  -> 1.74 	search/search.sgml
2001-11-19 15:35:49 +00:00
Jun Kuriyama
9a3049f72a Merge the changes in the English version. 2001-09-06 13:35:08 +00:00
Jun Kuriyama
5797bfad27 Following changes in the English version are merged:
includes.sgml			1.39 -> 1.41
	where.sgml			1.49 -> 1.50
	internal/Makefile		1.24 -> 1.25
	news/press-rel-1.sgml		1.4  -> 1.5
	news/press-rel-2.sgml		1.4  -> 1.5
	ports/Makefile			1.31 -> 1.32
	ports/categories		1.14 -> 1.16
	ports/ports.inc			1.55 -> 1.56
	projects/newbies.sgml		1.16 -> 1.20
	releases/index.sgml		1.54 -> 1.55
	releases/2.2R/announce.sgml	1.5  -> 1.6
	search/web.atoz			1.51 -> 1.52
2001-05-10 02:03:09 +00:00
Jun Kuriyama
ce1a91e27c Merge following changes in the English version.
1.30 -> 1.31	ports/Makefile
	1.33 -> 1.34	ports/portindex
2001-01-02 02:22:50 +00:00
Jun Kuriyama
9a4abe3f61 Switch web.mk to share/mk/web.site.mk in Japanese version. 2000-11-07 11:38:10 +00:00
Jun Kuriyama
587cdea767 MFen (1.28 -> 1.29). 2000-11-07 08:01:02 +00:00
Jun Kuriyama
3fd468d2a5 Catching up recent Neil's obj-clean commit.
Thank you for your good work, Neil!
2000-10-02 07:54:41 +00:00
Jun Kuriyama
2a126dde7a Following changes in the English version are merged:
1.26 -> 1.27	ports/Makefile
	1.8 -> 1.9	ports/categories
	1.30 -> 1.31	ports/portindex
	1.45 -> 1.48	ports/ports.inc

Submitted by:	Shun SUZUKI <si006@ccm.gs.niigata-u.ac.jp>
Reference:	[doc-jp 7314]
2000-04-24 02:13:38 +00:00
Jun Kuriyama
bb459b3494 Merge from the English version and add new file.
1.22 -> 1.26	ports/Makefile
1999-11-15 21:58:16 +00:00
Peter Wemm
01a61279be $Id$,$Date$ -> $FreeBSD$
The jury is out on $Date$, but it's presently not being expanded..
1999-09-06 07:03:31 +00:00
Wolfram Schneider
77056e1473 Read www/en/ports/packages.exists if available - don't ask
ftp.freebsd.org again for the package list.
1999-05-27 08:58:19 +00:00
Motoyuki Konno
77f99ce3fc Merge from English version.
ports/Makefile  : 1.16 -> 1.22
    ports/portindex : 1.23 -> 1.25
    ports/ports.inc : 1.33 -> 1.35

Submitted by:  Yasuhiro Fukuma <yasuf@big.or.jp>
               Motoyuki Konno  <motoyuki@freebsd.org>
1999-05-06 15:15:22 +00:00
Motoyuki Konno
5978e0b1ee Merge the following changes in the English version:
ports/portindex	: 1.19 -> 1.23
    ports/ports.inc	: 1.22 -> 1.32

New translation:
    ports/categories

And related changes:
    Makefile, categories.ja_JP.EUC
1999-03-09 15:13:47 +00:00
Motoyuki Konno
4fdd91f6ee Merge the following changes in the English version:
doc.ftr         : 1.4 -> 1.5
    ports/Makefile  : 1.15 -> 1.16
    ports/portindex : 1.15 -> 1.17
1998-08-26 15:01:06 +00:00
Motoyuki Konno
85ee1ca50f Changes in the English version are merged.
publish.sgml : 1.13 -> 1.14
    support.sgml : 1.93 -> 1.94

Increment "Original revision:".
    ports/Makefile         : 1.14 -> 1.15
    search/index-site.sgml : 1.16 -> 1.17
1998-08-24 17:12:25 +00:00
Hiroyuki Hanai
c2f2774dd5 + Changes in the English version are merged:
Makefile                1.42 -> 1.44
  docs.sgml               1.50 -> 1.52
  publish.sgml            1.12 -> 1.13
  support.sgml            1.92 -> 1.93
  copyright/Makefile      1.3  -> 1.4
  news/Makefile           1.5  -> 1.6
  ports/Makefile          1.14 -> 1.15
  search/index-site.sgml  1.16 -> 1.17

+ New translations:

  copyright/copyright.sgml
  news/news.sgml

+ Obsoleted file:

  branch.sgml

Submitted by: Motoyuki Konno <motoyuki@snipe.rim.or.jp>
1998-08-20 04:12:12 +00:00
Hiroyuki Hanai
674a301f85 Following changes in the English version are merged.
alpha/Makefile       1.3  -> 1.4
  commercial/Makefile  1.4  -> 1.5
  copyright/Makefile   1.2  -> 1.3
  docproj/Makefile     1.5  -> 1.6
  gallery/Makefile     1.4  -> 1.5
  internal/Makefile    1.9  -> 1.10
  news/Makefile        1.4  -> 1.5
  ports/Makefile       1.13 -> 1.14
  projects/Makefile    1.4  -> 1.5
  releases/Makefile    1.12 -> 1.13
  search/Makefile      1.3  -> 1.4
  security/Makefile    1.3  -> 1.4

Submitted by: Motoyuki Konno <motoyuki@snipe.rim.or.jp>
1998-08-12 09:04:07 +00:00
Hiroyuki Hanai
df0c36178a Following changes in the English version are merged.
alpha/Makefile       1.2  -> 1.3
  commercial/Makefile  1.3  -> 1.4
  copyright/Makefile   1.1  -> 1.2
  docproj/Makefile     1.4  -> 1.5
  gallery/Makefile     1.3  -> 1.4
  internal/Makefile    1.8  -> 1.9
  news/Makefile        1.3  -> 1.4
  ports/Makefile       1.8  -> 1.13
  projects/Makefile    1.3  -> 1.4
  releases/Makefile    1.11 -> 1.12
  search/Makefile      1.2  -> 1.3
  security/Makefile    1.2  -> 1.3

Submitted by: Motoyuki Konno <motoyuki@snipe.rim.or.jp>
1998-08-11 05:38:33 +00:00
Wolfram Schneider
38ca177dce Checkout ports/INDEX to stdout. This prevent `cvs update -d'
to checkout the full ports tree.
1998-07-16 17:17:18 +00:00
John Fieber
89cb5aeedf Replaces 8 spaces with a tab. 1998-04-27 12:57:40 +00:00
Jun Kuriyama
3cfa86aabc Following changes in the English version are merged.
includes.sgml:	1.15  --> 1.16
  search.sgml:		1.28  --> 1.29
  support.sgml:		1.48  --> 1.61
  web.atoz:		1.12  --> 1.19
  ports/Makefile:	1.5   --> 1.8
  ports/portindex:	1.11  --> 1.12

Submitted by:	Motoyuki Konno <motoyuki@snipe.rim.or.jp>
1998-04-25 16:41:06 +00:00
Hiroyuki Hanai
d10725437a Update "Original revision" field.
Submitted by: Motoyuki Konno <motoyuki@snipe.rim.or.jp>
1998-01-20 04:17:38 +00:00
John Fieber
de98576424 In the process of re-constructing the FreeBSD web site automatic-update,
clean up the build process a wee bit.

The basic change: instead of cheacking out bits and pieces of the
doc tree into the web build tree, check out the doc tree somewhere
else and put in a few symlinks from the web tree to the doc tree.

On catfish (soon to be hub) for example:

  /usr/local/www/build/doc/...
  /usr/local/www/build/www/...

where

  /usr/local/www/build/www/data/handbook -> ../../doc/handbook

You have to manually put in the symlinks at the moment, but it
works better than the evil CVS hackery.

Also, install with -C to help avoid gratuitous cache-busting due to
gratuitous timestamp twiddling.
1998-01-18 22:27:43 +00:00
Masafumi Max NAKANE
e7eeb9a03d Add Japanese description of each ports category.
Submitted by:	kuriyama@opt.phys.waseda.ac.jp (Jun Kuriyama),
		Motoyuki Konno <motoyuki@snipe.rim.or.jp>
1997-12-07 15:44:08 +00:00
Masafumi Max NAKANE
66649b6140 Initial import of the Japanese translation of the web pages.
Submitted by:	The FreeBSD Japanese DOcumentation Project
1997-11-23 22:23:08 +00:00