mirrors/chapter.sgml, as part of the appendix.
Translators: Do this by cutting everything inside '<sect2 id="ctm">' from
cutting-edge/chapter.sgml to mirrors/chapter.sgml. Then, each sectional
element in the cut-pasted section has to be promoted up a level (i.e., <sect3>
becomes <sect2>, and so on. Oh, and the contents of the <title> has changed
as well.
We're going to be doing the same thing to the other sections explaining
how to run CVSup and AnonCVS, and move them in to the "Getting FreeBSD"
Appendix. This is part of a larger reorganisation of
cutting-edge/chapter.sgml.
This is very heavily based on work submitted by Eric Ogren
<eogren@earthlink.net>, all I'm doing is breaking his changes down in to
smaller chunks to make it easier for the translators.
as stated in the examples here. Naturally, both are wrong. Change
the example to 0.9.b1.
Also, use "<entry>(empty)</entry>" consistently since "<entry></entry>"
turns into <td> </td> in html which w3m renders poorly.
although it was originally done by Berend de Boer. Anton still deserves
credit for assuming MAINTAINERship as well as making sure it went into the
ports tree.
directories structure and i'll commit files content separately.
Spanish handbook will be committed but not included on doc auto
building until completly finished.
- Fix capitalization of the title of the last section
- Add a new FAQ to the Misc. Questions section that explains how to add a
file to a CVS branch, complete with a real-life example.
with something more appropriate, like <command>
* Fix up <address>. White space within <address> *is* significant,
so the translation teams will have to duplicate this change.
* Remove some <para> and </para> tags that erroneously broke up some
paragraphs into two or more paragraphs.
* Correct some <literallayout>s to <programlisting>
* Remove some <para>...</para>s that were wrapping elements that don't
need them (like <itemizedlist>).
* Convert examples to use <screen> and <userinput>. Whitespace is
significant, translators should be able to cut-n-paste the changes.
Haven't done the whole file yet, since I ran out of time. More to
follow.
o Minor grammar nits
o Suggest Partition Magic to users; IMO, this is probably the most
useful utility for those who use multiple OSs.
o Sysinstall is now much more user-friendly wrt to ppp installation
& setup
o Sysinstall will setup anonymous FTP for you if you ask it to
o IDE CDROM Device name change: wcd -> acd
o Add some more information about downloading the distribution from
ftp.FreeBSD.org
o The IP address for ftp.FreeBSD.org was incorrect; fix it
o Windows File Manager -> Windows Explorer (since there are probably
3 people left in the world that still use Win16)
o Note that IDE drivers are ad* in 4.0 and later
o Installation types: Novice -> Standard
PR: 17869
Submitted by: Eric Ogren <eogren@earthlink.net>