Browse Source

Update README

Evan Miller 14 years ago
parent
commit
ccbfa71946
1 changed files with 6 additions and 4 deletions
  1. 6 4
      README.markdown

+ 6 - 4
README.markdown

@@ -3,16 +3,18 @@ ErlyDTL
 
 
 ErlyDTL implements most but not all of the Django Template Language.
 ErlyDTL implements most but not all of the Django Template Language.
 
 
-Supported tags: autoescape, block, comment, cycle, extends, firstof, for, if, ifchanged, ifequal, ifnotequal, include, now, trans
+_Supported tags_: autoescape, block, comment, cycle, extends, firstof, for, if, ifchanged, ifequal, ifnotequal, include, now, trans
 
 
-Unsupported tags: csrf_token, filter, regroup, spaceless, ssi, templatetag, url, widthratio
+_Unsupported tags_: csrf_token, filter, regroup, spaceless, ssi, templatetag, url, widthratio
 
 
-Supported filters: add, addslashes, capfirst, center, cut, date, default, default_if_none, dictsort, dictsortreversed, divisibleby, escape, escapejs, filesizeformat, first, fix_ampersands, floatformat, force_escape, format_integer, format_number, get_digit, join, last, length, length_is, linebreaks, linebreaksbr, linenumbers, ljust, lower, make_list, phonenumeric, pluralize, pluralize, pprint, random, random_num, random_range, removetags, rjust, safe, safeseq, slice, slugify, stringformat, striptags, time, time, timesince, timesince, timeuntil, timeuntil, title, truncatewords, truncatewords_html, unordered_list, upper, urlencode, urlize, urlize, urlizetrunc, wordcount, wordwrap, yesno
+_Supported filters_: add, addslashes, capfirst, center, cut, date, default, default_if_none, dictsort, dictsortreversed, divisibleby, escape, escapejs, filesizeformat, first, fix_ampersands, floatformat, force_escape, format_integer, format_number, get_digit, join, last, length, length_is, linebreaks, linebreaksbr, linenumbers, ljust, lower, make_list, phonenumeric, pluralize, pluralize, pprint, random, random_num, random_range, removetags, rjust, safe, safeseq, slice, slugify, stringformat, striptags, time, time, timesince, timesince, timeuntil, timeuntil, title, truncatewords, truncatewords_html, unordered_list, upper, urlencode, urlize, urlize, urlizetrunc, wordcount, wordwrap, yesno
 
 
-Unsupported filter: iriencode
+_Unsupported filter_: iriencode
 
 
 Project homepage: <http://code.google.com/p/erlydtl/>
 Project homepage: <http://code.google.com/p/erlydtl/>
 
 
+Language reference: <http://docs.djangoproject.com/en/dev/ref/templates/builtins/>
+
 
 
 Compilation
 Compilation
 -----------
 -----------