-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.html
49 lines (49 loc) · 3.6 KB
/
README.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja"><head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="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)">
<meta name="author" content="Toshiki Iga">
<meta name="generator" content="Igapyon Diary System v3 (igapyonv3) ver010">
<title>Igapyon Diary System v3</title>
<!-- Compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
</head>
<body>
<div class="container-fluid">
<div class="jumbotron">
<h1><a href="#igapyon-diary-system-v3" name="igapyon-diary-system-v3">Igapyon Diary System v3</a></h1><p><a href="https://github.com/igapyon/igapyonv3">Igapyon Diary System v3</a> (#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)</p></div>
<div class="container-fluid">
<h2 class="alert alert-warning"><a href="#about" name="about">About</a></h2><h3 class="bg-success"><a href="#parts" name="parts">Parts</a></h3>
<ul>
<li>Hashtag: #igapyonv3</li>
<li>Data format: #Markdown</li>
<li>Web design: #Bootstrap</li>
<li>Written in #Java</li>
</ul><h3 class="bg-success"><a href="#subprojects" name="subprojects">Subprojects</a></h3>
<ul>
<li><a href="https://github.com/igapyon/igapyonv3/blob/master/IgapyonMd2Html.md">IgapyonMd2Html</a> : Command line utility which convert Markdown text (.md) to Html text with Bootstrap (.html).</li>
<li><a href="https://github.com/igapyon/igapyonv3/blob/master/IgapyonHatenaDiary2Md.md">IgapyonHatenaDiary2Md</a> : IgapyonHatenaDiary2Md is command line utility which convert Hatena Diary xml (*.xml) to md text (*.md).</li>
</ul><h3 class="bg-success"><a href="#license" name="license">License</a></h3><p><a href="https://github.com/igapyon/igapyonv3">Igapyon Diary System v3</a> is released under GNU LGPL version 3 and Apache License version 2 (dual license). You can select either LGPL or ASL or both. </p><h3 class="bg-success"><a href="#depends" name="depends">Depends</a></h3><p>Igapyon Diary System v3 (#igapyonv3) depends on several great OSSs. Great thanks to great OSSs.</p>
<ul>
<li><a href="https://github.com/sirthias/pegdown">pegdown</a></li>
<li><a href="https://github.com/sirthias/parboiled">parboiled</a></li>
<li><a href="http://asm.ow2.org/">ASM</a></li>
<li><a href="http://getbootstrap.com/">Bootstrap</a></li>
<li><a href="https://jquery.com/">jQuery</a></li>
<li><a href="http://ant.apache.org/">Apache Ant</a></li>
<li><a href="https://commons.apache.org/proper/commons-cli/">Apache Commons CLI</a></li>
<li><a href="https://commons.apache.org/proper/commons-io/">Apache Commons IO</a></li>
</ul><h2 class="alert alert-warning"><a href="#misc" name="misc">Misc</a></h2><h3 class="bg-success"><a href="#todo" name="todo">TODO</a></h3>
<ul>
<li>Write HatenaDialy2md prog.</li>
</ul>
</div><!-- container-fluid -->
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<!-- Compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
</body>
</html>