aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'server/static/about.html')
-rw-r--r--server/static/about.html34
1 files changed, 34 insertions, 0 deletions
diff --git a/server/static/about.html b/server/static/about.html
new file mode 100644
index 0000000..160911b
--- /dev/null
+++ b/server/static/about.html
@@ -0,0 +1,34 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <title>About gentooostats</title>
+ </head>
+ <body>
+ <h2>About</h2>
+ The gentoostats webapp renders statistics collected from gentoo
+ machines.</br>
+ <h2>Source code</h2>
+ The source code is available at the
+ <a href="http://git.overlays.gentoo.org/gitweb/?p=proj/gentoostats.git;a=summary">
+ gentoostats repository</a>.</br>
+ <h2>Contributing</h2>
+ The gentoostats project is currently in alpha testing. Bug reports, feature requests are welcome.</br>
+ To add your stats to gentoostats, do the following.
+ <ul>
+ <li>Add the betagarden overlay to layman.</br>
+ <p><code>layman -a betagarden</code></p></li>
+ <li>Emerge gentoostats.</br>
+ <p><code>emerge -av gentoostats</code></p></li>
+ <li>Enable/disable type of stats submitted (optional).</br>
+ <p><code>$EDITOR /etc/gentoostats/payload.cfg</code></p></li>
+ <li>Submit your stats.</br>
+ <p><code>gentoostats-send</code></p></li>
+ </ul>
+ <h2>Author</h2>
+ Gentoostats is currently being worked upon as a part of Google Summer of Code 2011, by Vikraman Choudhury, mentored by Alec Warner.</br>
+ The project page can be found <a href="http://www.google-melange.com/gsoc/project/google/gsoc2011/vh4x0r/26001">here</a>.
+ The author can be reached at vikraman[dot]choudhury[at]gmail[dot]com.
+ </body>
+</html>
+