[Pkg-octave-commit] rev 843 - trunk/www

Rafael Laboissiere rafael at alioth.debian.org
Sat Feb 17 12:17:33 CET 2007


Author: rafael
Date: 2007-02-17 12:17:33 +0100 (Sat, 17 Feb 2007)
New Revision: 843

Added:
   trunk/www/pics/
Removed:
   trunk/www/icons/
Modified:
   trunk/www/Makefile
   trunk/www/dog.css
   trunk/www/index.html.in
Log:
* Reneamed the icons/ directory to pics/.  The Alioth's apache2 webserver is
  configured such that /icons/ is an aliased directory.
* Makefile: Ensure that the pics/ directory is installed in the remote server
* index.html.in, dog.css: "icons/"-> "pics/"


Modified: trunk/www/Makefile
===================================================================
--- trunk/www/Makefile	2007-02-16 22:59:49 UTC (rev 842)
+++ trunk/www/Makefile	2007-02-17 11:17:33 UTC (rev 843)
@@ -6,14 +6,14 @@
 GROUP = pkg-octave
 HOST = alioth.debian.org
 DIR = /org/alioth.debian.org/chroot/home/groups/pkg-octave/htdocs/
-ICONS = $(shell ls icons/*.png)
+ICONS = $(shell ls pics/*.png)
 CSS = dog.css guidelines.css common.css
 INSTALLFILES = index.html DOG-Guidelines.html DOG-Guidelines.txt \
   $(ICONS) $(CSS)
 
 install: svn-ci $(INSTALLFILES)
 	@echo -n "Installing the web site... "
-	@tar c --mode 664 $(INSTALLFILES) | \
+	@tar c --mode 664 $(INSTALLFILES) $(ICONS)| \
 	  ssh $(HOST) 'cd $(DIR); umask 12; sg $(GROUP) -c "tar x"'
 	@echo done
 

Modified: trunk/www/dog.css
===================================================================
--- trunk/www/dog.css	2007-02-16 22:59:49 UTC (rev 842)
+++ trunk/www/dog.css	2007-02-17 11:17:33 UTC (rev 843)
@@ -13,7 +13,7 @@
   border: 0pt;
   margin-bottom: 1pt;
 }
-    
+
 #Content {
   margin: 0 12em 0 0;
   padding: 5px;
@@ -57,7 +57,7 @@
 }
 
 #Menu a:hover { color: inherit; background-color: white; }
-#Menu a:before { content: url('icons/right.png'); }
+#Menu a:before { content: url('pics/right.png'); }
 #Menu a:visited { color: purple; background-color: inherit; }
 
 #Menu .navhead {
@@ -87,12 +87,12 @@
 
 #footer a {
   color: #aaaaff;
-  background-color: inherit;  
+  background-color: inherit;
 }
 
 #footer a:visited {
   color: #ffaaaa;
-  background-color: inherit;  
+  background-color: inherit;
 }
 
 .warn {
@@ -108,7 +108,7 @@
 
 .warn a {
   color: red;
-  background-color: inherit;  
+  background-color: inherit;
   text-decoration: underline;
 }
 

Modified: trunk/www/index.html.in
===================================================================
--- trunk/www/index.html.in	2007-02-16 22:59:49 UTC (rev 842)
+++ trunk/www/index.html.in	2007-02-17 11:17:33 UTC (rev 843)
@@ -119,37 +119,37 @@
         <td>
           <a href="http://packages.debian.org/src:<:=$pkg:>"
              title="Debian package home page">
-            <img src="icons/home.png" class="icon" alt="[home]"/>
+            <img src="pics/home.png" class="icon" alt="[home]"/>
           </a>
         </td>
         <td>
           <a href="http://bugs.debian.org/src:<:=$pkg:>"
              title="Bug Tracking System">
-            <img src="icons/bug.png" class="icon" alt="[bts]"/>
+            <img src="pics/bug.png" class="icon" alt="[bts]"/>
           </a>
         </td>
         <td>
           <a href="http://<:=$builddhosts{$packages{$pkg}}:>/build.php?arch=&amp;pkg=<:=$pkg:>"
              title="Build daemon logs">
-            <img src="icons/build.png" class="icon" alt="[buildd]"/>
+            <img src="pics/build.png" class="icon" alt="[buildd]"/>
           </a>
         </td>
         <td>
           <a href="http://bjorn.haxx.se/debian/testing.pl?package=<:=$pkg:>"
              title="Why is the package not in testing yet?">
-            <img src="icons/check.png" class="icon" alt="[check]"/>
+            <img src="pics/check.png" class="icon" alt="[check]"/>
           </a>
         </td>
         <td>
           <a href="http://people.debian.org/~igloo/status.php?email=&amp;packages=<:=$pkg:>&amp;arches="
             title="Build daemon package status">
-            <img src="icons/igloo.png" class="icon" alt="[igloo]"/>
+            <img src="pics/igloo.png" class="icon" alt="[igloo]"/>
           </a>
         </td>
         <td>
           <a href="http://svn.debian.org/wsvn/pkg-octave/trunk/packages/<:=$pkg_svn:>/debian/?rev=0&amp;sc=0"
             title="Debian files in the Subversion repository">
-            <img src="icons/svn.png" class="icon" alt="[svn]"/>
+            <img src="pics/svn.png" class="icon" alt="[svn]"/>
           </a>
         </td>
       </tr>
@@ -158,12 +158,12 @@
 :>
     </table></dd></dl>
     <p>
-      [<img src="icons/home.png" class="icon" alt="[home]"/>: pkg home
-      page, <img src="icons/bug.png" class="icon" alt="[bts]"/>: BTS, <img
-      src="icons/build.png" class="icon" alt="[buildd]"/>: buildd logs,
-      <img src="icons/check.png" class="icon" alt="[check]"/>:
-      unstable/testing status, <img src="icons/igloo.png" class="icon"
-      alt="[igloo]"/>: buildd status , <img src="icons/svn.png"
+      [<img src="pics/home.png" class="icon" alt="[home]"/>: pkg home
+      page, <img src="pics/bug.png" class="icon" alt="[bts]"/>: BTS, <img
+      src="pics/build.png" class="icon" alt="[buildd]"/>: buildd logs,
+      <img src="pics/check.png" class="icon" alt="[check]"/>:
+      unstable/testing status, <img src="pics/igloo.png" class="icon"
+      alt="[igloo]"/>: buildd status , <img src="pics/svn.png"
       class="icon" alt="[svn]"/>: SVN pkg sources]
     </p>
 
@@ -433,10 +433,10 @@
         </td>
         <td align="right">
           <a href="http://validator.w3.org/check/referer">
-            <img src="icons/button-xhtml.png" class="button"
+            <img src="pics/button-xhtml.png" class="button"
 	         alt="Valid XHTML 1.0!"/></a><br/>
 	  <a href="http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fpkg-octave.alioth.debian.org%2Fdog.css&amp;warning=1">
-            <img src="icons/button-css.png" class="button"
+            <img src="pics/button-css.png" class="button"
 	         alt="Valid CSS!"/>
           </a>
         </td>

Copied: trunk/www/pics (from rev 841, trunk/www/icons)




More information about the Pkg-octave-commit mailing list