Project

General

Profile

Docs » History » Version 25

Alex Hall -, 02/05/2010 09:36 PM

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 9 Paula Gearon
8 13 Paula Gearon
== Deployment ==
9
 * [wiki:Deploying]. How to run a server, create an embedded Database, etc.
10
 * [wiki:SystemProperties System Properties]. A list of the system properties used by Mulgara.
11
 * [wiki:Args Command Line Arguments]. A list of the command line arguments used by the server application.
12
13 23 Paula Gearon
== SPARQL ==
14
 * [http://www.w3.org/TR/rdf-sparql-query/ SPARQL]: The query language specification.
15
 * [http://jena.sourceforge.net/ARQ/Tutorial/index.html SPARQL Tutorial]: The Jena tutorial for SPARQL.
16
 * [wiki:SPARQLExt SPARQL Extensions]: Mulgara extensions to standard SPARQL.
17
 * [wiki:SPARQLIssues Issues]: Known issues with the SPARQL implementation.
18
19 3 Paula Gearon
== TQL ==
20
 * [wiki:TQLUserGuide TQL User Guide]: The user guide.
21 4 Paula Gearon
 * [wiki:Rules]: How to use rules.
22 3 Paula Gearon
   * [wiki:RLog RLog]: How to write RLog programs.
23 1 Paula Gearon
   * [wiki:RulesFormat Rules Format]: How to write a rules file.
24
 * [wiki:SKOS]: SKOS rules.
25
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].
26
27 20 Paula Gearon
== APIs and Developer Documentation ==
28 1 Paula Gearon
Useful tips and documentation for developers using Mulgara. Not extensive, but more up to date than the static documentation.
29
30 20 Paula Gearon
 * [wiki:RESTInterface REST Interface].
31
 * Documentation for programming [wiki:UserInterfaces Interfaces] (APIs)
32 1 Paula Gearon
 * [wiki:BuildingDocuments How to build] the internal Mulgara documentation.
33
 * The direction of [wiki:DevelopmentTrack development].  A high level view for users of Mulgara.
34
 * [wiki:HOWTO HOWTOs]
35
 * [wiki:TODO TODOs]
36
 * New [wiki:TQLExtensions TQL extensions]
37
 * New or modified [wiki:UserDocumentation User Documentation]
38 25 Alex Hall -
 * [wiki:ConnectionCancel Canceling Database Operations]
39 14 Paula Gearon
40
=== Data Integration ===
41 16 Paula Gearon
 * [wiki:Resolvers Resolvers and Content Handlers]
42 14 Paula Gearon
 * [wiki:ResolverDBClass Resolver Database Class]
43 15 Paula Gearon
 * [wiki:ResolverTutorials Resolver Tutorial]
44 24 Paula Gearon
45
== Old Docs ==
46
 * [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.