Changeset 1379 for www/list-svn.html


Ignore:
Timestamp:
11/12/06 22:48:16 (7 years ago)
Author:
sam
Message:
  • More information about the mailing-lists.
File:
1 copied

Legend:

Unmodified
Added
Removed
  • www/list-svn.html

    r1369 r1379  
    99   <meta name="GENERATOR" content="vim" /> 
    1010   <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" /> 
    1212   <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> 
    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/".$page.".html"; 
     27    $file = $_SERVER["DOCUMENT_ROOT"]."/list-svn/".$page.".html"; 
    2828 
    2929    if(file_exists($file)) 
Note: See TracChangeset for help on using the changeset viewer.