On Tue, Jan 29, 2013 at 2:12 PM, Ryan <rlerch@redhat.com> wrote:
Is the source used to generate this page with Pelican available anywhere for us to play with? or is this not publically accessible?

Hi, Ryan:

Currently, that page is generated using extremely hairy bash scripts (I'm not kidding about that). I looked at it long and hard, and it's not salvageable. Representative line is:

EOL="$( echo "${x}" | awk 'BEGIN { FS="|"; } ; { printf "%s", $7; }' | grep -i "EOL" | tr "\n" " " | tr "\r" " " | sed -e 's/^[ \t]*//' -e 's/[ \t]*$//' | tr "[:lower:]" "[:upper:]" )"

Let's pretend the way it's currently generated doesn't exist.

Best,
--
Konstantin Ryabitsev
LinuxFoundation.org
Montréal, Québec