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 archive was generated by hypermail 2.1.3 : Fri Aug 01 2014 - 20:29:23 EDT