All notable changes to this project will be documented in this file.
- Two image files to use as a background image @ /css/images/*
- Additional font @ /css/fonts/*
- robots.txt file
- Major overhaul of the general style and layout
- Multiple updates to the CSS file
- Sitemap @ /sitemap.xml
- Multiple changes to optimise the execution times for both index.js and result.js scripts
- Multiple changes to the result.html page to improve the layout
- Structural changes to the JSON files
- About page @ /about.html
- Links to the results page from index page are generated from JSON files now
- Result page now uses variables from querystring to load the appropriate files
- ism_list.html and pic_list .html files are no longer in use
- Bug with the search bar that would freeze the field sometimes
- Bug with the modules select field that would load the search bar before the module is selected
- JSON files for topics @ /lists/ism_list.json & /lists/pic_list.json
- Result page @ result.html
- JS script for the result page @ /scripts/results_.js
- HTML files to load the links to results page @ /lists/ism_list.html & /lists/pic_list.html
- Result page now processes the information from a .json file
- Result page now loads the appropriate PDF on a specified page
- Result page now creates DIVs to hold PDFs dynamically depending on a number of PDFs to show
- Index now has a single link to a result page from 'Extreme programming' topic (testing)
- Bug that disallowed clearing the DIV when the module was changed
- Bug that created duplicates of topics as the last element
- Home page @ /index.html
- JS script for the home page @ /scripts/index.js