Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
update links, description and project's name
Browse files Browse the repository at this point in the history
  • Loading branch information
sv0 committed Aug 24, 2016
1 parent 8be0351 commit f0b2e47
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
master_doc = 'index'

# General information about the project.
project = u'django-markdown'
project = u'django-markdown-app'
copyright = __author__

# The version info for the project you're documenting, acts as replacement for
Expand Down
21 changes: 13 additions & 8 deletions docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
django-markdown
###############
django-markdown-app
###################

**Django markdown** is django application that allows use markdown wysiwyg in flatpages, admin forms and other forms.
Documentaton available at pypi_ or github_.

It's a fork of https://github.com/klen/django_markdown

The reason of forking is the original project is not maintained anymore and the owner(klen_) is not interested in the merging of the pull requests.


.. contents::

Requirements
Expand All @@ -19,7 +24,7 @@ Installation

**Django markdown** should be installed using pip: ::

pip install django-markdown
pip install django-markdown-app


Setup
Expand Down Expand Up @@ -105,21 +110,21 @@ Changes

Make sure you`ve read the following document if you are upgrading from previous versions:

http://packages.python.org/django-markdown/changes.html
http://packages.python.org/django-markdown-app/changes.html


Bug tracker
===========

If you have any suggestions, bug reports or
annoyances please report them to the issue tracker
at https://github.com/klen/django_markdown/issues
at https://github.com/sv0/django-markdown-app/issues


Contributing
============

Development of django-markdown happens at github: https://github.com/klen/django_markdown
Development of django-markdown-app happens at github: https://github.com/sv0/django-markdown-app


Contributors
Expand Down Expand Up @@ -147,8 +152,8 @@ Markitup_:


.. _GNU lesser general public license: http://www.gnu.org/copyleft/lesser.html
.. _pypi: http://packages.python.org/django-markdown/
.. _pypi: http://packages.python.org/django-markdown-app/
.. _Markitup: http://markitup.jaysalvat.com/
.. _github: https://github.com/klen/django_markdown
.. _github: https://github.com/sv0/django-markdown-app
.. _klen: https://github.com/klen
.. _yavorskiy: https://github.com/yavorskiy

0 comments on commit f0b2e47

Please sign in to comment.