Updated documentation on apache.import_module()

2006-12-03 Thread Graham Dumpleton
Jim, I have updated LaTeX documentation for the apache.import_module() function. Can you run it through LaTeX and fixup all my wrongly closed LaTeX formatting. :-) Can you and anyone else who is interested, read through the documentation I have added and comment on whether it is adequate. Ie

Re: Updated documentation on apache.import_module()

2006-12-03 Thread Clodoaldo
2006/12/3, Graham Dumpleton <[EMAIL PROTECTED]>: Jim, I have updated LaTeX documentation for the apache.import_module() function. Can you run it through LaTeX and fixup all my wrongly closed LaTeX formatting. :-) Can you and anyone else who is interested, read through the documentation I have ad

Re: Updated documentation on apache.import_module()

2006-12-03 Thread Jim Gallacher
an the LateX. http://people.apache.org/~jgallacher/mod_python/dist/mod_python-3.3.0-dev-20061203/doc-html/ I believe the relevant bits are: http://people.apache.org/~jgallacher/mod_python/dist/mod_python-3.3.0-dev-20061203/doc-html/pyapi-apmeth.html#l2h-32 http://people.apache.org/~jgallacher/mod_python/dist/

Re: Updated documentation on apache.import_module()

2006-12-03 Thread Jim Gallacher
Clodoaldo wrote: 2006/12/3, Graham Dumpleton <[EMAIL PROTECTED]>: Jim, I have updated LaTeX documentation for the apache.import_module() function. Can you run it through LaTeX and fixup all my wrongly closed LaTeX formatting. :-) Can you and anyone else who is interested, read through the docum

Re: Updated documentation on apache.import_module()

2006-12-03 Thread Jim Gallacher
Graham Dumpleton wrote: Jim, I have updated LaTeX documentation for the apache.import_module() function. Can you run it through LaTeX and fixup all my wrongly closed LaTeX formatting. :-) Can you and anyone else who is interested, read through the documentation I have added and comment on whet

Re: Updated documentation on apache.import_module()

2006-12-03 Thread Jim Gallacher
Jim Gallacher wrote: Graham Dumpleton wrote: Jim, I have updated LaTeX documentation for the apache.import_module() function. Can you run it through LaTeX and fixup all my wrongly closed LaTeX formatting. :-) Can you and anyone else who is interested, read through the documentation I have add

Re: Updated documentation on apache.import_module()

2006-12-03 Thread Jim Gallacher
Graham Dumpleton wrote: Jim, I have updated LaTeX documentation for the apache.import_module() function. Can you run it through LaTeX and fixup all my wrongly closed LaTeX formatting. :-) It would seem LaTeX doesn't like naked tilde characters, as ~ is used for markup. Something like: """T

Re: Updated documentation on apache.import_module()

2006-12-03 Thread Jim Gallacher
Jim Gallacher wrote: Graham Dumpleton wrote: Jim, I have updated LaTeX documentation for the apache.import_module() function. Can you run it through LaTeX and fixup all my wrongly closed LaTeX formatting. :-) It would seem LaTeX doesn't like naked tilde characters, as ~ is used for markup.

Re: Updated documentation on apache.import_module()

2006-12-03 Thread Clodoaldo
ter, > or anything that is particularly clear. > I built the html docs and uploaded them to a temporary location, which people may find easier to read than the LateX. http://people.apache.org/~jgallacher/mod_python/dist/mod_python-3.3.0-dev-20061203/doc-html/ I believe the

Re: Updated documentation on apache.import_module()

2006-12-03 Thread Jim Gallacher
Jim Gallacher wrote: Jim Gallacher wrote: Graham Dumpleton wrote: Jim, I have updated LaTeX documentation for the apache.import_module() function. Can you run it through LaTeX and fixup all my wrongly closed LaTeX formatting. :-) It would seem LaTeX doesn't like naked tilde characters, as ~

Re: Updated documentation on apache.import_module()

2006-12-03 Thread Jim Gallacher
rbatim}. I'll fix and commit the changes to the docs. Using a tilde in a url is also messed up, and the \textasciitilde macro does not help. The solution is to use the hex encoding (%7e) for the tilde, so: \seeurl{http://people.apache.org/~jgallacher} should be written as: \seeurl{http://pe

Re: Updated documentation on apache.import_module()

2006-12-03 Thread Clodoaldo
2006/12/3, Graham Dumpleton <[EMAIL PROTECTED]>: Can you and anyone else who is interested, read through the documentation I have added and comment on whether it is adequate. Ie., is there anything that you can think is missing based on your own knowledge of the new importer, or anything that is

Re: [Mod_python Wiki] Update of "Session use with classes" by MartinStoufer

2006-12-03 Thread Martin Stoufer
Jim Gallacher wrote: Apache Wiki wrote: Dear Wiki user, You have subscribed to a wiki page or wiki category on "Mod_python Wiki" for change notification. The following page has been changed by MartinStoufer: http://wiki.apache.org/mod_python/Session_use_with_classes The comment on the cha

Re: Updated documentation on apache.import_module()

2006-12-03 Thread Eric Brunson
Clodoaldo wrote: > 2006/12/3, Graham Dumpleton <[EMAIL PROTECTED]>: >> >> Can you and anyone else who is interested, read through the >> documentation >> I have added and comment on whether it is adequate. Ie., is there >> anything >> that you can think is missing based on your own knowledge of the

Re: Updated documentation on apache.import_module()

2006-12-03 Thread Graham Dumpleton
Clodoaldo wrote .. > 2006/12/3, Graham Dumpleton <[EMAIL PROTECTED]>: > > > > Can you and anyone else who is interested, read through the > > documentation > > I have added and comment on whether it is adequate. Ie., is there > > anything > > that you can think is missing based on your own knowledg