Skip to content

Full XML corpus publishing system using BaseX XML database

License

Notifications You must be signed in to change notification settings

samsaidi/synopsx

 
 

Repository files navigation

Synopsx

SynopsX is a light framework to publish full XML corpus with BaseX XML native database.

Installation

SynopsX 2.0 requires BaseX version 8.0

  git clone https//github.com/ahn-ens-lyon/synopsx.git synopsx
  cd <path-to-basex>/webapp
  ln -s <path-to-synospx>/ synopsx

Configuration

Copy paste 'config.sample' to 'config.xml'

  cd <path-to-synopsx>
  cp config.sample config.xml

Then open 'config.xml' in an editor and complete with your informations. Copy/paste the exemple to create as many projects as needed. The @default attribute is used to define a default home.

Creates your projects directories in the 'workspace/' directory as specified in the 'config.xml'.


Enjoy !

About

Full XML corpus publishing system using BaseX XML database

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • XQuery 40.7%
  • CSS 36.2%
  • HTML 11.4%
  • XSLT 10.1%
  • Shell 1.1%
  • JavaScript 0.5%