Changeset 1869

Show
Ignore:
Timestamp:
01/26/07 08:48:53 (2 years ago)
Author:
whmoseley
Message:

Move more of the site generation files into cvs -- namely hypermail.
Fix a few links to the repo.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/swish_website/lib/config/map

    r1814 r1869  
    192192 
    193193            cvs         = { 
    194                 name        = 'cvs info' 
    195                 tooltip     = 'How to build Swish-e from CVS
     194                name        = 'repo info' 
     195                tooltip     = 'How to build Swish-e from repository checkout
    196196            } 
    197197 
    198198            view_cvs    = { 
    199                 name        = 'view cvs
    200                 external    = 'http://swishe.cvs.sourceforge.net/swishe/' 
    201                 tooltip     = 'Go to the SourceForge.net Swish-e CVS Repository' 
     199                name        = 'browse repo
     200                xternal    = site.url.repo_view 
     201                tooltip     = 'Browse the source code repository' 
    202202            } 
    203203        } 
  • trunk/swish_website/lib/config/site

    r1834 r1869  
    1919 
    2020    site.url = { 
    21         root    = rooturl  # path segments to root without trailing slash 
    22         css     = "$rooturl/swish.css" 
    23         home    = "$rooturl/index.html" 
    24         website = 'http://swish-e.org' 
    25         download = '/distribution' 
    26         daily    = '/swish-daily' 
     21        root        = rooturl  # path segments to root without trailing slash 
     22        css         = "$rooturl/swish.css" 
     23        home        = "$rooturl/index.html" 
     24        website     = 'http://swish-e.org' 
     25        download    = '/distribution' 
     26        daily       = '/swish-daily' 
     27        repo        = 'http://sourceforge.net/projects/swishe' 
     28        repo_view   = 'http://swishe.cvs.sourceforge.net/swishe/' 
    2729    }; 
    2830 
  • trunk/swish_website/lib/page/header.html

    r1686 r1869  
    1313            <a href="http://www.zlib.net/" title="zlib home page">zlib</a> | 
    1414            <a href="http://www.foolabs.com/xpdf/" title="xpdf home page">xpdf</a> | 
    15             <a href="http://cvs.sourceforge.net/viewcvs.py/swishe/" title="View CVS at SourceForge">CVS @ SourceForge</a> 
     15            <a href="[% site.url.repo_view %]" title="View CVS at SourceForge">CVS @ SourceForge</a> 
    1616      </div> 
    1717 
  • trunk/swish_website/lib/page/html.html

    r1652 r1869  
    1212<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-US"> 
    1313  <head> 
    14     <meta http-equiv="content-type" content="application/xhtml+xml; charset=iso-8859-1" /> 
    15     <meta name="author" content="haran" /> 
    16     <meta name="generator" content="haran" /> 
    17  
    18  
     14    <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> 
    1915    <link rel="stylesheet" type="text/css" href="[% site.url.css %]" media="screen" title="swish css" /> 
    2016 
  • trunk/swish_website/src/devel/cvs.html

    r1814 r1869  
    1111 
    1212<p>Swish-e's source is hosted by <a href="http://sourceforge.net/">SourceForge</a>. 
    13 The Swish-e project page is found at <a href="http://sourceforge.net/projects/swishe"> 
    14 http://sourceforge.net/projects/swishe</a>, which includes instructions for 
     13The Swish-e project page is found at <a href="[% site.url.repo %]"> 
     14[% site.url.repo %]</a>, which includes instructions for 
    1515<a href="http://sourceforge.net/cvs/?group_id=15097">using cvs</a>. 
    1616</p> 
  • trunk/swish_website/src/discuss.html

    r1673 r1869  
    8686    what else?</p> 
    8787 
    88     <h3><a href="archive">Browse the Archive</a></h3> 
     88    <h3><a href="archive/">Browse the Archive</a></h3> 
    8989 
    9090    <p>The Swish-e discussion began on July 9, 1997.</p> 
  • trunk/swish_website/src/swish.css

    r1710 r1869  
    2727body { 
    2828  font-family: arial, helvetica, sans-serif; 
    29   /* font-size: 73%;  *//* Enables font size scaling in MSIE */ 
    30   /* karman: but IE is a dinosaur and this makes all other browsers too small ... */ 
    31   margin: 0; 
    32   padding: 0; 
    33 
    34  
    35 html > body { 
    36   /* font-size: 9pt; */ 
    37 
     29  font-size: 100.1%; 
     30  margin: 0; 
     31  padding: 0; 
     32
     33 
    3834 
    3935acronym, .titleTip { 
     
    4743  color: rgb(61,92,122); 
    4844  background-color: transparent; 
    49   text-decoration: underline; 
     45  text-decoration: none; 
    5046  margin: 0; 
    5147  padding: 0 1px 2px 1px; 
     
    5450a:hover { 
    5551 color: rgb(117,144,174); 
    56  text-decoration: none; 
     52 text-decoration: underline; 
    5753} 
    5854 
     
    106102.srchform 
    107103{ 
    108        margin: 0px; 
     104        margin: 0px; 
    109105 
    110106} 
     
    113109{ 
    114110 
    115        /* font-size: 80%; */ 
    116        color: rgb(61,92,135); 
    117        border-style: outset; 
    118        border-width: 1px; 
    119        border-color: #004186; 
    120        background-color: white; 
     111        /* font-size: 80%; */ 
     112        color: rgb(61,92,135); 
     113        border-style: outset; 
     114        border-width: 1px; 
     115        border-color: #004186; 
     116        background-color: white; 
    121117} 
    122118 
    123119input.button:hover 
    124120{ 
    125        /* font-weight: bold; */ 
    126        color: rgb(193,102,90); 
    127        /* font-size:9px; */ 
    128        background-color: #e5ecf9; 
    129        border-style: inset; 
    130        /* letter-spacing: -0.5px */ 
     121        /* font-weight: bold; */ 
     122        color: rgb(193,102,90); 
     123        /* font-size:9px; */ 
     124        background-color: #e5ecf9; 
     125        border-style: inset; 
     126        /* letter-spacing: -0.5px */ 
    131127} 
    132128 
     
    312308   
    313309} 
     310 
    314311 
    315312/* documentation submenu */ 
     
    475472/* For <pre> sections on the pod docs */ 
    476473 
    477 PRE     { 
     474pre  { 
    478475  background: #eeeeee; 
    479476  border: 1px solid #888888; 
     
    560557} 
    561558 
    562  
     559#archive { 
     560    margin-left: 1em; 
     561    margin-right: 1em; 
     562    font-size: .85em; 
     563
     564 
     565#archive ul li { 
     566    margin: 0 0 0 3em; 
     567
     568 
     569#archive tr:hover { 
     570    background: #eee; 
     571
     572 
     573#archive #listheader, #archive .head { 
     574    border-bottom: 1px solid gray; 
     575    margin-bottom: 1em; 
     576
     577 
     578