[SLUG] St. Pete meeting presentation thing

From: Dylan William Hardison (dylanwh@tampabay.rr.com)
Date: Fri Jan 23 2004 - 22:35:40 EST


Greetings. This next St. Pete meeting (Monday) I will be giving a presentation,
of sorts, about how the 'build system' for my website works.

Basically, I'll be talking about perl scripts, zsh scripts, makefiles,
etc. Actually, it is an ugly beast, but it works. <g>

Features:
  * zsh's "coproc" command, along with read -p and print -p commands.
    This is really useful
        --
        coproc some-filter-command

        while read -p line; do
          echo "I got line: $line";
          print -p "Sending this to the filter..."
        done
        --
  * Various cases perl insanity. For example, a html filtering thing that
    automagically adds width="" and height="" tags to <img> tags.
  * Believe it or not, awk is sometimes still slightly more useful
    than perl...
  * Abusing makefiles for fun and profit...

Oh, and the build system also has some very interesting mirroring features.

There *may* be some pizza for those that get there early. :-)

-- 
We're here to give you a computer, not a religion.
              -- attributed to Bob Pariseau, at the introduction of the Amiga
-
GPG Fingerprint=D67D 2B75 53C6 9769 30E4  D390 239F C833 F32C F6F6
GPG KeyID=F32CF6F6


----------------------------------------------------------------------- This list is provided as an unmoderated internet service by Networked Knowledge Systems (NKS). Views and opinions expressed in messages posted are those of the author and do not necessarily reflect the official policy or position of NKS or any of its employees.



This archive was generated by hypermail 2.1.3 : Fri Aug 01 2014 - 20:29:23 EDT