From 7af260bf560597a7371404c19caf4ae47deefc11 Mon Sep 17 00:00:00 2001 From: sconklin Date: Mon, 17 Jul 2006 15:24:34 +0000 Subject: various cleanups and documentation tweaks git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@17 ef72aa8b-4018-0410-8976-d6e080ef94d8 --- src/README | 4 ++++ src/TODO | 8 +++++++- www/index.html | 3 ++- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/src/README b/src/README index 0f6a301e..c04a9430 100644 --- a/src/README +++ b/src/README @@ -4,10 +4,14 @@ package maintainers, and anyone else to provide plugins that will collect, analyze, and report information that is useful for supporting software packages. +This project is hosted at http://sos.108.redhat.com. For the latest version, +to contribute, and for more information, please visit there. + (all the following as root) to install locally ==> python setup.py install to build an rpm ==> python setup.py bdist_rpm +See the Makefile. Contributors: Steve Conklin diff --git a/src/TODO b/src/TODO index ebb0e9bc..ff2c20f5 100644 --- a/src/TODO +++ b/src/TODO @@ -9,7 +9,13 @@ example is in named.py when running a chrooted named. ADD - allow each plugin to optionally not load, and to be able to test whether other packages are installed. For example, if apache isn't installed, don't -load the apache plugin. +load the apache plugin. This needs to be done in a distribution-independent +manner. + +Add support for distributions other than Fedora. + +Make it easier to select a policy module and perhaps optionally include +plugins from the library, to allow per-distribution customization. Documentation - man page, plugin howto doc, inline doc in plugin template diff --git a/www/index.html b/www/index.html index 71ccffdd..934a3546 100644 --- a/www/index.html +++ b/www/index.html @@ -29,7 +29,8 @@ The SOS project provides tools for gathering information and running tools.

Contributors to this project are welcome, especially if you are interested in writing plugins or in helping make this tool useful across many linux distributions. All development and testing to date has occurred on -Fedora Core 5, and contributors working with other distributions are welcome. +Fedora Core 5, and contributors working with other distributions are welcome. Writing plugins in easy - see +the example_plugins directory in the source tree.

The first stage of the project, sosreport, has a first implementation, and is available now. If you maintain linux software, please consider delivering a plugin for sos that will gather the information -- cgit