Re: How to make a script run every 10 minutes?

From: Ed Murphy (emurphy42_at_socal.rr.com)
Date: 09/30/03


Date: Tue, 30 Sep 2003 21:48:04 GMT

On Tue, 30 Sep 2003 20:39:17 +0000, Alan Connor wrote:

> And while we are at it, you tore the hell out of my website and said that
> you could make it much better without even trying, and I've yet to see
> you backup your claims with any substance.

1) Provide elrav1 in .tar.gz format, rather than "save this file, then
   paste this text into a shell script and run it" format. I've mentioned
   this before.

2) Convert the Great Big HTML File of Everything from this format:

<a href="#tag1"> Tag1 </a>
<a href="#tag2"> Tag2 </a>
<a href="#tag3"> Tag3 </a>
<a href="#tag4"> Tag4 </a>
<a href="#tag5"> Tag5 </a>

<a name="tag1"> Tag1 </a>
<!-- a couple pages worth of text -->

<a name="tag2"> Tag2 </a>
<!-- a couple pages worth of text -->

<a name="tag3"> Tag3 </a>
<!-- a couple pages worth of text -->

<a name="tag4"> Tag4 </a>
<!-- a couple pages worth of text -->

<a name="tag5"> Tag5 </a>
<!-- a couple pages worth of text -->

into several shorter HTML files.

Here's a sample of what I consider a *fairly good* web site:
http://www.strategicon.net/

I do all the authoring on this site, pretty much for free (they repay
me by letting me attend the events for free). No frames, just tables
and a single site-wide style sheet. No forms or scripts of any sort,
except for one strictly optional form where you can pre-register for
the events. (There's a static version of this form; you can print it
out, fill it out by hand, and mail or fax it in.)

Now if you want me to demonstrate proof-of-concept on the elrav1 site
itself, well, actually doing the changes is moderately tedious; give
me a few days to work on it. Envisioning and explaining what the
changes *would* be is fairly simple (see above).



Relevant Pages

  • Re: How to make a script run every 10 minutes?
    ... > paste this text into a shell script and run it" format. ... > 2) Convert the Great Big HTML File of Everything from this format: ... but not frames and don't like interactive websites at all. ...
    (comp.os.linux.misc)
  • Re: close(STDOUT); close(STDERR) vs. prog > /dev/null&
    ... One part starts the program in a shell script: ... int log (const char *format, ... va_start (args, format); ... prog -F$DEBUG_VAR2 & ...
    (comp.unix.programmer)
  • Printing Invoices
    ... They will be printing to HP printers via IrDA. ... The problem is that I can't format and print my invoices. ... my HTML file to a format that the printer SDK could even use. ...
    (microsoft.public.dotnet.framework.compactframework)
  • Re: HTML Markup
    ... 'Confirm file format conversion on open' ... When you then open the HTML file do you have 'HTML' on the list of choices and does that change the behavior using that choice? ... I'm using 2007 and have tried opening an HTML file which just opens with the ...
    (microsoft.public.word.docmanagement)
  • Re: How to read and get the string from fixed position?
    ... I'm starting using shell script, ... File name format: ... Can i read the name of file and compare the value XX before .TXT, ... What do you mean by "erase then"? ...
    (comp.unix.shell)