Have follow up work for joomla import using (modified) perl made earlier.

http://www.lmregisnurse.org/ pleas take a look at the underlying HTML code for these pages and evaluate how much work would be required to modify the script to import this additional content into the CMS system.


Note that we only want to import the page specific content, and not the menus or banners or other shared elements that are common to many or all of the pages on the sites.

You can see the pages online and the script needs to get the files via linux/windows common code to get a page (no POST needed just all simple web pages with full URL will be given)
----

The html title tag is the same as before [title]TITLE[/title]
The alias is the same too (name of the page, without extension).
The page title is the name of the link in the navigation (on the left of the page, example http://www.chemcentermri.com/previsit.php, its Pre-Visit instructions, can be found in the code : [a href=patient.php class=nav1]Patient[br]Information[/a]
The page body is in the code [span class=bdy] BODY [/span].

---


minor refinement on the page title. It looks to me like the page title for http://www.chemcentermri.com/previsit.php is found, as you noted, in the navigation, but the correct code is:

[td align=right][span class=nav][img src=interface/bullet.gif width=8 height=10 alt=][/span][/td][td][a href=previsit.php class=nav2]Pre-Visit[br]Instructions[/a][/td]

It looks like the clue is this code:

[img src=interface/bullet.gif width=8 height=10 alt=]

which denotes the current page.

Does that make sense? If so, please also incorporate into your pricing the work required to rewrite the code to accept these tags as parameters, preferably from a config file, instead of hard-coding them into the script as you are currently doing, so that we could apply it to other sites as well.

Note that I dont want you to rewrite the current script to read a config file! We need to get that script working with the simplest setup, so for the first version (the one you are working on now) hard-coded variables work just fine.

Can we settle on $30 for this please? will have more sites later

Attachment has script till now.

thank you