1
1
Django Markdown View
2
2
====================
3
3
4
+ .. image :: https://travis-ci.org/rgs258/django-markdown-view.svg?branch=master
5
+ :target: https://travis-ci.org/rgs258/django-markdown-view
6
+
7
+ .. image :: https://coveralls.io/repos/github/rgs258/django-markdown-view/badge.svg?branch=master
8
+ :target: https://coveralls.io/github/rgs258/django-markdown-view?branch=master
9
+
10
+
4
11
**Serve .md pages as Django views. **
5
12
6
13
This package aims to make it easy to serve .md files on Django sites.
@@ -10,7 +17,7 @@ This package aims to make it easy to serve .md files on Django sites.
10
17
:depth: 5
11
18
12
19
.. note ::
13
- * This package needs tests, and to have Travis properly configured.
20
+ * This package needs tests, and to have Travis and Coveralls properly configured.
14
21
15
22
Requirements
16
23
------------
@@ -181,4 +188,19 @@ At a high level, `MarkdownView` will:
181
188
#. Render as a template, the contents of the .md file prepended with
182
189
`{{% load static %}} `, into several context variables
183
190
184
- #. Serve the `MARKDOWN_VIEW_TEMPLATE ` with the context variables
191
+ #. Serve the `MARKDOWN_VIEW_TEMPLATE ` with the context variables
192
+
193
+
194
+ Contributing
195
+ ------------
196
+
197
+ All contributions are very welcomed. Propositions, problems, bugs, and
198
+ enhancement are tracked with `GitHub issues `_ and patches are submitted
199
+ via `pull requests `_.
200
+
201
+ We use `Travis `_ coupled with `Coveralls `_ as continious integration tools.
202
+
203
+ .. _`GitHub issues` : https://github.com/rgs258/django-markdown-view/issues
204
+ .. _`pull requests` : https://github.com/rgs258/django-markdown-view/pulls
205
+ .. _Travis : https://travis-ci.org/github/rgs258/django-markdown-view
206
+ .. _Coveralls : https://coveralls.io/github/rgs258/django-markdown-view
0 commit comments