Agile Atlanta User Group
Related Sites

Quick Links

Agile Atlanta
Credits

I really liked the way AJUG did the gray section headers in their style-sheet. So as you can tell, I lifted that from their site. I've also copied their sponsorship page and sponsor form, thought those 2 pages aren't live here yet.

Our site is hosted by the most excellent cornerhost.

I've been playing with Zope to create the content. I run Zope on my own PC to create the content, which I then copy over to our server as a static site. The idea for this came from Satheesh Babu's article Making static sites from Zope. One enhancement I made to his procedure is to add the zopemir script to Zope as an "External Method" so I can run it easily from within Zope itself. If you do this, you can run the script remotely. This could be particularly handy if you run both Zope and apache or iis on your web server: Zope for content management and the other to actually serve up the static content. Way cool. That's poor-man's apache-zope integration.

-- Andrew M. Fuqua