[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: HTML5 => png or HTML5 => jpg.



On 7/24/2014 12:30 PM, peter@easthope.ca wrote:
> From: Jerry Stuckle <jstuckle@attglobal.net>
> 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


Reply to: