Changeset 41:f1b317847f5b
- Timestamp:
- 08/24/08 11:57:34 (3 months ago)
- Author:
- Jeffrey Gelens
- Parents:
- 40:d9dcd0379538 (diff), 38:5386a7c8c14d (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
- Branch:
- default
- Message:
-
Merge
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r38
|
r41
|
|
| 20 | 20 | 'django.middleware.gzip.GZipMiddleware', |
| 21 | 21 | 'django.contrib.csrf.middleware.CsrfMiddleware', |
| 22 | | 'gelens_org.utils.middleware.http.XhtmlMortifierMiddleware', |
| | 22 | # 'gelens_org.utils.middleware.http.XhtmlMortifierMiddleware', |
| 23 | 23 | 'django.contrib.sessions.middleware.SessionMiddleware', |
| 24 | 24 | 'django.contrib.auth.middleware.AuthenticationMiddleware', |
-
|
r40
|
r41
|
|
| 4 | 4 | USE_I18N = False |
| 5 | 5 | USE_ETAGS = True |
| 6 | | DEFAULT_CONTENT_TYPE="application/xhtml+xml" |
| | 6 | #DEFAULT_CONTENT_TYPE="application/xhtml+xml" |
| 7 | 7 | DJANGO_ROOT = os.path.abspath(os.path.dirname(__file__)) |
| 8 | 8 | |
-
|
r38
|
r41
|
|
| 55 | 55 | unless otherwise noted.<br />Powered by |
| 56 | 56 | <a href="http://www.djangoproject.com">Django</a> and |
| 57 | | <a href="https://manage.slicehost.com/customers/new?referrer=105926733">SliceHost</a>. |
| | 57 | <a href="http://www.linode.com/?r=9e07717ba17b7283ecc8d000a8b0737b17c64a3f">Linode</a>. |
| 58 | 58 | </p> |
| 59 | 59 | </div> |
-
|
r39
|
r41
|
|
| 26 | 26 | <div id="logo"> |
| 27 | 27 | <a href="/" title="Back to homepage"> |
| 28 | | <img src="/static/images/logo.png" alt="Back to main page" /> |
| | 28 | <img src="/static/images/logo_corner.png" alt="Back to main page" /> |
| 29 | 29 | </a> |
| 30 | 30 | </div> |
-
|
r38
|
r41
|
|
| 37 | 37 | <a href="http://www.python.org">Python</a> 2.5.2 and served by |
| 38 | 38 | <a href="http://httpd.apache.org">Apache</a> 2.2.8 with |
| 39 | | <a href="http://code.google.com/p/modwsgi/">mod_wsgi</a> 2.0c4, proxied by |
| | 39 | <a href="http://code.google.com/p/modwsgi/">mod_wsgi</a> 2.1, proxied by |
| 40 | 40 | <a href="http://www.nginx.net/">Nginx</a> 0.6.31. The database is |
| 41 | 41 | <a href="http://www.postgresql.org">PostgreSQL</a> 8.3.3. All of this is running on the latest |
| 42 | | <a href="http://www.archlinux.org">ArchLinux</a> on a 265MB |
| 43 | | <a href="https://manage.slicehost.com/customers/new?referrer=105926733">Slicehost VPS</a>. |
| | 42 | <a href="http://www.archlinux.org">Arch Linux</a> on a 360MB |
| | 43 | <a href="http://www.linode.com/?r=9e07717ba17b7283ecc8d000a8b0737b17c64a3f">Linode Xen VPS</a>. |
| 44 | 44 | </p> |
| 45 | 45 | </div> |
-
|
r39
|
r41
|
|
| 22 | 22 | {% latest_comments %} |
| 23 | 23 | |
| | 24 | <h2>Articles</h2> |
| | 25 | {% show_links "A" %} |
| | 26 | |
| 24 | 27 | <h2>Links</h2> |
| 25 | 28 | {% show_links "G" %} |