Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ajdt-dev] Programming Guide...

I was concerned about not having a local programming guide for offline
usage, so I hacked together this quick script (one-time usage only, NOT a
long-term solution) which converted the toc from the index.html file of the
programming guide into something close enough to the eclipse topic format
that I could finish the job with a very small amount of hand editing.

cat ajtoc2.xml | sed -r 's/^.*<dt>//g' | sed 's/href="\(.*\)"/href
="doc\/AJprogguide\/\1"/g' | sed 's/\(.*\)<a \([^>]*\)>\(.*\)/label="\1\3"
\2/g' | sed 's/<.*>//g' | sed 's/^/<topic /g' | sed 's/$/\/>/g'

I've therefore dropped the new programming guide into our docs directory
and posted a new developer build. With all the work that Julie did dropping
in the latest versions of all the other docs we are now very very nearly
there.

Release notes and FAQ updates still to be done...

-- Adrian.
adrian_colyer@xxxxxxxxxx







Back to the top