From: <sea...@us...> - 2006-09-26 17:06:44
|
Revision: 17353 http://svn.sourceforge.net/gaim/?rev=17353&view=rev Author: seanegan Date: 2006-09-26 10:06:34 -0700 (Tue, 26 Sep 2006) Log Message: ----------- starting a blog for recent Gaim development developments. Other developers should feel free to do the same and add their stuff to the Planet I'm also setting up. Modified Paths: -------------- web/planet/gaim/config.ini Added Paths: ----------- web/htdocs/planet/ web/htdocs/planet/images/ web/htdocs/planet/images/bubble/ web/htdocs/planet/images/bubble/bubble-bottom-left.png web/htdocs/planet/images/bubble/bubble-bottom-right.png web/htdocs/planet/images/bubble/bubble-bottom.png web/htdocs/planet/images/bubble/bubble-left.png web/htdocs/planet/images/bubble/bubble-nipple.png web/htdocs/planet/images/bubble/bubble-right.png web/htdocs/planet/images/bubble/bubble-top-left.png web/htdocs/planet/images/bubble/bubble-top-right.png web/htdocs/planet/images/bubble/bubble-top.png web/htdocs/planet/planet.css web/htdocs/sean/.htaccess web/htdocs/sean/blog web/htdocs/sean/config.py web/htdocs/sean/face.jpg web/htdocs/sean/posts/ Added: web/htdocs/planet/images/bubble/bubble-bottom-left.png =================================================================== (Binary files differ) Property changes on: web/htdocs/planet/images/bubble/bubble-bottom-left.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: web/htdocs/planet/images/bubble/bubble-bottom-right.png =================================================================== (Binary files differ) Property changes on: web/htdocs/planet/images/bubble/bubble-bottom-right.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: web/htdocs/planet/images/bubble/bubble-bottom.png =================================================================== (Binary files differ) Property changes on: web/htdocs/planet/images/bubble/bubble-bottom.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: web/htdocs/planet/images/bubble/bubble-left.png =================================================================== (Binary files differ) Property changes on: web/htdocs/planet/images/bubble/bubble-left.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: web/htdocs/planet/images/bubble/bubble-nipple.png =================================================================== (Binary files differ) Property changes on: web/htdocs/planet/images/bubble/bubble-nipple.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: web/htdocs/planet/images/bubble/bubble-right.png =================================================================== (Binary files differ) Property changes on: web/htdocs/planet/images/bubble/bubble-right.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: web/htdocs/planet/images/bubble/bubble-top-left.png =================================================================== (Binary files differ) Property changes on: web/htdocs/planet/images/bubble/bubble-top-left.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: web/htdocs/planet/images/bubble/bubble-top-right.png =================================================================== (Binary files differ) Property changes on: web/htdocs/planet/images/bubble/bubble-top-right.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: web/htdocs/planet/images/bubble/bubble-top.png =================================================================== (Binary files differ) Property changes on: web/htdocs/planet/images/bubble/bubble-top.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: web/htdocs/planet/planet.css =================================================================== --- web/htdocs/planet/planet.css (rev 0) +++ web/htdocs/planet/planet.css 2006-09-26 17:06:34 UTC (rev 17353) @@ -0,0 +1,134 @@ +div.entry { + clear: both; + margin-bottom: 2em; + margin-right: 1em; +} + +div.person-info { + float: left; + position: relative; + left: 4px; + margin-top: 25px!important; + padding: 0 20px 30px 0; + width: 120px; + background: url(images/bubble/bubble-nipple.png) top right no-repeat; + text-align: center; +} + +div.person-info a { + text-decoration: none; + color: #666; +} + +div.post { + background: #fff url(images/bubble/bubble-left.png) left repeat-y; + margin-left: 140px; + border-bottom: 1px solid #fff; /* IE hack */ +} + +div.post2 { + background: url(images/bubble/bubble-right.png) right repeat-y; +} + +div.post-contents { + padding: 0 25px 0 25px; + margin-right: 10px; +} + +div.post-contents p { + line-height: 140%; + margin-top: 1em!important; +} + +div.post-contents blockquote { + color: #666; + line-height: 150%; +} + +div.post-contents:after { + content: ""; + display: block; + clear: both; +} + +div.post-title { + background: url(images/bubble/bubble-top-left.png) top left no-repeat; + margin: 1em 0 0 0; +} + +h4.post-title { + background: url(images/bubble/bubble-top-right.png) top right no-repeat; + padding: 22px 25px 0 25px; + font-weight: normal; +} + +h4.post-title a { + font-size: 140%; + text-decoration: none; +} + +h4.post-title a:hover { + text-decoration: underline; +} + +div.post-title span { + display: block; + height: 20px; + font-size: 100%; +} + +div.post-title { + display: block; +} + +div.post-header { + background: url(images/bubble/bubble-top.png) top repeat-x; +} + + +div.post-footer { + background: url(images/bubble/bubble-bottom.png) bottom repeat-x; + border-bottom: 1px solid #fff; /* IE hack */ +} + +div.post-footer2 { + background: url(images/bubble/bubble-bottom-right.png) bottom right no-repeat; + text-align: right; +} + +div.post-footer p { + background: url(images/bubble/bubble-bottom-left.png) bottom left no-repeat; + margin: 0; + padding: 15px 20px 20px 25px; +} + +div.post-footer p a { + font-size: 85%; + color: #999; + text-decoration: none; +} + +div.post-footer p a:hover { + color: inherit; + text-decoration: underline; +} + +h2.date { + color: #666; + font-weight: normal; + font-size: 130%; + padding-left: 10px; +} + + +/* A few hacks to workaround some of the styles in gaim.css */ + +#nav div.section ul { + line-height: 1.5em; + text-align: left; +} + +#nav div.section { + margin: 2em 1em 1em 1em; + text-align: left; +} Property changes on: web/htdocs/planet/planet.css ___________________________________________________________________ Name: svn:mime-type + text/css Name: svn:eol-style + native Added: web/htdocs/sean/.htaccess =================================================================== --- web/htdocs/sean/.htaccess (rev 0) +++ web/htdocs/sean/.htaccess 2006-09-26 17:06:34 UTC (rev 17353) @@ -0,0 +1,7 @@ +DirectoryIndex blog +Options ExecCGI Indexes + +<Files blog> + ForceType application/cgi-script + SetHandler cgi-script +</Files> Property changes on: web/htdocs/sean/.htaccess ___________________________________________________________________ Name: svn:mime-type + text/plain Name: svn:eol-style + native Added: web/htdocs/sean/blog =================================================================== --- web/htdocs/sean/blog (rev 0) +++ web/htdocs/sean/blog 2006-09-26 17:06:34 UTC (rev 17353) @@ -0,0 +1,62 @@ +#!/usr/bin/env python + +#!/path/to/python -u +# -u turns off character translation to allow transmission +# of gzip compressed content on Windows and OS/2 + +# Uncomment this if something goes wrong (for debugging) +#import cgitb; cgitb.enable() + +# Settings are now in config.py, you should disable access to it by htaccess +# (make it executable or deny access) +from config import py as cfg + +# If the user defined a "codebase" property in their config file, +# then we insert that into our sys.path because that's where the +# PyBlosxom installation is. +if cfg.has_key("codebase"): + import sys + sys.path.insert(0, cfg["codebase"]) + +if __name__ == '__main__': + + import os, sys + from Pyblosxom.pyblosxom import PyBlosxom + + env = {} + # names taken from wsgi instead of inventing something new + env['wsgi.input'] = sys.stdin + env['wsgi.errors'] = sys.stderr + env['wsgi.url_scheme'] = "http" + if os.environ.get("HTTPS") in ('yes','on','1'): + env['wsgi.url_scheme'] = "https" + # setup url_scheme for static rendering + if not os.environ.get("REQUEST_METHOD", ""): + if 'base_url' in cfg: + env['wsgi.url_scheme'] = cfg['base_url'][:cfg['base_url'].find("://")] + + for mem in ["HTTP_HOST", "HTTP_USER_AGENT", "HTTP_REFERER", "PATH_INFO", + "QUERY_STRING", "REMOTE_ADDR", "REQUEST_METHOD", "REQUEST_URI", + "SCRIPT_NAME", "HTTP_IF_NONE_MATCH", "HTTP_IF_MODIFIED_SINCE", + "HTTP_COOKIE", "CONTENT_LENGTH", "HTTP_ACCEPT", "HTTP_ACCEPT_ENCODING"]: + env[mem] = os.environ.get(mem, "") + + p = PyBlosxom(cfg, env) + + if not env.get("REQUEST_METHOD", ""): + if len(sys.argv) > 1 and sys.argv[1] == "--static": + if "--incremental" in sys.argv: + incremental = 1 + else: + incremental = 0 + p.runStaticRenderer(incremental) + else: + p.testInstallation() + + else: + p.run() + response = p.getResponse() + response.sendHeaders(sys.stdout) + response.sendBody(sys.stdout) + +# vim: shiftwidth=4 tabstop=4 expandtab Property changes on: web/htdocs/sean/blog ___________________________________________________________________ Name: svn:executable + * Name: svn:mime-type + text/x-python Name: svn:eol-style + native Added: web/htdocs/sean/config.py =================================================================== --- web/htdocs/sean/config.py (rev 0) +++ web/htdocs/sean/config.py 2006-09-26 17:06:34 UTC (rev 17353) @@ -0,0 +1,113 @@ +py = {} + +############### +# Start Below # +############### +# If your PyBlosxom installation is in a funky place, uncomment +# this next line and point it to your PyBlosxom installation +# directory. +py["codebase"] = "/home/groups/g/ga/gaim/pyblosxom-1.2.1/" + +# What's this blog's title? +py['blog_title'] = "Gaim Development Developments" + +# What's this blog's description (for outgoing RSS feed)? +py['blog_description'] = "A summary of current events in Gaim development" + +# What's this blog's author name? +py['blog_author'] = "Sean Egan" + +# What's the blog author's email address? +py["blog_email"] = "sea...@gm..." + +# What's this blog's primary language (for outgoing RSS feed)? +py['blog_language'] = "en" + +# Encoding for output. Default is iso-8859-1. +py['blog_encoding'] = "UTF-8" + +# Where are this blog's entries kept? +py['datadir'] = "/home/groups/g/ga/gaim/htdocs/seanegan/posts" + +# Where should PyBlosxom log files be kept? +py['logdir'] = "/dev/nul" + +# List of strings with directories that should be ignored (e.g. "CVS") +# ex: py['ignore_directories'] = ["CVS", "temp"] +py['ignore_directories'] = ["CVS"] + +# Should I stick only to the datadir for items or travel down the directory +# hierarchy looking for items? If so, to what depth? +# 0 = infinite depth (aka grab everything), 1 = datadir only, n = n levels down +py['depth'] = 1 + +# How many entries should I show on the home page? +py['num_entries'] = 40 + +# What should the default flavour you want used be? +py['default_flavour'] = "html" + + +########################### +# Optional Configurations # +########################### + +# What should this blog use as its base url? +# py['base_url'] = "http://www.some.host/weblog" + +# Default parser/preformatter. Defaults to plain (does nothing) +#py['parser'] = 'plain' + +# Using Caching? Caching speeds up rendering the page that is going to be +# shown. Even if you are not using pyblosxom special features, caching can +# improve rendering speed of certain flavours that can show a large number of +# files at one time. Choose a cache mechanism you'd like, see the +# Pyblosxom/cache/ directory, and read the source on how to enable caching with +# the particular cache driver, you need to set two variables: +#py['cacheDriver'] = 'xxxx' +#py['cacheConfig'] = '' + +# Plugin directories: +# You can now specify where you plugins all lives, there are two types +# of plugindirectories, the standard pyblosxom plugins, and the xmlrpc +# plugins. You can list out as many directories you want, but they +# should only contain the related plugins. +# Example: py['plugin_dirs'] = ['/opt', '/usr/bin'] +#py['plugin_dirs'] = ['/path/to/my/plugins'] + +# There are two ways for PyBlosxom to load plugins. The first is the +# default way which involves loading all the plugins in the lib/plugins +# directory in alphanumeric order. The second is by specifying a +# "load_plugins" key here. Doing so will cause us to load only the +# plugins you name and we will load them in the order you name them. +# The "load_plugins" key is a list of strings where each string is +# the name of a plugin module (i.e. the filename without the .py at +# the end). +# ex: py['load_plugins'] = ["pycalendar", "pyfortune", "pyarchives"] +#py['load_plugins'] = [] + + +# Doing static rendering? Static rendering essentially "compiles" your +# blog into a series of static html pages. For more details, read: +# http://wiki.subtlehints.net/moin/PyBlosxom_2fStaticRendering +# +# What directory do you want your static html pages to go into? +#py["static_dir"] = "/path/to/static/dir" + +# What flavours shouldt get generated? +#py["static_flavours"] = ["html"] + +# What other paths should we statically render? +# This is for additional urls handled by other plugins like the booklist +# and plugin_info plugins. If there are multiple flavours you want +# to capture, specify each: +# ex: py["static_urls"] = ["/booklist.rss", "/booklist.html"] +#py["static_urls"] = ["/path/to/url1", "/path/to/url2"] + +# Whether (1) or not (0) you want to create date indexes using month +# names? (ex. /2004/Apr/01) Defaults to 1 (yes). +#py["static_monthnames"] = 1 +# Whether (1) or not (0) you want to create date indexes using month +# numbers? (ex. /2004/04/01) Defaults to 0 (no). +#py["static_monthnumbers"] = 0 +py['plugin_dirs'] = ['/home/groups/g/ga/gaim/pyblosxom-1.2.1/plugins'] Property changes on: web/htdocs/sean/config.py ___________________________________________________________________ Name: svn:mime-type + text/x-python Name: svn:eol-style + native Added: web/htdocs/sean/face.jpg =================================================================== (Binary files differ) Property changes on: web/htdocs/sean/face.jpg ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Modified: web/planet/gaim/config.ini =================================================================== --- web/planet/gaim/config.ini 2006-09-26 00:28:02 UTC (rev 17352) +++ web/planet/gaim/config.ini 2006-09-26 17:06:34 UTC (rev 17353) @@ -1,6 +1,6 @@ [Planet] -name = Gaim Summer of Code -link = http://planet.gnome.org/ +name = Planet Gaim +link = http://gaim.sf.net/planet owner_name = Sean Egan owner_email = sea...@gm... @@ -9,63 +9,12 @@ template_files = gaim/index.html.tmpl gaim/rss20.xml.tmpl gaim/rss10.xml.tmpl gaim/opml.xml.tmpl gaim/foafroll.xml.tmpl -output_dir = ../htdocs/summerofcode/planet +output_dir = ../htdocs/planet items_per_page = 30 days_per_page = 0 date_format = %B %d, %Y %I:%M %p -[http://gaim.sourceforge.net/summerofcode/adam/blog/index.rss2] -name = Adam Warrington -face = http://gaim.sourceforge.net/summerofcode/adam/face.jpg - -[http://gaim.sourceforge.net/summerofcode/andrewd/blog/index.rss2] -name = Andrew Dieffenbach -face = http://gaim.sourceforge.net/summerofcode/andrewd/face.jpg - -[http://gaim.sourceforge.net/summerofcode/andrews/blog/index.rss2] -name = Andrew Scukanec -face = http://gaim.sourceforge.net/summerofcode/andrews/face.jpg - -[http://gaim.sourceforge.net/summerofcode/bartosz/blog/index.rss2] -name = Bartosz Oler -face = http://gaim.sourceforge.net/summerofcode/bartosz/face.jpg - -[http://gaim.sourceforge.net/summerofcode/charlie/blog/index.rss2] -name = Charlie Stockman - -[http://gaim.sourceforge.net/summerofcode/cristhian/blog/index.rss2] -name = Cristhian Kim -face = http://gaim.sourceforge.net/summerofcode/cristhian/face.jpg - -[http://gaim.sourceforge.net/summerofcode/christian/blog/index.rss2] -name = Christian Muise -face = http://gaim.sourceforge.net/summerofcode/christian/face.jpg - -[http://gaim.sourceforge.net/summerofcode/erin/blog/index.rss2] -name = Erin Miller -face = http://gaim.sourceforge.net/summerofcode/erin/face.jpg - -[http://gaim.sourceforge.net/summerofcode/john/blog/index.rss2] -name = John Kelm -face = http://gaim.sourceforge.net/summerofcode/john/face.jpg - -[http://gaim.sourceforge.net/summerofcode/jonathan/blog/index.rss2] -name = Jonathan Clark -face = http://gaim.sourceforge.net/summerofcode/jonathan/face.jpg - -[http://gaim.sourceforge.net/summerofcode/jesper/blog/index.rss2] -name = Jesper Stemann Andersen -face = http://gaim.sourceforge.net/summerofcode/jesper/face.jpg - -[http://gaim.sourceforge.net/summerofcode/juanjo/blog/index.rss2] -name = Juanjo Molinero Horno - -[http://gaim.sourceforge.net/summerofcode/mel/blog/index.rss2] -name = Mel Dooki - -[http://gaim.sourceforge.net/summerofcode/piotr/blog/index.rss2] -name = Piotr Zielinski - -[http://gaim.sourceforge.net/summerofcode/thomas/blog/index.rss2] -name = Thomas Butter +[http://gaim.sourceforge.net/sean/blog/index.rss2] +name = Sean Egan +face = http://gaim.sourceforge.net/sean/face.jpg This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sea...@us...> - 2006-09-26 22:27:08
|
Revision: 17374 http://svn.sourceforge.net/gaim/?rev=17374&view=rev Author: seanegan Date: 2006-09-26 15:27:02 -0700 (Tue, 26 Sep 2006) Log Message: ----------- use a 96x96 crop from logo.png for Gaim News Modified Paths: -------------- web/planet/gaim/config.ini Added Paths: ----------- web/htdocs/logo.png Added: web/htdocs/logo.png =================================================================== (Binary files differ) Property changes on: web/htdocs/logo.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Modified: web/planet/gaim/config.ini =================================================================== --- web/planet/gaim/config.ini 2006-09-26 22:14:12 UTC (rev 17373) +++ web/planet/gaim/config.ini 2006-09-26 22:27:02 UTC (rev 17374) @@ -21,4 +21,4 @@ [http://gaim.sourceforge.net/rss.php/news] name = Gaim News -face = http://gaim.sourceforge.net/images/gaim-logo.png +face = http://gaim.sourceforge.net/logo.png This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |