Wikipedia talk:WikiProject Chemistry/IRC discussions

Page contents not supported in other languages.
Source: Wikipedia, the free encyclopedia.

Bold text(Question on phosphite fertilizers moved to

WT:Chemistry) Walkerma (talk) 08:34, 26 January 2008 (UTC)[reply
]

Conversion of irssi IRC-log to WP meeting transcript

nm

Irssi, to start/stop logging:

/log open -targets #wikichem foo.txt
/log close foo.txt

Perl one-liners to wiki-ify the formatting:

perl -pi -e "s/<(.*?)>/'''&lt;\1&gt;'''/" foo.txt
perl -pi -e 's/\n/\n\n/' foo.txt

Edit first/last line to add

TZ
.

Check for any {{foo}}. Convert to {{subst:tl|foo}} (or tlx).

Check for any < or > (esp if discussing HTML tags). Convert to &lt; and &gt; respectitvely.