[Ktutorial-commits] SF.net SVN: ktutorial:[77] trunk/web-src
Status: Alpha
Brought to you by:
danxuliu
|
From: <dan...@us...> - 2010-02-06 22:57:05
|
Revision: 77
http://ktutorial.svn.sourceforge.net/ktutorial/?rev=77&view=rev
Author: danxuliu
Date: 2010-02-06 22:56:59 +0000 (Sat, 06 Feb 2010)
Log Message:
-----------
Update base URL
Modified Paths:
--------------
trunk/web-src/cybertron.sh
trunk/web-src/news-toAtom.xsl
trunk/web-src/pages/index.xml
trunk/web-src/transformers/header.xsl
Modified: trunk/web-src/cybertron.sh
===================================================================
--- trunk/web-src/cybertron.sh 2010-02-06 22:54:43 UTC (rev 76)
+++ trunk/web-src/cybertron.sh 2010-02-06 22:56:59 UTC (rev 77)
@@ -169,7 +169,7 @@
encoding="utf-8";
outputDir=../build/;
-baseURL="http://csl2-ktutorial.forja.rediris.es/";
+baseURL="http://ktutorial.sourceforge.net/";
while getopts e:o:u: o
do
@@ -180,7 +180,7 @@
[?]) echo "Usage: $0 [-e encoding] [-o outputDir] [-u baseURL]";
echo " Default encoding: utf-8";
echo " Default output directory: ../build/";
- echo " Default baseURL: http://csl2-ktutorial.forja.rediris.es/";
+ echo " Default baseURL: http://ktutorial.sourceforge.net/";
exit 1;;
esac
done
Modified: trunk/web-src/news-toAtom.xsl
===================================================================
--- trunk/web-src/news-toAtom.xsl 2010-02-06 22:54:43 UTC (rev 76)
+++ trunk/web-src/news-toAtom.xsl 2010-02-06 22:56:59 UTC (rev 77)
@@ -39,7 +39,7 @@
<!--
The base URL of the feed site. Must include ending slash.
-->
- <xsl:param name="baseURL" select="'http://csl2-ktutorial.forja.rediris.es/'"/>
+ <xsl:param name="baseURL" select="'http://ktutorial.sourceforge.net/'"/>
<!--
The URL to the HTML news page from the base URL.
Modified: trunk/web-src/pages/index.xml
===================================================================
--- trunk/web-src/pages/index.xml 2010-02-06 22:54:43 UTC (rev 76)
+++ trunk/web-src/pages/index.xml 2010-02-06 22:56:59 UTC (rev 77)
@@ -7,7 +7,7 @@
</headElements>
<validationButtons>
<p xmlns="http://www.w3.org/1999/xhtml">
- <a href="http://feedvalidator.org/check.cgi?url=http%3A//csl2-ktutorial.forja.rediris.es/feed/atom/news.xml" title="Check Atom feed">
+ <a href="http://feedvalidator.org/check.cgi?url=http%3A//ktutorial.sourceforge.net/feed/atom/news.xml" title="Check Atom feed">
<img src="images/valid-atom.png" alt="Valid Atom 1.0!" height="15" width="80"/>
</a>
</p>
Modified: trunk/web-src/transformers/header.xsl
===================================================================
--- trunk/web-src/transformers/header.xsl 2010-02-06 22:54:43 UTC (rev 76)
+++ trunk/web-src/transformers/header.xsl 2010-02-06 22:56:59 UTC (rev 77)
@@ -17,7 +17,7 @@
<div id="header">
<div id="logo">
<div id="logoName">
- <a href="http://forja.rediris.es/projects/csl2-ktutorial/" title="KTutorial project page">KTutorial</a>
+ <a href="http://sourceforge.net/projects/ktutorial/" title="KTutorial project page">KTutorial</a>
</div>
<p id="logoCompleteName">Library for KDE interactive tutorials</p>
</div>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|