[tiled] r667 - in website: . src

svn@biggeruniverse.com svn at biggeruniverse.com
Tue Jun 13 06:21:57 PDT 2006


Author: bjorn
Date: 2006-06-13 08:21:57 -0500 (Tue, 13 Jun 2006)
New Revision: 667

Modified:
   website/src/generate_page.xsl
   website/src/page_downloads.xml
   website/src/page_index.xml
   website/tiled.jnlp
Log:
Committed some changes to the website. Also added development version to the downloads page now.


Modified: website/src/generate_page.xsl
===================================================================
--- website/src/generate_page.xsl	2006-06-10 21:32:11 UTC (rev 666)
+++ website/src/generate_page.xsl	2006-06-13 13:21:57 UTC (rev 667)
@@ -41,7 +41,7 @@
               <a href="downloads.html">Downloads</a>
               <a href="contact.html">Contact</a>
               <a href="tutorial.html">Tutorials</a>
-	      <a href="tiled.jnlp">Start Now!</a>
+              <a href="tiled.jnlp">Start Now!</a>
             </div>
           </div>
           <div id="content">
@@ -60,6 +60,12 @@
           </div>
           </div>
         </div>
+        <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
+        </script>
+        <script type="text/javascript">
+        _uacct = "UA-380618-1";
+        urchinTracker();
+        </script>
       </body>
     </html>
 

Modified: website/src/page_downloads.xml
===================================================================
--- website/src/page_downloads.xml	2006-06-10 21:32:11 UTC (rev 666)
+++ website/src/page_downloads.xml	2006-06-13 13:21:57 UTC (rev 667)
@@ -1,11 +1,21 @@
 <page>
   <content>
-    <h2>Download version 0.5.1</h2>
+    <h2>Download stable version 0.5.1</h2>
     <ul>
       <li><a href="files/tiled-0.5.1-bin.zip">tiled-0.5.1-bin.zip</a></li>
       <li><a href="files/tiled-0.5.1-src.zip">tiled-0.5.1-src.zip</a></li>
     </ul>
 
+    <h2>Development version</h2>
+    <ul>
+      <li><a href="files/tiled-0.6.0rc2-bin.zip">tiled-0.6.0rc2-bin.zip</a></li>
+      <li><a href="files/tiled-0.6.0rc2-src.zip">tiled-0.6.0rc2-src.zip</a></li>
+    </ul>
+    <ul>
+      <li><a href="files/tiled-0.6.0rc1-bin.zip">tiled-0.6.0rc1-bin.zip</a></li>
+      <li><a href="files/tiled-0.6.0rc1-src.zip">tiled-0.6.0rc1-src.zip</a></li>
+    </ul>
+
     <h2>Older versions</h2>
     <ul>
       <li><a href="files/tiled-0.5.0-bin.zip">tiled-0.5.0-bin.zip</a></li>
@@ -34,8 +44,8 @@
 
     <h2>Other links</h2>
     <p>
-      Subversion repository: <a href="svn://www.biggeruniverse.com/tiled">svn://www.biggeruniverse.com/tiled</a><br />
-      Bugtracker: <a href="http://www.biggeruniverse.com/projects/flyspray">http://www.biggeruniverse.com/projects/flyspray/</a><br />
+      Subversion repository: <a href="svn://svn.mapeditor.org/tiled">svn://svn.mapeditor.org/tiled</a><br />
+      Bugtracker: <a href="http://bugs.mapeditor.org/">http://bugs.mapeditor.org/</a><br />
     </p>
   </content>
 </page>

Modified: website/src/page_index.xml
===================================================================
--- website/src/page_index.xml	2006-06-10 21:32:11 UTC (rev 666)
+++ website/src/page_index.xml	2006-06-13 13:21:57 UTC (rev 667)
@@ -12,6 +12,22 @@
 
     <h2>News</h2>
 
+    <h3>April 1st, 2006 - Website moves to mapeditor.org</h3>
+    <p>
+      We've registered our own domain and moved our website from
+      <a href="http://tiled.rpgdx.net/">http://tiled.rpgdx.net/</a> to our new
+      location at <a href="http://mapeditor.org/">http://mapeditor.org/</a>. Be
+      sure to update your bookmarks! ;-)
+    </p>
+    <p>
+      Recently there has been some progress towards a new Tiled release, which
+      is expected to be released within a few weeks. Improvements will include
+      bugfixes and internationalization. We also hope to include some new
+      features, but unfortunately we are still rather short on time. Note that
+      if you are using Tiled and would like to work on some improvements, do
+      not hesitate to contact us.
+    </p>
+
     <h3>June 15th, 2005 - Tiled 0.5.1 released</h3>
     <p>
       Tiled 0.5.1 is certainly late, and thus a number of requests have built

Modified: website/tiled.jnlp
===================================================================
--- website/tiled.jnlp	2006-06-10 21:32:11 UTC (rev 666)
+++ website/tiled.jnlp	2006-06-13 13:21:57 UTC (rev 667)
@@ -1,10 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<jnlp spec="1.0+" codebase="http://tiled.rpgdx.net" href="tiled.jnlp">
+<jnlp spec="1.0+" codebase="http://mapeditor.org/" href="tiled.jnlp">
 
 <information>
 <title>Tiled</title>
 <vendor>Tiled Development Team</vendor>
-<homepage href="http://tiled.rpgdx.net/index.html"/>
+<homepage href="http://mapeditor.org/"/>
 <description>Tiled map editor</description>
 <icon href="/images/logo.png"/>
 <!-- <icon kind="splash" href="/images/your_splash_graphic.gif"/> -->




More information about the tiled-commit mailing list