X-Git-Url: https://oss.titaniummirror.com/gitweb?a=blobdiff_plain;f=in%2Ffunctions.md;h=38a5d1e658fb767d04233c16bc9f74580b97d880;hb=07e692ef713a7d0d65296cd62b978539ac1ed683;hp=9ee79498c3d946cc8a6426b876a61e0ab6a7b645;hpb=a7a701c7eb889909035886488497af6054d2842f;p=webber.git diff --git a/in/functions.md b/in/functions.md index 9ee7949..38a5d1e 100644 --- a/in/functions.md +++ b/in/functions.md @@ -5,12 +5,15 @@ ctime: 2009-06-24 mtime: 2010-06-24 change: described get_toc() -= Calling functions = +You can call functions only from [[template_mako]], not from +[[pages|pageformat]]. If you need the latter, look at [[macros]]. -You can call functions only from [[template_mako]]. An example: += Example = Modified ${format_date(mtime)} += List of functions = + Here's list of functions defined by webber and it's default plugins: @@ -87,10 +90,6 @@ Returns an unsorted list with the hierarchy of the table-of-contents. Defined in [[toc.py|toc]], where you find an example. -== func == - -A sample function in the [[skeleton.py|skeleton]]. See below. - = Writing functions =