You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by fc...@apache.org on 2011/12/21 07:59:48 UTC

svn commit: r1221630 - in /incubator/stanbol/trunk/demos/semanticbookmarks: README.md build.xml src/main/resources/content/about.xul src/main/resources/install.rdf

Author: fchrist
Date: Wed Dec 21 06:59:48 2011
New Revision: 1221630

URL: http://svn.apache.org/viewvc?rev=1221630&view=rev
Log:
Updated version information and README

Modified:
    incubator/stanbol/trunk/demos/semanticbookmarks/README.md
    incubator/stanbol/trunk/demos/semanticbookmarks/build.xml
    incubator/stanbol/trunk/demos/semanticbookmarks/src/main/resources/content/about.xul
    incubator/stanbol/trunk/demos/semanticbookmarks/src/main/resources/install.rdf

Modified: incubator/stanbol/trunk/demos/semanticbookmarks/README.md
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/demos/semanticbookmarks/README.md?rev=1221630&r1=1221629&r2=1221630&view=diff
==============================================================================
--- incubator/stanbol/trunk/demos/semanticbookmarks/README.md (original)
+++ incubator/stanbol/trunk/demos/semanticbookmarks/README.md Wed Dec 21 06:59:48 2011
@@ -1,31 +1,16 @@
-# Apache Stanbol Semantic Booksmarks Demo
+# Apache Stanbol Semantic Booksmarks Demo v0.1
 
 This is a Mozilla Firefox extension that supports semantic bookmarks. In
-this version you can 'like' or 'dislike' web pages.
+this early version you can 'like' or 'dislike' web pages.
 
-* Supported Firefox versions    : 3.0 - 7.x
-* Tested on Ubuntu with Firefox : 3.6.22
+* Supported Firefox versions    : 3.0 - 8.x
+* Tested on Ubuntu with Firefox : 3.6.22, 8.0
 
-## Packaging
-
-The packaging is done via Apache Ant script 'build.xml'. Execute via:
-
-  $ ant package
-  
-The resulting *.xpi file will be located in the 'target' folder. To clean the
-target folder use
-
-  $ ant clean
-  
-To clean a previous packaged version and package a new one in one step use
-
-  $ ant clean package
-  
 ## Installing
 
 Open your Firefox browser and install a new extension. Choose the created
-*.xpi file and proceed with the installation. Normally, a Firefox
-restart is required after install.
+or downloaded *.xpi file and proceed with the installation. Normally, a
+Firefox restart is required after install.
 
 You can also just use File->Open in Firefox and select the *.xpi file.
 
@@ -35,6 +20,46 @@ Just re-install the plugin. No prior de-
 
 ## Usage
 
-You will see a small Stanbol icon in the status bar after installing the
-plugin. Click on the icon to see its context menu.
+Make sure you have a running Stanbol server with activated FactStore and
+EntityHub.
 
+You will see a small Stanbol icon in the status bar (aka addon bar) after
+installing the plugin in your Mozilla Firefox browser. If you don't see
+this icon make sure the status bar is visible (newer versions of Firefox
+hide it by default). Click on the icon to see its context menu.
+
+First you need to setup your running Stanbol instance via the 'Settings'
+menu. You have to configure the Stanbol base URI which is normally
+'http://localhost:8080'. Then you click the 'Initialize Stanbol' button.
+Next step is to create your user entity by filling name and an URI identifying
+your person. Then click 'Create User'. Now everything is set up.
+(See Known Bugs!)
+
+After the setup you can 'like' and 'dislike' pages by clicking on the menu
+entries. The page that is currently visible in the main window will be
+liked/disliked. To see all your liked and disliked pages select 'Show Pages'
+from the menu.
+
+## Known Bugs
+
+- When using the settings dialog and changing the Stanbol base URI you have
+  to click OK after changing the URI. Otherwise this change will have no effect.
+
+- Some links on the overview page with all liked and disliked pages will not
+  work and result in an internal server error. This is because of a missing
+  feature of Stanbol's EntityHub.
+
+## Build from Source
+
+The packaging is done via Apache Ant script 'build.xml'. Execute via:
+
+  $ ant package
+  
+The resulting *.xpi file will be located in the 'target' folder. To clean the
+target folder use
+
+  $ ant clean
+  
+To clean a previous packaged version and package a new one in one step use
+
+  $ ant clean package

Modified: incubator/stanbol/trunk/demos/semanticbookmarks/build.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/demos/semanticbookmarks/build.xml?rev=1221630&r1=1221629&r2=1221630&view=diff
==============================================================================
--- incubator/stanbol/trunk/demos/semanticbookmarks/build.xml (original)
+++ incubator/stanbol/trunk/demos/semanticbookmarks/build.xml Wed Dec 21 06:59:48 2011
@@ -13,7 +13,7 @@
 
   <target name="package">
     <mkdir dir="target"/>
-    <zip destfile="target/stanbol-semantic-bookmarks-0.9.xpi">
+    <zip destfile="target/stanbol-semantic-bookmarks-0.1.xpi">
       <fileset dir="src/main/resources" />
     </zip>
   </target>

Modified: incubator/stanbol/trunk/demos/semanticbookmarks/src/main/resources/content/about.xul
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/demos/semanticbookmarks/src/main/resources/content/about.xul?rev=1221630&r1=1221629&r2=1221630&view=diff
==============================================================================
--- incubator/stanbol/trunk/demos/semanticbookmarks/src/main/resources/content/about.xul (original)
+++ incubator/stanbol/trunk/demos/semanticbookmarks/src/main/resources/content/about.xul Wed Dec 21 06:59:48 2011
@@ -7,7 +7,7 @@
       <image src='chrome://semanticbookmarks/skin/logo.png' width='180' height='71' />
       <vbox>
         <label>Semantic Bookmarks</label>
-        <label>Demo Plugin</label>
+        <label>Demo Plugin v0.1</label>
       </vbox>
     </hbox>
     <hbox>

Modified: incubator/stanbol/trunk/demos/semanticbookmarks/src/main/resources/install.rdf
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/demos/semanticbookmarks/src/main/resources/install.rdf?rev=1221630&r1=1221629&r2=1221630&view=diff
==============================================================================
--- incubator/stanbol/trunk/demos/semanticbookmarks/src/main/resources/install.rdf (original)
+++ incubator/stanbol/trunk/demos/semanticbookmarks/src/main/resources/install.rdf Wed Dec 21 06:59:48 2011
@@ -5,13 +5,13 @@
 
   <Description about="urn:mozilla:install-manifest">
 	  <em:id>fchrist@apache.org</em:id>
-	  <em:version>0.9</em:version>
+	  <em:version>0.1</em:version>
 	
     <em:targetApplication>
 	    <Description>
 	      <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
 	      <em:minVersion>3.0</em:minVersion>
-	      <em:maxVersion>7.*</em:maxVersion>
+	      <em:maxVersion>8.*</em:maxVersion>
 	    </Description>
     </em:targetApplication>