On 7/24/2014 12:30 PM, [email protected] wrote: > From: Jerry Stuckle <[email protected]> > Date: Wed, 09 Jul 2014 12:20:37 -0400 >> How is the document revised? > > Text editor. > >> is the HTML5 document always served by a web server, or >> can it be loaded from a file? > > It is self-contained and can come from a file or from a server. > >> ... put a couple of comment lines in the file - one >> before the images and one after the images. Then have your script >> search for those comment lines and replace everything between them with >> the contents of the new file. > > For the text manipulations, can you recommend AWK, Perl, sed or another? > > Thanks, ... Peter E. > >
My recommendation would be whatever you're most familiar with. Almost any language (except maybe ALGOL) can do text manipulation. But I wouldn't recommend learning an entirely new language just to do one job. Of course, if you're not a programmer, you might want to enlist the help of a friend who could help you. Cheaper than hiring a consultant ) Jerry -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/[email protected]

