forked from Macchinetta/macchinetta.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbatch.html
87 lines (64 loc) · 3.5 KB
/
batch.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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<!DOCTYPE html>
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-113850349-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-113850349-1');
</script>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Macchinetta Batch Framework</title>
<link rel="apple-touch-icon" href="images/macchinetta.png"/>
<link rel="shortcut icon" sizes="16x16 24x24 32x32 48x48 64x64" href="images/favicon.ico" />
<link rel="stylesheet" href="assets/normalize.css">
<link rel="stylesheet" href="assets/main.css">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Vollkorn' rel='stylesheet' type='text/css'>
<link rel="canonical" href="https://macchinetta.github.io/">
</head>
<body>
<div class="wrapper">
<header>
<div class="logo-container">
<a class="logo" href="" style="background-image: url('images/macchinetta.png')"></a>
</div>
<div class="author-container"><h1>Macchinetta Framework</h1></div>
<div class="tagline-container"><p>OSSを活用したエンタープライズ<br>アプリケーションフレームワーク</p></div>
</header>
<main>
<div class="content">
<h2>Macchinetta Batch Framework</h2>
<ul>
<li>
<a href="https://macchinetta.github.io/batch-guideline/current/ja">開発ガイドライン</a>
(<a href="https://macchinetta.github.io/batch-guideline/current/ja/MacchinettaBatchFrameworkDevelopmentGuideline.zip"
onclick="gtag('event', 'batch', {'event_category' : 'download', 'event_label' : 'zip-current'});">DL zip</a>)
<ul><li><a href="https://macchinetta.github.io/batch-guideline/list/">See all versions</a></li></ul>
</li>
<li>サンプルアプリケーション</li>
<ul>
<li>
<a href="https://github.com/Macchinetta/atrs-batch">ATRS Batch</a>
</li>
</ul>
</ul>
<hr />
<ul class="fa-ul main-list">
<li class="main-list-item">
<span class="fa fa-arrow-circle-left fa-lg main-list-item-icon"></span>
<a href="https://macchinetta.github.io">Return to top</a>
</li>
<li class="main-list-item">
<span class="fa fa-github fa-lg main-list-item-icon"></span>
<a href="https://github.com/Macchinetta">GitHub Repository</a>
</li>
</ul>
</div>
</main>
</div>
</body>
</html>