Skip to content

Latest commit

 

History

History
116 lines (91 loc) · 3.4 KB

IgapyonMd2Html.md

File metadata and controls

116 lines (91 loc) · 3.4 KB

IgapyonMd2Html

IgapyonMd2Html is a command line utility which convert Markdown text (.md) to Html text with Bootstrap (.html).

Basic info

License

IgapyonMd2Html is released under GNU LGPL version 3 and Apache License version 2 (dual license). You can select either LGPL or ASL or both.

Simple sample

IgapyonMd2Html convert like below:

Convert Image
Input IgapyonMd2Html-input.png
Output IgapyonMd2Html-output.png

Parts

  • Hashtag: #‎igapyonv3‬
  • Data format: ‪#‎Markdown
  • Web design: ‪#‎Bootstrap‬
  • Written in #‎Java

Depends

IgapyonMd2Html depends on several great OSSs. Great thanks to great OSSs.

Project info

Main project

Similar project

  • Apache Doxia : Doxia is full featured conveter. IgapyonMd2Html is focused in for Dairy.

Usage

Java usage

    new IgapyonMd2Html().processDir("./", "./", false);

ant usage

Ant usage is below:

	<target name="md2html">
		<echo>run project</echo>
		<taskdef name="md2html" classname="jp.igapyon.diary.v3.md2html.task.IgapyonMd2HtmlTask">
			<classpath>
				<fileset dir="./">
					<include name="igapyonv3-*.jar" />
				</fileset>
				<fileset dir="./lib/pegdown">
					<include name="*.jar" />
				</fileset>
				<fileset dir="./lib/ant">
					<include name="*.jar" />
				</fileset>
			</classpath>
		</taskdef>
		<md2html source="./" target="./" />
		<md2html source="./test/data/src" target="./test/data/output" recursivedir="true" />
	</target>

Refs

TODO

  • Up to website to display what this product enable.
  • img tag for Face.
  • consider keyword impl.
  • Return to index link.
  • adv area.
  • is date area is from filename?
  • tail format for About igapyon.
  • tail format for last modified (or other impl like metaarea)
  • Next and Prev like igapyonv2. based on idxdiary?
  • Consider CDN off mode. for offline.
  • Supporting without CDN needs to analyze deapth of dir.

Trash memo

  • using glyphicon as h* is not so good.

META-INF

META-INF is reserved word in IgapyonMd2Html on <h1>, and is used in <meta keywords> and will be discard in html.

Date

First one is used in html.

  • 2015-07-24: Small change.
  • 2015-07-23: Newly created.

Author

  • Toshiki Iga

Keywords

Keywords list description. You can use , or - or both.

  • Igapyon, diary
  • Bootstrap, Markdown

Todo

  • Consider new word to describe md's relative location.