forked from rpbouman/xmla4js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
89 lines (85 loc) · 4.42 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<!--
Copyright 2009, 2010, 2011 Roland Bouman
([email protected], http://rpbouman.blogspot.com/, http://code.google.com/p/xmla4js)
Twitter: @rolandbouman
index.html - this documentation is part of xmla4js
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Xmla4js - Home</title>
<link rel="stylesheet" type="text/css" href="css/default.css"/>
</head>
<body>
<div>
<b>Home</b>
|
<a href="doc/Installation.html">Installation</a>
|
<a href="https://github.com/rpbouman/xmla4js">Xmla4js on Github</a>
|
<a href="samples/index.html">Samples</a>
|
<a href="doc/api/index.html">API Reference Documentation</a>
</div>
<h1>OLAP & Analysis for Web Applications</h1>
<p>
Welcome to your xmla4js homepage!
</p>
<p>
Xmla4js is a standalone cross-browser javascript library that provides basic
<a href="http://en.wikipedia.org/wiki/XML_for_Analysis" target="wp">XML for Analysis</a>
(XML/A) capabilities, allowing webdevelopers to access data and metadata from
<a href="http://en.wikipedia.org/wiki/OLAP" target="wp">OLAP</a> providers
for use in rich web applications.
</p>
<p>
XML/A is an industry standard for communicating with OLAP servers.
It defines a <a href="http://en.wikipedia.org/wiki/SOAP" target="wp">SOAP</a> webservice
that allows clients to obtain metadata and to execute OLAP queries using the
<a href="http://en.wikipedia.org/wiki/Multidimensional_Expressions" target="wp">multi-dimensional expressions</a>
(MDX) language using HTTP as the underlying transport protocol.
</p>
<p>
To start using xmla4js, please go to the <a href="http://code.google.com/p/xmla4js/" target="gc">google code project page</a>,
and read how to setup xmla4js here: <a href="http://code.google.com/p/xmla4js/wiki/InstallingAndUsing" target="gc">http://code.google.com/p/xmla4js/wiki/InstallingAndUsing</a>.
</p>
<h2>Samples</h2>
<p>
After setting up xmla4js on your system, you can start using <a href="samples/index.html">the samples</a>.
</p>
<h2>API Reference Documentation</h2>
<p>
Xmla4js provides <a href="doc/api/index.html">API Reference documentation</a> in the HTML format,
prepared with the <a href="http://developer.yahoo.com/yui/yuidoc/">YUI Doc</a> system.
</p>
<h2>Links and Resources</h2>
<p>
<dl>
<dt>XML/A specification</dt>
<dd>
<ul>
<li><a href="http://xmla.org/xmla1.1.doc" target="xmla">MS Word format</a></li>
<li><a href="http://code.google.com/p/xmla4js/source/browse/trunk/doc/xmla1.1%20specification/xmla1.1.odt" target="xmla4js">open document format</a></li>
<li><a href="http://code.google.com/p/xmla4js/source/browse/trunk/doc/xmla1.1%20specification/xmla1.1.pdf" target="xmla4js">portable document format</a></li>
</ul>
</dd>
<dt>Microsoft XML for Analysis documentation</dt>
<dd>
<a href="http://msdn.microsoft.com/en-us/library/ms187178(SQL.90).aspx">http://msdn.microsoft.com/en-us/library/ms187178(SQL.90).aspx</a>
</dd>
</dl>
</p>
</body>
</html>