Commit graph

10 commits

Author SHA1 Message Date
Manolis Kiagias
3c8241b8d8 Fix the website link to the non-English mailing lists 2009-11-14 22:20:12 +00:00
Giorgos Keramidas
78f68168d2 Fix a broken link to our "Books and Articles" online page.
PR:		docs/87595
Submitted by:	Toby Burress <kurin@diamond.causa-sui.net>
2005-10-26 12:14:47 +00:00
Marc Fonvieille
0cac2f10e0 Fix a wrong link
Submitted by:	Vitaly Bogdanov <gad@gad.glazov.net>
2005-06-09 11:49:39 +00:00
Giorgos Keramidas
24bf2cb0b0 Fix some typos and bump the copyright year.
PR:		docs/76985
Submitted by:	Jesus R. Camou
2005-02-03 11:18:26 +00:00
Hiroki Sato
5fa082b1f8 Simplify parameter entities in doctype declaration.
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.
2004-08-08 13:44:01 +00:00
Denis Peplin
c12c11040e Use url entities for links between docs 2004-08-05 10:04:31 +00:00
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
Mark Linimon
690bd71b77 The original version of this (which I forgot to check in) added the
table of contents.  Do so now.
2004-06-10 06:15:19 +00:00
Denis Peplin
9f79c31d20 Add Makefile for mailing-list-faq 2004-06-08 13:32:18 +00:00
Mark Linimon
ea04a4be1e Add a new article about how to use the FreeBSD mailing lists effectively.
I intend this article to be the first thing that new FreeBSD users
encounter when looking for information about mailing lists (i.e. I intend
to replace most links in our existing web pages to the 'How to get the
best results from freebsd-questions' article to this one instead; and
to have that article referenced from this one).  That will happen shortly
(not yet).

Much of the text is indeed recycled from that article (thanks to Grog
for permission to do so), but some, including the bikeshed meta-info,
is my own.  I have also generalized his article to apply to any mailing
list (not just FreeBSD-specific, although there is new text that touches
on that as well).

I have no doubt that there are rough edges in this article (both
stylistically and formatting).  Please let me know.  NB: it has
been tested locally with a make in the articles/ directory.

PR:		docs/64934
Discussed with:	ceri, grog, a few others.
2004-06-08 10:05:59 +00:00