~brunobord/django-fatpages/django-fatpages-0.96

« back to all changes in this revision

Viewing changes to README.rst

  • Committer: Bruno Bord
  • Date: 2008-03-06 16:52:23 UTC
  • Revision ID: bruno@p-bruno-20080306165223-cqds0vtzoadsfger
Tidy up in README. Small link fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
94
94
renderings are available. You may use:
95
95
 
96
96
* *plain HTML with linebreaks* : and the linebreaks will be transformed
97
 
  using the ``linebreaks_`` template tag shipped in Django,
 
97
  using the linebreaks_ template tag shipped in Django,
98
98
* *HTML w/o linebreaks* : which will display your content without any
99
99
  transformation whatsoever.
100
100
 
119
119
Credits
120
120
=======
121
121
 
122
 
* Django-fatpages borrow **a lot** from ``django.contrib.flatpages_`` basic code.
123
 
* The template context processor code comes from the `b-list weblog_`, by
 
122
* Django-fatpages borrow **a lot** from `django.contrib.flatpages basic code`__.
 
123
* The template context processor code comes from the `b-list weblog`__, by
124
124
  James Benett.
125
 
* The markup unittesting part comes from `Django testing suite_`
126
 
 
127
 
 
128
 
.. _django.contrib.flatpages: http://www.djangoproject.com/documentation/flatpages/
129
 
.. _b-list weblog: http://www.b-list.org/weblog/2006/jun/14/django-tips-template-context-processors/
130
 
.. _Django testing suite: http://code.djangoproject.com/browser/django/trunk/tests/othertests/markup.py?rev=3420
 
125
* The markup unittesting part comes from `Django testing suite`__.
 
126
 
 
127
 
 
128
__ http://www.djangoproject.com/documentation/flatpages/
 
129
__ http://www.b-list.org/weblog/2006/jun/14/django-tips-template-context-processors/
 
130
__ http://code.djangoproject.com/browser/django/trunk/tests/othertests/markup.py?rev=3420
 
131