PloneEdu
Contents contributed and discussions participated by Graham Perrin
35More
On Plone documentation - Martin Aspeli - 1 views
-
I think it's a mistake to try and solve all the problems with "Plone documentation" in the same way
-
What is current good practice?
- ...20 more annotations...
-
a corpus small enough that it can be effectively reviewed
-
this is where they should be stumbling
-
version the document pertains to
-
-
Re http://dev.plone.org/plone/ticket/7831 some simple triggers might draw attention to documentation that becomes outdated (or at least deserves review) at product update time.
-
-
What's the right way to configure caching?
-
ratings of the type "was this helpful to you"
-
group documentation by audience, rather than by type
-
this is out of date
-
We should allow people to make requests for new documentation, and expose the wish list in a way that lets people vote for their favourite requests
7More
The Zope Book (2.6 Edition): Acquisition - 0 views
7More
Plone 3 - where is what - WebLion - 0 views
- ...3 more annotations...
-
I Body (Green)
8More
shared by Graham Perrin on 27 Jan 10
- Cached
Overriding the Title tag in Plone 3 - : CORE SOFTWARE GROUP :: Colorado based solution ... - 0 views
www.coresoftwaregroup.com/...iding-the-title-tag-in-plone-3
2010 2010-01 2010-01-27 Plone (software)

- ...5 more annotations...
-
The default title for a Plone 3 site has the page title on the left and portal title on the right, separated by an em dash
29More
Jon Stahl's Journal » Blog Archive » Plone 4: three times faster than Drupal,... - 0 views
- ...26 more annotations...
-
For read-only operations, once the objects have made it into ZODB’s object cache no database queries need be made
-
Contrast this to the PHP/MySQL systems which must perform several selects in order to render the page
-
Archetypes persistent object design is far from optimal (page data is split over several persistent objects, slowing down load time)
-
‘out of the box’ speed, since that is something a lot of people historically have not liked about Plone
10More
How to unit test security declarations in Plone and Zope | Twinapex Blog - 0 views
18More
Example-driven ZODB - 2 views
- ...15 more annotations...
-
their hierarchical structure is a natural complement to the hierarchical nature of content management systems
9More
Bug #415270 in collective.buildout: "Less memory hungry settings for plone.recipe.zope2... - 0 views
2More
shared by Graham Perrin on 19 Jan 10
- Cached
Building Plone 4.0 core-dev on OS X Leopard 10.5 | Indent four - 0 views
www.indentfour.com/...-core-dev-on-os-x-leopard-10-5
2010 2010-01 2010-01-19 Plone (software) unread

5More
shared by Graham Perrin on 18 Jan 10
- No Cached
..: hannosch :..: Plone LOC statistics - 0 views
blog.hannosch.eu/...-statistics-november-2008.html
2008 2008-11 2010 2010-01 2010-01-18 Plone (software)

3More
shared by Graham Perrin on 18 Jan 10
- No Cached
..: hannosch :..: News from Plone trunk - 0 views
blog.hannosch.eu/...plone-trunk-november-2008.html
2008 2008-11 2010 2010-01 2010-01-18 Plone (software)

5More
18 Things I Wish Were True About Plone - 0 views
2More
Welcome to Plone Developer Manual - Plone Developer Manual v0.1 documentation - 0 views
6More
shared by Graham Perrin on 12 Jan 10
- Cached
Python debugger (pdb) - Plone Developer Manual v0.1 documentation - 0 views
plonemanual.twinapex.fi/...pdb.html
2010 2010-01 2010-01-10 Plone (software) Python (programming language)

- ...3 more annotations...
-
s = step into, go into the function in the cursor n = step over, execute the function under the cursor without stepping into it c = continue, resume program bt = print stack trace up = go to the scope of the caller function
28More
Relating content automatically in Plone - Vox - 0 views
- ...24 more annotations...
-
linguistic mapping and automated conceptual mapping, providing high-quality relationships with little or no human effort
-
http://pypi.python.org/pypi/topia.termextract
-
several ways to relate content, both based on keywords and based on explicit relationships, in stock Plone
29More
Saving the day: recovering lost objects - Jarn · Plone Solutions - 1 views
- ...26 more annotations...
-
[buildout]extends = buildout.cfgeggs += zc.beforestorage ZODB3 zope.proxy[versions]ZODB3 = 3.8.1zope.proxy = 3.4.2[relstorage-patch]recipe = plone.recipe.commandcommand = cd ${buildout:eggs-directory}/ZODB3-3.8.1-py2.4-linux-i686.egg/ZODB curl -s http://svn.zope.de/zope.org/relstorage/tags/1.1c1/poll-invalidation-1-zodb-3-8-0.patch | patch -N -p0 cd ${buildout:directory}update-command = ${relstorage-patch:command}[instance]zope-conf-additional += enable-product-installation False
-
<zodb_db main> # Main database cache-size 650000%import zc.beforestorage%import relstorage <before> before 2008-12-08T10:29:03 <relstorage> <oracle> dsn RELSTORAGE_DSN password xxxxxxxxx user xxxxxxxx </oracle> </relstorage> </before> mount-point /</zodb_db>
-
<before> before 2008-12-08T10:29:03 <relstorage> <oracle> dsn RELSTORAGE_DSN password xxxxxxxxx user xxxxxxxx </oracle> </relstorage> </before>