You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2012/05/09 23:16:55 UTC

svn commit: r1336406 - in /jena/site/trunk/content/jena: documentation/larq/ documentation/query/ documentation/sdb/ documentation/serving_data/ documentation/tdb/ download/ getting_involved/ help_and_support/

Author: andy
Date: Wed May  9 21:16:54 2012
New Revision: 1336406

URL: http://svn.apache.org/viewvc?rev=1336406&view=rev
Log:
Change email addresess, svn locations to the TLP values

Modified:
    jena/site/trunk/content/jena/documentation/larq/index.mdtext
    jena/site/trunk/content/jena/documentation/query/download.mdtext
    jena/site/trunk/content/jena/documentation/sdb/index.mdtext
    jena/site/trunk/content/jena/documentation/sdb/sdb.mdtext
    jena/site/trunk/content/jena/documentation/serving_data/index.mdtext
    jena/site/trunk/content/jena/documentation/tdb/tdb_download.mdtext
    jena/site/trunk/content/jena/download/maven.mdtext
    jena/site/trunk/content/jena/getting_involved/index.mdtext
    jena/site/trunk/content/jena/help_and_support/index.mdtext

Modified: jena/site/trunk/content/jena/documentation/larq/index.mdtext
URL: http://svn.apache.org/viewvc/jena/site/trunk/content/jena/documentation/larq/index.mdtext?rev=1336406&r1=1336405&r2=1336406&view=diff
==============================================================================
--- jena/site/trunk/content/jena/documentation/larq/index.mdtext (original)
+++ jena/site/trunk/content/jena/documentation/larq/index.mdtext Wed May  9 21:16:54 2012
@@ -2,7 +2,7 @@ Title: LARQ - adding free text searches 
 
 LARQ is a combination of [ARQ](../query/index.html) and [Lucene](http://lucene.apache.org/java/docs/index.html). It gives users the ability to perform free text searches within their SPARQL queries. Lucene indexes are additional information for accessing the RDF graph, not storage for the graph itself.
 
-Some example code is available here: [https://svn.apache.org/repos/asf/incubator/jena/Jena2/LARQ/trunk/src/test/java/org/apache/jena/larq/examples/](https://svn.apache.org/repos/asf/incubator/jena/Jena2/LARQ/trunk/src/test/java/org/apache/jena/larq/examples/).
+Some example code is available here: [https://svn.apache.org/repos/asf/jena/trunk/jena-larq/src/test/java/org/apache/jena/larq/examples/](https://svn.apache.org/repos/asf/jena/trunk/jena-larq/src/test/java/org/apache/jena/larq/examples/).
 
 Two helper commands are provided: `larq.larqbuilder` and `larq.larq` used respectively for updating and querying LARQ indexes.
 

Modified: jena/site/trunk/content/jena/documentation/query/download.mdtext
URL: http://svn.apache.org/viewvc/jena/site/trunk/content/jena/documentation/query/download.mdtext?rev=1336406&r1=1336405&r2=1336406&view=diff
==============================================================================
--- jena/site/trunk/content/jena/documentation/query/download.mdtext (original)
+++ jena/site/trunk/content/jena/documentation/query/download.mdtext Wed May  9 21:16:54 2012
@@ -5,6 +5,6 @@ For details on downloading ARQ, please s
 ## Subversion
 
 Access to the live development version, including a complete
-Eclipse project, is available [via SVN](https://svn.apache.org/repos/asf/incubator/jena/Jena2/ARQ/)
+Eclipse project, is available [via SVN](https://svn.apache.org/repos/asf/jena/trunk/jena-arq/)
 
 [ARQ documentation index](index.html)

Modified: jena/site/trunk/content/jena/documentation/sdb/index.mdtext
URL: http://svn.apache.org/viewvc/jena/site/trunk/content/jena/documentation/sdb/index.mdtext?rev=1336406&r1=1336405&r2=1336406&view=diff
==============================================================================
--- jena/site/trunk/content/jena/documentation/sdb/index.mdtext (original)
+++ jena/site/trunk/content/jena/documentation/sdb/index.mdtext Wed May  9 21:16:54 2012
@@ -31,7 +31,7 @@ SDB is distributed from the Apache Jena 
 
 ## Subversion
 
-[SDB subversion repository](https://svn.apache.org/repos/asf/incubator/jena/Jena2/SDB/)
+[SDB subversion repository](https://svn.apache.org/repos/asf/jena/jena-sdb)
 at Apache.
 
 ## Support

Modified: jena/site/trunk/content/jena/documentation/sdb/sdb.mdtext
URL: http://svn.apache.org/viewvc/jena/site/trunk/content/jena/documentation/sdb/sdb.mdtext?rev=1336406&r1=1336405&r2=1336406&view=diff
==============================================================================
--- jena/site/trunk/content/jena/documentation/sdb/sdb.mdtext (original)
+++ jena/site/trunk/content/jena/documentation/sdb/sdb.mdtext Wed May  9 21:16:54 2012
@@ -40,7 +40,7 @@ See the [downloads page](/jena/download/
 
 ## Subversion
 
-[SDB subversion repository](https://svn.apache.org/repos/asf/incubator/jena/Jena2/SDB/)
+[SDB subversion repository](https://svn.apache.org/repos/asf/jena/trunk/jena-sdb/)
 at Apache.
 
 ## Support

Modified: jena/site/trunk/content/jena/documentation/serving_data/index.mdtext
URL: http://svn.apache.org/viewvc/jena/site/trunk/content/jena/documentation/serving_data/index.mdtext?rev=1336406&r1=1336405&r2=1336406&view=diff
==============================================================================
--- jena/site/trunk/content/jena/documentation/serving_data/index.mdtext (original)
+++ jena/site/trunk/content/jena/documentation/serving_data/index.mdtext Wed May  9 21:16:54 2012
@@ -477,7 +477,7 @@ See `DatasetAccessor`
 If you wish to pick the development codebase, check out the
 codebase from Apache:
 
-     svn co https://svn.apache.org/repos/asf/incubator/jena/Jena2/Fuseki/trunk
+     svn co https://svn.apache.org/repos/asf/jena/trunk/jena-fuseki
 
 Build:
 

Modified: jena/site/trunk/content/jena/documentation/tdb/tdb_download.mdtext
URL: http://svn.apache.org/viewvc/jena/site/trunk/content/jena/documentation/tdb/tdb_download.mdtext?rev=1336406&r1=1336405&r2=1336406&view=diff
==============================================================================
--- jena/site/trunk/content/jena/documentation/tdb/tdb_download.mdtext (original)
+++ jena/site/trunk/content/jena/documentation/tdb/tdb_download.mdtext Wed May  9 21:16:54 2012
@@ -34,5 +34,5 @@ Development builds are avilable from 
 
 ## Subversion
 
-[TDB Subversion repository](https://svn.apache.org/repos/asf/incubator/jena/Jena2/TDB/)
+[TDB Subversion repository](https://svn.apache.org/repos/asf/jena/trunk/jena-tdb)
 

Modified: jena/site/trunk/content/jena/download/maven.mdtext
URL: http://svn.apache.org/viewvc/jena/site/trunk/content/jena/download/maven.mdtext?rev=1336406&r1=1336405&r2=1336406&view=diff
==============================================================================
--- jena/site/trunk/content/jena/download/maven.mdtext (original)
+++ jena/site/trunk/content/jena/download/maven.mdtext Wed May  9 21:16:54 2012
@@ -137,18 +137,18 @@ If you want you can checkout the Jena (o
 install them in your local Maven repository. Simply checkout the sources and type
 <code>mvn install</code>. This assumes you have Maven and Subversion installed:
 
-    svn co https://svn.apache.org/repos/asf/incubator/jena/Jena2/jena/trunk jena-core
+    svn co https://svn.apache.org/repos/asf/jena/trunk/jena-core
     cd jena-core
     mvn clean install
 
-    svn co https://svn.apache.org/repos/asf/incubator/jena/Jena2/ARQ/trunk jena-arq
+    svn co https://svn.apache.org/repos/asf/jena/trunk/jena-arq
     cd jena-arq
     mvn clean install
 
-    svn co https://svn.apache.org/repos/asf/incubator/jena/Jena2/TDB/trunk jena-tdb
+    svn co https://svn.apache.org/repos/asf/jena/trunk/jena-tdb
     cd jena-tdb
     mvn clean install
 
 
 Subversion projects also exist for Fuseki and others modules, you can browse the
-subversion repository [here](http://svn.apache.org/repos/asf/incubator/jena/Jena2/).
+subversion repository [here](http://svn.apache.org/viewvc/jena/trunk/)

Modified: jena/site/trunk/content/jena/getting_involved/index.mdtext
URL: http://svn.apache.org/viewvc/jena/site/trunk/content/jena/getting_involved/index.mdtext?rev=1336406&r1=1336405&r2=1336406&view=diff
==============================================================================
--- jena/site/trunk/content/jena/getting_involved/index.mdtext (original)
+++ jena/site/trunk/content/jena/getting_involved/index.mdtext Wed May  9 21:16:54 2012
@@ -34,18 +34,14 @@ You can also check the state of each Jen
 
 ### Subversion repository
 
-You can find the Jena source code in the Apache subversion repository: [http://svn.apache.org/repos/asf/incubator/jena/Jena2/](http://svn.apache.org/repos/asf/incubator/jena/Jena2/).
-This is now the authoritative, active repository for Jena code. The historical Jena sources are still available from [SourceForge](http://sf.net/projects/jena).
+You can find the Jena source code in the Apache subversion repository: [http://svn.apache.org/repos/asf/jena/trunk/](http://svn.apache.org/repos/asf/jena/trunk/).
 
 Each Jena module uses Maven, here is how you can check out, build and test a Jena module (TDB in this case):
 
-    svn co https://svn.apache.org/repos/asf/incubator/jena/Jena2/JenaTop/trunk JenaTop
-    svn co https://svn.apache.org/repos/asf/incubator/jena/Jena2/TDB/trunk TDB
-    cd TDB
+    svn co https://svn.apache.org/repos/asf/jena/trunk/jena-tdb
+    cd jena-tdb
     mvn clean package
 
-JenaTop (i.e. which has the Jena parent pom.xml for all the Jena modules) is currently necessary but it will not be as soon as it is published to Maven central.
-
 ### Open issues
 
 You can find a list of the [open issues](https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&jqlQuery=project+%3D+JENA+AND+status+%3D+Open+ORDER+BY+priority+DESC&mode=hide) on JIRA (sorted by priority) or the [popular issues](https://issues.apache.org/jira/browse/JENA#selectedTab=com.atlassian.jira.plugin.system.project%3Apopularissues-panel) (sorted by votes).

Modified: jena/site/trunk/content/jena/help_and_support/index.mdtext
URL: http://svn.apache.org/viewvc/jena/site/trunk/content/jena/help_and_support/index.mdtext?rev=1336406&r1=1336405&r2=1336406&view=diff
==============================================================================
--- jena/site/trunk/content/jena/help_and_support/index.mdtext (original)
+++ jena/site/trunk/content/jena/help_and_support/index.mdtext Wed May  9 21:16:54 2012
@@ -14,7 +14,7 @@ to subscribe with. This list is a good p
 applications, or solving  a problem with using Jena. *Please see below for notes
 on asking good questions*. The list is archived at
 [mail-archives.apache.org](http://mail-archives.apache.org/mod_mbox#incubating) or
-[markmail.org](http://markmail.org/search/?q=list:org.apache.incubator.jena-*)
+[markmail.org](http://markmail.org/search/?q=list:org.apache.jena.*)
 
 The *developers* list is `dev@jena.apache.org`. To join this
 list, please send an email to: <a href="mailto:dev-subscribe@jena.apache.org">
@@ -51,7 +51,7 @@ Asking good questions is **the best way 
   is often enough for you to figure out the problem yourself, which is always satisfying!
 
   - **Don't re-post your question** after only a few hours. People are busy, and may be in a different timezone
-  to you. If you're not sure if your question made it to the list, [look in the archive](http://markmail.org/search/?q=list:org.apache.incubator.jena-*).
+  to you. If you're not sure if your question made it to the list, [look in the archive](http://markmail.org/search/?q=list:org.apache.jena.*).
 
   - **Adding lots of exclamation marks** or other punctuation will **not** move your question up the queue. Quite the
   reverse, in fact.