Skip to main content

Home/ Groups/ Plone distributed documentation
Graham Perrin

Unloading Plone - 0 views

Graham Perrin

Python Package Index : collective.xdv 1.0rc4 - 0 views

  • collective.xdv
  • Integrates the xdv Deliverance implementation with Plone
  • post-publication hook
  • ...5 more annotations...
  • XDV is an implementation of Deliverance
  • the original Deliverance XML-based syntax
  • compiling the theme (an HTML file) and rules (an XML file) into a single XSLT file
  • on render
  • applied to Plone's HTML
Graham Perrin

The Zope Book (2.6 Edition): Acquisition - 0 views

  • Acquisition
  • allows dynamic behavior to be shared between Zope objects
  • containment
  • ...4 more annotations...
  • understanding of acquisition is important
  • Acquisition vs. Inheritance
  • Objects are situated inside other objects. These objects act as their "containers".
  • may acquire behavior from their containers
Graham Perrin

Open NASA » Microblogging - Twitter/Yammer/Laconica - 0 views

  • this year’s Plone conference in DC
    • Graham Perrin
       
      2009 in DC? I can't easily find a record of that conference.
  • If twitter goes belly-up, or sells out
  • Akibot (www.akibot.com)
  • ...1 more annotation...
  • http://twitter.com/yammer_team
Graham Perrin

Mac Dev Center: Open Directory Programming Guide: Concepts - 0 views

  • LDAPv3, Active Directory, BSD flat files, NIS, and the local DS data store
  • Search Policies and Search Nodes
  • Open Directory’s primary protocol is LDAPv3
  • ...3 more annotations...
  • Locally hosted nodes
  • The local directory service node is referenced with /Local/Default
  • the local
Graham Perrin

Mac OS X Manual Page For dscl(1) - 0 views

  • If no file path is provided then access goes only to the registered 1local nodes on the system
  • This manual page is for Mac OS X version 10.6
  • dscl -- Directory Service command line utility
  • ...8 more annotations...
  • may be a node name
  • PATH SPECIFICATION
  • If no file path is provided then access goes only to the registered local nodes on the system
  • local nodes
    • Graham Perrin
       
      plural
  • specify the plug-in
  • /LDAPv3/
  • or a Mac OS X Server (10.2 or later) host
  • specified by DNS hostname or IP address
Graham Perrin

Python Package Index : p4a.subtyper - 0 views

  • Home Page: http://www.plone4artists.org/svn/projects/p4a.subtyper/
Graham Perrin

Changeset 29794 - Plone - 0 views

shared by Graham Perrin on 06 Oct 09 - Cached
Graham Perrin

Review of Veda Williams' Plone 3 Theming - ACLARK.NET, LLC - 0 views

  • Veda Williams'
  • Review
  • Plone 3 Theming
  • ...14 more annotations...
  • If you are interested in Plone and how Plone theming works
  • chapter by chapter review
  • I would have liked to have seen the PyPI features of plone.org mentioned
  • still hard to create Plone themes
  • tool for releasing themes (and any package) to both plone.org/products and pypi.python.org at the same time
  • http://pypi.python.org/pypi/jarn.mkrelease
  • Chapter 15 This chapter (by Alexander Limi) introduces people to "new style" theming
  • a while before it is fully digested
  • http://pypi.python.org/pypi/collective.xdv
  • great stuff but potentially confusing
  • XSLT transform "on the fly" (in memory)
  • but the recommended deployment strategy is to use NGINX or Apache with Laurence's patches
  • plone.org uses it
  • non-trivial to say the least
Graham Perrin

Zope.org - The Tranalyzer - 0 views

Graham Perrin

Accomplishments of Sprint / Improvements to ZopeSkel - 0 views

  • Accomplishments of Sprint / Improvements to ZopeSkel
  • To play with this
  • You can try out the new zopeskel command
  • ...9 more annotations...
  • zopeskel
  • cd /tmp
  • virtualenv --no-site-packages -p /usr/bin/python2.4 test-new-zopeskel
  • cd test-new-zopeskel/
  • . bin/activate
  • svn co http://svn.plone.org/svn/collective/ZopeSkel/branches/bbq-sprint-cewing
  • cd bbq-sprint-cewing/
  • python setup.py develop
  • python setup.py test
  •  
    "now includes, at bottom, instructions for testing out/playing with, for anyone who wants to play with the new, improved zopeskel"
Graham Perrin

PloneEdu - 0 views

  • PloneEdu
  • Promoting open source web publishing for all levels and types of education
  • collaboration, knowledge sharing, and support of Plone
Graham Perrin

Zope and Plone courses - Upfront Systems - 0 views

  •  
    Found in Graham's Diigo network view of other people's bookmarks taggedPlone
Graham Perrin

Overriding the Title tag in Plone 3 - : CORE SOFTWARE GROUP :: Colorado based solution ... - 0 views

  • Overriding the Title tag in Plone 3
  • Mike Cullerton
  • Jan 26, 2010
  • ...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
  • create a class to render your title
  • override the plone.htmlhead.title viewlet
  • Override the viewlet in your own [theme]/browser/configure.zcml
  • add the location of your new class
Graham Perrin

Python Package Index : collective.pdfpeek - 0 views

  • collective.pdfpeek
  • generates image thumbnail previews
  • preview and thumbnail images of each page of uploaded PDF
  • ...2 more annotations...
  • annotated onto the content object containing the pdf
  • generation currently takes place on object modified events
  •  
    plone.org page for this product: http://plone.org/products/collective.pdfpeek/
Graham Perrin

18 Things I Wish Were True About Plone - 0 views

Graham Perrin

Welcome to Plone Developer Manual - Plone Developer Manual v0.1 documentation - 0 views

  •  
    "sourced out of the collective and generated by sphinx"
Graham Perrin

Python debugger (pdb) - Plone Developer Manual v0.1 documentation - 0 views

  • Python debugger
  • (pdb)
  • interactive command-line debugger
  • ...3 more annotations...
  • Useful pdb commands
  • 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
  • Useful pdb snippets
Graham Perrin

How to unit test security declarations in Plone and Zope | Twinapex Blog - 0 views

  • How to unit test security declarations in Plone and Zope
  • October 3, 2008
  • a fool proof example
  • ...6 more annotations...
  • great mystery
  • how to properly unit test your content type and workflow security declarations
  • something better
  • no one seem to know
  • RestrictedPython package Read me got revamped
  • a clue how to one could hit Unauthorized exceptions in unit testing
  •  
    How to unit test security declarations in Plone and Zope
‹ Previous 21 - 40 Next › Last »
Showing 20 items per page