C++ Workspace
- Doing some outstanding projects
- Link tool for verifying local links
-
if restrict local links to one line, then can get all local
links with grep class="reflocal" | grep href
- produce a tool that accepts a .html, .xml file and returns 0
if links are OK else 1 and outputs the broken links, filename and path
to a file if failure occurs.
- Tool for converting local links into hard coded Internet addresses.
For example exporting the proj directory out with html pages docs
but want links to docs inside my workspace to work, so external
html file links necessary.
- Build local link testing for proj/*html or xml files in a script
as part of the tool chain.
The main goal is to get the C++ workspace on track. The tool chain/build tools are
there - it is now time to re-energize and use them.