Project

General

Profile

Docs » History » Version 27

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

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