- Timestamp:
- Nov 12, 2006, 10:48:16 PM (14 years ago)
- Location:
- www
- Files:
-
- 1 added
- 3 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
www/.htaccess
r1140 r1379 32 32 RewriteRule ^list/$ /list.html?page=threads [L] 33 33 RewriteRule ^list/(.*)[.]html /list.html?page=$1 [L] 34 RewriteRule ^list-svn/$ /list-svn.html?page=threads [L] 35 RewriteRule ^list-svn/(.*)[.]html /list-svn.html?page=$1 [L] 34 36 35 37 # Misc. redirects -
www/devel.html
r1134 r1379 55 55 <h2> Mailing-list </h2> 56 56 57 <p> Given the reasonable amount of traffic involved, there 58 is a single mailing-list for general discussion, development 59 coordination, SVN commits and side projects. The list address is <a 60 href="mailto:libcaca@lists.zoy.org">libcaca@lists.zoy.org</a>, and you 61 are encouraged to subscribe in order to post. </p> 57 <p> There are two mailing-list for the project. The first one is <a 58 href="mailto:libcaca@lists.zoy.org">libcaca@lists.zoy.org</a> 59 and is a single mailing-list for general discussion, bug 60 reporting, development coordination and side projects. You are 61 encouraged to subscribe in order to post. The second list is <a 62 href="mailto:libcaca@lists.zoy.org">libcaca-svn@lists.zoy.org</a> and 63 only hosts the SVN commit messages. </p> 62 64 63 <p> The <i>libcaca</i> mailing-list is managed by65 <p> The <i>libcaca</i> mailing-lists is managed by 64 66 <i>Ecartis</i>. To subscribe, send an email to <a 65 67 href="mailto:ecartis@lists.zoy.org">ecartis@lists.zoy.org</a> 66 containing the words “<code>subscribe libcaca</code>”. To unsubscribe, use 67 “<code>unsubscribe libcaca</code>”. </p> 68 containing the words “<code>subscribe libcaca</code>”. To unsubscribe, 69 use “<code>unsubscribe libcaca</code>”. Same goes for the 70 <code>libcaca-svn</code> list. </p> 68 71 69 <p> The <a href="/list/">mailing-list archives</a> are available 70 on the web. </p> 72 <p> The mailing-list archives are available on the web: </p> 73 74 <ul> 75 <li><a href="/list/">libcaca archives</a></li> 76 <li><a href="/list-svn/">libcaca-svn archives</a></li> 77 </ul> 71 78 72 79 <?php $rev = '$Id$'; -
www/list-svn.html
r1369 r1379 9 9 <meta name="GENERATOR" content="vim" /> 10 10 <meta name="Author" content="sam@zoy.org (Sam Hocevar)" /> 11 <meta name="Description" content="libcaca mailing-lists" />11 <meta name="Description" content="libcaca SVN mailing-list" /> 12 12 <meta name="Keywords" content="libcaca, ASCII, ASCII ART, console, text mode, ncurses, slang, AAlib" /> 13 <title>libcaca mailing-lists</title>13 <title>libcaca SVN mailing-list</title> 14 14 <link rel="icon" type="image/x-icon" href="/favicon.ico" /> 15 15 <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" /> … … 25 25 $page = $_GET['page']; 26 26 $page = eregi_replace("[^a-z0-9_]", "", $page); 27 $file = $_SERVER["DOCUMENT_ROOT"]."/list /".$page.".html";27 $file = $_SERVER["DOCUMENT_ROOT"]."/list-svn/".$page.".html"; 28 28 29 29 if(file_exists($file)) -
www/list.html
r1133 r1379 9 9 <meta name="GENERATOR" content="vim" /> 10 10 <meta name="Author" content="sam@zoy.org (Sam Hocevar)" /> 11 <meta name="Description" content="libcaca mailing-list s" />11 <meta name="Description" content="libcaca mailing-list" /> 12 12 <meta name="Keywords" content="libcaca, ASCII, ASCII ART, console, text mode, ncurses, slang, AAlib" /> 13 <title>libcaca mailing-list s</title>13 <title>libcaca mailing-list</title> 14 14 <link rel="icon" type="image/x-icon" href="/favicon.ico" /> 15 15 <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
Note: See TracChangeset
for help on using the changeset viewer.