[pLog-svn] r747 - plog/trunk/templates/plogworld

oscar at devel.plogworld.net oscar at devel.plogworld.net
Sun Jan 16 21:40:03 GMT 2005


Author: oscar
Date: 2005-01-16 21:40:03 +0000 (Sun, 16 Jan 2005)
New Revision: 747

Added:
   plog/trunk/templates/plogworld/blogcommon.template
Modified:
   plog/trunk/templates/plogworld/about.template
   plog/trunk/templates/plogworld/blog.template
   plog/trunk/templates/plogworld/demosites.template
   plog/trunk/templates/plogworld/development.template
   plog/trunk/templates/plogworld/docsdevel.template
   plog/trunk/templates/plogworld/documentation.template
   plog/trunk/templates/plogworld/donations.template
   plog/trunk/templates/plogworld/download.template
   plog/trunk/templates/plogworld/features.template
   plog/trunk/templates/plogworld/header.template
   plog/trunk/templates/plogworld/lists.template
   plog/trunk/templates/plogworld/main.template
   plog/trunk/templates/plogworld/plogworld.css
   plog/trunk/templates/plogworld/plugins.template
   plog/trunk/templates/plogworld/post.template
   plog/trunk/templates/plogworld/postandcomments.template
   plog/trunk/templates/plogworld/press.template
   plog/trunk/templates/plogworld/projectinfo.template
   plog/trunk/templates/plogworld/screenshots.template
   plog/trunk/templates/plogworld/support.template
   plog/trunk/templates/plogworld/templates.template
   plog/trunk/templates/plogworld/tepmlates.template
   plog/trunk/templates/plogworld/top_logo.jpg
Log:
some changes to the new plogworld.net design, though there's still a lot to do... (like filling in the contents)

Modified: plog/trunk/templates/plogworld/about.template
===================================================================
--- plog/trunk/templates/plogworld/about.template	2005-01-16 19:14:06 UTC (rev 746)
+++ plog/trunk/templates/plogworld/about.template	2005-01-16 21:40:03 UTC (rev 747)
@@ -6,11 +6,8 @@
   </div>
   <br style="clear:both;" />
   </div>
-  <div id="navcontainer">
     <ul id="tablist">
       <li><a href="{$url->templatePage("about")}">About</a></li>				  	
 	  <li><a href="{$url->templatePage("features")}">Development</a></li>
 	</ul>
-  </div>
-
 {include file="$blogtemplate/footer.template"}
\ No newline at end of file

Modified: plog/trunk/templates/plogworld/blog.template
===================================================================
--- plog/trunk/templates/plogworld/blog.template	2005-01-16 19:14:06 UTC (rev 746)
+++ plog/trunk/templates/plogworld/blog.template	2005-01-16 21:40:03 UTC (rev 747)
@@ -1,16 +1,8 @@
 {include file="$blogtemplate/header.template" pageTitle="Development Blog"}
-  <div id="nav_bar">
-  <div id="section_title">
-     <h2>Development Blog</h2>
-  </div>
-  <br style="clear:both;" />
-  </div>
-<div id="blog">
- {foreach from=$recentposts item=post}
-  {include file="$blogtemplate/post.template"}
- {/foreach}
+{include file="$blogtemplate/blogcommon.template"}
+      <div id="posts">
+      {foreach from=$recentposts item=post}
+       {include file="$blogtemplate/post.template"}
+      {/foreach}
 </div>
-<div id="bloginfo">
-{include file="$blogtemplate/panel.template"}
-</div>
 {include file="$blogtemplate/footer.template"}

Added: plog/trunk/templates/plogworld/blogcommon.template
===================================================================
--- plog/trunk/templates/plogworld/blogcommon.template	2005-01-16 19:14:06 UTC (rev 746)
+++ plog/trunk/templates/plogworld/blogcommon.template	2005-01-16 21:40:03 UTC (rev 747)
@@ -0,0 +1,43 @@
+  <div id="nav_bar">
+  <div id="section_title">
+     <h2>Development Blog</h2>
+  </div>
+  <br style="clear:both;" />
+  </div>
+  <div id="blog">
+      <div id="column">
+       <h4>Search</h4>      
+       <div style="padding-left:10px">
+       <form name="search" method="post" action="{$url->getIndexUrl()}">
+        <input type="text" name="searchTerms" value="" /><br/>
+        <input type="hidden" name="op" value="Search" />
+        <input type="hidden" name="blogId" value="{$blog->getId()}"/>           
+        <input type="submit" name="search" value="Search" />
+       </form>
+       </div>
+        <div class="section">
+        <h4>Categories</h4>
+          <ul>
+           {foreach from=$articlecategories item=articleCategory}
+             <li><a href="{$url->categoryLink($articleCategory)}">{$articleCategory->getName()}</a></li>
+           {/foreach}
+          </ul>          
+        </div>
+        <div class="section">
+         <h4>Archive</h4>
+          <ul>
+          {foreach from=$archives item=archivelink}
+           <li><a href="{$archivelink->getUrl()}">{$archivelink->getName()}</a> [{$archivelink->getNumArticles()}]</li>
+          {/foreach}
+          </ul>
+        </div>
+        <div class="section">
+         <h4>Syndicate</h4>
+         <ul>
+           <li><a title="Link to the RSS 0.90 feed." href="{$url->rssLink("rss090")}">RSS 0.90</a></li>
+           <li><a title="Link to the RSS 1.0 feed." href="{$url->rssLink("rss10")}">RSS 1.0</a></li>
+           <li><a title="Link to the RSS 2.0 feed." href="{$url->rssLink("rss20")}">RSS 2.0</a></li>
+           <li><a title="Link to the Atom 0.3 feed." href="{$url->rssLink("atom")}">Atom 0.3</a></li>
+         </ul>           
+        </div> 
+      </div> 

Modified: plog/trunk/templates/plogworld/demosites.template
===================================================================
--- plog/trunk/templates/plogworld/demosites.template	2005-01-16 19:14:06 UTC (rev 746)
+++ plog/trunk/templates/plogworld/demosites.template	2005-01-16 21:40:03 UTC (rev 747)
@@ -5,9 +5,8 @@
      <h2>Demo Sites</h2>
   </div>
   <br style="clear:both;" />
-  </div>
-  <div id="navcontainer">
-    <ul id="tablist">
+  </div>
+      <ul id="tablist">
       <li><a href="{$url->templatePage("features")}">Features</a></li>
       <li><a href="{$url->templatePage("projectinfo")}">Project Info</a></li>
       <li><a href="{$url->templatePage("screenshots")}">Screenshots</a></li>
@@ -15,7 +14,6 @@
       <li id="tab_active"><a id="tab_current" href="{$url->templatePage("demosites")}">Demo Sites</a></li>
       <li><a href="{$url->templatePage("press")}">References</a></li>
 	</ul>
-  </div>
  <div id="page">
    {include file="$blogtemplate/boxes.template"}
   <ul>

Modified: plog/trunk/templates/plogworld/development.template
===================================================================
--- plog/trunk/templates/plogworld/development.template	2005-01-16 19:14:06 UTC (rev 746)
+++ plog/trunk/templates/plogworld/development.template	2005-01-16 21:40:03 UTC (rev 747)
@@ -6,24 +6,18 @@
   </div>
   <br style="clear:both;" />
   </div>
-  <div id="navcontainer">
     <ul id="tablist">
       <li><a href="{$url->templatePage("download")}">Official Releases</a></li>				  	
 	  <li><a href="{$url->templatePage("plugins")}">Plugins</a></li>  
 	  <li><a href="{$url->templatePage("templates")}">Templates</a></li>     
 	  <li id="tab_active"><a id="tab_current" href="{$url->templatePage("development")}">Development</a></li>
 	</ul>
-  </div>
   <div id="page">
-   <p>The most bleeding edge development of pLog is kept in our <a href="http://subversion.tigris.org">Subversion</a> repository hosted at <a href="http://devel.plogworld.or/svn">http://devel.plogworld.org</a>.
+   <p>The most bleeding edge development of pLog is kept in our <a href="http://subversion.tigris.org">Subversion</a> repository hosted at <a href="http://devel.plogworld.net/svn">http://devel.plogworld.net</a>.
 Subversion is a very powerful replacement for CVS, which is already being widely use in many other
 open-source projects.</p>
-   <p>The development version is updated almost daily and it might be that it is broken from time to time, maybe because the development made some big changes or maybe because we did not even notice when we committed the code. Nonetheless, it should work most of the time.</p>
-   <p>The <a href="http://www.plogworld.org/wiki">wiki</a> has more information regarding Subversion access, where to find clients and so forth but the only thing you should do in order to check out the latest version of the code from the repository is:
-   </p>
-   <div class="code">
-    svn checkout http://devel.plogword.org/svn/plog/plog/trunk
-   </div>
+   <p>The development version is updated almost daily and it might be that it is broken from time to time, maybe because the development made some big changes or maybe because we did not even notice when we committed the code. Nonetheless, it should work most of the time.</p>
+   <p>The <a href="http://wiki.plogworld.net/index.php/Subversion_Repository">page in the wiki describing Subversion access</a> has more information on how to find a suitable client for your
+   system and how how to fetch the most recent version of the code.</p>
   </div>
-
 {include file="$blogtemplate/footer.template"}
\ No newline at end of file

Modified: plog/trunk/templates/plogworld/docsdevel.template
===================================================================
--- plog/trunk/templates/plogworld/docsdevel.template	2005-01-16 19:14:06 UTC (rev 746)
+++ plog/trunk/templates/plogworld/docsdevel.template	2005-01-16 21:40:03 UTC (rev 747)
@@ -6,11 +6,9 @@
   </div>
   <br style="clear:both;" />
   </div>
-  <div id="navcontainer">
     <ul id="tablist">
       <li><a href="{$url->templatePage("documentation")}">End Users</a></li>
       <li id="tab_active"><a  id="tab_current" href="{$url->templatePage("docsdevel")}">Developers</a></li>
 	</ul>
-  </div>
 
 {include file="$blogtemplate/footer.template"}
\ No newline at end of file

Modified: plog/trunk/templates/plogworld/documentation.template
===================================================================
--- plog/trunk/templates/plogworld/documentation.template	2005-01-16 19:14:06 UTC (rev 746)
+++ plog/trunk/templates/plogworld/documentation.template	2005-01-16 21:40:03 UTC (rev 747)
@@ -6,12 +6,10 @@
   </div>
   <br style="clear:both;" />
   </div>
-  <div id="navcontainer">
     <ul id="tablist">
       <li id="tab_active"><a id="tab_current" href="{$url->templatePage("documentation")}">End Users</a></li>
       <li><a href="{$url->templatePage("docsdevel")}">Developers</a></li>
 	</ul>
-  </div>
   <div id="page">
    {include file="$blogtemplate/boxes.template"}
   </div>

Modified: plog/trunk/templates/plogworld/donations.template
===================================================================
--- plog/trunk/templates/plogworld/donations.template	2005-01-16 19:14:06 UTC (rev 746)
+++ plog/trunk/templates/plogworld/donations.template	2005-01-16 21:40:03 UTC (rev 747)
@@ -5,7 +5,6 @@
   </div>
   <br style="clear:both;" />
   </div>
-  <div id="navcontainer">
     <ul id="tablist">
       <li><a href="{$url->templatePage("features")}">Features</a></li>
       <li><a href="{$url->templatePage("projectinfo")}">Project Info</a></li>
@@ -14,7 +13,6 @@
       <li><a href="{$url->templatePage("demosites")}">Demo Sites</a></li>
       <li><a href="{$url->templatePage("press")}">References</a></li>
 	</ul>
-  </div>
 <div id="page">  
 {include file="$blogtemplate/boxes.template"} 	
  <p>

Modified: plog/trunk/templates/plogworld/download.template
===================================================================
--- plog/trunk/templates/plogworld/download.template	2005-01-16 19:14:06 UTC (rev 746)
+++ plog/trunk/templates/plogworld/download.template	2005-01-16 21:40:03 UTC (rev 747)
@@ -6,14 +6,12 @@
     </div>
     <br style="clear:both;" />
   </div>
-  <div id="navcontainer">
     <ul id="tablist">
       <li id="tab_active"><a id="tab_current" href="{$url->templatePage("download")}">Official Releases</a></li>
 	  <li><a href="{$url->templatePage("plugins")}">Plugins</a></li>  
 	  <li><a href="{$url->templatePage("templates")}">Templates</a></li>
 	  <li><a href="{$url->templatePage("development")}">Development</a></li>
 	</ul>
-  </div>
   <div id="page">
    {include file="$blogtemplate/boxes.template"}   
    blah blah blah

Modified: plog/trunk/templates/plogworld/features.template
===================================================================
--- plog/trunk/templates/plogworld/features.template	2005-01-16 19:14:06 UTC (rev 746)
+++ plog/trunk/templates/plogworld/features.template	2005-01-16 21:40:03 UTC (rev 747)
@@ -2,11 +2,10 @@
 
   <div id="nav_bar">
   <div id="section_title">
-     <h2>About pLog</h2>
+     <h2>Features</h2>
   </div>
   <br style="clear:both;" />
   </div>
-  <div id="navcontainer">
     <ul id="tablist">
       <li id="tab_active"><a id="tab_current" href="{$url->templatePage("features")}">Features</a></li>
       <li><a href="{$url->templatePage("projectinfo")}">Project Info</a></li>
@@ -15,81 +14,79 @@
       <li><a href="{$url->templatePage("demosites")}">Demo Sites</a></li>
       <li><a href="{$url->templatePage("press")}">References</a></li>
 	</ul>
-  </div>
 
 <div id="page">  
 
 {include file="$blogtemplate/boxes.template"} 
-
- <h2>Features</h2>
-<h4>Fast!</h4>
+
+<h5>Fast!</h5>
 <p class="tightenable">pLog was built with speed in mind, as it is meant to support many simulatenous users browsing dynamic pages. It has been optimized for performance several times during its development cycles and it is one of the fastest out there.</p>
-<h4>Multiple blogs in one installation</h4>
+<h5>Multiple blogs in one installation</h5>
 <p class="tightenable">There is no need to install multiple copies of the same software to have different blogs! pLog was built from the ground up to be able to support different blogs with just one single installation and one single database</p>
-<h4>Easy installation</h4>
+<h5>Easy installation</h5>
 <p class="tightenable">Installing web-based software had never been so easy. Let the installation script take care of configuring pLog for you, detect the right settings and ready to start blogging as soon as the installation script finishes.</p>
-<h4>Multiple users per blog</h4>
+<h5>Multiple users per blog</h5>
 
 <p class="tightenable">We can easily gives other users permissions to access our blog and let them post articles whenever they wish, making collaborative web sites even easier!</p>
 
-<h4>Easy to modify template system</h4>
+<h5>Easy to modify template system</h5>
 <p class="tightenable">If you don't like any of the templates included in the package, worry not. pLog is built on top of the fantastic Smarty template engine, providing unprecedented power to template developers without compromising security, since Smarty templates do not allow by default to add potentially dangerous PHP code to our templates. This is specially important if we use pLog to provide a blogging service to a community of people.</p>
-<h4>Search engine friendly URLs</h4>
+<h5>Search engine friendly URLs</h5>
 <p class="tightenable">Toggle a setting in the configuration of the site and pLog will automatically use cruft-free URLs instead of the old style, raw ones. Friendlier URLs are easier to remember, shorter to type and web-crawling engines will be able to index all your posts. These kind of URLs are only available when using Apache 1.3.x.</p>
-<h4>XHTML content</h4>
+<h5>XHTML content</h5>
 <p class="tightenable">The default templates included in pLog are XHTML 1.0 Strict, and so is the content generated by pLog. Worried about generating correct and standard mark-up? Perhaps pLog is your tool...</p>
-<h4>Per blog configurable localization</h4>
+<h5>Per blog configurable localization</h5>
 
 <p class="tightenable">pLog was build from the ground up to be 100% localizable. It supports any encoding and the latest version has been translated to English, Spanish, Dutch and Japanese (both using EUC-JP and UTF-8 encodings) Changing the language in which texts appear in your blog is as easy as 1-2-3!</p>
-<h4>Database storage system</h4>
+<h5>Database storage system</h5>
 
 <p class="tightenable">Forget about clumsy rebuilds of your site every time you post a new article! Type your post, click the "Blog this!" button and in no time you will have your newly typed article included in the main page of your site. Talk about publishing for the masses!</p>
-<h4>Possibility to upload images, videos and any other kind of files, easily manageable from the administration interface.</h4>
+<h5>Possibility to upload images, videos and any other kind of files, easily manageable from the administration interface.</h5>
 <p class="tightenable">It is said that a picture is worth a million words, but how about having a million words <b>and</b> a picture to express yourself? Let pLog take care of it, upload your files, organize them in albums, show information about them, and share them with the world! Want to add anything from your collection to one of your posts? Click a button and select a file!</p>
-<h4>Simple user levels implementation</h4>
+<h5>Simple user levels implementation</h5>
 <p class="tightenable">pLog supports a simple yet powerful user levels system: either you own a blog, or you are just allowed to post articles in it. Being an owner, you control the settings and add and remove more users and templates if needed. Or perhaps you're a site administrator and can control the global settings?</p>
 
-<h4>Support for several different formats of syndication: RSS 0.90, RSS 1.0, RSS 2.0, custom XML and Klipfolio.</h4>
+<h5>Support for several different formats of syndication: RSS 0.90, RSS 1.0, RSS 2.0, custom XML and Klipfolio.</h5>
 
 <p class="tightenable">pLog is capable of generating out of the box 3 different flavours of RSS: 0.90, 1.0 and 2.0. There is also a Klipfolio feed and a custom-defined XML feed. Don't like any of them? Don't worry, they all use templates that are easily modifiable to suit our needs.</p>
-<h4>Powerful plugin framework</h4>
+<h5>Powerful plugin framework</h5>
 <p class="tightenable">There is no need to add every single feature we can think of to the core of pLog, so that's why pLog offers a powerful and easy to use plugin framework. pLog can be extended in many different ways without compromising the stability of the core while providing new and useful featutres. Don't forget to check out the list of plugins available!</p>
-<h4>No need to edit configuration files: everything is controlled from the admin interface.</h4>
+<h5>No need to edit configuration files: everything is controlled from the admin interface.</h5>
 <p class="tightenable">pLog is fully controlled via its administration interface: every single setting of pLog is tweakable from there. and don't bother about securing pLog's config files, everything's stored in the database.</p>
-<h4>Archives and calendar features.</h4>
+<h5>Archives and calendar features.</h5>
 <p class="tightenable">pLog automatically generates a nicely looking calendar, which will take into account things like the current locale, the first day of the week in your country and so on. Also, automatic links to monthly archives are generated, for easier navigation through older posts.</p>
 
-<h4>Possibility to maintain a list of links, classified in categories.</h4>
+<h5>Possibility to maintain a list of links, classified in categories.</h5>
 <p class="tightenable">No need to manually edit a template file every time we want to want to add a new link to our blogroll. pLog can take care of that, using even categories under which to classify the different links.</p>
 
-<h4>WYSIWYG editor of posts</h4>
+<h5>WYSIWYG editor of posts</h5>
 <p class="tightenable">Have no clue about HTML code? Don't worry, pLog uses the HTMLArea component which will allow you to type posts with all kind of formatting as easy as if you were using a typical word processor. Also, the resources framework has been integrated with HTMLArea so picking a, let's say, image and adding it to the article we're currently typing had never been that easy!</p>
-<h4>Comments can be posted for every post</h4>
+<h5>Comments can be posted for every post</h5>
 <p class="tightenable">It's always nice to hear what people have to say about our musings, rants or bashings, so why not include a commenting system in pLog?</p>
-<h4>Content syndication and aggregation</h4>
+<h5>Content syndication and aggregation</h5>
 <p class="tightenable">pLog comes bundled with an RSS aggregator so that you can easily include external sources of news in your website.</p>
 
-<h4>Email notification to the post owner when comments are posted</h4>
+<h5>Email notification to the post owner when comments are posted</h5>
 <p class="tightenable">Want to know whenever somebody comments on something you typed? It's easy to keep track of the comments posted in the articles in the main page, but what happens when somebody posts a comment in a really old article? Let pLog let you know every time that happens!</p>
-<h4>Link Tracker</h4>
+<h5>Link Tracker</h5>
 
 <p class="tightenable">Let your users see with a click of a link all the places you've been linking to lately!</p>
-<h4>Referrer Statistics</h4>
+<h5>Referrer Statistics</h5>
 <p class="tightenable">Want to know where people are coming from when they reach your blog? Want to know where they go? pLog includes a very basic referrer module that will show you all that information.</p>
-<h4>Support for sending and receiving trackback pings</h4>
+<h5>Support for sending and receiving trackback pings</h5>
 <p class="tightenable">Let people know when you post about them! If the destination blog is trackback-enabled, pLog will auto-discover everything for you (including the trackback URL) and send a trackback ping. It had never been so simple!</p>
 
-<h4>XMLRPC-Ping notification to configurable sites that support the protocol, such as weblogs.com, blo.gs or Technorati</h4>
+<h5>XMLRPC-Ping notification to configurable sites that support the protocol, such as weblogs.com, blo.gs or Technorati</h5>
 <p class="tightenable">How about letting the whole world know whenever you post something? You can do that by sending automatic XMLRPC pings to sites that support them. Easy. Simple. Fast.</p>
-<h4>Blogger-compatible XMLRPC API</h4>
+<h5>Blogger-compatible XMLRPC API</h5>
 <p class="tightenable">If you like to publish right from your desktop, pLog comes with an implementation of the Blogger XMLRPC API. Clients like w.Bloggar have no problem in talking to pLog.</p>
 
-<h4>Security measures: IP address blocking and simple regular expression-based content filter</h4>
+<h5>Security measures: IP address blocking and simple regular expression-based content filter</h5>
 <p class="tightenable">If there is anybody out there really annoying you, block the IP. Or block the whole range, and don't even let him see the main page! No more than a couple of clicks are needed in pLog to do that!</p>
-<h4>Anti-spam filter: a full featured Bayesian filter.</h4>
+<h5>Anti-spam filter: a full featured Bayesian filter.</h5>
 <p class="tightenable">If blog spammers annoy you too much, pLog is the first blogging tool to be released including a fully-featured Bayesian filter which will help you in defeating the bad guys. The filter needs a bit of training in the beginning but then it'll be fine!</p>
 
-<h4>Time offsets</h4>
+<h5>Time offsets</h5>
 <p class="tightenable">If you live in a different time zone than where your pLog is installed and the dates and times are not correct, pLog has support for calculating time offsets and updating all the dates displayed accordingly.</p>
   
 </div>

Modified: plog/trunk/templates/plogworld/header.template
===================================================================
--- plog/trunk/templates/plogworld/header.template	2005-01-16 19:14:06 UTC (rev 746)
+++ plog/trunk/templates/plogworld/header.template	2005-01-16 21:40:03 UTC (rev 747)
@@ -40,15 +40,11 @@
 			  <li class="menuOption"><a href="{$url->templatePage("features")}">About</a></li>
 			  <li class="menuOption"><a href="{$url->templatePage("download")}">Download</a></li>
 			  <li class="menuOption"><a href="{$url->templatePage("blog")}">Blog</a></li>
-			  <li class="menuOption"><a href="{$url->templatePage("documentation")}">Documentation</a></li>
-			  <li class="menuOption"><a href="{$url->templatePage("support")}">Support</a></li>			  
+			  <li class="menuOption"><a href="http://forums.plogworld.net/">Forums</a></li>
+			  <li class="menuOption"><a href="http://wiki.plogworld.net/">Wiki</a></li>			  
 			</ul>
             <br style="clear:both;"/>
         </div>
 
     </div>
-
-
-    <div id="content" >
-
-
+    <div id="content" >
\ No newline at end of file

Modified: plog/trunk/templates/plogworld/lists.template
===================================================================
--- plog/trunk/templates/plogworld/lists.template	2005-01-16 19:14:06 UTC (rev 746)
+++ plog/trunk/templates/plogworld/lists.template	2005-01-16 21:40:03 UTC (rev 747)
@@ -6,11 +6,9 @@
   </div>
   <br style="clear:both;" />
   </div>
-  <div id="navcontainer">
     <ul id="tablist">
       <li><a href="{$url->templatePage("support")}">Forums</a></li>
       <li id="tab_active"><a id="tab_current" href="{$url->templatePage("lists")}">Mailing Lists</a></li>
 	</ul>
-  </div>
   
 {include file="$blogtemplate/footer.template"}
\ No newline at end of file

Modified: plog/trunk/templates/plogworld/main.template
===================================================================
--- plog/trunk/templates/plogworld/main.template	2005-01-16 19:14:06 UTC (rev 746)
+++ plog/trunk/templates/plogworld/main.template	2005-01-16 21:40:03 UTC (rev 747)
@@ -6,19 +6,20 @@
 pLog is a blogging system with support for multiple blogs and multiple users designed with the idea of "plug and blog", so minimal configuration is 
 required to start blogging. Easy to use, it has all the features you would expect from a blogging tool: 
 articles, a commenting system, multiple categories per post, a powerful template system, generation 
-of RSS feeds, support for trackback pings, amongst many others.
+of RSS feeds, support for trackback pings, and many others.
 </p>
 <p>
-pLog also offers seamless integration of written content with images, videos or any other kind of
-possible file via its "Resource Center" and automatica extraction of metadata from known files.
+Only with pLog will users be able to easily set up on-line blogging communities thanks to its powerful multi-blog and
+multi-user features. One pLog installation and one database is enough to create the community of your dreams. Also, features like page caching and support for HTTP conditional requests will help increase the speed
+of busy sites as well as to reduce the amount of bandwidth needed.
 </p>
 <p>
-It offers by default features like caching and support for HTTP conditional requests to increase the speed
-of busy multi-blog sites as well as to reduce the amount of bandwidth needed. 
+pLog also offers seamless integration of written content with images, videos or any other kind of
+possible file via its "Resource Center". The resource center also offers automatic extraction of metadata from known
+file types.
 </p>
-<h4>Something else</h4>
 <p>
-something else goes here?
+pLog is already the tool of choice <a href="{$url->templatePage("demosites")}">for many blogging communites</a>.
 </p>
 </div>
 {include file="$blogtemplate/footer.template"}
\ No newline at end of file

Modified: plog/trunk/templates/plogworld/plogworld.css
===================================================================
--- plog/trunk/templates/plogworld/plogworld.css	2005-01-16 19:14:06 UTC (rev 746)
+++ plog/trunk/templates/plogworld/plogworld.css	2005-01-16 21:40:03 UTC (rev 747)
@@ -612,13 +612,24 @@
  align: left;
 }
 
-#blog, #page {
+#column {
+    float:left;
+    width:25%;
+}
+
+#posts {
+  float:left;
+  width:72%;
   padding-left: 10px;
+}
+
+#page, #blog {
+  padding-left: 10px;
   padding-right: 10px;
   padding-bottom: 10px;
   padding-top: 1px;
-  font-family: georgia;
-  font-size: 1.2em;
+  font-family: verdana, arial;
+  font-size: 1em;
   line-heigt:135%;
 }
 
@@ -639,8 +650,85 @@
 }
 
 #page h4 {
-    color            : #588BCA;
+    font-family      : trebuchet ms, tahoma, sans-serif;
+    font-size        : 1.1em;
     font-weight      : bold;
+    letter-spacing   : 0.08em;
+    vertical-align   : bottom;
+    padding          : 0px;
+    text-align       : left;
+    text-transform   : capitalize;
+}
+
+#blog h4 {
     font-family      : trebuchet ms, tahoma, sans-serif;
-    padding-left: 4px;
+    font-size        : 1.1em;
+    font-weight      : bold;
+    letter-spacing   : 0.08em;
+    vertical-align   : bottom;
+    padding          : 0px;
+    text-align       : left;
+    text-transform   : capitalize;
+    border-bottom: 1px solid #DEDEDE;
+}
+
+
+#page h5 {
+    font-family      : trebuchet ms, tahoma, sans-serif;
+    font-size        : 1.05em;
+    font-weight      : bold;
+    letter-spacing   : 0.05em;
+    padding          : 0px;
+    text-align       : left;
+}
+
+.postTopic
+{
+    padding-bottom: 2px;
+    font-size: 1.1em;
+    font-weight: bold;    
+    border-bottom: 1px solid #DEDEDE;    
+}
+
+.postTopic a, .postTopic a:hover, .postTopic a:visited, .postTopic a:link
+{
+    text-decoration: none;
+    color: #000000;
+}
+
+.postText
+{
+    padding-left: 12px;
+    padding-top: 15px;
+}
+
+.postInfoLinks
+{
+    padding-top: 7px;
+    padding-bottom: 7px;
+}
+
+.postComment
+{
+    /*border-top    : 1px solid #DEDEDE;*/
+    padding-top: 10px;
+    padding-bottom: 10px;
+}
+
+.postDate
+{
+    font-size: 10px;
+    font-weight: italics;
+}
+
+a, a:link, a:visited
+{
+    color            : #0E3862;
+    text-decoration  : none;
+}
+
+a:hover
+{
+    background       : #818181;
+    color            : #FFFFFF;
 }
\ No newline at end of file

Modified: plog/trunk/templates/plogworld/plugins.template
===================================================================
--- plog/trunk/templates/plogworld/plugins.template	2005-01-16 19:14:06 UTC (rev 746)
+++ plog/trunk/templates/plogworld/plugins.template	2005-01-16 21:40:03 UTC (rev 747)
@@ -6,13 +6,11 @@
   </div>
   <br style="clear:both;" />
   </div>
-  <div id="navcontainer">
     <ul id="tablist">
       <li><a href="{$url->templatePage("download")}">Official Releases</a></li>				  	
 	  <li id="tab_active"><a id="tab_current" href="{$url->templatePage("plugins")}">Plugins</a></li>  
 	  <li><a href="{$url->templatePage("templates")}">Templates</a></li>     
 	  <li><a href="{$url->templatePage("development")}">Development</a></li>
 	</ul>
-  </div>
 
 {include file="$blogtemplate/footer.template"}
\ No newline at end of file

Modified: plog/trunk/templates/plogworld/post.template
===================================================================
--- plog/trunk/templates/plogworld/post.template	2005-01-16 19:14:06 UTC (rev 746)
+++ plog/trunk/templates/plogworld/post.template	2005-01-16 21:40:03 UTC (rev 747)
@@ -1,24 +1,23 @@
 <!-- {$url->postTrackbackLink($post)} -->
 {assign var="postDate" value=$post->getDateObject()}
-{assign var="postOwner" value=$post->getUserInfo()}
-<div class="blog">
- <div class="blogbody">
-  <h2 class="postTitle">
-    <a href="{$url->postPermalink($post)}">
-      <img alt="Permalink" src="{$url->getTemplateFile("post.gif")}" width="10" height="11" style="border: 0px" />  
-    </a>
-    {$post->getTopic()}
-  </h2>
-  <div class="posted">{$locale->tr("posted_by")} {$postOwner->getUsername()} {$locale->formatDate($postDate,"%H:%M")} | 
-   <img alt="Comments" src="{$url->getTemplateFile("bubble.gif")}" width="11" height="11" style="border: 0px" />
-   <a href="{$url->postPermalink($post)}">{$locale->tr("comments")} ({$post->getTotalComments()})</a> | 
-   <img alt="Trackback" src="{$url->getTemplateFile("trackback.gif")}" width="16" height="11" style="border: 0px" />
-   <a href="{$url->postTrackbackStatsLink($post)}">{$locale->tr("trackbacks")} ({$post->getNumTrackbacks()})</a> |
+<div class="postTopic">
+   <a href="{$url->postPermalink($post)}" title="{$locale->tr("permalink")}">
+     <img src="{$url->getTemplateFile("post.gif")}" alt="&gt;" /> {$post->getTopic()}
+   </a>
+</div>
+<span class="postDate">{$locale->formatDate($postDate,"%d/%m/%Y @ %H:%M")}</span>
+ <div class="postText">
+   {$post->getText()}
+ </div>
+ <div class="postInfoLinks">
+   <a href="{$url->postPermalink($post)}">
+    <img src="{$url->getTemplateFile("bubble.gif")}" alt="Comment" /> 
+   ({$post->getTotalComments()})</a> |
+   {if $post->getNumTrackbacks() > 0}<a href="{$url->postTrackbackStatsLink($post)}">
+     <img src="{$url->getTemplateFile("trackback.gif")}" alt="Trackback" />
+     ({$post->getNumTrackbacks()})</a> |{/if}
+   
    {foreach name=categories from=$post->getCategories() item=postcategory}
-     <a href="{$url->categoryLink($postcategory)}">{$postcategory->getName()}</a>
-     {if !$smarty.foreach.categories.last}, {/if}
+     <a href="{$url->categoryLink($postcategory)}">{$postcategory->getName()}</a>{if !$smarty.foreach.categories.last}, {/if}
    {/foreach}
-  </div>
  </div>
- {$post->getText()}
-</div>

Modified: plog/trunk/templates/plogworld/postandcomments.template
===================================================================
--- plog/trunk/templates/plogworld/postandcomments.template	2005-01-16 19:14:06 UTC (rev 746)
+++ plog/trunk/templates/plogworld/postandcomments.template	2005-01-16 21:40:03 UTC (rev 747)
@@ -3,7 +3,8 @@
 {include file="$blogtemplate/header.template"}
 {assign var="postDate" value=$post->getDateObject()}
 {assign var="postOwner" value=$post->getUserInfo()}
-<div id="container">
+{include file="$blogtemplate/blogcommon.template"}
+<div id="posts">
  {include file="$blogtemplate/post.template"}
  <div class="blog">
  <div class="comments-head">

Modified: plog/trunk/templates/plogworld/press.template
===================================================================
--- plog/trunk/templates/plogworld/press.template	2005-01-16 19:14:06 UTC (rev 746)
+++ plog/trunk/templates/plogworld/press.template	2005-01-16 21:40:03 UTC (rev 747)
@@ -2,11 +2,10 @@
 
   <div id="nav_bar">
   <div id="section_title">
-     <h2>pLog in the Media</h2>
+     <h2>References</h2>
   </div>
   <br style="clear:both;" />
   </div>
-  <div id="navcontainer">
     <ul id="tablist">
       <li><a href="{$url->templatePage("features")}">Features</a></li>
       <li><a href="{$url->templatePage("projectinfo")}">Project Info</a></li>
@@ -14,8 +13,7 @@
       <li><a href="{$url->templatePage("screenshots")}">Screenshots</a></li>
       <li><a href="{$url->templatePage("demosites")}">Demo Sites</a></li>
       <li id="tab_active"><a id="tab_current" href="{$url->templatePage("press")}">References</a></li>
-	</ul>
-  </div>
+	</ul>
   <div id="page">
    {include file="$blogtemplate/boxes.template"}   
   </div>

Modified: plog/trunk/templates/plogworld/projectinfo.template
===================================================================
--- plog/trunk/templates/plogworld/projectinfo.template	2005-01-16 19:14:06 UTC (rev 746)
+++ plog/trunk/templates/plogworld/projectinfo.template	2005-01-16 21:40:03 UTC (rev 747)
@@ -1,25 +1,23 @@
-{include file="$blogtemplate/header.template" pageTitle=Features}
-
-  <div id="nav_bar">
-  <div id="section_title">
-     <h2>Project Information</h2>
-  </div>
-  <br style="clear:both;" />
-  </div>
-  <div id="navcontainer">
-    <ul id="tablist">
+{include file="$blogtemplate/header.template" pageTitle=Features}
+
+  <div id="nav_bar">
+  <div id="section_title">
+     <h2>Project Information</h2>
+  </div>
+  <br style="clear:both;" />
+  </div>
+    <ul id="tablist">
       <li><a href="{$url->templatePage("features")}">Features</a></li>
       <li id="tab_active"><a id="tab_current" href="{$url->templatePage("projectinfo")}">Project Info</a></li>
       <li><a href="{$url->templatePage("donations")}">Donations</a></li>
-      <li><a href="{$url->templatePage("screenshots")}">Screenshots</a></li>
-      <li><a href="{$url->templatePage("demosites")}">Demo Sites</a></li>
-      <li><a href="{$url->templatePage("press")}">References</a></li>
-	</ul>
-  </div>
+      <li><a href="{$url->templatePage("screenshots")}">Screenshots</a></li>
+      <li><a href="{$url->templatePage("demosites")}">Demo Sites</a></li>
+      <li><a href="{$url->templatePage("press")}">References</a></li>
+	</ul>
   
   <div id="page">
    {include file="$blogtemplate/boxes.template"}  
-<span class="section-title">History and Goals</span>
+<h4>History and Goals</h4>
 <p>
 The pLog project was started in early 2003 by its current lead developer. The project started as a dynamic version
 of his home page but shortly after achieving this goal, it was clear that more features were needed. At this point
@@ -39,7 +37,7 @@
 that makes pLog one of the most advanced software platforms available.
 </p>
 
-<span class="section-title">Philosopy and design</span>
+<h4>Philosopy and design</h4>
 <p>
 A great deal of thinking was put into the design of pLog. The object-oriented code tries to follow a set of 
 well-known software design principles in order to make the life of developers easier. However, the general
@@ -47,12 +45,12 @@
 software development. We try to find a balance between well-designed and effective code.
 </p>
 
-<span class="section-title">GPL</span>
+<h4>GPL</h4>
 <p>
 pLog is released to the public under the <a href="http://www.gnu.org/licenses/gpl.txt">GNU GPL</a> license.
 </p>
 
-<span class="section-title">Project Organization</span>
+<h4>Project Organization</h4>
 <p>
 The project is organized around the following groups:
 <ul>
@@ -67,7 +65,7 @@
 </ul>
 </p>
 
-<span class="title">Project Control Board</span>
+<h4>Project Control Board</h4>
 <p>
 The tasks of the project board consist in defining the scope for each new release, agreeing upon
 which features should be included in each release and which features should be left out and also a more
@@ -76,14 +74,14 @@
 board will also be responsible for approving new project members.
 </p>
 
-<span class="title">Core Development Team</span>
+<h4>Core Development Team</h4>
 <p>
 The core development team takes care of improving and extending the core platform/API on top of which
 pLog is built. The core development team does not act on its own but follows the feature plans and roadmaps
 as defined by the board.
 </p>
 
-<span class="title">Plugin Development Team</span>
+<h4>Plugin Development Team</h4>
 <p>
 The main tasks of this team are to investigate on ways to further expand the functionality of pLog without
 the need of implementing these features in the core platform. This team also provides feedback to the core
@@ -92,20 +90,20 @@
 to make sure that they conform to the project quality standards.
 </p>
 
-<span class="title">Design &amp; Templates Team</span>
+<h4>Design &amp; Templates Team</h4>
 <p>
 The main tasks of this team is to develop and maintain templates to be included in the main package of pLog, and to
 define a set of basic rules that all user-contributed templates must follow to ensure that we provide users with 
 high quality and standards-compliant templates.
 </p>
 
-<span class="title">Documentation Team</span>
+<h4>Documentation Team</h4>
 <p>
 The documentation team makes sure that the sources of documentation (wiki, guides, etc) are kept up-to-date with the features introduced in each release. In addition to that, this team coordinates the translation of the 
 documentation to different languages.
 </p>
 
-<span class="title">Support Team</span>
+<h4>Support Team</h4>
 <p>
 The support team removes the responsibility of supporting users via the forums from the core development team. Additionally, we ensure that there is always somebody looking after the forums as they are the main way of
 communicating the project team and normal users. Also, this team scans the forums for bugs and feature requests, 
@@ -113,17 +111,17 @@
 solved and unreproducible issues.
 </p>
 
-<span class="title">Marketing &amp; PR Team</span>
+<h4>Marketing &amp; PR Team</h4>
 <p>
 This team is reponsible for public relations and marketing issues such as: advertising, merchandising, 
 contact management, competitor analysis and market monitoring. Based on the data of extracted from analyzing the
 competitors and exploring new ideas, it provides feedback to the board and suggestions for the roadmap.
 </p>
 
-<span class="title">Local Groups</span>
+<h4>Local Groups</h4>
 <p>
 Local groups reproduce the global organization but in a local scale (local board, local support team, local documentation team)
 </p>  
-  </div>
-
+  </div>
+
 {include file="$blogtemplate/footer.template"}
\ No newline at end of file

Modified: plog/trunk/templates/plogworld/screenshots.template
===================================================================
--- plog/trunk/templates/plogworld/screenshots.template	2005-01-16 19:14:06 UTC (rev 746)
+++ plog/trunk/templates/plogworld/screenshots.template	2005-01-16 21:40:03 UTC (rev 747)
@@ -6,7 +6,6 @@
   </div>
   <br style="clear:both;" />
   </div>
-  <div id="navcontainer">
     <ul id="tablist">
       <li><a href="{$url->templatePage("features")}">Features</a></li>
       <li><a href="{$url->templatePage("projectinfo")}">Project Info</a></li>      
@@ -14,8 +13,7 @@
       <li id="tab_active"><a id="tab_current" href="{$url->templatePage("screenshots")}">Screenshots</a></li>
       <li><a href="{$url->templatePage("demosites")}">Demo Sites</a></li>
       <li><a href="{$url->templatePage("press")}">References</a></li>
-	</ul>
-  </div>
+	</ul>
   <div id="page">
    {include file="$blogtemplate/boxes.template"}
   </div>

Modified: plog/trunk/templates/plogworld/support.template
===================================================================
--- plog/trunk/templates/plogworld/support.template	2005-01-16 19:14:06 UTC (rev 746)
+++ plog/trunk/templates/plogworld/support.template	2005-01-16 21:40:03 UTC (rev 747)
@@ -5,13 +5,11 @@
      <h2>Forums</h2>
   </div>
   <br style="clear:both;" />
-  </div>
-  <div id="navcontainer">
+  </div>
     <ul id="tablist">
       <li id="tab_active"><a id="tab_current" href="{$url->templatePage("support")}">Forums</a></li>
       <li><a href="{$url->templatePage("lists")}">Mailing Lists</a></li>
 	</ul>
-  </div>
   <div id="page">
    {include file="$blogtemplate/boxes.template"}   
   </div>

Modified: plog/trunk/templates/plogworld/templates.template
===================================================================
--- plog/trunk/templates/plogworld/templates.template	2005-01-16 19:14:06 UTC (rev 746)
+++ plog/trunk/templates/plogworld/templates.template	2005-01-16 21:40:03 UTC (rev 747)
@@ -6,14 +6,12 @@
   </div>
   <br style="clear:both;" />
   </div>
-  <div id="navcontainer">
     <ul id="tablist">
       <li><a href="{$url->templatePage("download")}">Official Releases</a></li>				  	
 	  <li><a href="{$url->templatePage("plugins")}">Plugins</a></li>  
 	  <li id="tab_active"><a id="tab_current" href="{$url->templatePage("templates")}">Templates</a></li>     
 	  <li><a href="{$url->templatePage("development")}">Development</a></li>
 	</ul>
-  </div>
   <div id="page">
   <p>
    These are the template sets available for pLog, and you need at least version 0.3.2 to get them to work (there were
@@ -26,8 +24,8 @@
   <table>
    <tr>
     <td>
-     <a href="http://www.plogworld.org/resserver.php?blogId=1&resource=aubmach_screenshot.jpg">
-      <img src="http://www.plogworld.org/resserver.php?blogId=1&resource=aubmach_screenshot.jpg&mode=preview" alt="Aubmach theme" />
+     <a href="http://www.plogworld.net/resserver.php?blogId=1&resource=aubmach_screenshot.jpg">
+      <img src="http://www.plogworld.net/resserver.php?blogId=1&resource=aubmach_screenshot.jpg&mode=preview" alt="Aubmach theme" />
      </a>
     </td>
     <td style="vertical-align: top">
@@ -40,8 +38,8 @@
    </tr>
    <tr>
     <td>
-     <a href="http://www.plogworld.org/resserver.php?blogId=1&resource=blorange_screenshot.jpg">
-      <img src="http://www.plogworld.org/resserver.php?blogId=1&resource=blorange_screenshot.jpg&mode=preview" alt="Blorange theme" />
+     <a href="http://www.plogworld.net/resserver.php?blogId=1&resource=blorange_screenshot.jpg">
+      <img src="http://www.plogworld.net/resserver.php?blogId=1&resource=blorange_screenshot.jpg&mode=preview" alt="Blorange theme" />
      </a>
     </td>
     <td style="vertical-align: top">
@@ -55,8 +53,8 @@
    
    <tr>
     <td>
-     <a href="http://www.plogworld.org/resserver.php?blogId=1&resource=blorange_screenshot.jpg">
-      <img src="http://www.plogworld.org/resserver.php?blogId=1&resource=blorange_screenshot.jpg&mode=preview" alt="Blorange theme" />
+     <a href="http://www.plogworld.net/resserver.php?blogId=1&resource=blorange_screenshot.jpg">
+      <img src="http://www.plogworld.net/resserver.php?blogId=1&resource=blorange_screenshot.jpg&mode=preview" alt="Blorange theme" />
      </a>
     </td>
     <td style="vertical-align: top">
@@ -70,8 +68,8 @@
       
    <tr>
     <td>
-     <a href="http://www.plogworld.org/resserver.php?blogId=1&resource=73-blufill_screenshot.jpg">
-      <img src="http://www.plogworld.org/resserver.php?blogId=1&resource=73-blufill_screenshot.jpg&mode=preview" alt="Blufill theme" />
+     <a href="http://www.plogworld.net/resserver.php?blogId=1&resource=73-blufill_screenshot.jpg">
+      <img src="http://www.plogworld.net/resserver.php?blogId=1&resource=73-blufill_screenshot.jpg&mode=preview" alt="Blufill theme" />
      </a>
     </td>
     <td style="vertical-align: top">
@@ -85,8 +83,8 @@
    
    <tr>
     <td>
-     <a href="http://www.plogworld.org/resserver.php?blogId=1&resource=Boxed-Green_screenshot.jpg">
-      <img src="http://www.plogworld.org/resserver.php?blogId=1&resource=Boxed-Green_screenshot.jpg&mode=preview" alt="Boxed-Green theme" />
+     <a href="http://www.plogworld.net/resserver.php?blogId=1&resource=Boxed-Green_screenshot.jpg">
+      <img src="http://www.plogworld.net/resserver.php?blogId=1&resource=Boxed-Green_screenshot.jpg&mode=preview" alt="Boxed-Green theme" />
      </a>
     </td>
     <td style="vertical-align: top">
@@ -100,8 +98,8 @@
    
    <tr>
     <td>
-     <a href="http://www.plogworld.org/resserver.php?blogId=1&resource=bubble-blue_screenshot.jpg">
-      <img src="http://www.plogworld.org/resserver.php?blogId=1&resource=bubble-blue_screenshot.jpg&mode=preview" alt="Bubble Blue theme" />
+     <a href="http://www.plogworld.net/resserver.php?blogId=1&resource=bubble-blue_screenshot.jpg">
+      <img src="http://www.plogworld.net/resserver.php?blogId=1&resource=bubble-blue_screenshot.jpg&mode=preview" alt="Bubble Blue theme" />
      </a>
     </td>
     <td style="vertical-align: top">
@@ -115,8 +113,8 @@
    
    <tr>
     <td>
-     <a href="http://www.plogworld.org/resserver.php?blogId=1&resource=buddha_screenshot.jpg">
-      <img src="http://www.plogworld.org/resserver.php?blogId=1&resource=buddha_screenshot.jpg&mode=preview" alt="Buddha" />
+     <a href="http://www.plogworld.net/resserver.php?blogId=1&resource=buddha_screenshot.jpg">
+      <img src="http://www.plogworld.net/resserver.php?blogId=1&resource=buddha_screenshot.jpg&mode=preview" alt="Buddha" />
      </a>
     </td>
     <td style="vertical-align: top">
@@ -130,8 +128,8 @@
    
    <tr>
     <td>
-     <a href="http://www.plogworld.org/resserver.php?blogId=1&resource=cab_screenshot.jpg">
-      <img src="http://www.plogworld.org/resserver.php?blogId=1&resource=cab_screenshot.jpg&mode=preview" alt="Cab" />
+     <a href="http://www.plogworld.net/resserver.php?blogId=1&resource=cab_screenshot.jpg">
+      <img src="http://www.plogworld.net/resserver.php?blogId=1&resource=cab_screenshot.jpg&mode=preview" alt="Cab" />
      </a>
     </td>
     <td style="vertical-align: top">
@@ -145,8 +143,8 @@
    
    <tr>
     <td>
-     <a href="http://www.plogworld.org/resserver.php?blogId=1&resource=darkfire_screenshot.jpg">
-      <img src="http://www.plogworld.org/resserver.php?blogId=1&resource=darkfire_screenshot.jpg&mode=preview" alt="Darkfire" />
+     <a href="http://www.plogworld.net/resserver.php?blogId=1&resource=darkfire_screenshot.jpg">
+      <img src="http://www.plogworld.net/resserver.php?blogId=1&resource=darkfire_screenshot.jpg&mode=preview" alt="Darkfire" />
      </a>
     </td>
     <td style="vertical-align: top">
@@ -160,8 +158,8 @@
    
    <tr>
     <td>
-     <a href="http://www.plogworld.org/resserver.php?blogId=1&resource=dots_screenshot.jpg">
-      <img src="http://www.plogworld.org/resserver.php?blogId=1&resource=dots_screenshot.jpg&mode=preview" alt="Dots" />
+     <a href="http://www.plogworld.net/resserver.php?blogId=1&resource=dots_screenshot.jpg">
+      <img src="http://www.plogworld.net/resserver.php?blogId=1&resource=dots_screenshot.jpg&mode=preview" alt="Dots" />
      </a>
     </td>
     <td style="vertical-align: top">
@@ -175,8 +173,8 @@
    
    <tr>
     <td>
-     <a href="http://www.plogworld.org/resserver.php?blogId=1&resource=drove-all-night_screenshot.jpg">
-      <img src="http://www.plogworld.org/resserver.php?blogId=1&resource=drove-all-night_screenshot.jpg&mode=preview" alt="Drove all night" />
+     <a href="http://www.plogworld.net/resserver.php?blogId=1&resource=drove-all-night_screenshot.jpg">
+      <img src="http://www.plogworld.net/resserver.php?blogId=1&resource=drove-all-night_screenshot.jpg&mode=preview" alt="Drove all night" />
      </a>
     </td>
     <td style="vertical-align: top">
@@ -190,8 +188,8 @@
    
    <tr>
     <td>
-     <a href="http://www.plogworld.org/resserver.php?blogId=1&resource=flower_screenshot.jpg">
-      <img src="http://www.plogworld.org/resserver.php?blogId=1&resource=flower_screenshot.jpg&mode=preview" alt="Flower" />
+     <a href="http://www.plogworld.net/resserver.php?blogId=1&resource=flower_screenshot.jpg">
+      <img src="http://www.plogworld.net/resserver.php?blogId=1&resource=flower_screenshot.jpg&mode=preview" alt="Flower" />
      </a>
     </td>
     <td style="vertical-align: top">
@@ -205,8 +203,8 @@
    
    <tr>
     <td>
-     <a href="http://www.plogworld.org/resserver.php?blogId=1&resource=gutenberg_screenshot.jpg">
-      <img src="http://www.plogworld.org/resserver.php?blogId=1&resource=gutenberg_screenshot.jpg&mode=preview" alt="Gutenberg" />
+     <a href="http://www.plogworld.net/resserver.php?blogId=1&resource=gutenberg_screenshot.jpg">
+      <img src="http://www.plogworld.net/resserver.php?blogId=1&resource=gutenberg_screenshot.jpg&mode=preview" alt="Gutenberg" />
      </a>
     </td>
     <td style="vertical-align: top">
@@ -220,8 +218,8 @@
    
    <tr>
     <td>
-     <a href="http://www.plogworld.org/resserver.php?blogId=1&resource=human_condition_screenshot.jpg">
-      <img src="http://www.plogworld.org/resserver.php?blogId=1&resource=human_condition_screenshot.jpg&mode=preview" alt="Human Condition" />
+     <a href="http://www.plogworld.net/resserver.php?blogId=1&resource=human_condition_screenshot.jpg">
+      <img src="http://www.plogworld.net/resserver.php?blogId=1&resource=human_condition_screenshot.jpg&mode=preview" alt="Human Condition" />
      </a>
     </td>
     <td style="vertical-align: top">
@@ -235,8 +233,8 @@
    
    <tr>
     <td>
-     <a href="http://www.plogworld.org/resserver.php?blogId=1&resource=Mac-Stripe_screenshot.jpg">
-      <img src="http://www.plogworld.org/resserver.php?blogId=1&resource=Mac-Stripe_screenshot.jpg&mode=preview" alt="Mac-Stripe" />
+     <a href="http://www.plogworld.net/resserver.php?blogId=1&resource=Mac-Stripe_screenshot.jpg">
+      <img src="http://www.plogworld.net/resserver.php?blogId=1&resource=Mac-Stripe_screenshot.jpg&mode=preview" alt="Mac-Stripe" />
      </a>
     </td>
     <td style="vertical-align: top">
@@ -250,8 +248,8 @@
    
    <tr>
     <td>
-     <a href="http://www.plogworld.org/resserver.php?blogId=1&resource=mars-spirit_screenshot.jpg">
-      <img src="http://www.plogworld.org/resserver.php?blogId=1&resource=mars-spirit_screenshot.jpg&mode=preview" alt="Mars Spirit" />
+     <a href="http://www.plogworld.net/resserver.php?blogId=1&resource=mars-spirit_screenshot.jpg">
+      <img src="http://www.plogworld.net/resserver.php?blogId=1&resource=mars-spirit_screenshot.jpg&mode=preview" alt="Mars Spirit" />
      </a>
     </td>
     <td style="vertical-align: top">
@@ -265,8 +263,8 @@
    
    <tr>
     <td>
-     <a href="http://www.plogworld.org/resserver.php?blogId=1&resource=Matrix-Code_screenshot.jpg">
-      <img src="http://www.plogworld.org/resserver.php?blogId=1&resource=Matrix-Code_screenshot.jpg&mode=preview" alt="Matrix Code" />
+     <a href="http://www.plogworld.net/resserver.php?blogId=1&resource=Matrix-Code_screenshot.jpg">
+      <img src="http://www.plogworld.net/resserver.php?blogId=1&resource=Matrix-Code_screenshot.jpg&mode=preview" alt="Matrix Code" />
      </a>
     </td>
     <td style="vertical-align: top">
@@ -280,8 +278,8 @@
    
    <tr>
     <td>
-     <a href="http://www.plogworld.org/resserver.php?blogId=1&resource=minitemplate_screenshot.jpg">
-      <img src="http://www.plogworld.org/resserver.php?blogId=1&resource=minitemplate_screenshot.jpg&mode=preview" alt="minitemplate" />
+     <a href="http://www.plogworld.net/resserver.php?blogId=1&resource=minitemplate_screenshot.jpg">
+      <img src="http://www.plogworld.net/resserver.php?blogId=1&resource=minitemplate_screenshot.jpg&mode=preview" alt="minitemplate" />
      </a>
     </td>
     <td style="vertical-align: top">
@@ -295,8 +293,8 @@
    
    <tr>
     <td>
-     <a href="http://www.plogworld.org/resserver.php?blogId=1&resource=Modish_screenshot.jpg">
-      <img src="http://www.plogworld.org/resserver.php?blogId=1&resource=Modish_screenshot.jpg&mode=preview" alt="Modish" />
+     <a href="http://www.plogworld.net/resserver.php?blogId=1&resource=Modish_screenshot.jpg">
+      <img src="http://www.plogworld.net/resserver.php?blogId=1&resource=Modish_screenshot.jpg&mode=preview" alt="Modish" />
      </a>
     </td>
     <td style="vertical-align: top">
@@ -310,8 +308,8 @@
    
    <tr>
     <td>
-     <a href="http://www.plogworld.org/resserver.php?blogId=1&resource=outback_screenshot.jpg">
-      <img src="http://www.plogworld.org/resserver.php?blogId=1&resource=outback_screenshot.jpg&mode=preview" alt="Outback" />
+     <a href="http://www.plogworld.net/resserver.php?blogId=1&resource=outback_screenshot.jpg">
+      <img src="http://www.plogworld.net/resserver.php?blogId=1&resource=outback_screenshot.jpg&mode=preview" alt="Outback" />
      </a>
     </td>
     <td style="vertical-align: top">
@@ -325,8 +323,8 @@
    
    <tr>
     <td>
-     <a href="http://www.plogworld.org/resserver.php?blogId=1&resource=pastel-blocks_screenshot.jpg">
-      <img src="http://www.plogworld.org/resserver.php?blogId=1&resource=pastel-blocks_screenshot.jpg&mode=preview" alt="pastel-blocks" />
+     <a href="http://www.plogworld.net/resserver.php?blogId=1&resource=pastel-blocks_screenshot.jpg">
+      <img src="http://www.plogworld.net/resserver.php?blogId=1&resource=pastel-blocks_screenshot.jpg&mode=preview" alt="pastel-blocks" />
      </a>
     </td>
     <td style="vertical-align: top">
@@ -340,8 +338,8 @@
    
    <tr>
     <td>
-     <a href="http://www.plogworld.org/resserver.php?blogId=1&resource=pink_lilies_screenshot.jpg">
-      <img src="http://www.plogworld.org/resserver.php?blogId=1&resource=pink_lilies_screenshot.jpg&mode=preview" alt="Pink Lilies" />
+     <a href="http://www.plogworld.net/resserver.php?blogId=1&resource=pink_lilies_screenshot.jpg">
+      <img src="http://www.plogworld.net/resserver.php?blogId=1&resource=pink_lilies_screenshot.jpg&mode=preview" alt="Pink Lilies" />
      </a>
     </td>
     <td style="vertical-align: top">
@@ -355,8 +353,8 @@
    
    <tr>
     <td>
-     <a href="http://www.plogworld.org/resserver.php?blogId=1&resource=reic_screenshot.jpg">
-      <img src="http://www.plogworld.org/resserver.php?blogId=1&resource=reic_screenshot.jpg&mode=preview" alt="Reic" />
+     <a href="http://www.plogworld.net/resserver.php?blogId=1&resource=reic_screenshot.jpg">
+      <img src="http://www.plogworld.net/resserver.php?blogId=1&resource=reic_screenshot.jpg&mode=preview" alt="Reic" />
      </a>
     </td>
     <td style="vertical-align: top">
@@ -370,8 +368,8 @@
    
    <tr>
     <td>
-     <a href="http://www.plogworld.org/resserver.php?blogId=1&resource=roof_screenshot.jpg">
-      <img src="http://www.plogworld.org/resserver.php?blogId=1&resource=roof_screenshot.jpg&mode=preview" alt="Roof" />
+     <a href="http://www.plogworld.net/resserver.php?blogId=1&resource=roof_screenshot.jpg">
+      <img src="http://www.plogworld.net/resserver.php?blogId=1&resource=roof_screenshot.jpg&mode=preview" alt="Roof" />
      </a>
     </td>
     <td style="vertical-align: top">
@@ -385,8 +383,8 @@
    
    <tr>
     <td>
-     <a href="http://www.plogworld.org/resserver.php?blogId=1&resource=rubric_screenshot.jpg">
-      <img src="http://www.plogworld.org/resserver.php?blogId=1&resource=rubric_screenshot.jpg&mode=preview" alt="Rubric" />
+     <a href="http://www.plogworld.net/resserver.php?blogId=1&resource=rubric_screenshot.jpg">
+      <img src="http://www.plogworld.net/resserver.php?blogId=1&resource=rubric_screenshot.jpg&mode=preview" alt="Rubric" />
      </a>
     </td>
     <td style="vertical-align: top">
@@ -400,8 +398,8 @@
    
    <tr>
     <td>
-     <a href="http://www.plogworld.org/resserver.php?blogId=1&resource=silver_screenshot.jpg">
-      <img src="http://www.plogworld.org/resserver.php?blogId=1&resource=silver_screenshot.jpg&mode=preview" alt="Silver" />
+     <a href="http://www.plogworld.net/resserver.php?blogId=1&resource=silver_screenshot.jpg">
+      <img src="http://www.plogworld.net/resserver.php?blogId=1&resource=silver_screenshot.jpg&mode=preview" alt="Silver" />
      </a>
     </td>
     <td style="vertical-align: top">
@@ -415,8 +413,8 @@
    
    <tr>
     <td>
-     <a href="http://www.plogworld.org/resserver.php?blogId=1&resource=simple_sky_screenshot.jpg">
-      <img src="http://www.plogworld.org/resserver.php?blogId=1&resource=simple_sky_screenshot.jpg&mode=preview" alt="Simple Sky" />
+     <a href="http://www.plogworld.net/resserver.php?blogId=1&resource=simple_sky_screenshot.jpg">
+      <img src="http://www.plogworld.net/resserver.php?blogId=1&resource=simple_sky_screenshot.jpg&mode=preview" alt="Simple Sky" />
      </a>
     </td>
     <td style="vertical-align: top">
@@ -430,8 +428,8 @@
    
    <tr>
     <td>
-     <a href="http://www.plogworld.org/resserver.php?blogId=1&resource=Soft-Blue_screenshot.jpg">
-      <img src="http://www.plogworld.org/resserver.php?blogId=1&resource=Soft-Blue_screenshot.jpg&mode=preview" alt="Soft Blue" />
+     <a href="http://www.plogworld.net/resserver.php?blogId=1&resource=Soft-Blue_screenshot.jpg">
+      <img src="http://www.plogworld.net/resserver.php?blogId=1&resource=Soft-Blue_screenshot.jpg&mode=preview" alt="Soft Blue" />
      </a>
     </td>
     <td style="vertical-align: top">
@@ -445,8 +443,8 @@
    
    <tr>
     <td>
-     <a href="http://www.plogworld.org/resserver.php?blogId=1&resource=Soft-Green_screenshot.jpg">
-      <img src="http://www.plogworld.org/resserver.php?blogId=1&resource=Soft-Green_screenshot.jpg&mode=preview" alt="Soft Green" />
+     <a href="http://www.plogworld.net/resserver.php?blogId=1&resource=Soft-Green_screenshot.jpg">
+      <img src="http://www.plogworld.net/resserver.php?blogId=1&resource=Soft-Green_screenshot.jpg&mode=preview" alt="Soft Green" />
      </a>
     </td>
     <td style="vertical-align: top">
@@ -460,8 +458,8 @@
    
    <tr>
     <td>
-     <a href="http://www.plogworld.org/resserver.php?blogId=1&resource=Soft-Red_screenshot.jpg">
-      <img src="http://www.plogworld.org/resserver.php?blogId=1&resource=Soft-Red_screenshot.jpg&mode=preview" alt="Soft Red" />
+     <a href="http://www.plogworld.net/resserver.php?blogId=1&resource=Soft-Red_screenshot.jpg">
+      <img src="http://www.plogworld.net/resserver.php?blogId=1&resource=Soft-Red_screenshot.jpg&mode=preview" alt="Soft Red" />
      </a>
     </td>
     <td style="vertical-align: top">
@@ -475,8 +473,8 @@
    
    <tr>
     <td>
-     <a href="http://www.plogworld.org/resserver.php?blogId=1&resource=standard_screenshot.jpg">
-      <img src="http://www.plogworld.org/resserver.php?blogId=1&resource=standard_screenshot.jpg&mode=preview" alt="Standard" />
+     <a href="http://www.plogworld.net/resserver.php?blogId=1&resource=standard_screenshot.jpg">
+      <img src="http://www.plogworld.net/resserver.php?blogId=1&resource=standard_screenshot.jpg&mode=preview" alt="Standard" />
      </a>
     </td>
     <td style="vertical-align: top">
@@ -490,8 +488,8 @@
    
    <tr>
     <td>
-     <a href="http://www.plogworld.org/resserver.php?blogId=1&resource=standard_happy_screenshot.jpg">
-      <img src="http://www.plogworld.org/resserver.php?blogId=1&resource=standard_happy_screenshot.jpg&mode=preview" alt="Standard Happy" />
+     <a href="http://www.plogworld.net/resserver.php?blogId=1&resource=standard_happy_screenshot.jpg">
+      <img src="http://www.plogworld.net/resserver.php?blogId=1&resource=standard_happy_screenshot.jpg&mode=preview" alt="Standard Happy" />
      </a>
     </td>
     <td style="vertical-align: top">
@@ -505,8 +503,8 @@
    
    <tr>
     <td>
-     <a href="http://www.plogworld.org/resserver.php?blogId=1&resource=standard_red_screenshot.jpg">
-      <img src="http://www.plogworld.org/resserver.php?blogId=1&resource=standard_red_screenshot.jpg&mode=preview" alt="Standard Red" />
+     <a href="http://www.plogworld.net/resserver.php?blogId=1&resource=standard_red_screenshot.jpg">
+      <img src="http://www.plogworld.net/resserver.php?blogId=1&resource=standard_red_screenshot.jpg&mode=preview" alt="Standard Red" />
      </a>
     </td>
     <td style="vertical-align: top">
@@ -520,8 +518,8 @@
    
    <tr>
     <td>
-     <a href="http://www.plogworld.org/resserver.php?blogId=1&resource=standard_green_screenshot.jpg">
-      <img src="http://www.plogworld.org/resserver.php?blogId=1&resource=standard_green_screenshot.jpg&mode=preview" alt="Standard Green" />
+     <a href="http://www.plogworld.net/resserver.php?blogId=1&resource=standard_green_screenshot.jpg">
+      <img src="http://www.plogworld.net/resserver.php?blogId=1&resource=standard_green_screenshot.jpg&mode=preview" alt="Standard Green" />
      </a>
     </td>
     <td style="vertical-align: top">
@@ -535,8 +533,8 @@
   
    <tr>
     <td>
-     <a href="http://www.plogworld.org/resserver.php?blogId=1&resource=teleblue_screenshot.jpg">
-      <img src="http://www.plogworld.org/resserver.php?blogId=1&resource=teleblue_screenshot.jpg&mode=preview" alt="Teleblue" />
+     <a href="http://www.plogworld.net/resserver.php?blogId=1&resource=teleblue_screenshot.jpg">
+      <img src="http://www.plogworld.net/resserver.php?blogId=1&resource=teleblue_screenshot.jpg&mode=preview" alt="Teleblue" />
      </a>
     </td>
     <td style="vertical-align: top">
@@ -550,8 +548,8 @@
    
    <tr>
     <td>
-     <a href="http://www.plogworld.org/resserver.php?blogId=1&resource=toni_screenshot.jpg">
-      <img src="http://www.plogworld.org/resserver.php?blogId=1&resource=toni_screenshot.jpg&mode=preview" alt="Toni" />
+     <a href="http://www.plogworld.net/resserver.php?blogId=1&resource=toni_screenshot.jpg">
+      <img src="http://www.plogworld.net/resserver.php?blogId=1&resource=toni_screenshot.jpg&mode=preview" alt="Toni" />
      </a>
     </td>
     <td style="vertical-align: top">
@@ -565,8 +563,8 @@
    
    <tr>
     <td>
-     <a href="http://www.plogworld.org/resserver.php?blogId=1&resource=toto_screenshot.jpg">
-      <img src="http://www.plogworld.org/resserver.php?blogId=1&resource=toto_screenshot.jpg&mode=preview" alt="Toto" />
+     <a href="http://www.plogworld.net/resserver.php?blogId=1&resource=toto_screenshot.jpg">
+      <img src="http://www.plogworld.net/resserver.php?blogId=1&resource=toto_screenshot.jpg&mode=preview" alt="Toto" />
      </a>
     </td>
     <td style="vertical-align: top">
@@ -580,8 +578,8 @@
    
    <tr>
     <td>
-     <a href="http://www.plogworld.org/resserver.php?blogId=1&resource=tribal_screenshot.jpg">
-      <img src="http://www.plogworld.org/resserver.php?blogId=1&resource=tribal_screenshot.jpg&mode=preview" alt="Tribal" />
+     <a href="http://www.plogworld.net/resserver.php?blogId=1&resource=tribal_screenshot.jpg">
+      <img src="http://www.plogworld.net/resserver.php?blogId=1&resource=tribal_screenshot.jpg&mode=preview" alt="Tribal" />
      </a>
     </td>
     <td style="vertical-align: top">
@@ -595,8 +593,8 @@
    
    <tr>
     <td>
-     <a href="http://www.plogworld.org/resserver.php?blogId=1&resource=Very-Clean_screenshot.jpg">
-      <img src="http://www.plogworld.org/resserver.php?blogId=1&resource=Very-Clean_screenshot.jpg&mode=preview" alt="Very Clean" />
+     <a href="http://www.plogworld.net/resserver.php?blogId=1&resource=Very-Clean_screenshot.jpg">
+      <img src="http://www.plogworld.net/resserver.php?blogId=1&resource=Very-Clean_screenshot.jpg&mode=preview" alt="Very Clean" />
      </a>
     </td>
     <td style="vertical-align: top">
@@ -610,8 +608,8 @@
    
    <tr>
     <td>
-     <a href="http://www.plogworld.org/resserver.php?blogId=1&resource=Vicksburg_screenshot.jpg">
-      <img src="http://www.plogworld.org/resserver.php?blogId=1&resource=Vicksburg_screenshot.jpg&mode=preview" alt="Vicksburg" />
+     <a href="http://www.plogworld.net/resserver.php?blogId=1&resource=Vicksburg_screenshot.jpg">
+      <img src="http://www.plogworld.net/resserver.php?blogId=1&resource=Vicksburg_screenshot.jpg&mode=preview" alt="Vicksburg" />
      </a>
     </td>
     <td style="vertical-align: top">
@@ -625,8 +623,8 @@
    
    <tr>
     <td>
-     <a href="http://www.plogworld.org/resserver.php?blogId=1&resource=waterplay_screenshot.jpg">
-      <img src="http://www.plogworld.org/resserver.php?blogId=1&resource=waterplay_screenshot.jpg&mode=preview" alt="Waterplay" />
+     <a href="http://www.plogworld.net/resserver.php?blogId=1&resource=waterplay_screenshot.jpg">
+      <img src="http://www.plogworld.net/resserver.php?blogId=1&resource=waterplay_screenshot.jpg&mode=preview" alt="Waterplay" />
      </a>
     </td>
     <td style="vertical-align: top">
@@ -640,8 +638,8 @@
    
    <tr>
     <td>
-     <a href="http://www.plogworld.org/resserver.php?blogId=1&resource=white_screenshot.jpg">
-      <img src="http://www.plogworld.org/resserver.php?blogId=1&resource=white_screenshot.jpg&mode=preview" alt="Roof" />
+     <a href="http://www.plogworld.net/resserver.php?blogId=1&resource=white_screenshot.jpg">
+      <img src="http://www.plogworld.net/resserver.php?blogId=1&resource=white_screenshot.jpg&mode=preview" alt="Roof" />
      </a>
     </td>
     <td style="vertical-align: top">
@@ -655,8 +653,8 @@
    
    <tr>
     <td>
-     <a href="http://www.plogworld.org/resserver.php?blogId=1&resource=3-column-liquid_screenshot.jpg">
-      <img src="http://www.plogworld.org/resserver.php?blogId=1&resource=3-column-liquid_screenshot.jpg&mode=preview" alt="3-Column-Liquid" />
+     <a href="http://www.plogworld.net/resserver.php?blogId=1&resource=3-column-liquid_screenshot.jpg">
+      <img src="http://www.plogworld.net/resserver.php?blogId=1&resource=3-column-liquid_screenshot.jpg&mode=preview" alt="3-Column-Liquid" />
      </a>
     </td>
     <td style="vertical-align: top">

Modified: plog/trunk/templates/plogworld/tepmlates.template
===================================================================
--- plog/trunk/templates/plogworld/tepmlates.template	2005-01-16 19:14:06 UTC (rev 746)
+++ plog/trunk/templates/plogworld/tepmlates.template	2005-01-16 21:40:03 UTC (rev 747)
@@ -6,13 +6,11 @@
   </div>
   <br style="clear:both;" />
   </div>
-  <div id="navcontainer">
     <ul id="tablist">
       <li><a href="{$url->templatePage("download")}">Official Releases</a></li>				  	
 	  <li><a href="{$url->templatePage("plugins")}">Plugins</a></li>  
 	  <li id="tab_active"><a id="tab_current" href="{$url->templatePage("templates")}">Templates</a></li>     
 	  <li><a href="{$url->templatePage("development")}">Development</a></li>
 	</ul>
-  </div>
 
 {include file="$blogtemplate/footer.template"}
\ No newline at end of file

Modified: plog/trunk/templates/plogworld/top_logo.jpg
===================================================================
(Binary files differ)




More information about the pLog-svn mailing list