| 15 | | This project would require a web server (Apache), a PHP handler (phpMyAdmin), and a functional SQL database similar to those used in MySQL Community Server. |
| | 15 | This project is to be completed in Web2py. Web2py provides all of the functionality of an SQL database through a Database Abstraction Layer, so constructing a relational database within the existing system would present no problem. This provides the functionality for a "many to many" relationship between incidents and resources or resource pools. |
| | 16 | |
| | 17 | There are also modules that can be integrated to update RSS feeds, because RSS feeds have a fixed structure which include title, link, description, items, etc. |
| | 18 | |
| | 19 | Example: [[http://www.web2py.com/book/default/chapter/10#RSS]] |