[Usbmount-commit] r10 - trunk/www

Martin Dickopp mdickopp-guest@costa.debian.org
Wed, 16 Mar 2005 18:33:06 +0100


Author: mdickopp-guest
Date: 2005-03-16 18:33:06 +0100 (Wed, 16 Mar 2005)
New Revision: 10

Modified:
   trunk/www/Makefile
   trunk/www/index.html.in
   trunk/www/style.css
Log:
Describe how to access the Subversion repository.
New "clean" target in the Makefile.


Modified: trunk/www/Makefile
===================================================================
--- trunk/www/Makefile	2005-03-16 15:40:04 UTC (rev 9)
+++ trunk/www/Makefile	2005-03-16 17:33:06 UTC (rev 10)
@@ -9,8 +9,11 @@
 ARCHIVE = usbmount-www.tar.gz
 
 # Files and directories to include in the archive.
-FILES=index.html style.css robots.txt package
+FILES = index.html style.css robots.txt package
 
+# Files to removed by the "clean" target.
+CLEANFILES = index.html $(ARCHIVE)
+
 # Exclude patterns for the tar command.
 EXCLUDE = --exclude=.svn --exclude=\*~
 
@@ -24,3 +27,9 @@
 	modtime=`date -u -r $< '+%d-%b-%Y\&nbsp;%H:%M:%S\&nbsp;UTC'`;    \
 	metatime=`date -u -r $< '+%Y-%m-%dT%H:%M:%S+00:00'`;             \
 	sed "s/@MODTIME@/$$modtime/g; s/@METATIME@/$$metatime/g" $< > $@
+
+clean:
+	rm -f $(CLEANFILES)
+
+
+.PHONY: clean

Modified: trunk/www/index.html.in
===================================================================
--- trunk/www/index.html.in	2005-03-16 15:40:04 UTC (rev 9)
+++ trunk/www/index.html.in	2005-03-16 17:33:06 UTC (rev 10)
@@ -71,8 +71,10 @@
 
     <h3>Subversion Repository</h3>
 
-    <p>The development version of USBmount will be available as a Subversion repository. More elaborate information
-    will follow once the repository is set up.</p>
+    <p>The USBmount project uses a Subversion repository for development. Type the command</p>
+    <p class="command">svn checkout svn://svn.debian.org/svn/usbmount/trunk/usbmount</p>
+    <p>to check out the latest version. You can also browse the repository on the web at
+    <a href="http://svn.debian.org/wsvn/usbmount" title="USBmount Subversion repository">http://svn.debian.org/wsvn/usbmount</a>.</p>
 
     <p class="toplink">[&nbsp;<a href="#top" title="Return to the top of this page.">Top of Page</a>&nbsp;]</p>
 

Modified: trunk/www/style.css
===================================================================
--- trunk/www/style.css	2005-03-16 15:40:04 UTC (rev 9)
+++ trunk/www/style.css	2005-03-16 17:33:06 UTC (rev 10)
@@ -75,6 +75,15 @@
 	text-align:	right;
 }
 
+p.command {
+        font-family:    monospace;
+        font-style:     normal;
+        font-weight:    normal;
+
+        text-indent:    0px;
+        padding-left:   2em;
+}
+
 span.filename {
 	font-family:	monospace;
 	font-style:	normal;