-
[ADD] Definitions area now collapsed by default
micheee committedMay 4, 2012
-
[FIX] Proper checking for RestXQ Annotations
micheee committedMay 3, 2012 Check failed when no restxq namespace was set at all.
-
Merge branch 'master' of github.com:micheee/xqwebdoc
micheee committedMay 3, 2012 Conflicts: lib/wdoc.xqm
-
micheee committed
May 3, 2012 -
micheee committed
May 3, 2012
-
[FIX] Open Resource in new Window
micheee committedMay 2, 2012 -
[ADD] Andy’s parser for BaseX’ XQuery Syntax
micheee committedMay 2, 2012 thanks to: @apb2006 for providing this! This should allow both XQuery Fulltext, Update and the preliminary Map Syntax
-
[FIX] Removed superflous $restxq from config
micheee committedMay 2, 2012 -
[FIX] RestXQ Namespace is no longer hardcoded
micheee committedMay 2, 2012 Thanks Arve for the hint!
-
micheee committed
May 2, 2012
-
[FIX] Backslash in regular expression caused problem on Windows
micheee committedApr 30, 2012 Thanks cg@basex.org for using windows.
-
[FIX] Cool guys use $file:path-separator instead of hardcoded "/" :-)
micheee committedApr 30, 2012 thanks Christian!
-
micheee committed
Apr 30, 2012 -
micheee committed
Apr 30, 2012 * recursive enabled by default * start directory set to project root * restxq option removed (handled automatically)
-
[MOD] Recursive Navigation Handling
micheee committedApr 30, 2012 Top navigation is now created with drop downs.
-
[ADD] Error handling for parser Errors
micheee committedApr 30, 2012 -…still no support for BaseX’ map syntax.
-
[ADD] Support for xqDoc exclusively
micheee committedApr 30, 2012 Support for modules containing not only RestXQ annotation but xqDoc as well.
-
micheee committed
Apr 30, 2012 This application generates a web application, allowing users to browser their XQuery modules. This is based on: * [xqDoc](http://xqdoc.org/ "xqDoc Welcome") comments and * Adam Retter’s annotations for [RestXQ](http://www.adamretter.org.uk/papers/restful-xquery_january-2012.pdf) To start the documentation server run `mvn jetty:run` from the command line. Then point your browser to http://localhost:9876 Status ----- This project is work in progress, and as such far from perfect. At the moment the following works * RestXQ modules are parsed and documentation is generated according to annotations and provided xqDoc comments * xqDoc standalone comments are not parsed, yet * xqDoc Elements in comments are not parsed correctly yet. * Recursive the module parser does not recursively descend through the file system, yet.
-
micheee committed
Apr 30, 2012 -
micheee committed
Apr 30, 2012