Changeset 39:8cfe36ca2020

Show
Ignore:
Timestamp:
08/24/08 11:52:58 (3 months ago)
Author:
Jeffrey Gelens
Branch:
default
Message:

Page updates

Files:
5 modified

Legend:

Unmodified
Added
Removed
  • django.wsgi

    r19 r39  
    77 
    88# Set application path 
    9 sys.path.insert(0, '/home/httpd/apps') 
    10 sys.path.insert(0, '/home/httpd/apps/gelens_org') 
     9sys.path.insert(0, '/srv/www/apps') 
     10sys.path.insert(0, '/srv/www/apps/gelens_org') 
    1111 
    1212# Load Django WSGI handler 
  • settings.py

    r31 r39  
    44USE_I18N = False 
    55USE_ETAGS = True 
    6 DEFAULT_CONTENT_TYPE="application/xhtml+xml" 
     6#DEFAULT_CONTENT_TYPE="application/xhtml+xml" 
    77 
    88TEMPLATE_LOADERS = ( 
     
    1515    'django.middleware.gzip.GZipMiddleware', 
    1616    'django.contrib.csrf.middleware.CsrfMiddleware', 
    17     'gelens_org.utils.middleware.http.XhtmlMortifierMiddleware', 
     17#    'gelens_org.utils.middleware.http.XhtmlMortifierMiddleware', 
    1818    'django.contrib.sessions.middleware.SessionMiddleware', 
    1919    'django.contrib.auth.middleware.AuthenticationMiddleware', 
  • static/admin

    r25 r39  
    1 /home/httpd/apps/django/contrib/admin/media 
     1../../django/contrib/admin/media 
  • templates/base.html

    r32 r39  
    5555      unless otherwise noted.<br />Powered by 
    5656      <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>. 
    5858    </p> 
    5959  </div> 
  • templates/blog_base.html

    r36 r39  
    3434        <a href="http://www.python.org">Python</a> 2.5.2 and served by 
    3535        <a href="http://httpd.apache.org">Apache</a> 2.2.8 with 
    36         <a href="http://code.google.com/p/modwsgi/">mod_wsgi</a> 2.0c4, proxied by  
     36        <a href="http://code.google.com/p/modwsgi/">mod_wsgi</a> 2.1, proxied by  
    3737        <a href="http://www.nginx.net/">Nginx</a> 0.6.31. The database is 
    3838        <a href="http://www.postgresql.org">PostgreSQL</a> 8.3.3. All of this is running on the latest 
    39         <a href="http://www.archlinux.org">ArchLinux</a> on a 265MB 
    40         <a href="https://manage.slicehost.com/customers/new?referrer=105926733">Slicehost VPS</a>. 
     39        <a href="http://www.archlinux.org">Arch Linux</a> on a 360MB 
     40        <a href="http://www.linode.com/?r=9e07717ba17b7283ecc8d000a8b0737b17c64a3f">Linode Xen VPS</a>. 
    4141      </p> 
    4242    </div>