Clean some code and add documentation

This commit is contained in:
Saivann 2013-10-21 23:45:57 -04:00
parent 06685bbe13
commit 9b05a0bc8e
15 changed files with 208 additions and 140 deletions

View file

@ -1,13 +1,13 @@
require 'yaml'
require 'cgi'
#This plugin generates all translated pages using templates in
#templates.rb generates all translated pages using templates in
#_templates. The final file name of each page is defined in
#the url section of each translations in _translations.
#If a page is defined in _redirects.yml, this plugin will
#If a page is defined in _redirects, this plugin will
#generate a redirection instead of using the template.
require 'yaml'
require 'cgi'
module Jekyll
class TranslatePage < Page