/coreBuilder

Web application to build XML stand-off markup

Primary LanguageJavaScriptOtherNOASSERTION

coreBuilder logo

coreBuilder

coreBuilder is a tool for creating XML stand-off markup, particularly tailored to TEI documents.

With this tool you can:

  • Set a custom set of stand-off elements, or choose from a pre-set list
  • Load XML files into text editors (upload, or from the web)
  • Click on elements with ids to build stand-off entries and add them to a downloadable "core" file
  • Create XPointer expressions by selecting text directly on the XML file

Check out the live app and read the wiki for more examples.

Building coreBuilder

build:passed

If you want to run your own instance of coreBuilder, you'll have to build the JavaScript code.

You'll need nodejs and Gulp. Once you have node, Gulp can be installed with:

npm i -g gulp

Then, to compile and run the code:

npm i
gulp

Develop

If you'd like to contribute, check out the issues. You can run a development server that watches and recompiles on the fly with:

gulp run