Skip to content

v0.4.0

Compare
Choose a tag to compare
@kirkhess kirkhess released this 24 Sep 18:43
· 223 commits to master since this release

This release contains fixes for #13, #14, #15, #16, #17, #18, #19.

This release is incorporated into Recto lcnetdev/recto as a submodule.

After installation, please change the rectoBase variable in static/js/config.js and static/js/config.js to your path.

Example:

 * Editor profiles are read from a WS endpoint
 * The data are expected to be in a JSON array, with each object
 * in the array containing a "json" property that has the profile
 * itself. The "versoURL" variable is a convenience for setting the
 * base URL of verso in the "config" definition below.
 */
var rectoBase = "http://bibframe.org/bibliomata"; \\Your base url here

Thanks to @cledvina @wafschneider and @skomorokh for all your hard work!