summaryrefslogtreecommitdiff
path: root/util/vndb.pl
AgeCommit message (Collapse)AuthorFilesLines
2009-10-21JS: Improved dependency checking when determining whether to run jsgen.plYorhel1-1/+7
2009-10-07L10N: Extracted some common Javascript stringsYorhel1-1/+2
2009-10-07JS: Moved script.js to data/ and added jsgen.pl to process itYorhel1-0/+12
While this 'processing' is currently limited to minifying the file if JavaScript::Minifier::XS is available, this change would make it a lot easier to make the strings in the JS code translatable.
2009-08-17L10N: Russian TL for site title and main menuYorhel1-4/+4
Things are looking good so far.
2009-08-17Added language switcher to the main menuYorhel1-2/+4
2009-08-17Started on a framework for interface I18NYorhel1-0/+9
You can ignore the entries in lang.txt, those are simply for testing purposes.
2009-08-05Removed last traces of the shared memory processing queueYorhel1-8/+0
Everything has now finally been converted to use the PgSQL LISTEN/NOTIFY feature. This commit removes the last Tie::ShareLite dependency.
2009-05-27Fixed typo on 404 pageYorhel1-1/+1
2009-01-15Moving style.css to data/Yorhel1-1/+1
2009-01-10Popularity indicator on VN pagesYorhel1-0/+3
2009-01-02Also remove \r from skin names in vndb.plYorhel1-0/+1
2009-01-02Another bugfix with the skin auto-update, when neither style.css nor ↵Yorhel1-3/+3
boxbg.png are generated
2009-01-02Improved the skin reader and updater in vndb.plYorhel1-6/+9
Less error prone, and only updates the skins that need updating and are actually writable.
2008-12-23Read the available skins in memory at vndb.pl startupYorhel1-0/+30
Skins are automatically regenerated if necessary. This, however, requires the vndb.pl process to have write access to the skins, which is most often not the case. To do this, simply do a: chmod 777 static/s/*; chmod 666 static/s/*/{boxbg.png,style.css} (and make sure to repeat that each time a new skin is added)
2008-12-17Added warning for IE6 usersYorhel1-0/+8
2008-12-04Made sure 404 pages actually return a 404 HTTP statusYorhel1-0/+1
2008-11-14Fixed vndb->multi synchronisation bugYorhel1-0/+1
First commit, then allow Multi to do it's work... otherwise Multi can't see the database changes we've just made
2008-11-13Added functions to send commands to MultiYorhel1-0/+8
2008-11-09Forgot to add a title tot the 404 page...Yorhel1-1/+1
2008-11-09Custom 404 pageYorhel1-1/+17
...because the default YAWF 404 page is rather ugly
2008-10-31Added some authentication and user functionsYorhel1-1/+7
2008-10-26Added YAWF script + configuration handling + small homepage handlerYorhel1-0/+35
A demonstration of how easy it is to use YAWF. :-)