Eitan Adler
714b2658fb
articles/freebsd-questions: point people to other mailing lists
...
Don't point people to freebsd-isp which has been 100% spam since July 2014 and
just point people at the list.
2015-04-02 23:20:08 +00:00
Brad Davis
0eea1de0eb
Additional language gender sweep..
2015-03-13 06:28:33 +00:00
Hiroki Sato
8def749c53
Normalize DTD URL.
2013-11-13 07:52:45 +00:00
Gabor Kovesdan
24d129e8d1
- Definitively upgrade to DocBook 5.0
2013-11-07 15:39:28 +00:00
Gabor Kovesdan
821f9bab5d
- MFH
2013-04-11 10:34:45 +00:00
Eitan Adler
665215f808
Remove mailers users are unlikely to have or that no longer exist.
...
Approved by: bcr (mentor)
2013-04-01 22:29:58 +00:00
Gabor Kovesdan
5df509eaa2
- Remove standalone="no" statements from XML declarations since it did not
...
always work and is no use anyway
2013-01-30 19:12:36 +00:00
Gabor Kovesdan
36cdb51546
- Migrate the documentation set to DocBook 4.5
2013-01-30 14:00:53 +00:00
Gabor Kovesdan
77d737ee88
- Rename the share/sgml directories to share/xml
...
- Fix build errors from the next change
Approved by: doceng (implicit)
2012-10-01 11:56:00 +00:00
Gabor Kovesdan
b4346b9b2d
- Rename .sgml files to .xml
...
- Reflect the rename in referencing files
Approved by: doceng (implicit)
2012-10-01 09:53:01 +00:00
Gabor Kovesdan
9c243757ef
- XML declarations should use IANA encoding names
...
Pointed out by: hrs
2012-09-14 17:47:48 +00:00
Gabor Kovesdan
2e51ec7022
- Strip unnecessary trailing spaces
...
Approved by: doceng (implicit)
2012-08-21 19:16:02 +00:00
Gabor Kovesdan
74586f38c6
- Remove PSGML comments since they are not very useful after the XML
...
migration
Approved by: doceng (implicit)
No objection from: doc@, www@
2012-08-07 23:31:39 +00:00
Gabor Kovesdan
e6b69c3357
- XMLify English articles
...
Approved by: doceng (implicit)
2012-06-21 16:01:00 +00:00
Giorgos Keramidas
afec2a5277
Reword a bit the mailman list info page reference. The original uses
...
the exact page title Mailman produces but is relatively wrong from en
English-syntax perspective.
2005-09-28 11:08:15 +00:00
Hiroki Sato
c4cb2201ad
Use lower-case characters for attribute name (s/URL=/url=/).
...
No content change.
2004-08-09 19:49:18 +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
Ceri Davies
0c1016c4ad
Fill in the URL for the questions@ list's bit of mailman.
...
Submitted by: Matt <matt at mattford dot net>
2004-06-30 19:47:38 +00:00
Ceri Davies
c8e43f3378
Americanis^Hze.
2004-04-06 18:12:43 +00:00
Ceri Davies
079680308d
Minor grammatical cleanup.
...
Requested by: phantom
2004-04-06 18:10:39 +00:00
Alexey Zelkin
6d048e2320
Sync these Makefiles to have one style of declarations and comments.
2004-04-06 16:10:08 +00:00
Alexey Zelkin
d823d69c90
Convert information from how to subscribe/unsubscribe using 'majordomo'
...
into 'mailman' ones.
2004-04-06 16:04:38 +00:00
Alexey Zelkin
2e0fdd35b2
Add WITH_ARTICLE_TOC to big articles to simplify navigation across
...
article.
2004-04-06 13:40:48 +00:00
Alexey Zelkin
a4161dba73
FreeBSD.ORG -> FreeBSD.org
2004-04-05 14:41:10 +00:00
Simon L. B. Nielsen
2993ccd69a
*.sgml:
...
- Use trademark entities
- Add trademark attributions.
- Always use correct case for trademarks.
- Don't join trademarks with other words, e.g. using hyphens.
trademark.ent:
- Add entities for more trademarks / companies.
- Sort the Sun trademark attribution entity.
2003-09-14 11:29:06 +00:00
Murray Stokely
c538cd5ae9
Include the FreeBSD entity definitions.
...
Use &unix instead of 'UNIX' to render a (R) properly.
2003-06-17 20:59:07 +00:00
Ceri Davies
5cd809bf5f
Correct a link to esr's home page.
...
Submitted by: Simon L. Nielsen <simon@nitro.dk>
2003-05-18 16:37:21 +00:00
Hiroki Sato
f6cd99b654
Back out WITH_DOCFORMAT_NAVI_LINK?=YES in Makefile. The navi-link
...
is generated when ${WITH_DOCFORMAT_NAVI_LINK} is defined or
${FORMATS} includes "html" and "html-split."
2003-04-22 18:35:44 +00:00
Hiroki Sato
4f8b26641c
- Add WITH_DOCFORMAT_NAVI_LINK to mk/doc.docbook.mk and
...
enable it in en_US.ISO8859-1/ and ja_JP.eucJP/.
- Add PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//EN"
and l10n.ent for entity localization.
- Use share/misc/docbook.css for indentiation of <programlisting>
and <screen>.
- Add some missing $FreeBSD$.
2003-04-19 11:39:30 +00:00
Christian Brueffer
ef34e54fad
Add information on what a user can do before asking a question on the
...
FreeBSD lists.
PR: 36055 (with some modifications)
Submitted by: Martin Karlsson <martin.karlsson@visit.se>
Approved by: ceri (mentor)
2003-04-04 08:26:51 +00:00
Marc Fonvieille
487715cb27
Fix a typo s/y9ou/you
2003-02-28 20:56:42 +00:00
Peter Pentchev
6e99166b51
Whitespace-only fixups from the e-mail to SGML entities conversion.
2002-03-15 08:28:14 +00:00
Peter Pentchev
81f0937cee
Convert names, descriptions and e-mail addresses of FreeBSD committers
...
and mailing lists to SGML entities.
Reviewed by: keramida
Approved by: keramida, silence on -doc
2002-03-15 08:10:48 +00:00
Giorgos Keramidas
d690a988f5
Change most quote characters to proper <quote> tags,
...
or other more appropriate SGML entities.
2002-02-14 23:57:13 +00:00
Giorgos Keramidas
0b824da1aa
Remove all contractions from most of the articles. This solves the
...
problems with the usage of "its" vs "it's" among other things
Approved by: nik
2001-10-16 11:53:01 +00:00
Murray Stokely
acc30cb490
Remove a confusing emoticon.
...
PR: docs/30757
Submitted by: Giorgos Keramidas <charon@labs.gr>
2001-09-24 01:11:48 +00:00
Chern Lee
6dbf07d805
Fix/Standardize:
...
internet -> Internet
can not -> cannot
CD-ROM -> CDROM
cdrom -> CDROM
UNIX -> Unix
To be standardized with the rest of the doc tree.
Approved by: murray
2001-07-17 20:51:52 +00:00
Nik Clayton
ed30795a49
Switch to version 4.1 of the DTD.
2001-07-13 16:34:19 +00:00
Dima Dorfman
4a5d66a6bf
Spelling police.
2001-07-10 14:00:17 +00:00
Daniel Harris
9a0afe66fe
Whitespace fixes.
...
PR: 28776
Submitted by: Giorgos Keramidas <keramida@ceid.upatras.gr>
2001-07-08 19:22:41 +00:00
Nik Clayton
91217ffd7b
Bring in Greg's "How to ask questions in freebsd-questions" document.
...
Reviewed by: grog
2001-02-16 00:22:33 +00:00