Changeset 1132
- Timestamp:
- Sep 29, 2006, 1:22:21 AM (14 years ago)
- Location:
- www
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
www/.htaccess
r1122 r1132 27 27 RewriteRule (.*)/.svn/.* /$1/.svn/ [L] 28 28 29 # Redirects for manual 29 # Redirects for manual and lists 30 30 RewriteRule ^manual/$ /manual.html?page=index [L] 31 31 RewriteRule ^manual/(.*)[.]html /manual.html?page=$1 [L] 32 RewriteRule ^list/$ /list.html?page=index [L] 33 RewriteRule ^list/(.*)[.]html /list.html?page=$1 [L] 32 34 -
www/devel.html
r1129 r1132 67 67 “<code>unsubscribe libcaca</code>”. </p> 68 68 69 <p> The <a href="/list/ ">mailing-list archives</a> are available on the web.70 </p>69 <p> The <a href="/list/threads.html">mailing-list archives</a> are available 70 on the web. </p> 71 71 72 72 <?php $rev = '$Id$'; -
www/header.inc
r1129 r1132 14 14 <a class="menu" href="/download.html">download</a> 15 15 <a class="menu" href="/devel.html">devel</a> 16 <a class="menu" href="/list.html">mailing-list</a> 16 17 <a class="menu" href="/toilet.html">TOIlet</a> 17 18 <a class="menu" href="/cacatris.html">cacatris</a> -
www/main.css
r1131 r1132 123 123 font-weight: bold; 124 124 border: solid #449922 1px; 125 padding: 4px 1 5px 4px 15px;126 margin: 0 10px 0 10px;125 padding: 4px 10px 4px 10px; 126 margin: 0 5px 0 5px; 127 127 } 128 128
Note: See TracChangeset
for help on using the changeset viewer.