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

michi at wyona.com michi at wyona.com
Mon Mar 24 21:51:03 CET 2008


Author: michi
Date: 2008-03-24 21:51:02 +0100 (Mon, 24 Mar 2008)
New Revision: 33958

Added:
   public/yanel/contributions/realms/foaf/data/en/importing-foaf-files.html
Modified:
   public/yanel/contributions/realms/foaf/data/developers.html
Log:
documentation about importing FOAF files added

Modified: public/yanel/contributions/realms/foaf/data/developers.html
===================================================================
--- public/yanel/contributions/realms/foaf/data/developers.html	2008-03-24 20:38:18 UTC (rev 33957)
+++ public/yanel/contributions/realms/foaf/data/developers.html	2008-03-24 20:51:02 UTC (rev 33958)
@@ -8,7 +8,12 @@
 <body>
 <h2>Developers</h2>
 <ul>
-  <li><a href="en/getting-started/install.html">How to install and run your own Open Social Network (Provider) Server</a></li>
+  <li>Documentation
+    <ul>
+      <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/importing-foaf-files.html">Importing FOAF files</a></li>
+    </ul>
+  </li>
 <li><a href="http://yanel.wyona.org/mailing-lists.html">Help/Mailing Lists</a>.</li>
 <li><a href="en/specification/index.html">Specification and Source Code</a></li>
 <li><a href="bugzilla-redirect.html">Task Tracker: Bugzilla</a></li>

Added: public/yanel/contributions/realms/foaf/data/en/importing-foaf-files.html
===================================================================
--- public/yanel/contributions/realms/foaf/data/en/importing-foaf-files.html	                        (rev 0)
+++ public/yanel/contributions/realms/foaf/data/en/importing-foaf-files.html	2008-03-24 20:51:02 UTC (rev 33958)
@@ -0,0 +1,27 @@
+<?xml version="1.0"?>
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+  <title>Importing FOAF files</title>
+  <link rel="neutron-introspection" href="?yanel.resource.usecase=introspection" type="application/neutron+xml"/>
+</head>
+<body>
+<h1>Importing FOAF files</h1>
+
+<ul>
+  <li>Add &lt;resource-type src="/home/USERNAME/wyona/public/yanel/contributions/realms/foaf/src/resources/import-foaf/" compile="true"/> to your local.resource-types.xml</li>
+
+  <li>Re-build and re-start Yanel</li>
+
+  <li>Browse to http://127.0.0.1:8080/yanel/foaf/import-foaf-files.html</li>
+
+  <li>Change the Import directory within FOAF_REAL_SRC/res-configs/import-foaf-files.html.yanel-rc
+ (Some arbitrary directory where you have dumped the FOAF files)</li>
+
+  <li>Reload page http://127.0.0.1:8080/yanel/foaf/import-foaf-files.html and click Import</li>
+
+  <li>Search for some keyword to test import</li>
+</ul>
+
+</body>
+</html>



More information about the Yanel-commits mailing list