Revision 370, 357 bytes
(checked in by kovell, 14 years ago)
|
- SQL queries optimised for speed and error protection.
- feed syndication optimised
- front page includes optional clock and optional kill/loss display
- mysqli support added
- transaction protection of kills added where supported (mysqli and InnoDB)
- summary tables and contracts show total destroyed value instead of ship value
- html errors reduced
- related kill calculation improved
- query caching errors reduced
- minor bugfixes
- Smarty 2.6.25 added
- apoc fitting mod added and modded
- code optimisations
- code comments added (doxygen format)
- conflicting mods are now identified
|
Line | |
---|
1 | /*! \mainpage Eve-Dev Killboard |
---|
2 | * |
---|
3 | * \section intro_sec Introduction |
---|
4 | * |
---|
5 | * This is the EVE Development Network Killboard (EDK) |
---|
6 | |
---|
7 | * Check out the EVE-Development Network for support, |
---|
8 | * bugfixes and new versions at http://www.eve-dev.net |
---|
9 | |
---|
10 | * Requirements: |
---|
11 | |
---|
12 | * - Webserver (apache) |
---|
13 | * - PHP 4.0.9+ |
---|
14 | * - Mysql 4.1 + |
---|
15 | * - GD 2 or higher |
---|
16 | */ |
---|