Documentation/Source/eric5.patch_modpython.html

changeset 58
37f0444c3479
parent 21
b88a0e6268bd
child 409
0ea528e80202
diff -r 81326a94fdca -r 37f0444c3479 Documentation/Source/eric5.patch_modpython.html
--- a/Documentation/Source/eric5.patch_modpython.html	Thu Jan 14 17:27:31 2010 +0000
+++ b/Documentation/Source/eric5.patch_modpython.html	Thu Jan 14 18:35:52 2010 +0000
@@ -22,7 +22,7 @@
 <body><a NAME="top" ID="top"></a>
 <h1>eric5.patch_modpython</h1>
 <p>
-&#83;&#99;&#114;&#105;&#112;&#116; &#116;&#111; &#112;&#97;&#116;&#99;&#104; &#109;&#111;&#100;&#95;&#112;y&#116;&#104;&#111;&#110; &#102;&#111;&#114; &#117;&#115;&#97;&#103;&#101; w&#105;&#116;&#104; &#116;&#104;&#101; &#101;&#114;&#105;&#99;&#53; &#73;&#68;&#69;.
+Script to patch mod_python for usage with the eric5 IDE.
 </p>
 <h3>Global Attributes</h3>
 <table>
@@ -36,13 +36,13 @@
 <table>
 <tr>
 <td><a href="#initGlobals">initGlobals</a></td>
-<td>&#83;&#101;&#116;&#115; &#116;&#104;&#101; v&#97;&#108;&#117;&#101;&#115; &#111;&#102; &#103;&#108;&#111;&#98;&#97;&#108;&#115; &#116;&#104;&#97;&#116; &#110;&#101;&#101;&#100; &#109;&#111;&#114;&#101; &#116;&#104;&#97;&#110; &#97; &#115;&#105;&#109;&#112;&#108;&#101; &#97;&#115;&#115;&#105;&#103;&#110;&#109;&#101;&#110;&#116;.</td>
+<td>Sets the values of globals that need more than a simple assignment.</td>
 </tr><tr>
 <td><a href="#main">main</a></td>
-<td>&#84;&#104;&#101; &#109;&#97;&#105;&#110; &#102;&#117;&#110;&#99;&#116;&#105;&#111;&#110; &#111;&#102; &#116;&#104;&#101; &#115;&#99;&#114;&#105;&#112;&#116;.</td>
+<td>The main function of the script.</td>
 </tr><tr>
 <td><a href="#usage">usage</a></td>
-<td>&#68;&#105;&#115;&#112;&#108;&#97;y &#97; &#117;&#115;&#97;&#103;&#101; &#109;&#101;&#115;&#115;&#97;&#103;&#101; &#97;&#110;&#100; &#101;x&#105;&#116;.</td>
+<td>Display a usage message and exit.</td>
 </tr>
 </table>
 <hr /><hr />
@@ -50,7 +50,7 @@
 <h2>initGlobals</h2>
 <b>initGlobals</b>(<i></i>)
 <p>
-    &#83;&#101;&#116;&#115; &#116;&#104;&#101; v&#97;&#108;&#117;&#101;&#115; &#111;&#102; &#103;&#108;&#111;&#98;&#97;&#108;&#115; &#116;&#104;&#97;&#116; &#110;&#101;&#101;&#100; &#109;&#111;&#114;&#101; &#116;&#104;&#97;&#110; &#97; &#115;&#105;&#109;&#112;&#108;&#101; &#97;&#115;&#115;&#105;&#103;&#110;&#109;&#101;&#110;&#116;.
+    Sets the values of globals that need more than a simple assignment.
 </p>
 <div align="right"><a href="#top">Up</a></div>
 <hr /><hr />
@@ -58,9 +58,9 @@
 <h2>main</h2>
 <b>main</b>(<i>argv</i>)
 <p>
-&#84;&#104;&#101; &#109;&#97;&#105;&#110; &#102;&#117;&#110;&#99;&#116;&#105;&#111;&#110; &#111;&#102; &#116;&#104;&#101; &#115;&#99;&#114;&#105;&#112;&#116;.
+The main function of the script.
 </p><p>
-    &#97;&#114;&#103;v &#105;&#115; &#116;&#104;&#101; &#108;&#105;&#115;&#116; &#111;&#102; &#99;&#111;&#109;&#109;&#97;&#110;&#100; &#108;&#105;&#110;&#101; &#97;&#114;&#103;&#117;&#109;&#101;&#110;&#116;&#115;.
+    argv is the list of command line arguments.
 </p>
 <div align="right"><a href="#top">Up</a></div>
 <hr /><hr />
@@ -68,9 +68,9 @@
 <h2>usage</h2>
 <b>usage</b>(<i>rcode = 2</i>)
 <p>
-    &#68;&#105;&#115;&#112;&#108;&#97;y &#97; &#117;&#115;&#97;&#103;&#101; &#109;&#101;&#115;&#115;&#97;&#103;&#101; &#97;&#110;&#100; &#101;x&#105;&#116;.
+    Display a usage message and exit.
 </p><p>
-    &#114;&#99;&#111;&#100;&#101; &#105;&#115; &#116;&#104;&#101; &#114;&#101;&#116;&#117;&#114;&#110; &#99;&#111;&#100;&#101; &#112;&#97;&#115;&#115;&#101;&#100; &#98;&#97;&#99;&#107; &#116;&#111; &#116;&#104;&#101; &#99;&#97;&#108;&#108;&#105;&#110;&#103; &#112;&#114;&#111;&#99;&#101;&#115;&#115;.
+    rcode is the return code passed back to the calling process.
 </p>
 <div align="right"><a href="#top">Up</a></div>
 <hr />

eric ide

mercurial