You are here

Add online Simile help from ecxisting html help

Add text from the DocBook version of help with some more up to date information from the Simile help files.

Reporter: 
jonathanm
Created: 
Tue, 19/02/2008 - 14:18
Updated: 
Tue, 01/07/2008 - 11:23

Comments

We agreed at the meeting on Wed 27 February 2008 that RM would take this on.

Required for the publishing of the site 2 April 2008.

 

The DocBook help was very out of date so we decided that the new on-line help would be sourced from the version 5.1 html help.

Mark cleaned up the html help of its MS Word tag clutter.

JM to a write php Drupal script to load the cleaned files into a Drupal book.

I have loaded the html into Drupal but the urls did not get added.

I need to check the node attributte for the url

pseudocode:

foreach (glob("help/*.htm"), $filepath) {

   $doc = new domobject($filepath);

   $body = $doc.find("body");

   $h1 = body.find("h1");

   $node = nodeselect(title == $h1);

   $node->url = $file;

}

 

  

 

html help imported

Automatically closed -- issue fixed for two weeks with no activity.