remove skribit support. fixes #154

This commit is contained in:
Alexis Metaireau 2011-08-11 23:50:04 +02:00
commit 4a6bf81b2e
7 changed files with 1 additions and 116 deletions

View file

@ -190,22 +190,6 @@ dates_page The current page of articles, ordered by date,
page_name 'tag/`tag_name`'. Useful for pagination links.
=================== ===================================================
Include skribit script
======================
In order to support skribit scripts in your themes, you must perform these
actions:
* Copy `skribit_tab_script.html` and `skribit_widget_script.html` in your
templates directory.
* Add {% include 'skribit_tab_script.html' %} in your <head> part in order to
support suggestions tab.
* Add {% include 'skribit_widget_script.html' %} where you want in order to
support sidebar widget.
You can take a look at notmyidea default theme for working example.
Inheritance
===========