Project

General

Profile

Docs » History » Version 26

Paula Gearon, 02/25/2010 03:10 PM
Added a REST link to the top of the page

1 1 Paula Gearon
= Documentation =
2 3 Paula Gearon
3 9 Paula Gearon
== Users ==
4 11 Paula Gearon
 * [wiki:StartStop Starting and Stopping Mulgara].
5 9 Paula Gearon
 * [wiki:WebUI Web User Interface].
6 22 Gregg -
 * [wiki:cURL Using cURL to experiment with SPARQL and TQL].
7 26 Paula Gearon
 * [wiki:RESTInterface REST Interface].
8 9 Paula Gearon
9 13 Paula Gearon
== Deployment ==
10
 * [wiki:Deploying]. How to run a server, create an embedded Database, etc.
11
 * [wiki:SystemProperties System Properties]. A list of the system properties used by Mulgara.
12
 * [wiki:Args Command Line Arguments]. A list of the command line arguments used by the server application.
13
14 23 Paula Gearon
== SPARQL ==
15
 * [http://www.w3.org/TR/rdf-sparql-query/ SPARQL]: The query language specification.
16
 * [http://jena.sourceforge.net/ARQ/Tutorial/index.html SPARQL Tutorial]: The Jena tutorial for SPARQL.
17
 * [wiki:SPARQLExt SPARQL Extensions]: Mulgara extensions to standard SPARQL.
18
 * [wiki:SPARQLIssues Issues]: Known issues with the SPARQL implementation.
19
20 3 Paula Gearon
== TQL ==
21
 * [wiki:TQLUserGuide TQL User Guide]: The user guide.
22 4 Paula Gearon
 * [wiki:Rules]: How to use rules.
23 3 Paula Gearon
   * [wiki:RLog RLog]: How to write RLog programs.
24 1 Paula Gearon
   * [wiki:RulesFormat Rules Format]: How to write a rules file.
25
 * [wiki:SKOS]: SKOS rules.
26
The user guide has only just been started. Please add to it if you have time! The original guide can be [http://docs.mulgara.org/itqlcommands/index.html found here].
27
28 20 Paula Gearon
== APIs and Developer Documentation ==
29 1 Paula Gearon
Useful tips and documentation for developers using Mulgara. Not extensive, but more up to date than the static documentation.
30
31 20 Paula Gearon
 * [wiki:RESTInterface REST Interface].
32
 * Documentation for programming [wiki:UserInterfaces Interfaces] (APIs)
33 1 Paula Gearon
 * [wiki:BuildingDocuments How to build] the internal Mulgara documentation.
34
 * The direction of [wiki:DevelopmentTrack development].  A high level view for users of Mulgara.
35
 * [wiki:HOWTO HOWTOs]
36
 * [wiki:TODO TODOs]
37
 * New [wiki:TQLExtensions TQL extensions]
38
 * New or modified [wiki:UserDocumentation User Documentation]
39 25 Alex Hall -
 * [wiki:ConnectionCancel Canceling Database Operations]
40 14 Paula Gearon
41
=== Data Integration ===
42 16 Paula Gearon
 * [wiki:Resolvers Resolvers and Content Handlers]
43 14 Paula Gearon
 * [wiki:ResolverDBClass Resolver Database Class]
44 15 Paula Gearon
 * [wiki:ResolverTutorials Resolver Tutorial]
45 24 Paula Gearon
46
== Old Docs ==
47
 * [http://docs.mulgara.org/ Old Documentation] --  Not in this Wiki. The static form of the old user guide. This has falled well behind development, but does cover a lot of information.