From documentation@opengroupware.org Mon Jan 15 07:34:49 2007 From: documentation@opengroupware.org (Zeller, Roland) Date: Mon, 15 Jan 2007 08:34:49 +0100 Subject: [OGo-Documentation] AW: Welcome to the "Documentation" mailing list (Digest mode) Message-ID: =20 -----Urspr=FCngliche Nachricht----- Von: documentation-admin@opengroupware.org = [mailto:documentation-admin@opengroupware.org] Im Auftrag von = documentation-request@opengroupware.org Gesendet: Freitag, 12. Januar 2007 15:58 An: Zeller, Roland Betreff: Welcome to the "Documentation" mailing list (Digest mode) Welcome to the Documentation@opengroupware.org mailing list! To post to this list, send your email to: documentation@opengroupware.org General information about the mailing list is at: http://mail.opengroupware.org/mailman/listinfo/documentation If you ever want to unsubscribe or change your options (eg, switch to or from digest mode, change your password, etc.), visit your subscription page at: = http://mail.opengroupware.org/mailman/options/documentation/zellerro%40pd= hn.bwl.de If you forget your password, don't worry, you will receive a monthly reminder telling you what all your opengroupware.org mailing list passwords are, and how to unsubscribe or change your options. There is also a button on your options page that will email your current password to you. You may also have your password mailed to you automatically from the Web page noted above. From documentation@opengroupware.org Mon Jan 22 14:05:58 2007 From: documentation@opengroupware.org (Olivier Hallot) Date: Mon, 22 Jan 2007 12:05:58 -0200 Subject: [OGo-Documentation] New plone is catching spam Message-ID: <45B4C4C6.40008@scinergy.com.br> Hi, Whoever has management rights, please review the Plone security settings as it is gathering spam. for example http://docs.opengroupware.org/search?SearchableText=quality Thank's in advance. -- Olivier Hallot Scinergy Consulting Tel (021) 8822-8812 Rio de Janeiro, Brasil http://www.scinergy.com.br From documentation@opengroupware.org Mon Jan 22 14:12:29 2007 From: documentation@opengroupware.org (chris h) Date: Mon, 22 Jan 2007 09:12:29 -0500 Subject: [OGo-Documentation] New plone is catching spam In-Reply-To: <45B4C4C6.40008@scinergy.com.br> References: <45B4C4C6.40008@scinergy.com.br> Message-ID: <200701220912.29368.chris123@magma.ca> On Monday 22 January 2007 09:05, Olivier Hallot wrote: > Hi, Whoever has management rights, please review the Plone security > settings as it is gathering spam. > > for example > > http://docs.opengroupware.org/search?SearchableText=quality Pls see http://plone.org/documentation/how-to/clean-up-link-spam-on-your-site regards /ch From documentation@opengroupware.org Wed Jan 24 12:22:01 2007 From: documentation@opengroupware.org (chris h) Date: Wed, 24 Jan 2007 07:22:01 -0500 Subject: [OGo-Documentation] XML export Message-ID: <200701240722.01846.chris123@magma.ca> While rebuilding the CMS there was a request to attempt to export the content to xml. Turns out there is an outstanding bug in the system. By accident I came across this reference that "should work" if there is interest or need. See if interested: http://plone.org/products/xmlforest/?searchterm=XMLForest Regards /ch From documentation@opengroupware.org Fri Jan 26 15:06:29 2007 From: documentation@opengroupware.org (Helge Hess) Date: Fri, 26 Jan 2007 16:06:29 +0100 Subject: [OGo-Documentation] XML export In-Reply-To: <200701240722.01846.chris123@magma.ca> References: <200701240722.01846.chris123@magma.ca> Message-ID: <60075D3B-4A8B-4E32-85A6-91A4334E6F7A@opengroupware.org> On Jan 24, 2007, at 13:22, chris h wrote: > While rebuilding the CMS there was a request to attempt to export > the content > to xml. Turns out there is an outstanding bug in the system. By > accident I > came across this reference that "should work" if there is interest > or need. > > See if interested: > http://plone.org/products/xmlforest/?searchterm=XMLForest I suppose we just extract the regular content using WebDAV or FTP. Would be nice to have some way to extract the user database though. Greets, Helge -- Helge Hess http://www.helgehess.eu/ From documentation@opengroupware.org Fri Jan 26 18:08:26 2007 From: documentation@opengroupware.org (chris h) Date: Fri, 26 Jan 2007 13:08:26 -0500 Subject: [OGo-Documentation] XML export In-Reply-To: <60075D3B-4A8B-4E32-85A6-91A4334E6F7A@opengroupware.org> References: <200701240722.01846.chris123@magma.ca> <60075D3B-4A8B-4E32-85A6-91A4334E6F7A@opengroupware.org> Message-ID: <200701261308.26803.chris123@magma.ca> On Friday 26 January 2007 10:06, Helge Hess wrote: > I suppose we just extract the regular content using WebDAV or FTP. Thats kinds difficult for 2000 accounts. > Would be nice to have some way to extract the user database though. Its possible if you know python scripting which I dont. Perhaps Florian can look into this. Ref: 1: problem http://www.zopezone.com/discussions/general/00000269 Ref2: solution: http://www.zopelabs.com/cookbook/1140753093 All data is tied to the user account. So the above script could be modified to not only extract user names and password but also associated content in whatever formay you need. As said, this is over my head however. HTH's /ch