-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
61 lines (61 loc) · 1.8 KB
/
index.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
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<title>UNICOEN - Unified Source Code Engineering Framework -</title>
<!--[if IE 10]>
<script type="text/javascript">
document.createElement('header');
document.createElement('nav');
document.createElement('section');
document.createElement('section');
document.createElement('footer');
</script>
<![endif]-->
<link rel="stylesheet" href="res/style.css" type="text/css" media="all">
<body lang="en">
<header>
<h1><a href="index.html"><img alt="UNICOEN" src="res/logo.png" height="80"></a></h1>
</header>
<nav>
<div class="switch">[ en | <a href="index-ja.html">ja</a> ]</div>
<ul>
<li><a href="#what">What is Unicoen</a>
<li><a href="#authors">Authors</a>
<li><a href="#download">Download</a>
<li><a href="#application">Application</a>
</ul>
</nav>
<section>
<article id="what">
<h2>What's UNICOEN</h2>
<p>Unicoen(UNIfied source COde ENgineering framework) is a framework which provides unified code model and common code to develop code processing tools
</article>
<article id="authors">
<h2>Authors</h2>
<ul>
<li>exKAZUu
<li>GreatAS
<li>ganatcs
<li>T.Kamiya
<li>irxground
</ul>
</article>
<article>
<h2>Download</h2>
<p>You can download this project in either
<a href="http://github.com/UnicoenProject/UNICOEN/zipball/master">zip</a> or
<a href="http://github.com/UnicoenProject/UNICOEN/tarball/master">tar</a> formats.
<p>You can also clone the project with <a href="http://git-scm.com">Git</a> by running:
<pre class='terminal'>$ git clone git://github.com/UnicoenProject/UNICOEN</pre>
</article>
<article>
<h2>Application</h2>
<ul>
<li><a href="application/uniaspect.html">UniAspect</a>
</ul>
</article>
</section>
<footer>
<p>Copyright © 2011 Unicoen Project All Rights Reserved.</p>
</footer>