Skip to content

Releases: enridaga/gapvis

0.5

17 Jul 07:02
Compare
Choose a tag to compare

With HestiaVis branded release.

This release includes some changes in the presentation and minor fixes:

  • Perseus section references #32
  • Hestia customizations #33
  • Alternative index template #34

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

19 Jun 21:40
Compare
Choose a tag to compare

Some fixes and small improvements:

  • Expanded search query for flickr images (more images...) #27
  • Added zoom buttons on the map in the reading view #29
  • Customizable "report a problem with this record" link in place details view #31

0.4.1

25 May 21:21
Compare
Choose a tag to compare

This is a bugfix release.
Details:

  • Fix the link to pelagios when used with Hestia data (see #25)
  • Fix broken request to flickr service (see #26)

0.4

07 Apr 19:06
Compare
Choose a tag to compare
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:

  • Links to the external source (eg: Perseus) now are fully customizable to point to Chapters , for example (see #20)
  • Add detailed list of place references in the place view (see #21)
  • Tools for customization of representation of places in the map (see #22)
  • Histogram has been improved (see #23 and #24)

0.3.1

12 Jan 16:20
Compare
Choose a tag to compare
  • 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

Version 0.3, using Bootstrap 3

12 Jan 15:29
Compare
Choose a tag to compare

This version includes the following improvements/fixes:

  • Upgrade to Bootstrap 3 #1
  • Compile with Lessc 1.5 #2
  • Fixes links in frequency graphs #14
  • Support for page texts in multiple languages #15
  • Support for referencing pages as Chapter.Section #17