Show
Ignore:
Timestamp:
03/25/08 09:24:47 (8 months ago)
Author:
JensDiemer
Message:

move the automatic headline anchor function from tinyTextile markup ( changeset:1500 ) into a middleware. So every markups becomes headline anchors. See also: ticket:46

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/pylucid/PyLucid/settings_example.py

    r1499 r1503  
    105105    'django.middleware.doc.XViewMiddleware', 
    106106 
     107    # Add a human readable anchor to every html headline: 
     108    'PyLucid.middlewares.headline_anchor.HeadlineAnchor', 
     109 
     110    # Insert a statistic line into the generated page: 
    107111    'PyLucid.middlewares.pagestats.PageStatsMiddleware', 
    108112)