From: Andrea S. <asc...@us...> - 2005-03-19 18:55:45
|
Update of /cvsroot/expressions/htdocs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7181 Modified Files: about.html default.css development.html docs.html Added Files: index.shtml Removed Files: index.html Log Message: home page now includes the project news --- index.html DELETED --- Index: about.html =================================================================== RCS file: /cvsroot/expressions/htdocs/about.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** about.html 8 Mar 2005 23:44:04 -0000 1.3 --- about.html 19 Mar 2005 18:55:35 -0000 1.4 *************** *** 10,14 **** <h1>Navigation</h1> <ul> ! <li><a href="index.html">home/news</a></li> <li><a href="about.html">about expressions</a></li> <li><a href="docs.html">documentation</a></li> --- 10,14 ---- <h1>Navigation</h1> <ul> ! <li><a href="index.shtml">home/news</a></li> <li><a href="about.html">about expressions</a></li> <li><a href="docs.html">documentation</a></li> Index: development.html =================================================================== RCS file: /cvsroot/expressions/htdocs/development.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** development.html 8 Mar 2005 23:44:04 -0000 1.3 --- development.html 19 Mar 2005 18:55:35 -0000 1.4 *************** *** 10,14 **** <h1>Navigation</h1> <ul> ! <li><a href="index.html">home/news</a></li> <li><a href="about.html">about expressions</a></li> <li><a href="docs.html">documentation</a></li> --- 10,14 ---- <h1>Navigation</h1> <ul> ! <li><a href="index.shtml">home/news</a></li> <li><a href="about.html">about expressions</a></li> <li><a href="docs.html">documentation</a></li> Index: docs.html =================================================================== RCS file: /cvsroot/expressions/htdocs/docs.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** docs.html 8 Mar 2005 23:50:56 -0000 1.3 --- docs.html 19 Mar 2005 18:55:35 -0000 1.4 *************** *** 10,14 **** <h1>Navigation</h1> <ul> ! <li><a href="index.html">home/news</a></li> <li><a href="about.html">about expressions</a></li> <li><a href="docs.html">documentation</a></li> --- 10,14 ---- <h1>Navigation</h1> <ul> ! <li><a href="index.shtml">home/news</a></li> <li><a href="about.html">about expressions</a></li> <li><a href="docs.html">documentation</a></li> --- NEW FILE: index.shtml --- <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en"> <head> <title>expressions</title> <link rel="stylesheet" type="text/css" href="default.css"/> </head> <body> <div id="menu"> <h1>Navigation</h1> <ul> <li><a href="index.shtml">home/news</a></li> <li><a href="about.html">about expressions</a></li> <li><a href="docs.html">documentation</a></li> <li>desktop client <ul> <li>features</li> <li>screenshots</li> <li>download</li> </ul> </li> <li>handheld client <ul> <li>features</li> <li>screenshots</li> <li>download</li> </ul> </li> <li><a href="development.html">development</a></li> </ul> <br/> <a href="http://sourceforge.net/"><img src="http://sourceforge.net/sflogo.php?group_id=132704&type=1" width="88" height="31" alt="SourceForge.net Logo" id="sflogo"/></a> </div> <div id="banner"><a href="index.html"><img src="arrows.png" width="500" height="143" alt="expressions logo"/></a></div> <div id="content"> <h1>Welcome!</h1> <p>This is the home page for the <span class="name">expressions</span> project. The goal of this project is to develop two clients for blogging: a desktop and a handheld client.</p> <h1>News</h1> <!--#include virtual="news.txt" --> </div> </body> </html> Index: default.css =================================================================== RCS file: /cvsroot/expressions/htdocs/default.css,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** default.css 8 Mar 2005 23:49:38 -0000 1.2 --- default.css 19 Mar 2005 18:55:35 -0000 1.3 *************** *** 56,68 **** width:90%; } ! .newsitem { /*background-color: #DDDDDD;*/ margin-bottom: 1ex; } ! .newsitem .title { font-weight: bold; font-family: sans-serif; } ! .newsitem .date { font-size: small; } --- 56,68 ---- width:90%; } ! .item { /*background-color: #DDDDDD;*/ margin-bottom: 1ex; } ! .item .title { font-weight: bold; font-family: sans-serif; } ! .item .date { font-size: small; } |