Skip to content

ryanfb/harpocration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CITE Collection Editor

Overview

This is a client-side JavaScript editor for CITE collections stored in Google Fusion Tables.

Configuration

  • Get a Google Fusion Tables API key:

  • Visit the Google APIs Console (you may need to sign up and create an initial project)

  • Go to the 'Services' tab and enable the Fusion Tables API

  • Go to the 'API Access' tab and create a client ID

  • Set the redirect URI to the HTML endpoint the JavaScript will be called from

  • Set 'JavaScript origins' to the domain the JavaScript will be hosted on

  • Copy gradle.properties-dist to gradle.properties, adding your API key and relative capabilities URL

      capabilities_url=capabilities/your-testedit-capabilities.xml
      google_client_id=your_id_here.apps.googleusercontent.com
    
  • Run gradle build

Requirements

  • gradle 1.1 required to compile coffeescript to javascript

About

CITE Collection Editor for Harpocration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published