Wiki-ing the Vista Monograph: Difference between revisions

From OLPC
Jump to navigation Jump to search
No edit summary
Line 7: Line 7:
* cleaned it up with Dave Raggett's [http://tidy.sourceforge.net/ HTML Tidy]
* cleaned it up with Dave Raggett's [http://tidy.sourceforge.net/ HTML Tidy]
* converted it to MediaWiki using [http://search.cpan.org/~diberri/HTML-WikiConverter-0.61/lib/HTML/WikiConverter.pm HTML::WikiConverter].
* converted it to MediaWiki using [http://search.cpan.org/~diberri/HTML-WikiConverter-0.61/lib/HTML/WikiConverter.pm HTML::WikiConverter].
* manual editing to clean out a lot of junk html. Need to redo it with a sed script.
* manual editing to clean out a lot of junk html.
** <br />
** <font >
** </font >
** <div >
** </div>
** <span >
** </span>
** funny characters
* Need to redo it with a sed script.
* script to remove excess blank lines.
* script to remove excess blank lines.

Revision as of 04:35, 12 February 2008

Wiki the Vista Monograph

I started with the .doc file of the VistA Monograph

  • opened it with Open Office
  • saved it as html
  • cleaned it up with Dave Raggett's HTML Tidy
  • converted it to MediaWiki using HTML::WikiConverter.
  • manual editing to clean out a lot of junk html.

    • funny characters
  • Need to redo it with a sed script.
  • script to remove excess blank lines.

It's no wonder it has glitches. I'm surprised it came out as well as it did.