Skip to content

Commit 0829f21

Browse files
author
Tomáš Votruba
authored
redirect website to repository
1 parent b4c6ec0 commit 0829f21

File tree

1 file changed

+1
-190
lines changed

1 file changed

+1
-190
lines changed

index.html

+1-190
Original file line numberDiff line numberDiff line change
@@ -3,201 +3,12 @@
33
<head>
44
<meta charset="utf-8" />
55
<meta name="description" content="API documentation generator" />
6-
76
<title>ApiGen | Smart and Readable Documentation for your PHP project</title>
8-
9-
<link type="image/x-icon" href="resources/favicon.ico" rel="shortcut icon" />
10-
11-
<link href="resources/css/bootstrap.min.css" type="text/css" rel="stylesheet" />
12-
<link href="resources/style.css?13" type="text/css" rel="stylesheet" />
13-
<link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
7+
<meta http-equiv="refresh" content="0; url=https://github.com/ApiGen/ApiGen" />
148
</head>
159

1610
<body>
17-
<nav class="navbar navbar-inverse navbar-fixed-top">
18-
<div class="container">
19-
<ul class="nav navbar-nav" role="tablist">
20-
<li>
21-
<a href="#themes" class="scroll">Themes</a>
22-
</li>
23-
<li>
24-
<a href="#download" class="scroll">Download</a>
25-
</li>
26-
<li>
27-
<a href="#features" class="scroll">Killer Features</a>
28-
</li>
29-
<li>
30-
<a href="https://github.com/apigen/">
31-
<i class="fa fa-lg fa-github"></i>
32-
</a>
33-
</li>
34-
<li>
35-
<a href="https://twitter.com/Api_Gen">
36-
<i class="fa fa-lg fa-twitter"></i>
37-
</a>
38-
</li>
39-
</ul>
40-
</div>
41-
</nav>
42-
43-
<div class="container">
44-
<div class="row">
45-
<div class="col-md-12 text-center">
46-
<h1><span id="logo"><span>ApiGen</span></span></h1>
47-
48-
<br>
49-
50-
<p id="punch-line">
51-
<strong>Smart and Readable Documentation</strong> for your PHP project
52-
</p>
53-
54-
<p class="requirements">
55-
Requires <strong>PHP 5.4+</strong>
56-
</p>
57-
</div>
58-
</div>
59-
60-
<div class="row text-center">
61-
<div class="col-md-2"></div>
62-
<div class="col-md-4">
63-
<p>
64-
<a href="http://apigen.org/apigen.phar" class="btn btn-success btn-lg">
65-
<i class="fa fa-fw fa-download"></i> <strong>Download ApiGen 4.1</strong>
66-
<br>
67-
<small>Released on April 6, 2015.</small>
68-
</a>
69-
</p>
70-
</div>
71-
<div class="col-md-4">
72-
<p>
73-
<a class="btn btn-default btn-lg disabled">
74-
<i class="fa fa-fw fa-download"></i>
75-
<strong>ApiGen 4.2</strong>
76-
<br>
77-
<small>To be released in the future.</small>
78-
</a>
79-
</p>
80-
</div>
81-
</div>
82-
</div>
83-
84-
<div id="content">
85-
<div class="container">
86-
<h2>Proven by</h2>
87-
88-
<div class="row" id="usedby">
89-
<div class="col-sm-3">
90-
<a href="http://docs.aws.amazon.com/aws-sdk-php/latest/" class="thumbnail">
91-
<img src="resources/images/aws.png" alt="Amazon Web Services">
92-
</a>
93-
</div>
94-
<div class="col-sm-3">
95-
<a href="http://www.doctrine-project.org/api/orm/2.4/" class="thumbnail">
96-
<img src="resources/images/doctrine.png" alt="Doctrine">
97-
</a>
98-
</div>
99-
<div class="col-sm-3">
100-
<a href="http://api.nette.org/" class="thumbnail">
101-
<img src="resources/images/nette.png" alt="Nette">
102-
</a>
103-
</div>
104-
<div class="col-sm-3">
105-
<a href="http://api.cakephp.org" class="thumbnail">
106-
<img src="resources/images/cakephp-logo.jpg" alt="CakePHP">
107-
</a>
108-
</div>
109-
</div>
110-
111-
<hr>
112-
113-
<div class="row" id="themes">
114-
<div class="col-md-12">
115-
<h2>Pick From 2 Themes or Make your own</h2>
116-
</div>
117-
<div class="col-md-6">
118-
<h3><a href="https://github.com/apigen/theme-default">Default</a></h3>
119-
<img src="https://github.com/apigen/theme-default/raw/master/screenshot.png?v=3" class="thumbnail">
120-
</div>
121-
<div class="col-md-6">
122-
<h3><a href="https://github.com/apigen/theme-bootstrap">Twitter Bootstrap</a></h3>
123-
<img src="https://github.com/apigen/theme-bootstrap/raw/master/screenshot.png" class="thumbnail">
124-
</div>
125-
</div>
126-
127-
<hr>
128-
129-
<div class="row" id="download">
130-
<div class="col-md-6">
131-
<h2>Download and setup for global access</h2>
132-
<pre>
133-
wget http://apigen.org/apigen.phar
134-
chmod +x apigen.phar
135-
mv apigen.phar /usr/local/bin/apigen
136-
apigen --version
137-
138-
# get help for generate command
139-
apigen generate --help</pre>
140-
</div>
141-
142-
<div class="col-md-6">
143-
<h2>Simplest Use</h2>
144-
<pre>
145-
# generate source for "src" dir, output to "api" dir
146-
apigen generate --source src --destination api
147-
148-
# or with shorter option syntax
149-
apigen generate -s src -d api</pre>
150-
</div>
151-
</div>
152-
153-
<hr>
154-
155-
<div class="row" id="features">
156-
<div class="col-md-12">
157-
<h2>Killer Features</h2>
158-
159-
<div class="row">
160-
<ul class="col-md-6">
161-
<li>
162-
<i class="fa fa-fw fa-lg fa-thumbs-o-up"></i>
163-
simple to use, fast to generate
164-
</li>
165-
<li>
166-
<i class="fa fa-fw fa-lg fa-thumbs-o-up"></i>
167-
fuzzy search class you're looking for
168-
</li>
169-
<li>
170-
<i class="fa fa-fw fa-lg fa-thumbs-o-up"></i>
171-
traits support
172-
</li>
173-
<li>
174-
<i class="fa fa-fw fa-lg fa-thumbs-o-up"></i>
175-
highlights docblocks via <a href="https://guides.github.com/features/mastering-markdown/#examples">Markdown</a>
176-
</li>
177-
</ul>
178-
<ul class="col-md-6">
179-
<li>
180-
<i class="fa fa-fw fa-lg fa-thumbs-o-up"></i>
181-
page with elements marked with <em>@annotation</em> (add option <code>--annotation-groups=annotation</code>)
182-
</li>
183-
<li>
184-
<i class="fa fa-fw fa-lg fa-thumbs-o-up"></i>
185-
highlights source code
186-
</li>
187-
<li>
188-
<i class="fa fa-fw fa-lg fa-thumbs-o-up"></i>
189-
...and many other options (to show them all run `apigen generate --help`)
190-
</li>
191-
</ul>
192-
</div>
193-
</div>
194-
</div>
195-
</div>
196-
</div>
197-
19811
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js" type="text/javascript"></script>
199-
<script src="resources/js/bootstrap.min.js" type="text/javascript"></script>
200-
<script src="resources/script.js?5" type="text/javascript"></script>
20112
<script type="text/javascript">
20213
var _gaq = _gaq || [];
20314
_gaq.push(['_setAccount', 'UA-25209346-1']);

0 commit comments

Comments
 (0)