[Yanel-commits] rev 32077 - in public/yanel/contributions/realms/foaf/data: . en en/getting-started

michi at wyona.com michi at wyona.com
Sat Feb 16 00:07:22 CET 2008


Author: michi
Date: 2008-02-16 00:07:21 +0100 (Sat, 16 Feb 2008)
New Revision: 32077

Added:
   public/yanel/contributions/realms/foaf/data/en/
   public/yanel/contributions/realms/foaf/data/en/getting-started/
   public/yanel/contributions/realms/foaf/data/en/getting-started/install.html
   public/yanel/contributions/realms/foaf/data/en/related-projects.html
Log:
docu reorganized

Added: public/yanel/contributions/realms/foaf/data/en/getting-started/install.html
===================================================================
--- public/yanel/contributions/realms/foaf/data/en/getting-started/install.html	                        (rev 0)
+++ public/yanel/contributions/realms/foaf/data/en/getting-started/install.html	2008-02-15 23:07:21 UTC (rev 32077)
@@ -0,0 +1,46 @@
+<?xml version="1.0"?>
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+  <title>Install</title>
+  <link rel="neutron-introspection" href="?yanel.resource.usecase=introspection" type="application/neutron+xml"/>
+</head>
+<body>
+<h3>Install and run your own Open Social Network (Provider) Server</h3>
+<p>
+</p><ol>
+  <li>Download and install <a href="http://yanel.wyona.org">Yanel</a></li>
+  <li>Download the <a href="http://svn.wyona.com/repos/public/yanel/contributions/realms/foaf/">FOAF realm</a> from subversion repository (Username: anonymous, Password: anonynous).<br />
+  Add the FOAF realm to your Yanel installation as follows (also see the documentation about realms at <a href="http://yanel.wyona.org/en/documentation/index.html">http://yanel.wyona.org/en/documentation/index.html</a>):<br/><br/>
+<ul>
+<li>
+  Add the following lines to your $YANEL_SRC/conf/local/local.realms.xml file:<br /><br />
+  &lt;realm id="foaf" mount-point="/foaf/"&gt;<br />
+ 	&#160;&#160;&lt;name&gt;FOAF&lt;/name&gt;<br />
+  	&#160;&#160;&lt;config src="$FOAF_REALM_SRC/"/&gt;<br />
+  &lt;/realm&gt;<br /><br />
+  Replace $FOAF_REALM_SRC by the directory which contains the downloaded FOAF realm.
+  </li>
+  <li>
+  Copy $YANEL_SRC/conf/resource-types.xml to the directory $YANEL_SRC/conf/local and rename it to $YANEL_SRC/conf/local/local.resource-types.xml.
+  </li>
+  <li>
+  Add the following resources to this new file:<br /><br />
+  &lt;resource-type src="$FOAF_REALM_SRC/src/resources/shared/" compile="true" /&gt;<br />
+  &lt;resource-type src="$FOAF_REALM_SRC/src/resources/foaf/" compile="true" /&gt;<br />
+  &lt;resource-type src="$FOAF_REALM_SRC/src/resources/redirect/" compile="true" /&gt;<br />
+  &lt;resource-type src="$FOAF_REALM_SRC/src/resources/findfriend/" compile="true" /&gt;<br /><br />
+  Replace $FOAF_REALM_SRC by the directory which contains the downloaded FOAF realm.
+  </li>
+  <li>Rebuild and restart Yanel.<br />
+  ./yanel.sh stop<br />
+  ./build.sh clean (just to make sure)<br />
+  ./build.sh<br />
+  ./yanel.sh start<br />
+  And browse to http://127.0.0.1:8080/yanel/foaf/
+  </li>
+</ul>
+</li>
+</ol>
+</body>
+</html>

Added: public/yanel/contributions/realms/foaf/data/en/related-projects.html
===================================================================
--- public/yanel/contributions/realms/foaf/data/en/related-projects.html	                        (rev 0)
+++ public/yanel/contributions/realms/foaf/data/en/related-projects.html	2008-02-15 23:07:21 UTC (rev 32077)
@@ -0,0 +1,30 @@
+<?xml version="1.0"?>
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+  <title>Related Projects</title>
+  <link rel="neutron-introspection" href="?yanel.resource.usecase=introspection" type="application/neutron+xml"/>
+</head>
+<body>
+<h3>Related Projects</h3>
+<h4>Client Software</h4>
+<ul>
+  <li><a href="http://wiki.mozilla.org/Labs/The_Coop">Coop</a> (Also see &quot;<a href="http://zenit.senecac.on.ca/wiki/index.php/Desktop_Social_Networking_Integration">Coop Extended</a>&quot; by <a href="http://zenit.senecac.on.ca/wiki/index.php/User:Tjduavis#About_Me">Timothy Joseph Duavis</a>)<br/></li>
+  <li><a href="http://sioc-project.org/firefox">Semantic Radar for Firefox</a> (resp. <a href="https://addons.mozilla.org/en-US/firefox/addon/3886">https://addons.mozilla.org/en-US/firefox/addon/3886</a>)</li>
+  <li><a href="https://sommer.dev.java.net/source/browse/sommer/trunk/misc/AddressBook/www/">Beatnik</a> (Java)</li>
+</ul>
+<h4>Libraries</h4>
+<ul>
+  <li><a href="http://sourceforge.net/projects/jfoaf">jfoaf</a> (Java)</li>
+  <li><a href="http://www.ldodds.com/projects/">FOAF Beans</a> (Java)</li>
+</ul>
+<h4>Misc</h4>
+<ul>
+  <li><a href="http://foafme.opendfki.de/wiki">FoaFMe</a></li>
+  <li><a href="http://www.okkam.org/">Okkam</a></li>
+  <li><a href="http://freemyfriends.com/">Free my friends</a></li>
+  <li><a href="http://claimid.com/">claimID</a></li>
+  <li><a href="http://groups.google.com/group/opensocial">OpenSocial</a></li>
+</ul>
+</body>
+</html>



More information about the Yanel-commits mailing list