| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
"No, wait, I don't want t--" <blam>
"Goodbye".
Notes:
svn path=/head/; revision=5413
|
|
|
|
|
|
|
| |
Reviewed by: Eivind, billf
Notes:
svn path=/head/; revision=5350
|
|
|
|
| |
Notes:
svn path=/head/; revision=5343
|
|
|
|
|
|
|
| |
first commit.
Notes:
svn path=/head/; revision=5334
|
|
|
|
| |
Notes:
svn path=/head/; revision=5307
|
|
|
|
| |
Notes:
svn path=/head/; revision=5278
|
|
|
|
|
|
|
|
|
| |
We sort the developers names by last name.
Broken By: kevlo
Notes:
svn path=/head/; revision=5276
|
|
|
|
| |
Notes:
svn path=/head/; revision=5275
|
|
|
|
|
|
|
| |
Submitted by:kevlo@Freebsd.org
Notes:
svn path=/head/; revision=5273
|
|
|
|
| |
Notes:
svn path=/head/; revision=5252
|
|
|
|
| |
Notes:
svn path=/head/; revision=5223
|
|
|
|
| |
Notes:
svn path=/head/; revision=5190
|
|
|
|
| |
Notes:
svn path=/head/; revision=5184
|
|
|
|
| |
Notes:
svn path=/head/; revision=5161
|
|
|
|
| |
Notes:
svn path=/head/; revision=5151
|
|
|
|
|
|
|
| |
This is my first commit.
Notes:
svn path=/head/; revision=5150
|
|
|
|
|
|
|
|
|
|
| |
It's time for wake out of sleep and show your great power to everyone.
Time alone will tell if it is true.
Do the best!
Notes:
svn path=/head/; revision=5146
|
|
|
|
| |
Notes:
svn path=/head/; revision=5145
|
|
|
|
|
|
|
| |
and remove my entry from contrib/chapter.sgml. Moo.
Notes:
svn path=/head/; revision=5131
|
|
|
|
|
|
|
| |
This position is open. Does anyone want do this job?
Notes:
svn path=/head/; revision=5125
|
|
|
|
| |
Notes:
svn path=/head/; revision=5105
|
|
|
|
|
|
|
|
| |
FreeBSD, Inc. now owes me a new keyboard as I've seemed to have worn out
my "shift" and "`" key from sending vi so many "~"s. :->
Notes:
svn path=/head/; revision=5093
|
|
|
|
| |
Notes:
svn path=/head/; revision=5087
|
|
|
|
| |
Notes:
svn path=/head/; revision=5086
|
|
|
|
| |
Notes:
svn path=/head/; revision=5085
|
|
|
|
| |
Notes:
svn path=/head/; revision=5082
|
|
|
|
|
|
|
| |
Reported by: sheldonh
Notes:
svn path=/head/; revision=5080
|
|
|
|
| |
Notes:
svn path=/head/; revision=5077
|
|
|
|
| |
Notes:
svn path=/head/; revision=5073
|
|
|
|
| |
Notes:
svn path=/head/; revision=4965
|
|
|
|
|
|
|
| |
Added Nik as Commercial Editor.
Notes:
svn path=/head/; revision=4915
|
|
|
|
| |
Notes:
svn path=/head/; revision=4860
|
|
|
|
|
|
|
| |
that I happened to cut-and-paste from.
Notes:
svn path=/head/; revision=4859
|
|
|
|
|
|
|
| |
for changeover when I got my commit rights.)
Notes:
svn path=/head/; revision=4858
|
|
|
|
| |
Notes:
svn path=/head/; revision=4836
|
|
|
|
| |
Notes:
svn path=/head/; revision=4769
|
|
|
|
| |
Notes:
svn path=/head/; revision=4768
|
|
|
|
| |
Notes:
svn path=/head/; revision=4765
|
|
|
|
|
|
|
| |
FreeBSD Documentation Project.
Notes:
svn path=/head/; revision=4750
|
|
|
|
|
|
|
| |
Pointed out by: Sue Blake <sue@welearn.com.au>
Notes:
svn path=/head/; revision=4632
|
|
|
|
| |
Notes:
svn path=/head/; revision=4629
|
|
|
|
|
|
|
| |
(2) Insert missing "a" for dirk. '&.dirk' -> '&a.dirk'
Notes:
svn path=/head/; revision=4628
|
|
|
|
|
|
|
| |
Added me to authors.ent and staff/chapter.sgml
Notes:
svn path=/head/; revision=4608
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
most of the other spurious comments.
Two comments relating to copyright have *not* been merged in from the
LinuxDoc version yet -- I've contacted the original authors to ask if
they would be willing to assign the copyright to the project. When I
get their response the copyright comments will either be merged in, or
left out, as necessary.
Notes:
svn path=/head/; revision=4477
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Rationale: All the changes to the DocBook handbook so far have been
careful to keep whitespace changes to a minimum. This is so the
translators have as easy a job as possible in identifying exactly what's
changed.
This has meant the English version has become more and more 'ugly'. Lines
indented by the wrong amount, some lines longer than 130 characters,
others shorter than 20, gaps of 3 or 4 lines between paragraphs (and
sometimes within paragraphs). This makes it difficult to follow the
structure of the document, and needlessly complicates fixing SGML
problems.
It also makes the source practically useless as a teaching aid; the
more baroque the source looks, the less likely people are to dive in and
contribute.
This commit fixes all that -- and boy was it tedious. The snag is, it's
touched almost every line in every file in the Handbook.
Technically, the changes were made by running (in Emacs)
sgml-indent-or-tab (bound to the TAB key) on almost each line (except
those in <programlisting>, <screen>, <literallayout>, and other
verbatim sections), and then running sgml-fill-element (bound to
C-c C-q) on most paragraphs.
FWIW, this is the first, only, and last change of this type contemplated.
Notes:
svn path=/head/; revision=4472
|
|
|
|
|
|
|
|
| |
the period. Apologies for the repository bloat. This is entirely a
whitespace change.
Notes:
svn path=/head/; revision=4465
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
from doc/handbook.
File From -> To Merged to files...
---------------------------------------------------------------
authors.sgml 1.135 -> 1.139 authors.ent
bibliography.sgml 1.38 -> 1.39 bibliography/chapter.sgml
contrib.sgml 1.338 -> 1.341 staff/chapter.sgml
current.sgml 1.25 -> 1.26 cutting-edge/chapter.sgml
cvsup.sgml 1.41 -> 1.45 cutting-edge/chapter.sgml
eresources.sgml 1.53 -> 1.54 eresources/chapter.sgml
handbook.sgml 1.96 -> 1.101 handbook.sgml
install.sgml 1.67 -> 1.72 install/chapter.sgml
lists.sgml 1.8 -> 1.12 mailing-lists.ent
mirrors.sgml 1.101 -> 1.111 mirrors/chapter.sgml
porting.sgml 1.124 -> 1.130 ports/chapter.sgml
stable.sgml 1.19 -> 1.22 cutting-edge/chapter.sgml
submitters.sgml 1.277 -> 1.299 contrib/chapter.sgml[1]
vm.sgml -> 1.3 internals/chapter.sgml
Added
-----
newsgroups.ent
[1] For translators: Due to Eivind's massive update to the "Additional
Contributors" section, I refrained from merging in the changes by
hand. Instead, I took the list of names from submitters.sgml and
did various search/replaces on them.
I strongly suggest you just lift the complete list of names from
contrib/chapter.sgml and paste it in to your translation, since
there shouldn't be any actual translation required.
Notes:
svn path=/head/; revision=4464
|
|
|
|
| |
Notes:
svn path=/head/; revision=4246
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
to resort the non-sorted entry of my "neighborhood", as well as myself.
I still have lingering doubts about the wiseness of moving David Greenman
around, though...
Also, changed other files to include myself as well. And that ends the
Committers 101. I hope I passed. :-) Now, to break the world. Err, "conquer"
the world. :-)
Notes:
svn path=/head/; revision=4206
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
from doc/handbook.
File From -> To Merged to files...
---------------------------------------------------------------
anoncvs.sgml 1.1 -> 1.2 cutting-edge/chapter.sgml
authors.sgml 1.128 -> 1.135 authors.ent
bibliography.sgml 1.37 -> 1.38 bibliography/chapter.sgml
contrib.sgml 1.329 -> 1.338 staff/chapter.sgml
current.sgml 1.24 -> 1.25 cutting-edge/chapter.sgml
cvsup.sgml 1.40 -> 1.41 cutting-edge/chapter.sgml
eresources.sgml 1.51 -> 1.53 eresources/chapter.sgml
firewalls.sgml 1.20 -> 1.21 security/chapter.sgml
handbook.sgml 1.95 -> 1.96 handbook.sgml
history.sgml 1.25 -> 1.27 introduction/chapter.sgml
kernelconfig.sgml 1.32 -> 1.33 kernelconfig/chapter.sgml
linuxemu.sgml 1.24 -> 1.25 linuxemu/chapter.sgml
mail.sgml[1] 1.12 -> 1.13 mail/chapter.sgml
mirrors.sgml 1.99 -> 1.101 mirrors/chapter.sgml
pgpkeys.sgml 1.28 -> 1.30 pgpkeys/chapter.sgml
porting.sgml 1.118 -> 1.124 ports/chapter.sgml
ports.sgml 1.33 -> 1.35 ports/chapter.sgml
stable.sgml 1.18 -> 1.19 cutting-edge/chapter.sgml
submitters.sgml 1.261 -> 1.277 contrib/chapter.sgml
[1] Typo fix is another typo! "wait" should be "want"
Notes:
svn path=/head/; revision=4149
|