Skip site navigation (1)Skip section navigation (2)

CVS log for doc/en_US.ISO8859-1/books/fdp-primer/sgml-primer/chapter.sgml

[BACK] Up to [FreeBSD] / doc / en_US.ISO8859-1 / books / fdp-primer / sgml-primer

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.53: download - view: text, markup, annotated - select for diffs
Thu Feb 9 01:07:42 2012 UTC (36 hours, 58 minutes ago) by wblock
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +13 -13 lines
Fix the contents of <programlisting> elements.  Translators, please note
that althought these are whitespace changes, they are also content
that should be included in translated versions.

Revision 1.52: download - view: text, markup, annotated - select for diffs
Thu Feb 9 00:51:29 2012 UTC (37 hours, 14 minutes ago) by wblock
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +838 -747 lines
Whitespace-only fixes: wrap long lines and use tabs instead of spaces.

Revision 1.51: download - view: text, markup, annotated - select for diffs
Wed Sep 14 09:07:42 2011 UTC (4 months, 3 weeks ago) by danger
Branches: MAIN
CVS tags: RELEASE_9_0_0
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +1 -1 lines
- fix broken link

Revision 1.50: download - view: text, markup, annotated - select for diffs
Tue Aug 10 11:48:17 2010 UTC (18 months ago) by pgj
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_7_4_0
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +25 -25 lines
- Replace software installed by textproc/jade with software installed by
  textproc/opensp since that is the one which comes with
  textproc/docproj by default

PR:		docs/149007
Submitted by:	Anton Shterenlikht <mexas@bristol.ac.uk>

Revision 1.49: download - view: text, markup, annotated - select for diffs
Sun Dec 7 22:03:48 2008 UTC (3 years, 2 months ago) by pgj
Branches: MAIN
CVS tags: RELEASE_8_1_0, RELEASE_8_0_0, RELEASE_7_3_0, RELEASE_7_2_0
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +40 -40 lines
- Fix title capitalization style

Revision 1.48: download - view: text, markup, annotated - select for diffs
Fri Oct 31 12:23:35 2008 UTC (3 years, 3 months ago) by pgj
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +16 -16 lines
Update the SGML Primer chapter in FDP Primer:
- Eliminate a <blockquote> inside <para> (split <para> around <blockquote>)
- Use <sgmltag> markup where possible
- nsgmls does not always give error messages, just messages (those might
  contain information on errors)
- Eliminate first person narration
- Add missing full stops
- Add a missing <literal> markup for CDATA

Reviewed by:	blackend, danger, gabor, hrs, manolis, remko, trhodes

Revision 1.47: download - view: text, markup, annotated - select for diffs
Sun Dec 30 02:40:32 2007 UTC (4 years, 1 month ago) by danger
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +1 -1 lines
- Spell "whereas" correctly.

PR:		docs/119138
Submitted by:	gregory delfly <gregoryd.freebsd@free.fr>

Revision 1.46: download - view: text, markup, annotated - select for diffs
Sun Nov 5 18:32:05 2006 UTC (5 years, 3 months ago) by keramida
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0, RELEASE_6_2_0
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +4 -4 lines
The docbook/4.1 `dbcent.mod' module contains references to public entities
first defined in ${SGMLROOT}/html/catalog and ${SGML_ROOT}/iso8879/catalog.
By setting the SGML_CATALOG_FILES in the order suggested until now, we end
up with a value of SGML_CATALOG_FILES like (wrapped to keep the length of
the lines reasonable):

  /usr/doc/en_US.ISO8859-1/share/sgml/catalog:/usr/doc/share/sgml/catalog:\
  /usr/local/share/sgml/docbook/4.1/catalog:/usr/local/share/sgml/html/catalog:\
  /usr/local/share/sgml/iso8879/catalog:/usr/local/share/sgml/jade/catalog

This means that when `dbcent.mod' refers to entities like %ISOamsa; they
are not known already (because they are defined in catalog files later in
the search path, not loaded by nsgmls yet).  This results in errors like:

  nsgmls:/usr/local/share/sgml/docbook/4.1/dbcent.mod:54:0:E: \
  cannot open "/usr/local/share/sgml/docbook/4.1/iso-amsa.gml" \
  (No such file or directory)

By rearranging the order of the catalog files a bit, we can convince nsgmls
to load the `html' and `iso8879' public entities first, and make it
possible to use nsgmls to validate DocBook SGML documents too (instead of
HTML only).

PR:		docs/48980
Submitted by:	Martin Karlsson <mk-freebsd@bredband.net>

Revision 1.45: download - view: text, markup, annotated - select for diffs
Thu Jan 5 20:03:35 2006 UTC (6 years, 1 month ago) by delphij
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +4 -4 lines
Escape <, >, &'s, plus some cleanups against the SGML.  There should not
be any content changes involved in this commit, however, localization
teams are encouraged to catch up with this change.

Requested by:	intron at intron ac
Reviewed by:	Niclas Zeising <lothrandil at n00b apagnu se>
Glanced by:	simon

Revision 1.44: download - view: text, markup, annotated - select for diffs
Mon Sep 12 17:06:07 2005 UTC (6 years, 4 months ago) by yar
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +24 -13 lines
Mark up some literal text as such in order to make it easier
to tell the literal text from the surrounding body text.

Revision 1.43: download - view: text, markup, annotated - select for diffs
Mon Sep 12 16:47:35 2005 UTC (6 years, 4 months ago) by yar
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +22 -22 lines
Except for some rare cases, always use punctuation to finish a
sentence at the end of a paragraph so that the readers don't think
that some text is missing.

Consistently use colons to finish sentences introductory to examples.

Revision 1.42: download - view: text, markup, annotated - select for diffs
Mon Nov 29 21:43:35 2004 UTC (7 years, 2 months ago) by ceri
Branches: MAIN
CVS tags: RELEASE_5_4_0, RELEASE_4_11_0
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +1 -1 lines
Internet Explorer fails to render some tables generated by the
informaltable element properly, unless the pgwide attribute is
explicitly set to 1.  Use this consistently within the (en) tree, and
update the FDP accordingly.  This should finally silence the demons in:

PR:		docs/73095
Submitted by:	Hilko Meyer <Hilko dot Meyer at gmx dot de>

Revision 1.41: download - view: text, markup, annotated - select for diffs
Mon Aug 2 06:01:20 2004 UTC (7 years, 6 months ago) by murray
Branches: MAIN
CVS tags: RELEASE_5_3_0
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +2 -2 lines
More UK -> US spelling changes.  Translators can ignore.

PR:		docs/54999

Revision 1.40: download - view: text, markup, annotated - select for diffs
Mon Aug 2 05:43:33 2004 UTC (7 years, 6 months ago) by murray
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +16 -16 lines
Follow the rule set down in this book and use American English
spelling.  Translators can ignore.

PR:		docs/54999
Submitted by:	Steven James Huwig <sjh13@cwru.edu>

Revision 1.39: download - view: text, markup, annotated - select for diffs
Thu May 27 21:54:21 2004 UTC (7 years, 8 months ago) by krion
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +15 -15 lines
- Since nsgmls(1) and sgmlnorm(1) don't exist, use <command>
  tag

Approved by:	josef (mentor)

Revision 1.38: download - view: text, markup, annotated - select for diffs
Sun Apr 11 09:40:52 2004 UTC (7 years, 10 months ago) by mheinen
Branches: MAIN
CVS tags: RELEASE_4_10_0
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +1 -1 lines
Add a missing ";".

Revision 1.37: download - view: text, markup, annotated - select for diffs
Wed Feb 25 20:07:18 2004 UTC (7 years, 11 months ago) by ceri
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +1 -1 lines
Correct instances of "try and ...".

Revision 1.36: download - view: text, markup, annotated - select for diffs
Sun Jul 20 20:55:18 2003 UTC (8 years, 6 months ago) by blackend
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0, RELEASE_4_9_0
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +4 -4 lines
- Remove an useless </dd> in one example.
- 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>

Revision 1.35: download - view: text, markup, annotated - select for diffs
Sun Jan 12 18:31:41 2003 UTC (9 years, 1 month ago) by roam
Branches: MAIN
CVS tags: RELEASE_5_1_0, RELEASE_5_0_0, RELEASE_4_8_0
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +0 -0 lines
Forced commit; the previous commit's message should have been:

Add 'id' tags to all <sect1> sections to ensure a sensible naming scheme
for the generated HTML documents.

Translators: no content changes.

Discussed with:	bmah and udo on -doc

Revision 1.34: download - view: text, markup, annotated - select for diffs
Sun Jan 12 18:20:48 2003 UTC (9 years, 1 month ago) by roam
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +5 -5 lines
/tmp/msg

Revision 1.33: download - view: text, markup, annotated - select for diffs
Wed May 22 14:17:37 2002 UTC (9 years, 8 months ago) by ceri
Branches: MAIN
CVS tags: RELEASE_4_7_0, RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +1 -1 lines
Bring the FDP Primer in line with the FDP Primer :)
[s/colour/color/]

Revision 1.32: download - view: text, markup, annotated - select for diffs
Wed May 22 08:36:42 2002 UTC (9 years, 8 months ago) by ceri
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -2 lines
s/in to/into/ where it makes sense.
This commit can very likely be ignored by translators.

Revision 1.31: download - view: text, markup, annotated - select for diffs
Sun Apr 7 23:52:35 2002 UTC (9 years, 10 months ago) by keramida
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +3 -3 lines
Remove almost all instances of "try and <verb>" from the docs.
There is one remaining place in the fdp-primer, but that needs
a bit more work.

Inspired by:	docs/36462 (Gary W. Swearingen <swear@blarg.net>)
Reviewed by:	ceri, trhodes

Revision 1.30: download - view: text, markup, annotated - select for diffs
Wed Mar 27 01:16:46 2002 UTC (9 years, 10 months ago) by keramida
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +4 -4 lines
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:]]'

Revision 1.29: download - view: text, markup, annotated - select for diffs
Tue Mar 26 22:31:52 2002 UTC (9 years, 10 months ago) by keramida
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +1 -1 lines
Fix a few typos.

PR:		docs/36334
Submitted by:	Martin Karlsson <martin.karlsson@visit.se>

Revision 1.28: download - view: text, markup, annotated - select for diffs
Wed Mar 6 16:47:57 2002 UTC (9 years, 11 months ago) by mwlucas
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +3 -3 lines
Correct examples of setting environment variables.

politely pointed out by:  pirat <pirat@access.inet.co.th>
copious abuse to: mwlucas

Revision 1.27: download - view: text, markup, annotated - select for diffs
Wed Feb 27 05:08:00 2002 UTC (9 years, 11 months ago) by dd
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +4 -4 lines
<port>fish</port> -> <filename role="package">fish</filename>

Generated with:	s:<port>(.*?)</port>:<filename role="package">\1</filename>:g

Revision 1.26: download - view: text, markup, annotated - select for diffs
Thu Feb 14 19:31:09 2002 UTC (9 years, 11 months ago) by mwlucas
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +17 -2 lines
Mention what catalog files are.  Also suggest that people set the
FreeBSD-specific catalog files are set during this tutorial; this will
answer a common FreeBSD docproj complaint on complaints generated by
emacs.

"if it's wrong, fix it" by: nik

Revision 1.25: download - view: text, markup, annotated - select for diffs
Fri Jan 18 07:57:33 2002 UTC (10 years ago) by roam
Branches: MAIN
CVS tags: RELEASE_4_5_0
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +3 -3 lines
Change <filename> tags to <port> when the documentation is referring
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

Revision 1.24: download - view: text, markup, annotated - select for diffs
Sat Dec 8 12:12:46 2001 UTC (10 years, 2 months ago) by keramida
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +10 -10 lines
Expand contractions in the fdp-primer.
Also replace a few erroneous "it's" with the possessive "its".

Revision 1.23: download - view: text, markup, annotated - select for diffs
Wed Nov 14 01:16:34 2001 UTC (10 years, 2 months ago) by keramida
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +9 -0 lines
Add aparagraph that notes CDATA and RCDATA is not validated, and
suggest that SGML examples are validated externally.

Approved by:	   nik
Original idea by:  Michael Lucas <mwlucas@blackhelicopters.org>

Revision 1.22: download - view: text, markup, annotated - select for diffs
Wed Oct 31 23:47:31 2001 UTC (10 years, 3 months ago) by chern
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +8 -8 lines
Spelling Fixes:
 * overridable -> overridden
 * documention -> documentation
 * preceeding -> preceding
 * preceeded -> preceded
 * harddisk -> hard disk
 * analagous -> analogous
 * togther -> together
 * timelines -> time lines
 * philisophy-> philosophy
 * differentation -> differentiation
 * knowledgable -> knowledgeable
 * occurence -> occurrence
 * occured -> occurred
 * greek -> Greek
 * aready -> already
 * commandline -> command line
 * latin -> Latin
 * seperate -> separate

Revision 1.21: download - view: text, markup, annotated - select for diffs
Wed Oct 10 11:47:16 2001 UTC (10 years, 4 months ago) by keramida
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +16 -16 lines
Sweep through english docs and replace &ldquot; and friends with <quote>.

Approved by:	nik

Revision 1.20: download - view: text, markup, annotated - select for diffs
Tue Oct 2 05:28:56 2001 UTC (10 years, 4 months ago) by murray
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +12 -12 lines
Whitespace change only.  Translators please ignore.

PR:		docs/30977
Submitted by:	Giorgos Keramidas <charon@labs.gr>

Revision 1.19: download - view: text, markup, annotated - select for diffs
Tue Jul 17 20:51:51 2001 UTC (10 years, 6 months ago) by chern
Branches: MAIN
CVS tags: RELEASE_4_4_0
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +4 -4 lines
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

Revision 1.18: download - view: text, markup, annotated - select for diffs
Fri Jul 13 20:49:35 2001 UTC (10 years, 7 months ago) by nik
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +4 -4 lines
Update a few paths.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Tue Apr 17 16:16:19 2001 UTC (10 years, 9 months ago) by nik
Branches: MAIN
CVS tags: old_RELEASE_4_3_0
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +9 -3 lines
Switch to the 4.1 based DTD.

Include some initial experiments in indexing, turned off by default.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Mon Apr 9 00:33:47 2001 UTC (10 years, 10 months ago) by dd
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +34 -67 lines
DocBook police: open and close tags for <programlisting> should cuddle
up to the contents within.

Approved by:	nik

Revision 1.15: download - view: text, markup, annotated - select for diffs
Wed Nov 1 22:38:35 2000 UTC (11 years, 3 months ago) by jim
Branches: MAIN
CVS tags: old_RELEASE_4_2_0
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +1 -12 lines
Remove the paragraph about the Kinder, Gentler HTML Validator FAQ since it
(the FAQ) no longer exists, and validator.w3.org isn't really relevant in
this situation.  Also removed the %not.published; bits around it.

PR:		22419
Submitted by:	Paul Fardy <pdf+fdp@mun.ca>

Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue Oct 31 19:36:16 2000 UTC (11 years, 3 months ago) by nik
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +3 -3 lines
<command> -> <userinput> in an example, to be consistent with how we tell
people it should be done.  Noticed this when browsing the KDE DocBook
documentation, which makes exactly the same mistake.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Tue Aug 8 18:25:31 2000 UTC (11 years, 6 months ago) by nik
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2 lines
Fix an example to reflect real life.  Pointed out by 'marko'.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Fri Jul 7 18:38:37 2000 UTC (11 years, 7 months ago) by dannyboy
Branches: MAIN
CVS tags: old_RELEASE_4_1_0
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +4 -4 lines
Fixed lots of typos, thinkos and grammar errors.  I ran this by Nik a while
back, since he's the only one who's touched most of the fdp-primer.

Reviewed by:	nik

Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed Jun 14 19:01:53 2000 UTC (11 years, 7 months ago) by alex
Branches: MAIN
CVS tags: old_RELEASE_3_5_0
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +5 -1 lines
Since the author of the "Gentler HTML Validator" page has removed his
page due to the new W3C validator service, temporarily do not publish
the "more info about nsgmls error codes can be found ..." paragraph,
until a similar page is available.

PR:		18343
Submitted by:	Paul Southworth <pauls@etext.org>
Reviewed by:	jim

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun Apr 30 23:00:03 2000 UTC (11 years, 9 months ago) by nik
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -3 lines
Fix an incorrectly broken line in an example.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Sep 6 06:52:42 1999 UTC (12 years, 5 months ago) by peter
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -1 lines
$Id$ -> $FreeBSD$

Revision 1.8: download - view: text, markup, annotated - select for diffs
Fri Sep 3 17:14:12 1999 UTC (12 years, 5 months ago) by nik
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +11 -9 lines
Miscellaneous small changes.

Note:  includes whitespace changes.  No active translations of this
document exist, so this doesn't matter.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Jul 30 21:25:50 1999 UTC (12 years, 6 months ago) by nik
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +8 -1 lines
Add a link to a page which goes in to much more detail about possible
errors from nsgmls(1).

Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri Jul 30 20:50:59 1999 UTC (12 years, 6 months ago) by nik
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +71 -63 lines
Whitespace changes, to pretty the formatting after the previous commit.
Translation teams can ignore this.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Jul 28 20:04:30 1999 UTC (12 years, 6 months ago) by nik
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +20 -20 lines
 *  Prepend "sgml-primer-" to id attributes which did not already have it.

 *  Add 'id="sgml-primer-marked-sections"' to the "Marked Sections"
    section.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Jul 14 19:22:44 1999 UTC (12 years, 7 months ago) by nik
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -0 lines
Added $Id$.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Jun 3 19:51:26 1999 UTC (12 years, 8 months ago) by nik
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -3 lines
Update the DocBook version numbers used in examples.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Apr 29 20:07:56 1999 UTC (12 years, 9 months ago) by nik
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +71 -53 lines
Fix typos, rewrite a couple of paragraphs, add some new paragraphs to be
a bit cleaer on some things.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Apr 20 20:59:57 1999 UTC (12 years, 9 months ago) by nik
Branches: MAIN
My primer for people new to the Doc. Proj.  Incomplete, but should be
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.

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options