Changeset 1869
- Timestamp:
- 01/26/07 08:48:53 (2 years ago)
- Files:
-
- trunk/swish_website/hypermail (added)
- trunk/swish_website/hypermail/footer.html (added)
- trunk/swish_website/hypermail/hypermailrc (added)
- trunk/swish_website/hypermail/index_head.html (added)
- trunk/swish_website/hypermail/message_footer.html (added)
- trunk/swish_website/hypermail/message_head.html (added)
- trunk/swish_website/lib/config/map (modified) (1 diff)
- trunk/swish_website/lib/config/site (modified) (1 diff)
- trunk/swish_website/lib/page/header.html (modified) (1 diff)
- trunk/swish_website/lib/page/html.html (modified) (1 diff)
- trunk/swish_website/src/devel/cvs.html (modified) (1 diff)
- trunk/swish_website/src/discuss.html (modified) (1 diff)
- trunk/swish_website/src/swish.css (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/swish_website/lib/config/map
r1814 r1869 192 192 193 193 cvs = { 194 name = ' cvsinfo'195 tooltip = 'How to build Swish-e from CVS'194 name = 'repo info' 195 tooltip = 'How to build Swish-e from repository checkout' 196 196 } 197 197 198 198 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' 202 202 } 203 203 } trunk/swish_website/lib/config/site
r1834 r1869 19 19 20 20 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/' 27 29 }; 28 30 trunk/swish_website/lib/page/header.html
r1686 r1869 13 13 <a href="http://www.zlib.net/" title="zlib home page">zlib</a> | 14 14 <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> 16 16 </div> 17 17 trunk/swish_website/lib/page/html.html
r1652 r1869 12 12 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-US"> 13 13 <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" /> 19 15 <link rel="stylesheet" type="text/css" href="[% site.url.css %]" media="screen" title="swish css" /> 20 16 trunk/swish_website/src/devel/cvs.html
r1814 r1869 11 11 12 12 <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 for13 The Swish-e project page is found at <a href="[% site.url.repo %]"> 14 [% site.url.repo %]</a>, which includes instructions for 15 15 <a href="http://sourceforge.net/cvs/?group_id=15097">using cvs</a>. 16 16 </p> trunk/swish_website/src/discuss.html
r1673 r1869 86 86 what else?</p> 87 87 88 <h3><a href="archive ">Browse the Archive</a></h3>88 <h3><a href="archive/">Browse the Archive</a></h3> 89 89 90 90 <p>The Swish-e discussion began on July 9, 1997.</p> trunk/swish_website/src/swish.css
r1710 r1869 27 27 body { 28 28 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 38 34 39 35 acronym, .titleTip { … … 47 43 color: rgb(61,92,122); 48 44 background-color: transparent; 49 text-decoration: underline;45 text-decoration: none; 50 46 margin: 0; 51 47 padding: 0 1px 2px 1px; … … 54 50 a:hover { 55 51 color: rgb(117,144,174); 56 text-decoration: none;52 text-decoration: underline; 57 53 } 58 54 … … 106 102 .srchform 107 103 { 108 margin: 0px;104 margin: 0px; 109 105 110 106 } … … 113 109 { 114 110 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; 121 117 } 122 118 123 119 input.button:hover 124 120 { 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 */ 131 127 } 132 128 … … 312 308 313 309 } 310 314 311 315 312 /* documentation submenu */ … … 475 472 /* For <pre> sections on the pod docs */ 476 473 477 PRE{474 pre { 478 475 background: #eeeeee; 479 476 border: 1px solid #888888; … … 560 557 } 561 558 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
