repository conversion:
- Update an overview of where (as in, what repository) various parts
of the documentation project are located.
- Update CVS->Subversion/svn where necessary.
- Remove references to CVSup, CTM.
- Update commands for checking out the documentation tree.
- In an example, prefer to use 'svn export foo bar' instead of
'cp -R foo bar', since the latter will also copy '.svn' directories
(if they exist). 'svn export' is much cleaner, and will produce
a diff that makes sense.
is not defined.
- URL_RELPREFIX must always point the top page's URL
(http://www.FreeBSD.org) in relative form, defined in Makefile.
- &url.base; can be used in doc/<langcode>/*. It will be
replaced with the real URL which points the top page.
For translators: Please make sure to define URL_RELPREFIX to
point the top page. The localized docs have different directory
hierarchy in its URL from the English version.
Tested by: den
Ihis entity auto-replaced with ../../../.. by default
and with http://www.FreeBSD.org/ when URLS_ABSOLUTE is set
(used for mirrors and for release building accordingly)
- Use of .cshrc as "startup" file for csh(1) and tcsh(1) instead of
.login
- Some British English -> American English
organise(d) -> organize(d)
organisation -> organization
generalised -> generalized
PR: docs/54456
Submitted by: Ken Smith <kensmith@cse.Buffalo.EDU>
to ports as in the FreeBSD Ports Collection.
As pointed out by Nik and others, the <port> tag is not the best way
to mark up Ports Collection ports. However, for the present it is
the best we have, and the least we can do is be consistent in its
usage :)
Approved as a temp "best current practice" measure by: bmah, -doc
* Use ftp.hostname.com/directory rather than
ftp.hostname.com:directory.
* s/freebsd.org/FreeBSD.org/
* Use relative links for FreeBSD.org documents
PR: 31447
Submitted by: Cyrille Lefevre
Found by: linbot
enough for most people, and gets it into the repository, making it
easier for others to add to as necessary.
This has not (yet) been turned on in the upper level Makefile or
listed on the web site yet, I want to get some more feedback
from readers first. It should be "made visible" later this week.