Sebastian,

Since, from another machine, a moinmoin instance is just like any other
webserver, accessing it using Python is just like scripting any other web
access.

What "THURNER rupert" was suggesting is that there is a second way to
access a moinmoin instance, and that's the way that one instance
synchronizes with another.  Perhaps that API will help you, and perhaps
not.

 Hope that helps,
   George

On Mon, July 30, 2007 10:06, Sebastian Haase wrote:
> Please let me rephrase this - of course it' not hard to googl that
> moinmoin in written in Python.
>
> My point is - because of that ! - it's seems impossible for me to
> determine how to access moinmoin  from python if your code is not
> running on the wiki's server.
>
> -Seb.
>
>
>
>> > > > Hi,
>> > > > this one was even hard to google ...
>> > > > Obviously moinmoin in implemented in Python...
>> > > >
>> > > > My question however is:  What is the best way to create / read /
>> edit
>> > > > pages from a (random) python program that I am writing ?
>> > > >
>> > > > Obviously one could start with the standard python library, open a
>> TCP
>> > > > socket and just do web server access "by hand".
>> > > >
>> > > > a) which are the most appropriate standard lib modules to be used
>> for
>> this
>> > > ?
>> > > >
>> > > > b) is there maybe even already some API - i.e. some pyMoinMoin or
>> > > > alike module - which simplifies accessing moinmoin wikis from
>> outside?
>> > > >
>> > > > (note: by outside, I referring to the possible confusion, since
>> > > > moinmoin is also python "on the inside")
>> > > >
>> > > > I'm also thinking about edit-locks and attachments, oh, and: user
>> log-ins.
>> > > >
>> > > > Thanks,
>> > > > Sebastian Haase


-- 
  ----------------------------------------------------------------------
   * George Dinwiddie *                      http://blog.gdinwiddie.com
   Software Development                    http://www.idiacomputing.com
   Consultant and Coach                    http://www.agilemaryland.org
  ----------------------------------------------------------------------



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Moin-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/moin-user

Reply via email to