[Fencommits] fenfire-hs: update docs 0.1 -> 0.2

Tuukka Hastrup Tuukka.Hastrup at iki.fi
Wed May 21 15:58:36 EEST 2008


Tue Apr 22 07:00:48 EEST 2008  Tuukka Hastrup <Tuukka.Hastrup at iki.fi>
  * update docs 0.1 -> 0.2

    M ./README -2 +43

Tue Apr 22 07:00:48 EEST 2008  Tuukka Hastrup <Tuukka.Hastrup at iki.fi>
  * update docs 0.1 -> 0.2
diff -rN -u old-fenfire-hs/README new-fenfire-hs/README
--- old-fenfire-hs/README	2008-05-21 15:58:36.176229000 +0300
+++ new-fenfire-hs/README	2008-05-21 15:58:36.176229000 +0300
@@ -7,7 +7,8 @@
 Introduction
 ============
 
-Fenfire is a graph-based notetaking system. (We're planning to add a
+Fenfire is a graph-based notetaking system built on Semantic Web technologies 
+and including features for Linked Data browsing. (We're planning to add a
 kitchen sink soon.) It is developed on the channel #fenfire on the
 Freenode IRC network.
 
@@ -59,10 +60,14 @@
 
 ~/bin/fenfire
 
+
+Editing
+=======
+
 You will see the application launch with a new graph where you can
 start adding your notes using the Edit menu and the included key bindings.
 
-* The current node is highlighted in blue.
+* The current node is highlighted in color.
 
 * To write into the current node, move to the text box at the bottom
   of the window using Tab or the mouse. After you've finished typing,
@@ -80,4 +85,40 @@
   - Up and Down scroll through the nodes connected to the current node.
   - Instead of Left/Right/Up/Down, you can also use j/l/i/comma.
 
+* To use a node as a connection between others, you can add it as a property
+  and choose it for use for new connections.
+
 You cannot currently use the mouse to move around the structure.
+
+
+Node URIs
+=========
+
+Following the Semantic Web and RDF, each node and connection has a URI (more
+accurately an IRI as international characters are supported). Normally, 
+Fenfire generates random-looking URIs of the URN-5 type, and hides them
+by displaying the node label instead.
+
+* You can reveal the underlying URI by applying the menu item 
+  "Edit -> Remove literal text".
+
+* You can change the underlying URI with "Edit -> Change node's IRI".
+
+  - Full URIs are written in angle brackets: <http://fenfire.org/>
+
+  - URIs under namespaces such as rdfs can be shortened: rdfs:seeAlso
+
+We don't currently provide means to declaring namespaces in addition to those
+that are in a document when it's opened.
+
+
+Linked Data browsing
+====================
+
+* Start by choosing the menu item "File -> Go to IRI" and enter in angle 
+  brackets a http URI of a resource available in RDF.
+
+* Use "File -> Load node's IRI" to follow links between documents, that is,
+  load more data from the URI of the current node.
+
+Data loaded from other documents is not saved.




More information about the Fencommits mailing list