From 0e43b44256939ade1bb1ecb230f52e06f43e743b Mon Sep 17 00:00:00 2001 From: slakmagik Date: Thu, 17 Mar 2011 05:51:13 +0000 Subject: [PATCH] plain text documents: whitespace Indent some URLs, commands, etc. --- src/usr/doc/README | 15 ++++++++------- src/usr/doc/README-queuefiles | 2 +- src/usr/doc/README-renames | 10 +++++----- 3 files changed, 14 insertions(+), 13 deletions(-) diff --git a/src/usr/doc/README b/src/usr/doc/README index 5d02706..c814701 100644 --- a/src/usr/doc/README +++ b/src/usr/doc/README @@ -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. diff --git a/src/usr/doc/README-queuefiles b/src/usr/doc/README-queuefiles index 717ffbb..65b1e35 100644 --- a/src/usr/doc/README-queuefiles +++ b/src/usr/doc/README-queuefiles @@ -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 diff --git a/src/usr/doc/README-renames b/src/usr/doc/README-renames index d445e01..2ac028f 100644 --- a/src/usr/doc/README-renames +++ b/src/usr/doc/README-renames @@ -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