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

https://github.com/ethantw/az

Generates accurate <ruby> markups in Mandarin semi-automatically.
https://github.com/ethantw/az

accurate-markups css html5

Last synced: 12 months ago
JSON representation

Generates accurate <ruby> markups in Mandarin semi-automatically.

Awesome Lists containing this project

README

          

# az
a.z. stands for ‘Accurate Zhuyin’. It is a small web tool that helps generate accurate `` markups in Mandarin semi-automatically. (With the extra support of HTML5 polyfill)

Try out now: .

## Featuring
- [CSLD](http://chinese-linguipedia.org/) Mandarin pronunciation
- Reads aloud for heteronym check
- Compiles Markdown/CommonMark
- Supports Traditional, Simplified and variant Hanzi
- Selectable Zhuyin (MPS), Pinyin or Wade-Giles
- Syntax in both HTML5 or rendered Han.css (recommended)
- Permalinks
- Vim keybinding (J/K and L/H)

## Requirements
- Node.js/io.js stable
* LiveScript 1.4.0

## Development
- Install `sudo npm install`
- Build `gulp www`
- Deploy `gulp deploy`
- Start server & watch files `gulp dev` (http://localhost:7654)

## License
The MIT License