From: Greg Ercolano <erco@(email surpressed)>
Subject: Re: Using Rush in a slightly different way [for Framecycler]
   Date: Tue, 13 Sep 2005 20:22:50 -0700
Msg# 1032
View Complete Thread (2 articles) | All Threads
Last Next
> I've sent you a separate email to this one with attached the command
> line documentation for sequence publisher and a list of the subset of
> options we are interested in here to save you as much work as possible!

	Yes, received -- I'll check it out.

A simple Python submit script would be brilliant...I'm afraid Perl sends
shivers up my spine.

	As soon as I learn enough of python, I'll post something ;)
	I've been flipping through the O'Reilly book.

	The 'here document' stuff had me guessing for a while,
	but I think I've got it solved with:

bgcolor = "#222255"
fgcolor = "#ffffff"

print """
<html>
<body bgcolor=%(bgcolor)s>
<font color=%(fgcolor)s>Testing</font>
""" % locals()

	If there's a better way to embed variables in """'ed text,
	let me know.

--
Greg Ercolano, erco@(email surpressed)
Rush Render Queue, http://seriss.com/rush/
Tel: (Tel# suppressed)
Cel: (Tel# suppressed)
Fax: (Tel# suppressed)

Last Next