Actions
Truelite Trac Utils¶
Repository with README and source is [source:trunk/truelite-trac-utils/ here]
Trac WikiProcessors¶
lilypond¶
Allows to write inline lilypond music sheets in the Trac Wiki.
\version "2.2.0"
\score {
\context Voice \notes\relative c {
c' d e f g a b c
}
\paper { }
\midi { }
}
Becomes:
Non visualizzabile
latex-math¶
Allows to write inline math in Trac Wiki with LaTeX syntax
\delta_k = \left\{
\begin{array}{ll}
1 & \textrm{se } k=0 \\
0 & \textrm{se } k\neq 0
\end{array}
\right.
\to
Z(\delta_k)=\Delta(z)=1
Becomes:
http://people.truelite.it/~cgabriel/misc/latex-math.png
Trac Macros¶
filedate¶
To write the last modification time (in DD/MM/YY format) of a file:
ultima modifica di {{{/etc/fstab}}} è [[filedate(/etc/fstab)]]
become:
non visualizzabile
ListPrinters¶
To write a list of printer and their status from a cups server:
[[ListPrinters(http://localhost:631)]]
become:
non visualizzabile
ListRepos¶
To write a list of subversion repositories:
[[ListRepos(/var/svn/truelite)]]
Updated by Simone Piccardi over 12 years ago · 19 revisions