Skip to content

raffazizzi/coreBuilder

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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

About

Web application to build XML stand-off markup

Resources

License

Stars

Watchers

Forks

Packages

No packages published