boinc/py/Boinc
David Anderson e1bdfc0ee8 - web: change the way project news is stored.
Old: in a flat file (html/project/project_news.inc)
    New: in a forum (called "News" by default)
    The script html/ops/news_convert.php copies news from
    old to new format.
    You'll also need to edit your index.php and use
    "show_news(0, 5)" to show news.
- web: added a "message of the day" mechanism.
    Edit html/user/motd.php to show a message.
    This will be shown as the first news item,
    but it's not archived (i.e., it's not a forum post)


svn path=/trunk/boinc/; revision=19949
2009-12-16 22:35:08 +00:00
..
__init__.py
add_util.py
boinc_db.py
boinc_project_path.py - python scripts: fix bugs, restore latest version of "start" 2009-06-15 23:24:15 +00:00
boincxml.py svn path=/trunk/boinc/; revision=18840 2009-08-13 18:22:40 +00:00
configxml.py
database.py - make_project and upgrade: add --srcdir option so you 2009-06-10 22:38:33 +00:00
db_base.py - python DB code: add clear cache method, and fix equality crash 2009-06-02 04:07:53 +00:00
db_mid.py
projectxml.py - back-end stuff to support Python MW (from Adam Kornafeld) 2008-07-25 22:13:41 +00:00
sched_messages.py
setup_project.py - web: change the way project news is stored. 2009-12-16 22:35:08 +00:00
tools.py - update_versions: if app version files already exist in download dir, 2009-08-24 19:08:05 +00:00
util.py
version.py.in