plain text documents: whitespace

Indent some URLs, commands, etc.
This commit is contained in:
slakmagik 2011-03-17 05:51:13 +00:00
parent 547a106c46
commit 0e43b44256
3 changed files with 14 additions and 13 deletions

View File

@ -62,29 +62,29 @@ GETTING HELP
by sending a mail whose body is "subscribe your-email@address-here"
to:
sbopkg-users-request@sbopkg.org
sbopkg-users-request@sbopkg.org
or use the web interface:
http://sbopkg.org/mailman/listinfo/sbopkg-users
http://sbopkg.org/mailman/listinfo/sbopkg-users
There is also an IRC channel for sbopkg on Freenode at #sbopkg.
Further information on these and other resources is on the project
website:
http://sbopkg.org
http://sbopkg.org
Specifically, the documentation page is:
http://sbopkg.org/docs.php
http://sbopkg.org/docs.php
CONTRIBUTING
We welcome bug reports, suggestions/feature requests, and patches.
Please post any of these to the issue tracker:
http://code.google.com/p/sbopkg/issues/list
http://code.google.com/p/sbopkg/issues/list
Before reporting a bug, please check the KNOWN_ISSUES file. Before
contributing a suggestion please check the TODO file. Before
@ -93,11 +93,12 @@ CONTRIBUTING
Sbopkg's source is available in an svn repository hosted on
googlecode. To view a copy of the repo, see:
http://code.google.com/p/sbopkg/source/browse/
http://code.google.com/p/sbopkg/source/browse/
To obtain a local copy, use something like the following command:
svn checkout http://sbopkg.googlecode.com/svn/trunk/ sbopkg-contrib
svn checkout http://sbopkg.googlecode.com/svn/trunk/ \
sbopkg-contrib
There have been many contributors so far (see the THANKS file).
Thanks to everyone who has helped make this script better.

View File

@ -13,7 +13,7 @@ Additionally, the hope is that user-contributed queues can be shared.
Please consider sending a copy of your queuefile(s) to the sbopkg
mailing list:
http://sbopkg.org/mailman/listinfo/sbopkg-users
http://sbopkg.org/mailman/listinfo/sbopkg-users
SELECTING ON OR OFF IN DIALOG

View File

@ -6,7 +6,7 @@ a file whose name ends in '.renames' which is stored in the
Renames are written, one per line, in the following format:
oldname=newname
oldname=newname
The default file that is installed with sbopkg is '50-default.renames'.
This file is kept in sync with the SBo repository and will be
@ -18,11 +18,11 @@ The files are loaded in alphabetical order (like the files in, e.g.,
/etc/fonts/conf.d) so 'priority' is determined from low number to high
and the first match wins, so:
$ cat /etc/sbopkg/renames.d/10-local.renames
foo=bar
$ cat /etc/sbopkg/renames.d/10-local.renames
foo=bar
will override anything in a higher-numbered file, including anything in
50-default.renames, such as:
$ cat /etc/sbopkg/renames.d/50-default
foo=baz
$ cat /etc/sbopkg/renames.d/50-default
foo=baz