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

2015-02-25 Thread Philip Colmer
yDB.py > Data is collected by avldns0 and put into a MySQL Database, MACLookup > }}} > > '''Last Query : <>''' > <> > - > > The QueryDB and Now functions generate HTML > > > > > From:Thomas Waldmann &g

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

2015-01-12 Thread jason . morgan
#x27;Last Query : <>''' <> - The QueryDB and Now functions generate HTML From: Thomas Waldmann To: moin-user@lists.sourceforge.net, Date: 12/01/2015 15:05 Subject: Re: [Moin-user] Programmatic creating/editing of pages > 1. I'd prefer NOT to h

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(r

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. T

[Moin-user] Programmatic creating/editing of pages

2015-01-12 Thread Philip Colmer
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, 'Internal/meet-the-team/{0}'.format(pnNormalised)) tr