aboutsummaryrefslogtreecommitdiff
path: root/ja_JP.eucJP/articles/multi-os
Commit message (Collapse)AuthorAgeFilesLines
* Merge the following from the English version:Hideyuki KURASHINA2004-10-282-15/+19
| | | | | | | | | | | | | | | | | | | | | | | | 1.36 -> 1.42 articles/Makefile 1.4 -> 1.6 articles/contributing/Makefile 1.6 -> 1.9 articles/contributors/Makefile 1.420 -> 1.434 articles/contributors/article.sgml 1.3 -> 1.5 articles/dialup-firewall/Makefile 1.39 -> 1.40 articles/dialup-firewall/article.sgml 1.7 -> 1.8 articles/diskless-x/Makefile 1.15 -> 1.16 articles/diskless-x/article.sgml 1.4 -> 1.6 articles/fbsd-from-scratch/Makefile 1.10 -> 1.12 articles/fonts/Makefile 1.24 -> 1.27 articles/fonts/article.sgml 1.4 -> 1.6 articles/ipsec-must/Makefile 1.12 -> 1.15 articles/ipsec-must/article.sgml 1.10 -> 1.12 articles/multi-os/Makefile 1.37 -> 1.39 articles/multi-os/article.sgml 1.4 -> 1.6 articles/problem-reports/Makefile 1.3 -> 1.4 articles/zip-drive/Makefile 1.12 -> 1.15 articles/zip-drive/article.sgml Notes: svn path=/head/; revision=22719
* Simplify parameter entities in doctype declaration.Hiroki Sato2004-08-081-10/+2
| | | | | | | | | | | | | | | | | | | Currently we have articles.ent and books.ent, and for example, articles.ent can be used by putting the following lines in the doctype declaration: <!ENTITY % articles.ent PUBLIC "-//FreeBSD//ENTITIES DocBook FreeBSD Articles Entity Set//EN"> %articles.ent; This pulls all of the necessary entities via share/sgml/articles.ent. The translation teams can customize these entities by redefining the articles.ent file in <langcode>/share/sgml. See ja_JP.eucJP/share/sgml for example. Notes: svn path=/head/; revision=21867
* Merge the following from the English version:Hiroki Sato2003-12-061-1/+1
| | | | | | | | | | 1.31 -> 1.32 dialup-firewall/article.sgml 1.13 -> 1.15 diskless-x/article.sgml 1.23 -> 1.24 fonts/article.sgml 1.36 -> 1.37 multi-os/article.sgml Notes: svn path=/head/; revision=19066
* Catch up the following with the English version.Hideyuki KURASHINA2003-10-111-41/+56
| | | | | | | | | | | 1.30 -> 1.31 articles/dialup-firewall/article.sgml 1.10 -> 1.13 articles/diskless-x/article.sgml 1.22 -> 1.23 articles/fonts/article.sgml 1.11 -> 1.12 articles/ipsec-must/article.sgml 1.35 -> 1.36 articles/multi-os/article.sgml Notes: svn path=/head/; revision=18393
* Merge from the English version:Hiroki Sato2003-04-272-8/+4
| | | | | | | | | | | | | | | 1.2 -> 1.4 contributing/Makefile 1.1 -> 1.3 dialup-firewall/Makefile 1.5 -> 1.7 diskless-x/Makefile 1.8 -> 1.10 fonts/Makefile 1.20 -> 1.21 fonts/article.sgml 1.2 -> 1.4 ipsec-must/Makefile 1.8 -> 1.10 multi-os/Makefile 1.33 -> 1.35 multi-os/article.sgml 1.1 -> 1.3 zip-drive/Makefile Notes: svn path=/head/; revision=16717
* Back out WITH_DOCFORMAT_NAVI_LINK?=YES in Makefile. The navi-linkHiroki Sato2003-04-221-2/+0
| | | | | | | | is generated when ${WITH_DOCFORMAT_NAVI_LINK} is defined or ${FORMATS} includes "html" and "html-split." Notes: svn path=/head/; revision=16655
* - Add WITH_DOCFORMAT_NAVI_LINK to mk/doc.docbook.mk andHiroki Sato2003-04-191-0/+2
| | | | | | | | | | | | | | | enable it in en_US.ISO8859-1/ and ja_JP.eucJP/. - Add PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//EN" and l10n.ent for entity localization. - Use share/misc/docbook.css for indentiation of <programlisting> and <screen>. - Add some missing $FreeBSD$. Notes: svn path=/head/; revision=16601
* Merge the following from the English version:Hideyuki KURASHINA2003-02-021-17/+28
| | | | | | | | | | 1.25 -> 1.26 articles/dialup-firewall/article.sgml 1.25 -> 1.33 articles/multi-os/article.sgml Approved & Reviewed by: hrs (mentor) Notes: svn path=/head/; revision=15890
* Change all remaining file:/path/ urls to file://localhost/path/Giorgos Keramidas2002-09-081-1/+1
| | | | Notes: svn path=/head/; revision=14218
* Merge the following from the English version:Hiroki Sato2002-07-301-5/+5
| | | | | | | | 1.19 -> 1.20 fonts/article.sgml 1.20 -> 1.25 multi-os/article.sgml Notes: svn path=/head/; revision=13739
* - Use Japanese punctuation characters.Hiroki Sato2002-04-281-416/+415
| | | | | | | | | | | | | | | | | | | | | contributing/article.sgml contributors/article.sgml dialup-firewall/article.sgml diskless-x/article.sgml fonts/article.sgml ipsec-must/article.sgml multi-os/article.sgml zip-drive/article.sgml - Merge the following from the English version: 1.5 -> 1.10 zip-drive/article.sgml Submitted by: Hideyuki KURASHINA <rushani@bl.mmtr.or.jp> References: [doc-jp-work 320,330,332] Notes: svn path=/head/; revision=12891
* Force tidy(1) to use '-raw' and newly added '-preserve' optionsAlexey Zelkin2001-12-121-3/+1
| | | | | | | | | | | | | | | | | | to process generated HTML. This not cause any side effects except leaving some character entities in their numeric form instead converting them into alphabetical notation (&#60; instead of &lt;), but since all browsers understand such cases it is not a problem. This commit should make all translations tidy clean, since tidy should not arise entities conversion problem as it did for long time before. Therefore all occurences of manual settings of TIDYFLAGS and NO_TIDY declarations for translations are removed. No objections from: -doc Requested by: Russian and Japanese translation teams Notes: svn path=/head/; revision=11411
* Merge the following from the English version:Hiroki Sato2001-11-241-10/+16
| | | | | | | | | | | 1.3 -> 1.7 diskless-x/article.sgml 1.16 -> 1.19 fonts/article.sgml 1.8 -> 1.9 ipsec-must/article.sgml 1.13 -> 1.20 multi-os/article.sgml 1.2 -> 1.5 zip-drive/article.sgml Notes: svn path=/head/; revision=11293
* Switch to version 4.1 of the DTD.Nik Clayton2001-07-131-4/+4
| | | | Notes: svn path=/head/; revision=9869
* - Set NO_TIDY=YES to process &times; properly.Hiroki Sato2000-09-272-394/+396
| | | | | | | | | | | | | | multi-os/Makefile - Fix typo and refine translation. multi-os/article.sgml Pointed out by: KIRIHARA Masaharu <kirihara@halolsi.com> References: [doc-jp 7726] Notes: svn path=/head/; revision=8036
* Initial translation of multi-os/article.sgml.Jun Kuriyama2000-01-062-0/+840
Submitted by: ako umatani <uh7a-umtn@asahi-net.or.jp> Reviewed by: kuriyama, kimuyasu@remus.dti.ne.jp Notes: svn path=/head/; revision=6325