ugorji / java-markup

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Java 99.6%Language:HTML 0.4%