appy.pod: improved styles mapping system: one may now express things like: 'p[text-align=center]':'StandardCentered' (ie, map an HTML tag having some CSS attributes to a specific ODT style). See verbose docstrings in styles_manager.py.

This commit is contained in:
Gaetan Delannay 2012-01-12 21:49:23 +01:00
parent 30a51b7c1d
commit 7d844070df
14 changed files with 196 additions and 88 deletions

View file

@ -1,7 +1,5 @@
# ------------------------------------------------------------------------------
import re, os, os.path
import appy.pod
sequenceTypes = (list, tuple)
# Function for creating a Zope object ------------------------------------------
def createObject(folder, id, className, appName, wf=True):