Wiki Synch is just an application that uses the "API" you're looking for - this is based on XMLRPC. Some basics about that can be found at http://moinmoin.wikiwikiweb.de/WikiRpc. You need python or other programming tools, but no MoinMoin on the client. I never played much with it, so don't ask me any details ;-((
Kind Regards, Robert P.S. googling for moin-related issues rarely makes sense - better use the search inside http://moinmoin.wikiwikiweb.de!. > -----Original Message----- > From: Sebastian Haase [mailto:[EMAIL PROTECTED] > Sent: Monday, July 30, 2007 3:30 PM > To: THURNER rupert > Cc: moin Users > Subject: Re: [Moin-user] Python API to access a moinmoin wiki (from > outside) > > > On 7/30/07, THURNER rupert <[EMAIL PROTECTED]> wrote: > > hard to google??? aehm ... > > http://moinmoin.wikiwikiweb.de/WikiSyncronisation > > > Thanks for the reply . > But I don't get !! > Why "Syncronisation" ? > What did you type into google ? > > And there are so many titles and details on that page - that I don't > know what it does ! > Going by the "Objective" - section on > http://master.moinmo.in/HelpOnSynchronisation > it seems that it requires "one of the two wikis" to be on my computer > ?! I.e.: do I have to have a moinmoin installed ? > > I would appreciate some additional hints ;-) > > -Sebastian > > > > > > > > On 7/30/07, Sebastian Haase <[EMAIL PROTECTED]> wrote: > > > > > > 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 > > > > > > > > > -------------------------------------------------------------- > ----------- > > > 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 > > > > > > > > > > ------------------------------------------------------------------------- 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
