Merge lp:~zorba-coders/zorba/doxygen into lp:zorba

Proposed by William Candillon
Status: Superseded
Proposed branch: lp:~zorba-coders/zorba/doxygen
Merge into: lp:zorba
Diff against target: 126 lines (+14/-14)
4 files modified
doc/zorba/impl_dep_features.dox (+10/-10)
doc/zorba/options.dox (+2/-2)
doc/zorba/php_ubuntu.dox (+1/-1)
doc/zorba/python_windows.dox (+1/-1)
To merge this branch: bzr merge lp:~zorba-coders/zorba/doxygen
Reviewer Review Type Date Requested Status
Matthias Brantner Needs Fixing
William Candillon Approve
Review via email: mp+105796@code.launchpad.net

This proposal has been superseded by a proposal from 2012-05-15.

Commit message

Remove dead links in the documentation.

Description of the change

Remove dead links in the documentation.

To post a comment you must log in.
Revision history for this message
William Candillon (wcandillon) :
review: Approve
Revision history for this message
Matthias Brantner (matthias-brantner) wrote :

Why do the build instructions not point to the latest version but to 2.2.0?

http://www.zorba-xquery.com/html/documentation/2.2.0/zorba/build

review: Needs Fixing
lp:~zorba-coders/zorba/doxygen updated
10840. By William Candillon

Improve links.

10841. By William Candillon

Fix documentation link.

10842. By William Candillon

Merge from trunk.

10843. By William Candillon

Remove reference to the old sourceforge mailing-list.

Unmerged revisions

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'doc/zorba/impl_dep_features.dox'
2--- doc/zorba/impl_dep_features.dox 2012-05-03 12:31:51 +0000
3+++ doc/zorba/impl_dep_features.dox 2012-05-15 10:46:23 +0000
4@@ -36,12 +36,12 @@
5 <tr bgcolor="lightcyan">
6 <td>W3C XQuery 1.0</td>
7 <td>The circumstances in which warnings are raised, and the ways in which warnings are handled.</td>
8- <td>Warnings are handled via instances of the zorba::DiagnosticHandler class. For details, see http://www.zorba-xquery.com/site2/doc/latest/cxx/html/classzorba_1_1DiagnosticHandler.html and http://www.zorba-xquery.com/site2/doc/latest/zorba/xqdoc/xhtml/www.zorba-xquery.com_warnings.html.</td>
9+ <td>Warnings are handled via instances of the zorba::DiagnosticHandler class. For details, see http://www.zorba-xquery.com/html/doc/latest/cxx/html/classzorba_1_1DiagnosticHandler.html and http://www.zorba-xquery.com/html/doc/latest/zorba/xqdoc/xhtml/www.zorba-xquery.com_warnings.html.</td>
10 </tr>
11 <tr bgcolor="lightcyan">
12 <td>W3C XQuery 1.0</td>
13 <td>The method by which errors are reported to the external processing environment.</td>
14- <td>Errors are handled via instances of the zorba::DiagnosticHandler class. For details, see http://www.zorba-xquery.com/site2/doc/latest/cxx/html/classzorba_1_1DiagnosticHandler.html.</td>
15+ <td>Errors are handled via instances of the zorba::DiagnosticHandler class. For details, see http://www.zorba-xquery.com/html/doc/latest/cxx/html/classzorba_1_1DiagnosticHandler.html.</td>
16 </tr>
17 <tr bgcolor="lightcyan">
18 <td>W3C XQuery 1.0</td>
19@@ -51,7 +51,7 @@
20 <tr bgcolor="lightcyan">
21 <td>W3C XQuery 1.0</td>
22 <td>Any components of the static context or dynamic context that are overwritten or augmented by the implementation.</td>
23- <td>The following static context components are overwritten/augmented: 1. Statically known namespaces: Augmented with zerr –&gt; http://www.zorba-xquery.com/errors 2. Context item static type: item() 3. Default order for empty sequences: empty_greatest 4. Static Base URI: We use the rules in 4.5, where the implementation-defined default mentioned there is http://www.zorba-xquery.com, 5. Statically known default collection type: item()*</td>
24+ <td>The following static context components are overwritten/augmented: 1. Statically known namespaces: Augmented with zerr –&gt; <a href="http://www.zorba-xquery.com/html/modules/zorba/errors">http://www.zorba-xquery.com/errors</a> 2. Context item static type: item() 3. Default order for empty sequences: empty_greatest 4. Static Base URI: We use the rules in 4.5, where the implementation-defined default mentioned there is http://www.zorba-xquery.com, 5. Statically known default collection type: item()*</td>
25 </tr>
26 <tr bgcolor="lightcyan">
27 <td>W3C XQuery 1.0</td>
28@@ -71,17 +71,17 @@
29 <tr bgcolor="lightcyan">
30 <td>W3C XQuery 1.0</td>
31 <td>The names and semantics of any option declarations recognized by the implementation.</td>
32- <td>See http://www.zorba-xquery.com/site2/doc/latest/zorba/html/options_and_annotations.html.</td>
33+ <td>See http://www.zorba-xquery.com/html/doc/latest/options_and_annotations.html.</td>
34 </tr>
35 <tr bgcolor="lightcyan">
36 <td>W3C XQuery 1.0</td>
37 <td>Protocols (if any) by which parameters can be passed to an external function, and the result of the function can returned to the invoking query.</td>
38- <td>See http://www.zorba-xquery.com/site2/doc/latest/zorba/html/external_functions.html.</td>
39+ <td>See http://www.zorba-xquery.com/html/doc/latest/external_functions.html.</td>
40 </tr>
41 <tr bgcolor="lightcyan">
42 <td>W3C XQuery 1.0</td>
43 <td>The process by which the specific modules to be imported by a module import are identified, if the Module Feature is supported (includes processing of location hints, if any.)</td>
44- <td>See http://www.zorba-xquery.com/site2/doc/latest/zorba/html/modules_top.html.</td>
45+ <td>See http://www.zorba-xquery.com/html/doc/latest/modules_top.html.</td>
46 </tr>
47 <tr bgcolor="lightcyan">
48 <td>W3C XQuery 1.0</td>
49@@ -91,7 +91,7 @@
50 <tr bgcolor="lightcyan">
51 <td>W3C XQuery 1.0</td>
52 <td>The means by which serialization is invoked, if the Serialization Feature is supported.</td>
53- <td>The result of an XQuery program can be serialized via the zorba::XQuery::execute methods (see http://www.zorba-xquery.com/site2/doc/latest/cxx/html/classzorba_1_1XQuery.html). Sequence of items can be serialized via the zorba::Serializer::serialize method (see http://www.zorba-xquery.com/site2/doc/latest/cxx/html/classzorba_1_1Serializer.html).</td>
54+ <td>The result of an XQuery program can be serialized via the zorba::XQuery::execute methods (see http://www.zorba-xquery.com/html/documentation/2.2.0/cxx/classzorba_1_1XQuery). Sequence of items can be serialized via the zorba::Serializer::serialize method (see http://www.zorba-xquery.com/html/documentation/latest/cxx/classzorba_1_1Serializer).</td>
55 </tr>
56 <tr bgcolor="lightcyan">
57 <td>W3C XQuery 1.0</td>
58@@ -286,7 +286,7 @@
59 <tr bgcolor="lightcyan">
60 <td>W3C XQuery and XPath Full Text 1.0</td>
61 <td>It is implementation-defined which thesaurus relationships an implementation supports.</td>
62- <td>This is covered in the Zorba Full Text Thesaurus documentation, http://www.zorba-xquery.com/site2/doc/latest/zorba/html/ft_thesaurus.html</td>
63+ <td>This is covered in the Zorba Full Text Thesaurus documentation, http://www.zorba-xquery.com/html/documentation/latest/zorba/ft_thesaurus</td>
64 </tr>
65 <tr bgcolor="lightcyan">
66 <td>W3C XQuery and XPath Full Text 1.0</td>
67@@ -670,13 +670,13 @@
68 <td>W3C XQuery 1.0</td>
69 <td>Available documents</td>
70 <td>dynamic</td>
71- <td>The URIs returned by the availale-documents function of module http://www.zorba-xquery.com/modules/store/dynamic/documents (see http://www.zorba-xquery.com/site2/doc/latest/zorba/xqdoc/xhtml/www.zorba-xquery.com_modules_store_dynamic_documents.html)</td>
72+ <td>The URIs returned by the availale-documents function of module http://www.zorba-xquery.com/modules/store/dynamic/documents (see http://www.zorba-xquery.com/html/modules/zorba/store/Documents)</td>
73 </tr>
74 <tr bgcolor="lightcyan">
75 <td>W3C XQuery 1.0</td>
76 <td>Available collections</td>
77 <td>dynamic</td>
78- <td>The URIs returned by the available-collections function of module http://www.zorba-xquery.com/modules/store/dynamic/collections/w3c/ddl (see http://www.zorba-xquery.com/site2/doc/latest/zorba/xqdoc/xhtml/www.zorba-xquery.com_modules_store_dynamic_collections_w3c_ddl.html)</td>
79+ <td>The URIs returned by the available-collections function of module http://www.zorba-xquery.com/modules/store/dynamic/collections/w3c/ddl (see http://www.zorba-xquery.com/html/modules/zorba/store/collection/w3c-ddl)</td>
80 </tr>
81 <tr bgcolor="lightcyan">
82 <td>W3C XQuery 1.0</td>
83
84=== modified file 'doc/zorba/options.dox'
85--- doc/zorba/options.dox 2012-05-03 12:31:51 +0000
86+++ doc/zorba/options.dox 2012-05-15 10:46:23 +0000
87@@ -333,7 +333,7 @@
88 \paragraph variadic_annotation Variadic Functions
89 A function annotated with the <tt>%ann:variadic</tt> annotation is a function of indefinite arity, i.e. one that accepts a variable number of arguments.
90
91-For example, the function to create an unordered map with an arbitrary number of key types (see module http://www.zorba-xquery.com/modules/store/data-structures/unordered-map) is declared as follow:
92+For example, the function to create an unordered map with an arbitrary number of key types (see module <a href="http://www.zorba-xquery.com/html/modules/zorba/store/data-structures/unordered-map">http://www.zorba-xquery.com/modules/store/data-structures/unordered-map</a>) is declared as follow:
93
94 \code
95 declare %ann:variadic %ann:sequential function map:create(
96@@ -360,7 +360,7 @@
97
98 However, the disadvantage is that a streamable string can only be consumed exactly once.
99 If a streamable string is consumed more than once, an error is raised.
100-In order to enable multiple consumers of a streamable string, the materialize function of the string module (http://www.zorba-xquery.com/modules/string) should be used to materialize the entire contents in an (regular) xs:string item.
101+In order to enable multiple consumers of a streamable string, the materialize function of the string module (<a href="http://www.zorba-xquery.com/html/modules/zorba/xdm/atomic/string">http://www.zorba-xquery.com/modules/string</a>) should be used to materialize the entire contents in an (regular) xs:string item.
102
103 \code
104 import module namespace file = "http://expath.org/ns/file";
105
106=== modified file 'doc/zorba/php_ubuntu.dox'
107--- doc/zorba/php_ubuntu.dox 2012-05-03 12:31:51 +0000
108+++ doc/zorba/php_ubuntu.dox 2012-05-15 10:46:23 +0000
109@@ -138,5 +138,5 @@
110
111 <a href="http://www.ibm.com/developerworks/xml/library/x-zorba/?ca=drs-"> Building XQuery-powered applications with PHP and Zorba</a>
112
113-<a href="http://www.zorba-xquery.com/doc/zorba-latest/zorba/html/build.html"> Zorba build instructions</a>
114+<a href="http://www.zorba-xquery.com/html/documentation/2.2.0/zorba/build"> Zorba build instructions</a>
115 */
116
117=== modified file 'doc/zorba/python_windows.dox'
118--- doc/zorba/python_windows.dox 2012-05-03 12:31:51 +0000
119+++ doc/zorba/python_windows.dox 2012-05-15 10:46:23 +0000
120@@ -98,5 +98,5 @@
121 \endcode
122
123 <strong> Useful links</strong>
124-<a href="http://www.zorba-xquery.com/doc/zorba-latest/python/html/index.html" target="_blank">Zorba Python API Documentation</a>
125+<a href="http://www.zorba-xquery.com/html/documentation/latest/python" target="_blank">Zorba Python API Documentation</a>
126 */

Subscribers

People subscribed via source and target branches