Add some docs for skribit integration.

This commit is contained in:
FELD Boris 2011-02-22 11:35:06 +01:00
commit 6902485c12
2 changed files with 70 additions and 0 deletions

View file

@ -148,3 +148,18 @@ dates_page The current page of articles, ordered by date,
ascending
page_name 'tag/`tag_name`'. Useful for pagination links.
=================== ===================================================
Include skribit script
======================
In order to support skribit scripts in your themes, you must following 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.