Changes between Initial Version and Version 1 of DirClassMacro


Ignore:
Timestamp:
Sep 5, 2010, 3:47:53 PM (14 years ago)
Author:
Itamar Ostricher
Comment:

New hack DirClassMacro, created by itamarost

Legend:

Unmodified
Added
Removed
Modified
  • DirClassMacro

    v1 v1  
     1[[PageOutline(2-5,Contents,pullout)]]
     2
     3= DirClass Macro =
     4
     5== Description ==
     6
     7A macro that makes it easier to work with RTL content.
     8
     9Simply use "![[RTL]]" to emit a right-aligned div tag, and "![[LTR]]" to close the div.
     10
     11== Bugs/Feature Requests ==
     12
     13Existing bugs and feature requests for DirClassMacro are
     14[report:9?COMPONENT=DirClassMacro here].
     15
     16If you have any issues, create a
     17[http://trac-hacks.org/newticket?component=DirClassMacro&owner=itamarost new ticket].
     18
     19== Download ==
     20
     21Download the zipped source from [download:dirclassmacro here].
     22
     23== Source ==
     24
     25You can check out DirClassMacro from [http://trac-hacks.org/svn/dirclassmacro here] using Subversion, or [source:dirclassmacro browse the source] with Trac.
     26
     27== Example ==
     28
     29{{{
     30[[RTL]]
     31This text is right-aligned.
     32
     33[[LTR]]
     34And this text is left-aligned.
     35}}}
     36
     37== Recent Changes ==
     38
     39[[ChangeLog(dirclassmacro, 3)]]
     40
     41== Author/Contributors ==
     42
     43'''Author:''' [wiki:itamarost] [[BR]]
     44'''Maintainer:''' [wiki:itamarost] [[BR]]
     45'''Contributors:'''