https://github.com/igapyon/igapyonv3-maven-plugin
https://github.com/igapyon/igapyonv3-maven-plugin
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/igapyon/igapyonv3-maven-plugin
- Owner: igapyon
- License: lgpl-3.0
- Created: 2017-01-29T12:44:05.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-05-20T12:41:24.000Z (about 8 years ago)
- Last Synced: 2025-11-16T23:22:58.227Z (7 months ago)
- Language: Java
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Igapyon Diary System v3 maven plugin
====================================
[Igapyon Diary System v3](https://github.com/igapyon/igapyonv3) (#igapyonv3) is an OSS diary system written in Java.
One of main feature is converter which convert Markdown text (*.md) to Html text with Bootstrap (*.html)
This maven plugin for igapyonv3.
##About
### Parts
- Hashtag: #igapyonv3
- Data format: #Markdown
- Web design: #Bootstrap
- Written in #Java
### Subprojects
- [IgapyonMd2Html](https://github.com/igapyon/igapyonv3/blob/master/IgapyonMd2Html.md) : Command line utility which convert Markdown text (.md) to Html text with Bootstrap (.html).
- [IgapyonHatenaDiary2Md](https://github.com/igapyon/igapyonv3/blob/master/IgapyonHatenaDiary2Md.md) : IgapyonHatenaDiary2Md is command line utility which convert Hatena Diary xml (*.xml) to md text (*.md).
### License
[Igapyon Diary System v3](https://github.com/igapyon/igapyonv3) is released under GNU LGPL version 3 and Apache License version 2 (dual license).
You can select either LGPL or ASL or both.
### Depends
Igapyon Diary System v3 (#igapyonv3) depends on several great OSSs. Great thanks to great OSSs.
- [pegdown](https://github.com/sirthias/pegdown)
- [parboiled](https://github.com/sirthias/parboiled)
- [ASM](http://asm.ow2.org/)
- [Bootstrap](http://getbootstrap.com/)
- [jQuery](https://jquery.com/)
- [Apache Ant](http://ant.apache.org/)
- [Apache Commons CLI](https://commons.apache.org/proper/commons-cli/)
- [Apache Commons IO](https://commons.apache.org/proper/commons-io/)
## Misc
### TODO
- Write HatenaDialy2md prog.