<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/css" href="http://www.openwetware.org/skins/common/feed.css?164"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://www.openwetware.org/index.php?title=OpenWetWare:Software/Extensions/WikiTex&amp;feed=atom&amp;action=history</id>
		<title>OpenWetWare:Software/Extensions/WikiTex - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://www.openwetware.org/index.php?title=OpenWetWare:Software/Extensions/WikiTex&amp;feed=atom&amp;action=history"/>
		<link rel="alternate" type="text/html" href="http://www.openwetware.org/index.php?title=OpenWetWare:Software/Extensions/WikiTex&amp;action=history"/>
		<updated>2013-06-18T07:38:16Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.13.2</generator>

	<entry>
		<id>http://www.openwetware.org/index.php?title=OpenWetWare:Software/Extensions/WikiTex&amp;diff=168030&amp;oldid=prev</id>
		<title>Bill Flanagan: New page: '''WikiTeX''' describes a modular system for incorporating LaTeX objects with MediaWiki output.&amp;nbsp; WikiTeX was designed with expansibility in mind; and, security willing, can accommodat...</title>
		<link rel="alternate" type="text/html" href="http://www.openwetware.org/index.php?title=OpenWetWare:Software/Extensions/WikiTex&amp;diff=168030&amp;oldid=prev"/>
				<updated>2007-11-17T15:46:08Z</updated>
		
		<summary type="html">&lt;p&gt;New page: '''WikiTeX''' describes a modular system for incorporating LaTeX objects with MediaWiki output.&amp;amp;nbsp; WikiTeX was designed with expansibility in mind; and, security willing, can accommodat...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;'''WikiTeX''' describes a modular system for incorporating LaTeX objects with MediaWiki output.&amp;amp;nbsp; WikiTeX was designed with expansibility in mind; and, security willing, can accommodate any conceivable package.&lt;br /&gt;
  &lt;br /&gt;
See also: [[Wikisophia:Sandbox|sandbox]], [[Additional features|additional features]], [[Issues|bugs]], [[Wikitex usability review|usability review]], [[todo]].&lt;br /&gt;
  &lt;br /&gt;
==Invoking WikiTeX==&lt;br /&gt;
   &lt;br /&gt;
Enriching your article with WikiTeX is as easy as wrapping your LaTeX in &amp;lt;tt&amp;gt;&amp;amp;lt;class&amp;gt;&amp;amp;lt;/class&amp;gt;&amp;lt;/tt&amp;gt; tags; thus:&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;music&amp;gt;&lt;br /&gt;
	\relative c' { &lt;br /&gt;
		e16-.-&amp;gt;a(b gis)a-.-&amp;gt;c(d b)c-.-&amp;gt;e(f dis)e-.-&amp;gt;a(b a)&lt;br /&gt;
		gis(b e)e,(gis b)b,(e gis)gis,(b e)e,(gis? b e)&lt;br /&gt;
	}&lt;br /&gt;
&amp;lt;/music&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
becomes:&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
&amp;lt;music&amp;gt;&lt;br /&gt;
	\relative c' { &lt;br /&gt;
		e16-.-&amp;gt;a(b gis)a-.-&amp;gt;c(d b)c-.-&amp;gt;e(f dis)e-.-&amp;gt;a(b a)&lt;br /&gt;
		gis(b e)e,(gis b)b,(e gis)gis,(b e)e,(gis? b e)&lt;br /&gt;
	} &lt;br /&gt;
&amp;lt;/music&amp;gt;&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
and &amp;lt;code&amp;gt;&amp;amp;lt;amsmath&amp;amp;gt;\sideset{}{'}\sum_{n&amp;amp;lt;k,\;\text{$n$ odd}} nE_n&amp;amp;lt;/amsmath&amp;amp;gt;&amp;lt;/code&amp;gt;, for instance, &amp;lt;amsmath&amp;gt;\sideset{}{'}\sum_{n&amp;lt;k,\;\text{$n$ odd}} nE_n&amp;lt;/amsmath&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
You can practice WikiTeX in the [[Wikisophia:Sandbox|sandbox]]; and following an image's link will reveal its source.&lt;br /&gt;
&lt;br /&gt;
==Classes==&lt;br /&gt;
   &lt;br /&gt;
The following classes have been implemented:&lt;br /&gt;
&lt;br /&gt;
===[[Amsmath]]===&lt;br /&gt;
   &lt;br /&gt;
Plenary '''[http://www.ams.org/tex/amslatex.html AMS-LaTeX]''', including commutative diagrams ([http://wikitex.org/doc/amsldoc.pdf doc] | [http://svn.wikitex.org/wikitex/branches/1.1/template/amsmath.tex template]).&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
&amp;lt;amsmath&amp;gt;&lt;br /&gt;
\label{e:barwq}\begin{split}&lt;br /&gt;
H_c&amp;amp;=\frac{1}{2n} \sum^n_{l=0}(-1)^{l}(n-{l})^{p-2}&lt;br /&gt;
\sum_{l _1+\dots+ l _p=l}\prod^p_{i=1} \binom{n_i}{l _i}\\&lt;br /&gt;
&amp;amp;\quad\cdot[(n-l )-(n_i-l _i)]^{n_i-l _i}\cdot&lt;br /&gt;
\Bigl[(n-l )^2-\sum^p_{j=1}(n_i-l _i)^2\Bigr].&lt;br /&gt;
\end{split}&lt;br /&gt;
&amp;lt;/amsmath&amp;gt;&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===[[Chem]]===&lt;br /&gt;
&lt;br /&gt;
'''[http://imt.chem.kit.ac.jp/fujita/fujitas3/xymtex/indexe.html XyMTeX]''' is an intuitive chemistry package by Shinsaku Fujita ([http://wikitex.org/doc/xymtx402.pdf doc] | [http://svn.wikitex.org/wikitex/branches/1.1/template/chem.tex template]).&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
&amp;lt;chem&amp;gt;&lt;br /&gt;
\bzdrv{1==DDH;5==CH$_{3}$;4==OC$_{16}$H$_{33}$;%&lt;br /&gt;
2==\ryl(4==NH--SO$_{2}$){4==\bzdrh{1==(yl);2==OCH$_{2}$CH$_{2}$OCH$_{3}$;%&lt;br /&gt;
5==\ryl(2==NH--SO$_{2}$){4==\bzdrh{1==(yl);%&lt;br /&gt;
5==\ryl(2==SO$_{2}$--NH){4==\naphdrh{1==(yl);5==OH;%&lt;br /&gt;
8==\lyl(4==N=N){4==\bzdrh{4==(yl);1==NO$_{2}$;5==SO$_{2}$CH$_{3}$}}}}}}}}}&lt;br /&gt;
&amp;lt;/chem&amp;gt;&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===[[Chess]]===&lt;br /&gt;
   &lt;br /&gt;
'''[http://www.ctan.org/tex-archive/macros/latex/contrib/skak Skak]''' by Torben Hoffmann supports SAN and FEN notation ([http://wikitex.org/doc/refman.pdf doc] | [http://wikitex.org/doc/informator.pdf doc] | [http://wikitex.org/doc/skakdoc.pdf doc] | [http://svn.wikitex.org/wikitex/branches/1.1/template/chess.tex template]).&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
&amp;lt;chess&amp;gt;&lt;br /&gt;
\whitename{Dubois}&lt;br /&gt;
\blackname{Steinitz}&lt;br /&gt;
\chessevent{London 1862}&lt;br /&gt;
\ECO{C50}&lt;br /&gt;
\chessopening{Giucco Pianissimo}&lt;br /&gt;
\makegametitle&lt;br /&gt;
|1 e4 e5 Nf3 Nc6 Bc4 Bc5 d3 Nf6 Bg5?! [Nc3]&lt;br /&gt;
d6 O-O?! h6 Bh4 g5 Bg3 h5! Nxg5 h4! Nxf7 hxg3!!&lt;br /&gt;
\toD{hxg3!!} Nxd8 [Nxh8 Qe7! \threat&amp;lt;Qh7&amp;gt; Nf7 Bxf2+&lt;br /&gt;
Rxf2 gxf2+ Kxf2 Ng4+ Kg3 Qf6 Qf3 Qg7\BBetter] Bg4&lt;br /&gt;
Qe1 Nd4 Nc3\onlymove [h3 Ne2+ Kh1 Rxh3+ gxh3&lt;br /&gt;
Bf3\#] Nf3+! gxf3 Bxf3 \toD{Bxf3} \resigns|&lt;br /&gt;
\begin{figure}[h]&lt;br /&gt;
\makediagrams&lt;br /&gt;
\end{figure}&lt;br /&gt;
&amp;lt;/chess&amp;gt;&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===[[Feyn]]===&lt;br /&gt;
&lt;br /&gt;
'''[http://www.ctan.org/tex-archive/macros/latex/contrib/feynmf feynMF]''' by Thorsten Ohl for Feynman diagrams ([http://wikitex.org/doc/feynmf.ps doc] | [http://svn.wikitex.org/wikitex/branches/1.1/template/feyn.tex template]).&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
&amp;lt;feyn&amp;gt;       \fmfpen{thick}&lt;br /&gt;
       \fmfleft{i1,i2}&lt;br /&gt;
       \fmflabel{$p^{\prime}$}{i1}&lt;br /&gt;
       \fmflabel{$p$}{i2}&lt;br /&gt;
       \fmfright{o1}&lt;br /&gt;
       \fmf{fermion,tension=1/3}{i1,v1}&lt;br /&gt;
       \fmf{plain}{v1,v2}&lt;br /&gt;
       \fmf{fermion,label=$p-k$,l.side=left}{v2,v3}&lt;br /&gt;
       \fmf{photon,right,tension=0,label=$k$}{v2,v3}&lt;br /&gt;
       \fmf{plain}{v3,i2}&lt;br /&gt;
       \fmf{photon}{v1,o1}&lt;br /&gt;
&amp;lt;/feyn&amp;gt;&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===[[Go]]===&lt;br /&gt;
&lt;br /&gt;
'''[http://match.stanford.edu/bump/go.html sgf2dg]''' by Daniel Bump and Reid &lt;br /&gt;
Augustin for go games described in SGF ([http://wikitex.org/doc/sgf2dg.pdf doc] | [http://svn.wikitex.org/wikitex/branches/1.1/template/go.sgf template]).&lt;br /&gt;
:Genan&amp;amp;mdash;Shuwa, 1842:&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
&amp;lt;go&amp;gt;(;FF[4]GM[1]SZ[19]AP[SGFC:1.16];B[qd];W[oc];B[ec];W[pf];B[od]&lt;br /&gt;
;W[nd];B[oe];W[pc];B[qe];W[qc];B[qi];W[de];B[cd];W[ce];B[bd]&lt;br /&gt;
;W[mf];B[of];W[gc];B[fc];W[gd];B[ee];W[do];B[cj];W[di];B[ci]&lt;br /&gt;
;W[dh];B[cm];W[fe];B[ef];W[ff];B[eg];W[fg];B[eh];W[fh];B[ei]&lt;br /&gt;
;W[dj];B[dk];W[ej];B[fi];W[dl];B[ek];W[fj];B[gi];W[dd];B[dc]&lt;br /&gt;
;W[ck];B[el];W[bk];B[ch])&amp;lt;/go&amp;gt;&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===[[Graph]]===&lt;br /&gt;
&lt;br /&gt;
'''[http://www.graphviz.org/ Graphviz]''' by Lefty Koutsofios, &amp;lt;em&amp;gt;et al.&amp;lt;/em&amp;gt;; for relational diagrams ([http://wikitex.org/doc/dotguide.pdf doc] | [http://svn.wikitex.org/wikitex/branches/1.1/template/graph.dot template]).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;dot&amp;gt; &lt;br /&gt;
	rankdir=LR;    &lt;br /&gt;
	node [shape = doublecircle]; LR_0 LR_3 LR_8;&lt;br /&gt;
	node [shape = circle];&lt;br /&gt;
	LR_0 -&amp;gt; LR_2 [ label = &amp;quot;SS(B)&amp;quot; ];&lt;br /&gt;
	LR_0 -&amp;gt; LR_1 [ label = &amp;quot;SS(S)&amp;quot; ];&lt;br /&gt;
	LR_1 -&amp;gt; LR_3 [ label = &amp;quot;S($end)&amp;quot; ];&lt;br /&gt;
	LR_2 -&amp;gt; LR_6 [ label = &amp;quot;SS(b)&amp;quot; ];&lt;br /&gt;
	LR_2 -&amp;gt; LR_5 [ label = &amp;quot;SS(a)&amp;quot; ];&lt;br /&gt;
	LR_2 -&amp;gt; LR_4 [ label = &amp;quot;S(A)&amp;quot; ];&lt;br /&gt;
        LR_4 -&amp;gt; LR_8 [ label = &amp;quot;S(D)&amp;quot; ];  &lt;br /&gt;
	LR_5 -&amp;gt; LR_7 [ label = &amp;quot;S(a)&amp;quot; ];&lt;br /&gt;
	LR_5 -&amp;gt; LR_5 [ label = &amp;quot;S(b)&amp;quot; ];&lt;br /&gt;
	LR_6 -&amp;gt; LR_6 [ label = &amp;quot;S(b)&amp;quot; ];&lt;br /&gt;
	LR_6 -&amp;gt; LR_5 [ label = &amp;quot;S(a)&amp;quot; ];&lt;br /&gt;
	LR_7 -&amp;gt; LR_8 [ label = &amp;quot;S(b)&amp;quot; ];&lt;br /&gt;
	LR_7 -&amp;gt; LR_5 [ label = &amp;quot;S(a)&amp;quot; ];&lt;br /&gt;
	LR_8 -&amp;gt; LR_6 [ label = &amp;quot;S(b)&amp;quot; ];&lt;br /&gt;
	LR_8 -&amp;gt; LR_5 [ label = &amp;quot;S(a)&amp;quot; ];&lt;br /&gt;
&amp;lt;/dot&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===[[Greek]]===&lt;br /&gt;
   &lt;br /&gt;
'''[http://www.ctan.org/tex-archive/language/greek/ibygrk/?action=/tex-archive/language/greek/ Ibycus]''' by Pierre MacKay for polytonic Greek ([http://wikitex.org/doc/ibycus4.txt doc] | [http://svn.wikitex.org/wikitex/branches/1.1/template/greek.tex template]).&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
&amp;lt;greek&amp;gt; &lt;br /&gt;
Ei)s ('Hfaiston;     &lt;br /&gt;
\begin{verse}        &lt;br /&gt;
\quad ('Hfaiston kluto'mhtin a)ei'deo Mou=sa li'geia,\\&lt;br /&gt;
o(`s met' )Aqhnai'hs glaukw'pidos a)glaa` e)'rga\\&lt;br /&gt;
a)nqrw'pous e)di'dacen e)pi` xqono's, oi(` to` pa'ros per\\&lt;br /&gt;
a)'ntrois naieta'askon e)n ou)'resin h)u'+te qh=res.\\&lt;br /&gt;
nu=n de` di) ('Hfaiston klutote'xnhn e)'rga dae'ntes\\&lt;br /&gt;
r(hi+di'ws ai)w=na telesfo'ron ei)s e)niauto`n\\&lt;br /&gt;
eu)'khloi dia'gousin e)ni` sfete'roisi do'moisin.\\&lt;br /&gt;
\quad )All' i('lhq' ('Hfaiste; di'dou d' a)reth'n te kai` o)'lbon.&lt;br /&gt;
\end{verse}      &lt;br /&gt;
&amp;lt;/greek&amp;gt;&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===[[Music]]===&lt;br /&gt;
&lt;br /&gt;
'''[http://www.lilypond.org/web/ Lilypond]''' with midi output ([http://wikitex.org/doc/lilypond.pdf doc] | [http://svn.wikitex.org/wikitex/branches/1.1/template/wikitex.ly template]).&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
&amp;lt;music&amp;gt; &lt;br /&gt;
\new Pianostaff&lt;br /&gt;
&lt;br /&gt;
&amp;lt;&amp;lt; \new Staff { &lt;br /&gt;
\time 2/2&lt;br /&gt;
\clef violin&lt;br /&gt;
\key cis \minor&lt;br /&gt;
\tempo 4=120&lt;br /&gt;
\relative c''&lt;br /&gt;
\context Staff &amp;lt;&amp;lt;&lt;br /&gt;
\new Voice { \voiceOne &lt;br /&gt;
r4 cis8 dis e4 fis gis8 fis gis a gis fis e gis fis e fis gis fis e dis fis e dis e fis e d cis e d cis d e d cis b d cis b cis d cis b a cis b a b cis b a gis b a2 r cis2.&lt;br /&gt;
}&lt;br /&gt;
\new Voice { \voiceTwo &lt;br /&gt;
e,8 gis a b cis dis bis cis dis4 r r2 r1 r1 r4 fis, b b b a8 gis a2 gis1~ gis8 gis fis eis fis2 gis2.&lt;br /&gt;
}&lt;br /&gt;
\new Voice { \voiceThree&lt;br /&gt;
\stemDown&lt;br /&gt;
s1 s s s s2. fis4 eis2 fis&lt;br /&gt;
}&lt;br /&gt;
&amp;gt;&amp;gt;&lt;br /&gt;
}&lt;br /&gt;
\new Staff {&lt;br /&gt;
\clef bass&lt;br /&gt;
\time 2/2&lt;br /&gt;
\key cis \minor&lt;br /&gt;
\relative c'&lt;br /&gt;
\context Staff &amp;lt;&amp;lt;&lt;br /&gt;
\new Voice { \voiceOne&lt;br /&gt;
s1 r4 gis cis cis cis bis8 ais bis2 cis1 b2. s4 s1 b2 cis~ cis~ cis8 cis b a gis2.&lt;br /&gt;
}&lt;br /&gt;
\new Voice { \voiceTwo&lt;br /&gt;
\stemUp&lt;br /&gt;
cis,1 bis2 e dis1&lt;br /&gt;
\stemDown &lt;br /&gt;
cis4 e a a a gis8 fis gis2~&lt;br /&gt;
\stemUp&lt;br /&gt;
gis fis gis1 a2 fis~ fis8 fis e dis e4&lt;br /&gt;
}&lt;br /&gt;
\new Voice { \voiceThree&lt;br /&gt;
\stemDown&lt;br /&gt;
cis4 b a2 gis4 r4 g2\rest e1\rest e1\rest e1\rest r4 cis' fis fis fis eis8 dis eis2 fis r r&lt;br /&gt;
} &lt;br /&gt;
&amp;gt;&amp;gt;&lt;br /&gt;
}&lt;br /&gt;
&amp;gt;&amp;gt;&lt;br /&gt;
&amp;lt;/music&amp;gt;&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===[[Plot]]===&lt;br /&gt;
&lt;br /&gt;
'''[http://www.gnuplot.info Gnuplot]''' by Hans-Bernhard Broeker, &amp;lt;em&amp;gt;et al.&amp;lt;/em&amp;gt;; for plotting two- and three-dimensional line, point, dot, box, histogram graphs or vector fields ([http://wikitex.org/doc/gnuplot.pdf doc] | [http://svn.wikitex.org/wikitex/branches/1.1/template/plot.p template]).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;plot&amp;gt;# original from TANAKA Masaki &lt;br /&gt;
# masaki@isea.is.titech.ac.jp(Tokyo Institute of technology)&lt;br /&gt;
set pm3d at s solid&lt;br /&gt;
set palette rgb 7,5,15 &lt;br /&gt;
unset colorbox &lt;br /&gt;
unset surface&lt;br /&gt;
set ticslevel 0&lt;br /&gt;
set mapp cart&lt;br /&gt;
set size square&lt;br /&gt;
set view 45,30,1,1&lt;br /&gt;
set auto&lt;br /&gt;
set isosamples 100,100&lt;br /&gt;
compl(a,b)=a*{1,0}+b*{0,1}  &lt;br /&gt;
mand(z,a,n) = n&amp;lt;=0 || abs(z)&amp;gt;2 ? 1:mand(z*z+a,a,n-1)+1&lt;br /&gt;
splot [-2:1][-1.5:1.5] mand({0,0},compl(x,y),50) &lt;br /&gt;
&amp;lt;/plot&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===[[Teng]]===&lt;br /&gt;
&lt;br /&gt;
'''[http://tolklang.quettar.org/fonts/ TengTeX]''' by Ivan Derzhanski for F&amp;amp;euml;anorian Tengwar ([http://wikitex.org/doc/tengdoc.pdf doc] | [http://svn.wikitex.org/wikitex/branches/1.1/template/teng.tex template]).&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
&amp;lt;teng&amp;gt;&lt;br /&gt;
\sindarin&lt;br /&gt;
ash nazg duRbatuluuk, ash nazg gimbatul,&lt;br /&gt;
&lt;br /&gt;
ash nazg thrakatuluuk, agh buRzumishi krimpatul&lt;br /&gt;
&amp;lt;/teng&amp;gt;&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;i&amp;gt;id est,&amp;lt;/i&amp;gt;&lt;br /&gt;
:&amp;amp;ldquo;One Ring to rule them all, One Ring to find them,&lt;br /&gt;
:One Ring to bring them all and in the darkness bind them.&amp;amp;rdquo;&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
* [[Wikitex usability review]]&lt;br /&gt;
* [[Additional features]]&lt;br /&gt;
* [[Issues|Bugs]]&lt;br /&gt;
* [[Todo]]&lt;br /&gt;
&lt;br /&gt;
==Credits==&lt;br /&gt;
  &lt;br /&gt;
WikiTeX was conceived by [[user:Danenberg|Peter Danenberg]], where Tomasz Wegrzanowski's &amp;lt;tt&amp;gt;texvc&amp;lt;/tt&amp;gt; provided impulse; which packages twain may yet coexist in a self installation.&lt;br /&gt;
&lt;br /&gt;
Several security fixes have been submitted by Johannes Berg.&lt;br /&gt;
&lt;br /&gt;
[[category:Extensions]]&lt;/div&gt;</summary>
		<author><name>Bill Flanagan</name></author>	</entry>

	</feed>
