You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by ca...@apache.org on 2011/10/10 01:06:49 UTC

svn commit: r1180741 - /incubator/jena/site/trunk/content/jena/documentation/larq/index.mdtext

Author: castagna
Date: Sun Oct  9 23:06:48 2011
New Revision: 1180741

URL: http://svn.apache.org/viewvc?rev=1180741&view=rev
Log: (empty)

Modified:
    incubator/jena/site/trunk/content/jena/documentation/larq/index.mdtext

Modified: incubator/jena/site/trunk/content/jena/documentation/larq/index.mdtext
URL: http://svn.apache.org/viewvc/incubator/jena/site/trunk/content/jena/documentation/larq/index.mdtext?rev=1180741&r1=1180740&r2=1180741&view=diff
==============================================================================
--- incubator/jena/site/trunk/content/jena/documentation/larq/index.mdtext (original)
+++ incubator/jena/site/trunk/content/jena/documentation/larq/index.mdtext Sun Oct  9 23:06:48 2011
@@ -149,3 +149,17 @@ Sometimes, the index needs to be created
 Here, the indexed content is not in the RDF graph at all.  For example, the indexed content may come from HTML.XHTML, PDFs or XML documents and the RDF graph only holds the metadata about these content items. 
 
 The [Lucene contributions page](http://lucene.apache.org/java/docs/contributions.html) lists some content converters.
+
+## Getting Help and Getting Involved
+
+If you have a problem with LARQ, make sure you read the [Getting help with Jena](../../help_and_support/index.html) page and post a message on the [jena-users@incubator.apache.org](mailto:jena-users@incubator.apache.org) mailing list.
+You can also search the jena-users mailing list archives [here](http://markmail.org/search/?q=larq+list%3Aorg.apache.incubator.jena-users).
+
+If you use LARQ and you want to get involved, make sure you read the [Getting Involved](../../getting_involved/index.html) page. You can help us making LARQ better by:
+
+ * improving this documentation, writing tutorials or blog posts about LARQ
+ * letting us know how you use LARQ, your use cases and what are in your opinion missing features 
+ * answering users question about LARQ on the [jena-users@incubator.apache.org](mailto:jena-users@incubator.apache.org) mailing list
+ * submitting bug reports and feature requests on JIRA: https://issues.apache.org/jira/browse/JENA
+ * voting or submitting patches for the currently [open bugs or improvements](https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&jqlQuery=project+%3D+JENA+AND+component+%3D+LARQ+AND+status+%3D+Open+ORDER+BY+priority+DESC&mode=hide) for LARQ
+ * checking out LARQ source code, playing with it and let us know your ideas for possible improvements: [https://svn.apache.org/repos/asf/incubator/jena/Jena2/LARQ/trunk/](https://svn.apache.org/repos/asf/incubator/jena/Jena2/LARQ/trunk/)