Index: /trunk/tls-centralization/index.html
===================================================================
--- /trunk/tls-centralization/index.html	(revision 142)
+++ /trunk/tls-centralization/index.html	(revision 143)
@@ -17,5 +17,5 @@
 <p>The protocols we use for communication shape not just the
 communications themselves, but social and economic structures beyond
-them.  As Americans, we have seen how choices in infrastructure can
+them.  In the USA, we have seen how choices in infrastructure can
 shape social structure in the physical world. Our society builds
 highways, malls, and suburban developments while neglecting its rail
@@ -533,5 +533,5 @@
 href="http://kde.org/">KDE</a> suite.
 
-<p>Finally, a couple text-mode browsers, <a
+<p>Finally, a couple of text-mode browsers, <a
 href="http://elinks.or.cz/"><tt>elinks</tt></a> and the venerable <a
 href="http://lynx.browser.org/"><tt>lynx</tt></a> appear to use the
@@ -613,4 +613,4 @@
 <hr>
 <address></address>
-<!-- hhmts start -->Last modified: Thu Jan 18 02:21:55 EST 2007 <!-- hhmts end -->
+<!-- hhmts start -->Last modified: Fri Jan 26 17:30:56 EST 2007 <!-- hhmts end -->
 </body> </html>
Index: /trunk/tls-centralization/mediawikiconversion
===================================================================
--- /trunk/tls-centralization/mediawikiconversion	(revision 143)
+++ /trunk/tls-centralization/mediawikiconversion	(revision 143)
@@ -0,0 +1,9 @@
+#!/usr/bin/perl
+
+use HTML::WikiConverter;
+my $holdTerminator = $/;
+undef $/;
+my $html = <STDIN>;
+$/ = $holdTerminator;
+my $wc = new HTML::WikiConverter( dialect => 'MediaWiki' );
+print $wc->html2wiki( $html );
