|
From: <se...@us...> - 2008-02-20 17:36:14
|
Revision: 120
http://xoperator.svn.sourceforge.net/xoperator/?rev=120&view=rev
Author: seebi
Date: 2008-02-20 09:36:17 -0800 (Wed, 20 Feb 2008)
Log Message:
-----------
build system nice-ups
Modified Paths:
--------------
trunk/xOperator/build.xml
Added Paths:
-----------
trunk/xOperator/scripts/README.txt
trunk/xOperator/scripts/doap.xml
Modified: trunk/xOperator/build.xml
===================================================================
--- trunk/xOperator/build.xml 2008-02-20 17:08:04 UTC (rev 119)
+++ trunk/xOperator/build.xml 2008-02-20 17:36:17 UTC (rev 120)
@@ -23,7 +23,7 @@
</target>
<target name="prepareDist">
- <mkdir dir="dist/lib" />
+ <mkdir dir="dist" />
<echo message="cleaning and preparing the dist directory" />
<delete includeemptydirs="true">
<fileset dir="dist" excludes="*.sh *.bat"/>
@@ -35,6 +35,7 @@
<copy todir="dist">
<fileset dir="scripts" />
</copy>
+ <chmod file="dist/start.sh" perm="ugo+rx"/>
<mkdir dir="dist/doc" />
<copy todir="dist/doc">
<fileset dir="doc" />
Added: trunk/xOperator/scripts/README.txt
===================================================================
--- trunk/xOperator/scripts/README.txt (rev 0)
+++ trunk/xOperator/scripts/README.txt 2008-02-20 17:36:17 UTC (rev 120)
@@ -0,0 +1,19 @@
+== About xOperator ==
+
+Inspired by Tim Berners-Lee's Semantic Agent the xOperator lifts personal
+knowledge exchange to a new level. Imagine sharing exactly the information
+you want with the people you trust. Need a phone number? Want to know the
+birthday of your best friends girlfriend (and in a second step where to buy
+her a present in a store near you)? Do you get tired to tell everybody that
+you have a new cellphone number? xOperator enables users to share all that
+knowledge in a trusted network. Built upon the already existing jabber
+network (secure connections, widely available) an agent running on your pc
+allows other users to query your RDF-database returning the favor to you.
+
+Homepage: http://aksw.org/Projects/xOperator
+ZIP/Tar/BZ2: http://sourceforge.net/project/showfiles.php?group_id=201552
+Changelog: http://aksw.org/Projects/xOperator/ChangeLog
+Source tree: http://xoperator.svn.sourceforge.net/viewvc/xoperator/
+Bug tracker: http://sourceforge.net/tracker/?func=browse&group_id=201552&atid=978019
+Mailing list: http://sourceforge.net/mail/?group_id=201552
+
Added: trunk/xOperator/scripts/doap.xml
===================================================================
--- trunk/xOperator/scripts/doap.xml (rev 0)
+++ trunk/xOperator/scripts/doap.xml 2008-02-20 17:36:17 UTC (rev 120)
@@ -0,0 +1,31 @@
+<Project
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
+ xmlns="http://usefulinc.com/ns/doap#"
+ xmlns:foaf="http://xmlns.com/foaf/0.1/">
+ <name>xOperator</name>
+ <shortname>xOperator</shortname>
+ <shortdesc>xOperator tries to be a semantic agent for xmpp / jabber network which finds and shares content about resources (using
+RDF/SPARQL) for you and your jabber friends.</shortdesc>
+ <description>Inspired by Tim Berners-Lee's Semantic Agent the xOperator lifts personal knowledge exchange to a new level. Imagine sharing exactly the information you want with the people you trust. Need a phone number? Want to know the birthday of your best friends girlfriend (and in a second step where to buy her a present in a store near you)? Do you get tired to tell everybody that you have a new cellphone number? xOperator enables users to share all that knowledge in a trusted network. Built upon the already existing jabber network (secure connections, widely available) an agent running on your pc allows other users to query your RDF-database returning the favor to you.</description>
+
+ <homepage rdf:resource="http://aksw.org/Projects/xOperator" />
+ <download-page rdf:resource="http://sourceforge.net/project/showfiles.php?group_id=201552" />
+ <bug-database rdf:resource="http://sourceforge.net/tracker/?func=browse&group_id=201552&atid=978019" />
+
+ <programming-language>Java</programming-language>
+ <license rdf:resource="http://usefulinc.com/doap/licenses/gpl" />
+
+ <maintainer>
+ <foaf:Person>
+ <foaf:name>Sebastian Dietzold</foaf:name>
+ <foaf:homepage rdf:resource="http://sebastian.dietzold.de"/>
+ <rdf:seeAlso rdf:resource="http://sebastian.dietzold.de/rdf/foaf.rdf"/>
+ <foaf:mbox_sha1sum>16ef723e22f2b7c6fc04f151cc7bd400918330b3</foaf:mbox_sha1sum>
+ </foaf:Person>
+ <foaf:Person>
+ <foaf:name>Jörg Unbehauen</foaf:name>
+ </foaf:Person>
+ </maintainer>
+
+</Project>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|