diff options
| author | Chris McDonough <chrism@agendaless.com> | 2008-08-24 01:59:07 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2008-08-24 01:59:07 +0000 |
| commit | 0a6da3800b963b2104c8e10598ac7589a81f981e (patch) | |
| tree | a462056f22bcff3f08d82cec98682e1dfac7df5c /repoze/bfg/sampleapp/templates/contents.pt | |
| parent | 2c647036d9ed5e5a27cb6b2a5700a8f0d3a7d2a7 (diff) | |
| download | pyramid-0a6da3800b963b2104c8e10598ac7589a81f981e.tar.gz pyramid-0a6da3800b963b2104c8e10598ac7589a81f981e.tar.bz2 pyramid-0a6da3800b963b2104c8e10598ac7589a81f981e.zip | |
- Remove ``sampleapp`` sample application from bfg package itself.
- Remove dependency on FormEncode (only needed by sampleapp).
- Fix paster template generation so that case-sensitivity is
preserved for project vs. package name.
- Depend on ``z3c.pt`` version 1.0a1 (which requires the ``[lxml]``
extra currently).
Diffstat (limited to 'repoze/bfg/sampleapp/templates/contents.pt')
| -rw-r--r-- | repoze/bfg/sampleapp/templates/contents.pt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/repoze/bfg/sampleapp/templates/contents.pt b/repoze/bfg/sampleapp/templates/contents.pt deleted file mode 100644 index eaae20ed5..000000000 --- a/repoze/bfg/sampleapp/templates/contents.pt +++ /dev/null @@ -1,6 +0,0 @@ -<div xmlns="http://www.w3.org/1999/xhtml" - xmlns:tal="http://xml.zope.org/namespaces/tal"> - <div tal:repeat="name context"> - <a href="${name}/">${name}</a> - </div> -</div> |
