zorba-coders team mailing list archive
-
zorba-coders team
-
Mailing list archive
-
Message #14914
[Merge] lp:~zorba-coders/zorba/system_doc into lp:zorba/system-module
William Candillon has proposed merging lp:~zorba-coders/zorba/system_doc into lp:zorba/system-module.
Commit message:
Minor documentation improvement.
Requested reviews:
William Candillon (wcandillon)
Matthias Brantner (matthias-brantner)
For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/system_doc/+merge/126740
Minor documentation improvement
--
https://code.launchpad.net/~zorba-coders/zorba/system_doc/+merge/126740
Your team Zorba Coders is subscribed to branch lp:zorba/system-module.
=== modified file 'src/com/zorba-xquery/www/modules/system.xq'
--- src/com/zorba-xquery/www/modules/system.xq 2012-04-11 09:50:31 +0000
+++ src/com/zorba-xquery/www/modules/system.xq 2012-09-27 16:59:28 +0000
@@ -24,7 +24,7 @@
: all environment variables are prefixed with <i>env.</i>.
: <br />
: For instance, the following query: <br />
- : <pre class="brush: xquery;">
+ : <pre class="ace-static">
: import module namespace system = "http://www.zorba-xquery.com/modules/system";
:
: for $prop in system:properties()
@@ -33,7 +33,7 @@
: </pre>
: <br />
: Will output:
- : <pre>
+ : <pre class="ace-static">
: env.TERM_PROGRAM: Apple_Terminal
: ...
: </pre>
@@ -41,7 +41,7 @@
: with the key env.PATH.
:
: @author Markus Pilman
- : @project external
+ : @project Zorba/IO/System
:)
module namespace system = 'http://www.zorba-xquery.com/modules/system';
Follow ups