GayBSD documentation tree
Find a file
Giorgos Keramidas 70a69003cb Add a new Python-based utility we wrote for the FreeBSD Greek
documentation project (and anyone else interested to use it).
In the translated files, we have added special `tags' some time
in the past, using the format:

    %SOURCE%    en_GR.ISO8859-1/articles/foo/file.sgml
    %SRCID%     1.5

to denote that this translation was based on revision 1.5 of the
file referenced in `%SOURCE%'.

The `checkupdate' utility makes parsing and checking of these
tags easier.  It expects to receive a list of files to check in
standard input, so it can be run by typing:

    find el_GR.ISO8859-7 | checkupdate

This should report in standard output something like:

: el_GR.ISO8859-7/articles/compiz-fusion/Makefile rev. 1.1
:     1.1        -> 1.1         en_US.ISO8859-1/articles/compiz-fusion/Makefile
:
: el_GR.ISO8859-7/articles/compiz-fusion/article.sgml rev. 1.1
:     1.3        -> 1.5         en_US.ISO8859-1/articles/compiz-fusion/article.sgml

We will keep extending the `checkupdate.py' script to add more
features, like a "patch preview" mode.  The version committed
here works well enough for now, and it already shows a lot of
files that we have to update in el_GR.ISO8859-7 :)

Inspired by:    pgj's shell based version of `checkupdate'
2008-06-15 15:45:36 +00:00
bn_BD.ISO10646-1 Add Bangla translation of the Explaining BSD and FreeBSD First Steps 2004-02-16 23:56:26 +00:00
da_DK.ISO8859-1 Fix missing termination of the the a.majordomo entity. 2004-08-26 12:49:27 +00:00
de_DE.ISO8859-1 MFde: Update the German documenation set. 2008-03-26 19:02:45 +00:00
el_GR.ISO8859-7 Add a new Python-based utility we wrote for the FreeBSD Greek 2008-06-15 15:45:36 +00:00
en/handbook/contrib
en_US.ISO8859-1 - Reword and reorganize the PF subchapter to be clearer and easier to 2008-06-15 13:16:49 +00:00
es_ES.ISO8859-1 Fix a typo. 2008-05-13 20:35:19 +00:00
fr_FR.ISO8859-1 Add a new translated sect1 and necessary placeholders to allow the 2008-05-03 08:50:04 +00:00
hu_HU.ISO8859-2 MFen (missing from my last commit): 2008-06-05 04:58:52 +00:00
it_IT.ISO8859-15 Update Italian Documentation. 2008-01-27 15:29:52 +00:00
ja_JP.eucJP Disconnect obsolete man pages from the ja_JP.eucJP doc build: 2007-12-28 21:46:02 +00:00
mn_MN.UTF-8 Update the Mongolian Handbook translation 2008-06-02 07:07:14 +00:00
nl_NL.ISO8859-1 MFp4: 2008-05-21 21:29:21 +00:00
no_NO.ISO8859-1 Add some basic Makefiles. 2004-08-23 19:13:17 +00:00
pl_PL.ISO8859-2 - Revert the two screenshots back to avoid the inconsistent content 2007-06-28 02:46:39 +00:00
pt_BR.ISO8859-1 Move build targets for book.{ps,pdf} of the handbook to the LI part. 2006-04-17 17:49:24 +00:00
release Add CVS tag information to build.txt metadata file. 2006-11-12 18:15:38 +00:00
ru_RU.KOI8-R MFen: 2008-06-07 10:10:50 +00:00
share Add myself to the docs. 2008-06-12 22:13:27 +00:00
sr_YU.ISO8859-2 Add a <meta> tag into %html-header-tags% to explicitly declare 2004-11-07 16:26:09 +00:00
tr_TR.ISO8859-9 Say hello to the 1st effort of the Turkish Translation Team. 2003-10-04 10:06:30 +00:00
zh/FAQ
zh_CN.GB2312 Add articles/linux-users 2008-05-19 10:03:09 +00:00
zh_TW.Big5 - Add completed translation. 2008-05-19 14:34:27 +00:00
Makefile - Attach hu_HU.ISO8859-2 to the build 2007-04-15 15:24:48 +00:00
README Correct link to the Doc Project Primer. 2001-10-13 19:18:55 +00:00

$FreeBSD$

If you plan on building a local copy of the FreeBSD documentation, or using
our toolchain in your own projects, please read

    http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/fdp-primer/

for information about the tools and formatting languages we use.  Chapter
2 covers the software and related items you will need to install.