[prev in list] [next in list] [prev in thread] [next in thread] 

List:       enlightenment-devel
Subject:    [E-devel] Patch for valid main pages on E's website
From:       Mathieu Bruneau <mathieu.bruneau () polymtl ! ca>
Date:       2004-10-31 6:29:05
Message-ID: 41848631.1010600 () polymtl ! ca
[Download RAW message or body]

Hi folks,
	I was wandering across the net tonight and decide to go to the E's 
website... I found a few nice screenshot that were new in the last few 
months and found them really cool! Nice job on the filemanager!

	And then I decided to fired up the validation on the website and found 
a few easy to fix error so I got the web module read the Readme and fix 
a few errors ... (In fact all in the main.html page)

The patch attched does the changes needed (not the on the parsed ones 
for shortnest):

I was wondering if the patch were worth the effort or not really because 
or a "redesign in progress" or something similar? Please let me know!

--
Math
aka ROunofF

===
GPG keys available @ http://rounoff.darktech.org

["patch.main.valid" (text/plain)]

Index: config/end
===================================================================
RCS file: /cvsroot/enlightenment/web/e/config/end,v
retrieving revision 1.14
diff -u -h -r1.14 end
--- config/end	6 Jul 2004 04:26:26 -0000	1.14
+++ config/end	31 Oct 2004 06:18:47 -0000
@@ -1,7 +1,9 @@
+
+</div> <!-- Close the content div -->
 </td>
 </tr>
 </table>
+
 </td>
 </tr></table>
-</div> <!-- Close the content div -->
-<div id="bottom" style="width:100%; background-image:url('i/bottom.png'); \
background-repeat:no-repeat; background-position:'left bottom';"><img \
src=img/blank.gif width=120 height=120></div> +<div id="bottom" style="width:100%; \
background-image:url('i/bottom.png'); background-repeat:no-repeat; \
background-position:'left bottom';"><img src="img/blank.gif" width="120" height="120" \
                alt="spacer"></div>
Index: config/nav
===================================================================
RCS file: /cvsroot/enlightenment/web/e/config/nav,v
retrieving revision 1.65
diff -u -h -r1.65 nav
--- config/nav	6 Oct 2004 21:30:18 -0000	1.65
+++ config/nav	31 Oct 2004 06:18:47 -0000
@@ -4,9 +4,10 @@
 <tr>
   <td valign="top" align="center" width="100%">
 
-<ul class="navsection"><p class="navtitle">Project</p>
+<ul class="navsection">
+<li><p class="navtitle">Project</p></li>
 <li><a class="navelement" href="main.html">Overview</a>
-<li><a class="navelement" href="news.html"><font color=#A36209>News</font></a>
+<li><a class="navelement" href="news.html"><font color="#A36209">News</font></a>
 <li><a class="navelement" href="faq-general.html">FAQ</a>
 <li><a class="navelement" href="docs.html">Documentation</a>
 <li><a class="navelement" \
href="http://sourceforge.net/project/showfiles.php?group_id=2">Releases</a> @@ -15,7 \
+16,8 @@  <li><a class="navelement" href="join.html">Join Us!</a>
 </ul>
 
-<ul class="navsection"><p class="navtitle">DR16</p>
+<ul class="navsection">
+<li><p class="navtitle">DR16</p></li>
 <li><a class="navelement" href="dr16.html">Enlightenment</a>
 <li><a class="navelement" href="imlib.html">Imlib</a>
 <li><a class="navelement" href="shots.html">Screenshots</a>
@@ -23,7 +25,8 @@
 <li><a class="navelement" \
href="http://themes.freshmeat.net/browse/60/?topic_id=60">Themes [fm]</a>  </ul>
 
-<ul class="navsection"><p class="navtitle">EFL</p>
+<ul class="navsection">
+<li><p class="navtitle">EFL</p></li>
 <li><a class="navelement" href="efl.html">Overview</a>
 <li><a class="navelement" href="imlib2.html">Imlib2</a>
 <li><a class="navelement" href="edb.html">Edb</a>
@@ -42,8 +45,9 @@
 -->
 </ul>
 
-<ul class="navsection"><p class="navtitle">DR17</p>
-<li><a class="navelement" href="systems.html"><font \
color=#A36209>Technology</font></a> +<ul class="navsection">
+<li><p class="navtitle">DR17</p></li>
+<li><a class="navelement" href="systems.html"><font \
color="#A36209">Technology</font></a>  <li><a class="navelement" \
href="enlightenment.html">Enlightenment</a>  <li><a class="navelement" \
href="elicit.html">Elicit</a>  <li><a class="navelement" \
href="http://atmos.org/docs/entice/index.html">Entice</a> @@ -56,7 +60,8 @@
 <li><a class="navelement" href="engage.html">Engage</a>
 </ul>
 
-<ul class="navsection"><p class="navtitle">Development</p>
+<ul class="navsection">
+<li><p class="navtitle">Development</p></li>
 <li><a class="navelement" href="team.html">The Team</a>
 <li><a class="navelement" href="http://cia.navi.cx/stats/project/e/.rss">CVS RSS</a>
 <li><a class="navelement" href="http://cia.navi.cx/stats/project/e">CIA</a>
@@ -67,7 +72,7 @@
 
 <a href="http://sourceforge.net/projects/enlightenment/"><img \
src="http://sourceforge.net/sflogo.php?group_id=2&amp;type=1" width="88" height="31" \
border="0" alt="SourceForge Logo"></a>  <br>
-<a href="http://sourceforge.net/donate/index.php?group_id=2"><img \
src="http://images.sourceforge.net/images/project-support.jpg" width="88" height="32" \
border="0" alt="Support This Project" /> </a> +<a \
href="http://sourceforge.net/donate/index.php?group_id=2"><img \
src="http://images.sourceforge.net/images/project-support.jpg" width="88" height="32" \
border="0" alt="Support This Project"></a>  
 </td>
 </tr>
Index: data/main.html
===================================================================
RCS file: /cvsroot/enlightenment/web/e/data/main.html,v
retrieving revision 1.31
diff -u -h -r1.31 main.html
--- data/main.html	7 Sep 2004 00:29:57 -0000	1.31
+++ data/main.html	31 Oct 2004 06:18:47 -0000
@@ -29,16 +29,16 @@
 
 <!--
 
-<table border=0>
+<table border="0">
  <tr>
- <td><a href="img/efl_shots/rephorm-desktop.png" border=0><img \
                src="img/efl_shots/tn_rephorm-desktop.png" class="sshot"></a></td>
- <td><a href="img/efl_shots/benr-desktop.png" border=0><img \
src="img/efl_shots/tn_benr-desktop.png" class="sshot"></a></td> + <td><a \
href="img/efl_shots/rephorm-desktop.png"><img \
src="img/efl_shots/tn_rephorm-desktop.png" class="sshot" alt="Rephorm's \
Desktop"></a></td> + <td><a href="img/efl_shots/benr-desktop.png" border="0"><img \
src="img/efl_shots/tn_benr-desktop.png" class="sshot" alt="Benr's Desktop"></a></td>  \
</table>  
 -->
 
 <center>
-<a href="img/efl_shots/rephorm-desktop.png" border=0><img \
src="img/efl_shots/tn2_rephorm-desktop.png" width=300 height=50 class="sshot"></a> \
+<a href="img/efl_shots/rephorm-desktop.png"><img \
src="img/efl_shots/tn2_rephorm-desktop.png" width="300" height="50" class="sshot" \
alt="Rephorm's Desktop"></a>  </center>
 
 
@@ -67,7 +67,7 @@
 </p>
 
 <center>
-<a href="img/efl_shots/benr-desktop.png" border=0><img \
src="img/efl_shots/tn2_benr-desktop.png" width=300 height=50 class="sshot"></a> +<a \
href="img/efl_shots/benr-desktop.png"><img src="img/efl_shots/tn2_benr-desktop.png" \
width="300" height="50" class="sshot" alt="Benr's Desktop" border="0"></a>  </center>
 
 <p class="contenttitle">Enlightenment Foundation Libraries</p>
@@ -94,7 +94,7 @@
 </p>
 
 <center>
-<a href="img/efl_shots/trill-desktop.png" border=0><img \
src="img/efl_shots/tn2_trill-desktop.png" width=300 height=50 class="sshot"></a> +<a \
href="img/efl_shots/trill-desktop.png"><img src="img/efl_shots/tn2_trill-desktop.png" \
width="300" height="50" class="sshot" alt="Trill's Desktop" border="0"></a>  \
</center>  
 <p class="contenttitle">Enlightenment DR17</p>
@@ -117,7 +117,7 @@
 
 
 <center>
-<a href="img/efl_shots/az-desktop.png" border=0><img \
src="img/efl_shots/tn2_az-desktop.png" width=300 height=50 class="sshot"></a> +<a \
href="img/efl_shots/az-desktop.png"><img src="img/efl_shots/tn2_az-desktop.png" \
width="300" height="50" class="sshot" alt="Azundris' Desktop" border="0"></a>  \
</center>  
 @end@


-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic