Re: [Moin-user] Programmatic creating/editing of pages

2015-01-12 Thread Thomas Waldmann
1. I'd prefer NOT to have page history for these pages. It takes up disc space and isn't really necessary. IIRC there is a parameter of PageEditor (or the save call) where you can switch off revisioning. 2. I'd prefer NOT to have changes to these pages show up in the RecentChanges list. The

Re: [Moin-user] Programmatic creating/editing of pages

2015-01-12 Thread jason . morgan
If I want to create a dynamic page in the wiki, I just use a macro which links the page to externally generated data. e.g. We have a dynamic list of machines, updated each time DHCP runs. The DHCP server updates a database, the macro queries that database. You could do the same with your

Re: [Moin-user] Programmatic creating/editing of pages

2015-01-12 Thread Paul Boddie
On Monday 12. January 2015 11.49.27 Philip Colmer wrote: I've written a script that, every night, checks that the organisational pages are built from data taken from our LDAP directory. The code to do the page bit looks like this: ... try: editor = PageEditor(request,