From 9daf4133bf6f61cbe3787a46b021d261242a85f0 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 19 May 2007 08:34:02 +0100 Subject: add tagwall --- tw/tw-tags.php | 97 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 97 insertions(+) create mode 100644 tw/tw-tags.php (limited to 'tw/tw-tags.php') diff --git a/tw/tw-tags.php b/tw/tw-tags.php new file mode 100644 index 000000000..6a83be147 --- /dev/null +++ b/tw/tw-tags.php @@ -0,0 +1,97 @@ +...::: => ...::: + * + * TW_NOP - tag without end tag + *

etc.. + * + * TW_OPT - tag have optional end tag ( optional end tag is closed automatically ) + *
  • line1
  • line2 =>
  • line1
  • line2
  • + * + * CONT.OFF - content off ( not implemented ) + * content-offcontent-on => content-on + * + * REQ.TAG - required tag in stack + *