An open API service indexing awesome lists of open source software.

https://github.com/michmech/nvh

Name-Value Hierarchy: a lightweight markup language.
https://github.com/michmech/nvh

Last synced: 3 months ago
JSON representation

Name-Value Hierarchy: a lightweight markup language.

Awesome Lists containing this project

README

        

# Name-Value Hierarchy (NVH)

**Warning: this is work in early stages of progress.**

NVH is a lightweight markup language intended for encoding dictionary entries in lexicography. NVH is a less verbose alternative to XML.

Example:

```
headword: bank
partOfSpeech: noun
definition: an institution where you store or borrow money
translation: банка
example: I got a large loan from the bank.
translation: Я получил крупный кредит в банке.
definition: a stretch of land along a river
translation: берег
example: The house is on the north bank of the river.
translation: Дом находится на северном берегу реки.
```

For more, go to [namevaluehierarchy.org »](http://www.namevaluehierarchy.org/)