wesnoth/website/stats.wesnoth.org
Gregory Shikhman 10c0aecea1 [[Improvements to the stats system]]
Changed turbogears to use packages installed via easy_install...  in
the virtualenv rather than system-wide packages.

Moved the bulk of the upload log code into the helperlib.

Made the map tiler look for existing copies of a map tile to avoid
doing redundant work.

Made the map tiler kill stalled wesnoth clients (they typically stall
because an uploaded map uses custom tiles).

Updated URL handling to correctly send out a 404 for nonexistent URLs
instead of a 501.

Updated killview backend to support multiple datatables instead of one
hardcoded one (now supports GAMES,GAMES_AI,GAMES_MP, any other GAMES*
table).

Updated URL references in the html templates to stats.wesnoth.org
instead of wesnoth.org/wesstats.

Added a title to graph view pages.

Increased size of pie graphs.
2009-09-26 01:20:14 +00:00
..
2009-05-31 06:03:29 +00:00
2009-05-31 06:03:29 +00:00
2009-05-31 06:03:29 +00:00
2009-08-23 14:40:35 +00:00
2009-08-30 20:12:47 +00:00
2009-05-31 06:03:29 +00:00
2009-08-23 14:40:35 +00:00
2009-05-31 06:03:29 +00:00
2009-05-31 06:03:29 +00:00
2009-05-31 06:03:29 +00:00
2009-05-31 06:03:29 +00:00
2009-05-31 06:03:29 +00:00

This file is for you to describe the wesstats application. Typically
you would include information such as the information below:

Installation and Setup
======================

Install ``wesstats`` using the setup.py script::

    $ cd wesstats
    $ python setup.py install

Create the project database for any model classes defined::

    $ paster setup-app development.ini

Start the paste http server::

    $ paster serve development.ini

While developing you may want the server to reload after changes in package files (or its dependencies) are saved. This can be achieved easily by adding the --reload option::

    $ paster serve --reload development.ini

Then you are ready to go.