[Yanel-commits] rev 32079 - in public/yanel/contributions/realms/foaf: data src/resources/findfriend/xslt

michi at wyona.com michi at wyona.com
Sat Feb 16 00:12:35 CET 2008


Author: michi
Date: 2008-02-16 00:12:34 +0100 (Sat, 16 Feb 2008)
New Revision: 32079

Modified:
   public/yanel/contributions/realms/foaf/data/developers.html
   public/yanel/contributions/realms/foaf/src/resources/findfriend/xslt/foaf2xhtml.xsl
Log:
links fixed

Modified: public/yanel/contributions/realms/foaf/data/developers.html
===================================================================
--- public/yanel/contributions/realms/foaf/data/developers.html	2008-02-15 23:07:27 UTC (rev 32078)
+++ public/yanel/contributions/realms/foaf/data/developers.html	2008-02-15 23:12:34 UTC (rev 32079)
@@ -8,11 +8,9 @@
 <body>
 <h2>Developers</h2>
 <ul>
-<li>Please find more information about the technical implementation and source code at <a href="http://yanel.wyona.org/specification/foaf/index.html">http://yanel.wyona.org/specification/foaf/index.html</a>.</li>
-<li>
-In case you need support or want to get in touch with the developers for whatever reason, please subscribe to one of the <a href="http://yanel.wyona.org/mailing-lists.html">mailing lists</a>.
-</li>
-<li><a href="en/getting-started/install.html">How to install and run your own Open Social Network (Provider) Server</a></li>
+  <li><a href="en/getting-started/install.html">How to install and run your own Open Social Network (Provider) Server</a></li>
+<li>In case you need support or want to get in touch with the developers for whatever reason, please subscribe to one of the <a href="http://yanel.wyona.org/mailing-lists.html">mailing lists</a>.</li>
+<li>Please find more information about the specification, the technical implementation and source code at <a href="http://yanel.wyona.org/specification/foaf/index.html">http://yanel.wyona.org/specification/foaf/index.html</a>.</li>
 <li><a href="bugzilla-redirect.html">Task Tracker: Bugzilla</a></li>
 <li><a href="en/related-projects.html">Related Projects</a></li>
 </ul>

Modified: public/yanel/contributions/realms/foaf/src/resources/findfriend/xslt/foaf2xhtml.xsl
===================================================================
--- public/yanel/contributions/realms/foaf/src/resources/findfriend/xslt/foaf2xhtml.xsl	2008-02-15 23:07:27 UTC (rev 32078)
+++ public/yanel/contributions/realms/foaf/src/resources/findfriend/xslt/foaf2xhtml.xsl	2008-02-15 23:12:34 UTC (rev 32079)
@@ -28,7 +28,7 @@
 <body>
 <p>
 <font size="-1">
-<xsl:choose><xsl:when test="$username = 'foaf:uin'"><a href="login.html">Login</a></xsl:when><xsl:otherwise>Signed in as <b><xsl:value-of select="$username"/></b>&#160;(<a href="?yanel.usecase=logout">Logout</a>)</xsl:otherwise></xsl:choose> | <!--<a href="register.html">Register</a> | --><a href="about.html">About</a> | <a href="developers.html">Developers</a> | <a href="http://yanel.wyona.org/en/download/index.html">Download</a>
+<xsl:choose><xsl:when test="$username = 'foaf:uin'"><a href="login.html">Login</a></xsl:when><xsl:otherwise>Signed in as <b><xsl:value-of select="$username"/></b>&#160;(<a href="?yanel.usecase=logout">Logout</a>)</xsl:otherwise></xsl:choose> | <!--<a href="register.html">Register</a> | --><a href="about.html">About</a> | <a href="developers.html">Developers</a> | <a href="en/getting-started/install.html">Download</a>
 </font>
 </p>
 



More information about the Yanel-commits mailing list