-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
108 lines (91 loc) · 3.18 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
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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>abaplint.org</title>
<meta name="description" content="Linter for ABAP" />
<meta name="keywords" content="ABAP,Open Source,abaplint,lint,linter,SAP,static analysis,code quality" />
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
<link rel="icon" type="image/png" href="img/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="img/favicon-16x16.png" sizes="16x16" />
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.9.0/css/all.css" integrity="sha256-PF6MatZtiJ8/c9O9HQ8uSUXr++R9KBYu4gbNG5511WE=" crossorigin="anonymous" />
</head>
<body>
<h1>abaplint</h1>
<p>Open source static analysis and quality assurance for ABAP repositories.</p>
<p>abaplint is a <a href="https://en.wikipedia.org/wiki/Lint_(software)">linter</a> for ABAP written in <a href="https://www.typescriptlang.org/">TypeScript</a>, it can run on <a href="https://nodejs.org/">NodeJS</a> or in the browser, without additional dependencies.</p>
<a href="https://github.com/abaplint/abaplint">
<div class="card">
<h3>GitHub</h3>
<img class="cardimg" src="img/abaplint.svg" alt="abaplint">
</div>
</a>
<a href="https://marketplace.visualstudio.com/items?itemName=larshp.vscode-abaplint">
<div class="card">
<h3>vscode-abaplint</h3>
<img class="cardimg" src="img/vscode.png" alt="vscode">
</div>
</a>
<a href="https://github.com/abaplint/abaplint-sci-client">
<div class="card">
<h3>SCI/ATC</h3>
<img class="cardimg" src="img/sci.png" alt="sci">
</div>
</a>
<a href="https://www.npmjs.com/org/abaplint">
<div class="card">
<h3>npm</h3>
<img class="cardimg" src="img/npm.png" alt="npm">
</div>
</a>
<a href="https://hub.docker.com/u/abaplint">
<div class="card">
<h3>docker</h3>
<img class="cardimg" src="img/docker.png" alt="docker">
</div>
</a>
<a href="https://abaplint.app">
<div class="card">
<h3>abaplint.app</h3>
<img class="cardimg2" src="img/app.svg" alt="app">
</div>
</a>
<div class="clear-left"></div>
<br><br>
<a href="https://rules.abaplint.org">
<div class="card">
<h3>rules.abaplint.org</h3>
<img class="cardimg" src="img/rules.png" alt="transpiler">
</div>
</a>
<a href="https://playground.abaplint.org">
<div class="card">
<h3>playground.abaplint.org</h3>
<img class="cardimg" src="img/playground2.png" alt="playground">
</div>
</a>
<a href="https://syntax.abaplint.org">
<div class="card">
<h3>syntax.abaplint.org</h3>
<img class="cardimg" src="img/syntax.png" alt="syntax">
</div>
</a>
<a href="https://schema.abaplint.org">
<div class="card">
<h3>schema.abaplint.org</h3>
<img class="cardimg" src="img/schema.png" alt="schema">
</div>
</a>
<a href="https://transpiler.abaplint.org">
<div class="card">
<h3>transpiler.abaplint.org</h3>
<img class="cardimg" src="img/open-abap-logo.png" alt="transpiler">
</div>
</a>
<div class="clear-left"></div>
<br>
<a href="https://github.com/abaplint/abaplint.org"><i class="fa fa-code" title="source"></i></a>
</body>
</html>