[#1200] render README files with Pypeline

This required three changes:

(1) Tree.readme() must return the readme file's name along with the content
because Pypeline guesses the markup format from the filename

(2) We must expand the matched readmes to have any (or no) extension, so
that we actually notice markdown files

(3) Adding Pypeline functionality itself, through g.pypeline_markup

Signed-off-by: Wolf wolf@geek.net

Wolf Wolf 2011-02-03

changed Allura/allura/lib/app_globals.py
changed Allura/allura/model/repository.py
changed Allura/allura/templates/repo/tree.html
changed requirements-common.txt
Allura/allura/lib/app_globals.py Diff Switch to side-by-side view
Loading...
Allura/allura/model/repository.py Diff Switch to side-by-side view
Loading...
Allura/allura/templates/repo/tree.html Diff Switch to side-by-side view
Loading...
requirements-common.txt Diff Switch to side-by-side view
Loading...