aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorsconklin <sconklin@ef72aa8b-4018-0410-8976-d6e080ef94d8>2006-07-11 18:57:37 +0000
committersconklin <sconklin@ef72aa8b-4018-0410-8976-d6e080ef94d8>2006-07-11 18:57:37 +0000
commit6cd685f436e1b9f635d53b6dcfbc9fb5dcee7d86 (patch)
tree20ab9de8cb838ae6b4b5d0db3009963969f590a1 /www
parent77483f6f8a6d0411e6487b98ac363c436c881e6f (diff)
downloadsos-6cd685f436e1b9f635d53b6dcfbc9fb5dcee7d86.tar.gz
First stab at a better looking home page
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@2 ef72aa8b-4018-0410-8976-d6e080ef94d8
Diffstat (limited to 'www')
-rw-r--r--www/index.html12
1 files changed, 10 insertions, 2 deletions
diff --git a/www/index.html b/www/index.html
index 56cc53e1..c73905b4 100644
--- a/www/index.html
+++ b/www/index.html
@@ -1,6 +1,6 @@
<html>
<head>
- <title>Red Hat Technologies</title>
+ <title>SOS Project Page</title>
<style type="text/css">
#apphead { display:none }
@@ -10,6 +10,14 @@
</head>
<body>
-<h3>this is a technology.</h3>
+<h3>sos (son of sysreport)</h3>
+<p>sos is a framework that allows integration of system information gathering,
+system monitoring and analysis tools, and submission of trouble tickets.
+</p>
+<p>The first phase is a system reporting framework that allows applications
+to deliver plugins that are used to gather and report information that
+is useful to the maintainers of the application. This is performed by the
+<i>sosreport</i> system reporting tool.
+</p>
</body>
</html>