Changeset 2241


Ignore:
Timestamp:
02/26/08 17:30:03 (5 years ago)
Author:
sam
Message:
  • Trac list archives.
Location:
www
Files:
1 added
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • www/.htaccess

    r2239 r2241  
    4141RewriteRule ^list-svn/$ /list-svn.html?page=threads [L] 
    4242RewriteRule ^list-svn/(.*)[.]html /list-svn.html?page=$1 [L] 
     43RewriteRule ^list-trac/$ /list-trac.html?page=threads [L] 
     44RewriteRule ^list-trac/(.*)[.]html /list-trac.html?page=$1 [L] 
    4345 
    4446# Misc. redirects 
  • www/list-trac.html

    r2240 r2241  
    99   <meta name="GENERATOR" content="vim" /> 
    1010   <meta name="Author" content="sam@zoy.org (Sam Hocevar)" /> 
    11    <meta name="Description" content="libcaca SVN mailing-list" /> 
     11   <meta name="Description" content="libcaca Trac mailing-list" /> 
    1212   <meta name="Keywords" content="libcaca, ASCII, ASCII ART, console, text mode, ncurses, slang, AAlib" /> 
    13    <title>libcaca SVN mailing-list</title> 
     13   <title>libcaca Trac mailing-list</title> 
    1414   <link rel="icon" type="image/x-icon" href="/favicon.ico" /> 
    1515   <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" /> 
     
    2525    $page = $_GET['page']; 
    2626    $page = eregi_replace("[^a-z0-9_]", "", $page); 
    27     $file = $_SERVER["DOCUMENT_ROOT"]."/list-svn/".$page.".html"; 
     27    $file = $_SERVER["DOCUMENT_ROOT"]."/list-trac/".$page.".html"; 
    2828 
    2929    if(file_exists($file)) 
Note: See TracChangeset for help on using the changeset viewer.