Skip to content

Commit

Permalink
Remove old stuff
Browse files Browse the repository at this point in the history
git-svn-id: http://pony.tigris.org/svn/pony/trunk@106 698dff77-f410-0410-8918-cf622e150f36
  • Loading branch information
kozlovsky committed Mar 27, 2007
1 parent 4256a98 commit d4d0d8a
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 123 deletions.
25 changes: 0 additions & 25 deletions docs/template-css.txt

This file was deleted.

6 changes: 6 additions & 0 deletions docs/template-syntax.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ $$
$// comment
$/* comment */

$name
$a.b.c

$myfunc(a, b, x=1, y=2){ markup1 }{ markup2 }
$myfunc(a, b, x=1, y=2){ markup1 }{ markup2 }; $// ';' is optional

$if(expr) { text }
$elif(expr) { text }
$else { text }
Expand Down
4 changes: 0 additions & 4 deletions pony/examples/templates/A.hello.template

This file was deleted.

1 change: 0 additions & 1 deletion pony/examples/templates/__init__.py

This file was deleted.

28 changes: 0 additions & 28 deletions pony/examples/templates/page1.template

This file was deleted.

18 changes: 0 additions & 18 deletions pony/examples/templates/script1.py

This file was deleted.

47 changes: 0 additions & 47 deletions pony/examples/templates/script2.py

This file was deleted.

0 comments on commit d4d0d8a

Please sign in to comment.