Adding a plugin for handling links and detecting if they are broken (which will…
Adding a plugin for handling links and detecting if they are broken (which will show a read link in the article text). Also a sidebar for looking up links with typeahead.
Showing
| ... | @@ -2,5 +2,5 @@ django>=1.4 | ... | @@ -2,5 +2,5 @@ django>=1.4 |
| South<0.8 | South<0.8 | ||
| Markdown<2.3.0 | Markdown<2.3.0 | ||
| django-sekizai<0.7 | django-sekizai<0.7 | ||
| django-mptt>=0.5 | django-mptt>=0.5.3 | ||
| sorl-thumbnail | sorl-thumbnail | ||
| \ No newline at end of file |
wiki/plugins/links/__init__.py
0 → 100644
wiki/plugins/links/mdx/__init__.py
0 → 100644
wiki/plugins/links/mdx/djangowikilinks.py
0 → 100644
wiki/plugins/links/mdx/urlize.py
0 → 100644
wiki/plugins/links/models.py
0 → 100644
wiki/plugins/links/tests.py
0 → 100644
wiki/plugins/links/views.py
0 → 100644
wiki/plugins/links/wiki_plugin.py
0 → 100644
wiki/static/wiki/js/bootstrap-typeahead.js
0 → 100644
Please
register
or
sign in
to comment