Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

DSpace REST

Built on the DSpace REST API developed as GSoC project in 2009-10
https://wiki.duraspace.org/display/DSPACE/REST+API

FireSpark

Interface powered by FireSpark - JavaScript Service Computing Platform - which
is an experimental platform currently under my research.
https://github.com/tr4n2uil/firespark

RESTClient Extensions

Services and Workflows built for RESTClient using FireSpark for providing core
UI functionality while interfacing the RESTful API
https://github.com/tr4n2uil/restclient

jQuery Templates

Client side processing supported by flexible templates written in JavaScript
thereby enabling easier evolution of the UI
http://api.jquery.com/category/plugins/templates/

CKEditor

HTML Rich Text Editor supported for easier text input during repository
manipulation
http://ckeditor.com/

User Documentation

  1. Directory Structure

    1. index.html (initialization page for loading all necessary client scripts + basic document layout)
    2. README
    3. ui/ (top level folder containing interface resources)
      • ui/css/ (styles and themes (default theme is redmond; other themes provided are smoothness and ui-lightness; more themes may be downloaded from http://jqueryui.com/themeroller/))
  2. Customizations

Developer Documentation

Screenshots

...