Skip to content

format, EBNF parser and library for a custom and extensive lightweight markup with plain text format

License

Notifications You must be signed in to change notification settings

ugorji/java-markup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

java-markup

This repository contains the java-markup library.

It defines a format, EBNF parser and library for reading and writing the custom and extensive wiki format.

It also provides a bunch of macros that can be used within the simple format.

Finally, it provides indexing support, so a lucene index can easily tokenize and index these documents, do search results, determine hits and ranking, etc.

Dependencies

This repository is part of a multi-project gradle build.

It has the following dependencies:

Before building:

  • clone the dependencies into adjacent folders directly under same parent folder
  • download settings.gradle into the parent folder

Building

gradle clean
gradle build

About

format, EBNF parser and library for a custom and extensive lightweight markup with plain text format

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published