Igapyon Diary System v3 (#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)
##About
- Hashtag: #igapyonv3
- Data format: #Markdown
- Web design: #Bootstrap
- Written in #Java
- IgapyonMd2Html : Command line utility which convert Markdown text (.md) to Html text with Bootstrap (.html).
- IgapyonHatenaDiary2Md : IgapyonHatenaDiary2Md is command line utility which convert Hatena Diary xml (.xml) to md text (.md).
Igapyon Diary System v3 is released under GNU LGPL version 3 and Apache License version 2 (dual license). You can select either LGPL or ASL or both.
Igapyon Diary System v3 (#igapyonv3) depends on several great OSSs. Great thanks to great OSSs.
Move to diary directory and run command below:
java -classpath ../igapyonv3/target/igapyonv3-1.9.1-SNAPSHOT-jar-with-dependencies.jar jp.igapyon.diary.igapyonv3.IgDiaryProcessor
java -classpath ../igapyonv3/target/igapyonv3-1.9.1-SNAPSHOT-jar-with-dependencies.jar jp.igapyon.diary.igapyonv3.md2html.IgapyonMd2Html -s . -t target/md2html -r
- Write HatenaDialy2md prog.