Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix Makefile | Christopher Baines | 2015-09-15 |
| | |||
* | Change jQuery version to 1.7.2 | Christopher Baines | 2015-05-02 |
| | | | | This is the current release in Debian, and as such is DFSG compliant. | ||
* | Change build system to make | Christopher Baines | 2015-05-02 |
This is shorter, simpler, and works without random hacky javascript. The Makefile also now incorporates the download-libraries script, and will either use the system versions of leaflet and jquery if available, or attempt to download them from the web. The following web pages were helpful: http://aeflash.com/2014-10/make.html http://vmrob.com/colorized-makefiles/ |