]> git.llucax.com Git - software/bife/bife-all.git/commit
- Added a new simple template system: Hooks + IT = HIT.
authorLeandro Lucarella <llucax@gmail.com>
Wed, 18 Jun 2003 04:18:09 +0000 (04:18 +0000)
committerLeandro Lucarella <llucax@gmail.com>
Wed, 18 Jun 2003 04:18:09 +0000 (04:18 +0000)
commit2ca13aad316873633c3fd9ba59ee2f5579d90272
tree7c3cab7673cec228b9586b6155370e2dd7ae4025
parent3658b126d4873c96dd3b08af6619795790e23ac2
- Added a new simple template system: Hooks + IT = HIT.
  It's a simple template system based on the experience with hooks and IT
  template system (and specially Sigma implementation of IT).
- Moved all to HIT =)
26 files changed:
doc/ROADMAP
doc/bife.xmi
examples/hit.php [new file with mode: 0644]
examples/hooks/body.html [new file with mode: 0644]
examples/hooks/cell.html [new file with mode: 0644]
examples/hooks/row.html [new file with mode: 0644]
examples/index.php
examples/templates/album/body.tpl.html [new file with mode: 0644]
examples/templates/album/cell.tpl.html [new file with mode: 0644]
examples/templates/album/empty.tpl.html [new file with mode: 0644]
examples/templates/album/item.tpl.html [new file with mode: 0644]
examples/templates/album/photo.tpl.html [moved from examples/templates/bife_albumphoto.html with 100% similarity]
examples/templates/album/row.tpl.html [new file with mode: 0644]
examples/templates/bife_album.html [deleted file]
examples/templates/bife_link.tpl.html [moved from examples/templates/bife_link.html with 100% similarity]
examples/templates/bife_page.tpl.html [moved from examples/templates/bife_page.html with 100% similarity]
examples/templates/bife_title.tpl.html [moved from examples/templates/bife_title.html with 100% similarity]
examples/templates/photo.html [deleted file]
src/BIFE/Album.php
src/BIFE/AlbumPhoto.php
src/BIFE/Container.php
src/BIFE/Generic.php
src/BIFE/Page.php
src/BIFE/Parser.php
src/BIFE/Root.php
src/HTML/Template/HIT.php [new file with mode: 0644]