SitePainter Code
Brought to you by:
antgonza,
jistombaugh
| File | Date | Author | Commit |
|---|---|---|---|
| doc_source | 2012-04-02 | antgonza | [r36] modified the version number for the next release |
| images | 2011-09-18 | antgonza | [r15] Adding image to application |
| javaFiler | 2011-09-15 | antgonza | [r1] First commit to SF.net |
| site_painter | 2013-04-16 | antgonza | [r38] Ignore pieces that start with the name tmp_name... |
| svg-edit | 2011-09-15 | antgonza | [r1] First commit to SF.net |
| ChangeLog | 2012-04-02 | antgonza | [r35] Adding ChangeLog to the repo, it has been updat... |
| README | 2011-09-16 | antgonza | [r10] Adding the desc of javaFiler to README, and add... |
| Sfiler.jar | 2011-09-15 | antgonza | [r1] First commit to SF.net |
| filer.class | 2011-09-15 | antgonza | [r1] First commit to SF.net |
| index.html | 2011-11-18 | antgonza | [r26] Adding Firefox and version validation |
| metadata_info.txt | 2011-09-15 | antgonza | [r1] First commit to SF.net |
| sitepainter | 2012-04-01 | antgonza | [r33] also creating auto open for mac |
SitePainter: A tool for exploring biogeographical patterns /* * __author__ = "Antonio Gonzalez Pena" * __copyright__ = "Copyright 2010, Site Painter" * __credits__ = ["Antonio Gonzalez Pena"] * __license__ = "GPL" * __version__ = "0.9" * __maintainer__ = "Antonio Gonzalez Pena" * __email__ = "antoniog@colorado.edu" * __status__ = "Release" * */ The main components/files of SitePainter are: - README: This file - index.html: Main page for the tool. Regular users should only access this page. - metadata_info.txt: Description of the metadata file (info about the map) - site_painter/: Main libraries folder for SitePainter: - jQuery: http://jquery.com/ - jPicker: http://www.digitalmagicpro.com/jPicker/ - jeditable: http://www.appelsiini.net/projects/jeditable - tablesorter: http://tablesorter.com/ - javaFiler/: Contains the development and key files for the Sfiler.jar, see next line - Sfiler.jar, filer.class: Java executable files to read input files - svg-edit/: http://code.google.com/p/svg-edit/ - images/: Folder that has the images for this project