Commit graph

39 commits

Author SHA1 Message Date
Hiroki Sato
84f8ee0a15 Use relative URLs when URL_RELPREFIX is defined and URLS_ABSOLUTE
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
2004-07-06 15:09:55 +00:00
Josef El-Rayes
8142b0c275 Fix missing whitespace after 'Contributed by' and another minor
sgml issue i introduced with last commit.

Pointed out by:		simon
2004-05-16 21:44:47 +00:00
Josef El-Rayes
6d05c0410f Modify the author information into standard used through out the handbook.
Discussed on:	freebsd-doc@
2004-05-16 21:28:34 +00:00
Denis Peplin
bf2a771582 Use &url.main; for references to main FreeBSD website
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)
2004-05-11 13:29:48 +00:00
Ceri Davies
d385af32a6 Correct instances of "try and ...". 2004-02-25 20:07:18 +00:00
Simon L. B. Nielsen
0b473c33aa *.sgml:
- Use trademark entities.
 - Add trademark attributions.
 - Don't join trademarks with other words, e.g. using hyphens.

trademark.ent:
 - Add trademark entity for Sun.
2004-02-16 00:11:08 +00:00
Sean Chittenden
2c9abf4694 Whitespace changes in the sample .emacs file. 2003-10-17 21:09:05 +00:00
Marc Fonvieille
25eac97f02 Add a reference to the Free Pascal Compiler.
PR:		docs/56132
Submitted by:	Marco van de Voort marcov@stack.nl
2003-08-29 13:31:23 +00:00
Marc Fonvieille
34a5a8c393 Missing/malformed tags fixes.
Found by:	make lint
2003-08-27 07:16:27 +00:00
Bruce A. Mah
3e3f50555c Try to clarify some text regarding Emacs Lisp and Common Lisp.
PR:		55397
Reviewed by:	krion
2003-08-08 20:38:02 +00:00
Sean Chittenden
36cbe51ebd Small whitespace fix to improve readability of the lisp code in the .emacs
example.
2003-04-04 03:39:08 +00:00
Sean Chittenden
30dd31cfc8 Use own dogfood and remove whitespace pointed out through by displaying
trailing whitespace.

PR:		docs/48371
Approved by:	ceri
2003-02-17 20:09:57 +00:00
Sean Chittenden
563de07c7d Update the .emacs example to display trailing whitespace (nice and red by
default).  Americanize spelling while I'm at it:
	s/optimise/optimize/g &&
	s/intepret/interpret/g

PR:		docs/48371
Approved by:	ceri
2003-02-17 20:06:34 +00:00
Peter Pentchev
1f359cbbab /tmp/msg 2003-01-12 18:20:55 +00:00
Giorgos Keramidas
e07216f989 - Point to pub/FreeBSD/ports/packages/Latest/ for packages.
- Fix gcl.tgz package link.
- Add more LISP implementation package links.
- Mention that Perl is a package now (except for 4.x releases).
- Add description & package links for:
  Icon, Logo, Python, Tcl.
- Add link to lang/gpc port.
2002-08-30 21:10:16 +00:00
Giorgos Keramidas
56f7702269 Grammar fix. Avoid starting sentence with "And". 2002-08-30 20:55:12 +00:00
Giorgos Keramidas
c51706e25a Be more explicit about package links. 2002-08-30 20:54:09 +00:00
Tom Rhodes
d4b003e30a FreeBSD documentation project prefers to use manual pages over man pages,
hence some documents should reflect this.

Tossed around on: -doc -developers
2002-07-11 19:08:31 +00:00
Tom Rhodes
9ba764ae23 Consistancy checks: s/file system/filesystem/g 2002-05-16 01:42:28 +00:00
Sebastien Gioria
b2fa4b898d Typo fix
PR:             docs/37158
Submitted by:   Christophe Juniet <cjuniet@entreview.com>
2002-04-16 21:20:59 +00:00
Jeroen Ruigrok van der Werven
5152e018f2 Correct a grammatical mistake: try and explain -> try to explain.
PR:		36462
Submitted by:	Gary W. Swearingen <swear@blarg.net>
2002-04-05 21:37:22 +00:00
Giorgos Keramidas
6ddd2cc0dc Fix &entities; that lacked an ending ';' character,
as reported by the following:

	% cd doc/en_US.ISO8859-1
	% find . -type f -name '*.sgml' |\
	  xargs grep '&[^[:space:];&][^[:space:];]*$' | grep -v '&$'
	% find . -type f -name '*.sgml' |\
	  xargs grep '&[^[:space:];&][^[:space:];]*[[:space:]<]' |\
	  grep -v '&[[: space:]]' | grep -v '[[:space:]]&&[[:space:]]'
2002-03-27 01:16:55 +00:00
Dima Dorfman
fcfccd4a32 <port>fish</port> -> <filename role="package">fish</filename>
Generated with:	s:<port>(.*?)</port>:<filename role="package">\1</filename>:g
2002-02-27 05:08:13 +00:00
Giorgos Keramidas
45f7d6cff8 Change <action> to <maketarget>.
PR:		34922
Submitted by:	Ceri <setantae@submonkey.net>
2002-02-18 00:56:57 +00:00
Murray Stokely
619cf2ffb4 * Do not claim that we ship the very latest version of Perl in the
base system.
* Update links to FreeBSD packages to use the 'Latest/pkgname.tgz'
  link so that we don't have to keep the version numbers updated.
* Expand some </> shorthand.
* Fix a few typos.

PR:		docs/34884
Submitted by:	Ceri <setantae@submonkey.net> (mostly)
2002-02-13 10:03:32 +00:00
Giorgos Keramidas
b1def32fd6 Expand all contractions in the developer's handbook. 2001-12-08 10:48:58 +00:00
Murray Stokely
14f3ecea08 Wrap author attributions in <chapterinfo> <authorgroup> .. 2001-11-23 19:25:57 +00:00
Murray Stokely
b292754c66 Whitespace change only - Fix the indentation to provide a better
example for future contributors.
2001-11-23 19:15:28 +00:00
Murray Stokely
bc83273cff * Correct some links
* 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
2001-10-23 21:54:19 +00:00
Murray Stokely
14c1a08eed Briefly mention KDevelop as a free IDE available for FreeBSD. Also
update the verbiage about our Pascal support.

PR:		30110
Submitted by:	Rahul Siddharthan <rsidd@physics.iisc.ernet.in>
2001-09-02 09:24:05 +00:00
Jeroen Ruigrok van der Werven
cd30a7ae84 Fix 404. Add ../../ to the relative path. This might be changed to
a &base; usage later on.

Submitted by:	checkbot
2001-07-25 14:37:51 +00:00
Tom Hukins
0b28dda65d Remove double world and add full stop.
PR:		docs/28702
Submitted by:	Giorgos Keramidas <keramida@ceid.upatras.gr>
2001-07-07 13:25:07 +00:00
Dima Dorfman
4a5e851cb2 DocBook police: open and close tags for <screen> should cuddle up to
the contents within.
2001-07-06 13:03:06 +00:00
Murray Stokely
a6d73c002c Use author entities more consistently now that we include
../handbook/authors.ent.
2001-05-14 03:15:19 +00:00
Nik Clayton
407706f4b8 Add some information about using "make depend" to help automatically
maintain dependencies between include files and source files.

PR:		docs/26743
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
2001-05-13 16:34:42 +00:00
Murray Stokely
98281ab7b5 Document abort(3) and gcore(1) as additional ways to create a core
dump.

PR:		26728
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
2001-04-20 12:09:40 +00:00
Nik Clayton
0184081635 Use <envar> rather than <systemitem class="...">, which was breaking the
build.
2001-04-09 09:26:16 +00:00
Dima Dorfman
caa6994914 DocBook police: open and close tags for <programlisting> should cuddle
up to the contents within.

Approved by:	nik
2001-04-09 00:33:58 +00:00
Jeroen Ruigrok van der Werven
57f0c002c6 Split off the tools section into its own directory.
Asked for by:	murray
2000-11-28 18:21:36 +00:00