Releases: enridaga/gapvis
Releases · enridaga/gapvis
0.5
With HestiaVis branded release.
This release includes some changes in the presentation and minor fixes:
Now it is possible to customize in the settings file the introductory text of the views:
READING_VIEW_INTRO = '<p>Reading View, ... </p>';
PLACE_VIEW_INTRO = '<p>The Place View ... </p>';
0.4.2
0.4.1
0.4
This release include several bugfixes, especially with the frequency diagrams, and a new feature to customize place appearance on the timemap according to three place types: REGION, SETTLEMENT and NATURAL_FEATURE.
Details:
0.3.1
- Visibility of page text controls depending on content availability #18
- Report a problem on bad token is customizable as direct link to an external web page #19
- Customizable "View on..." link #12
Packaged distribution (ready to be used):
Unpack the zip, then edit config/settings.production.js to fit your service:
API_ROOT = 'http://gap.alexandriaarchive.org';
// The following is the target of the form "Report a problem"
REPORT_URL = 'http://gap.alexandriaarchive.org/flags/';
// If present and not null, the following makes a direct link instead of a form.
// You can use a placeholder for {token-id}
REPORT_BAD_TOKEN_URL = null;
// Don't change this :)
API_DATA_TYPE = 'json';
// Neither this...
DEBUG = false;
// This is to customize the "View on ..." link under the book title
VIEW_ON = "Google Books"; // Default is Google Books