typos, grammar mistakes, minor whitespace issues

This commit is contained in:
derdon 2011-04-26 02:49:00 +02:00 committed by Nicolas Duhamel
commit deb5b8a98f

View file

@ -39,7 +39,7 @@ Templates and variables
======================= =======================
It's using a simple syntax, that you can embbed into your html pages. It's using a simple syntax, that you can embbed into your html pages.
This document describes which templates should exists on a theme, and which This document describes which templates should exist on a theme, and which
variables will be passed to each template, while generating it. variables will be passed to each template, while generating it.
All templates will receive the variables defined in your settings file, if they All templates will receive the variables defined in your settings file, if they
@ -114,7 +114,7 @@ page_name 'category/`category_name`'. Useful for pagination
article.html article.html
------------- -------------
This template will be processed for each article. .html files will be outputed This template will be processed for each article. .html files will be output
in output/`article_name`.html. Here are the specific variables it gets. in output/`article_name`.html. Here are the specific variables it gets.
============= =================================================== ============= ===================================================
@ -152,8 +152,8 @@ page_name 'tag/`tag_name`'. Useful for pagination links.
Include skribit script Include skribit script
====================== ======================
In order to support skribit scripts in your themes, you must following these In order to support skribit scripts in your themes, you must perform these
actions : actions:
* Copy `skribit_tab_script.html` and `skribit_widget_script.html` in your * Copy `skribit_tab_script.html` and `skribit_widget_script.html` in your
templates directory. templates directory.