~widelands-dev/widelands-website/trunk

« back to all changes in this revision

Viewing changes to settings.py

  • Committer: Holger Rapp
  • Date: 2009-02-21 18:24:02 UTC
  • Revision ID: sirver@kallisto.local-20090221182402-k3tuf5c4gjwslbjf
Main Page contains now the same informations as before

Show diffs side-by-side

added added

removed removed

Lines of Context:
106
106
 
107
107
    # Our own apps
108
108
    'widelands.mainpage',
 
109
 
 
110
    # Modified 3rd party apps
109
111
    'widelands.wiki', # This is based on wikiapp, but has some local modifications
 
112
    'widelands.news', # This is based on simple-blog, but has some local modifications
110
113
 
111
114
    # Thirdparty apps
112
115
    'notification',