From: Andre Noll Date: Mon, 12 May 2008 13:22:12 +0000 (+0200) Subject: Add web page stuff. X-Git-Tag: v0.1.0~13 X-Git-Url: http://git.tuebingen.mpg.de/?p=dss.git;a=commitdiff_plain;h=d1e6b42337c937ed70b4b05f9f4a1678fe49c505;hp=40aebcfaecb7ad2414794d4a3f41e0603c08a6e1 Add web page stuff. --- diff --git a/Makefile b/Makefile index ca5a1a2..ae4eda8 100644 --- a/Makefile +++ b/Makefile @@ -43,6 +43,13 @@ dss.1: dss man2html $< > $@ clean: - rm -f *.o dss dss.1 dss.1.html Makefile.deps *.ppm *.png *~ cmdline.c cmdline.h - - + rm -f *.o dss dss.1 dss.1.html Makefile.deps *.ppm *.png *~ cmdline.c cmdline.h index.html + +index.html: dss.1.html index.html.in INSTALL README + sed -e '/@README@/,$$d' index.html.in > $@ + grutatxt -nb < README >> $@ + sed -e '1,/@README@/d' -e '/@INSTALL@/,$$d' index.html.in >> $@ + grutatxt -nb < INSTALL >> $@ + sed -e '1,/@INSTALL@/d' -e '/@MAN_PAGE@/,$$d' index.html.in >> $@ + sed -e '1,/Return to Main Contents/d' -e '/Index/,$$d' dss.1.html >> $@ + sed -e '1,/@MAN_PAGE@/d' index.html.in >> $@ diff --git a/dss.css b/dss.css new file mode 100644 index 0000000..2e66695 --- /dev/null +++ b/dss.css @@ -0,0 +1,13 @@ +BODY,TD { + background-color: #000000; + color: #CCCCCC; +} + +HR { + background-color: #ffff00; +} + +A { + color: #8888ff; + +} diff --git a/index.html.in b/index.html.in new file mode 100644 index 0000000..fe06576 --- /dev/null +++ b/index.html.in @@ -0,0 +1,121 @@ + + + + + DSS - The dyadic snapshot scheduler + + + + + + + + + + + +
+ dss + +

The dyadic snapshot scheduler

+
+ +
+ + [Top] + [README] + [Download] + [INSTALL] + [License] + [Contact] + [Man page] + +
+ +
+

+ README +

+
+ + @README@ + +
+ + +
+

+ Download +

+
+ +

Only the source code is available for download. Either use + + git + + to clone the dss repository by executing

+ +
+ + git clone git://git.tuebingen.mpg.de/dss + +
+ +

or go to the + + dss gitweb page + + and click on the snapshot link to download a tarball.

+ +
+ +
+

+ INSTALL +

+
+ + @INSTALL@ + +
+ +
+

+ License +

+
+ +

dss is open source software, licensed under the + + GNU + General Public License, Version 2.

+ +
+ +
+

+ Contact +

+
+ +

André Noll, maan@systemlinux.org +

Comments and bug reports are welcome Please provide + enough info such as the version of dss you are using and + relevant parts of the logs. Including the string [dss] in + the subject line is also a good idea. + +
+ +
+

+ Man page +

+
+ + @MAN_PAGE@ + + +