-
Notifications
You must be signed in to change notification settings - Fork 6
/
index.html
242 lines (237 loc) · 9.83 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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Agorava Project</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<link href="https://agorava.github.io/stylesheets/styles.css" rel="stylesheet" type="text/css">
<style>
body {
padding-top: 80px;
}
</style>
<!--[if lt IE 9]>
<script src="//html5shim.googlecode.com/svn/trunk/html5.js" type="text/javascript"></script>
<![endif]-->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js" type="text/javascript"></script>
<script src="https://agorava.github.io/javascripts/bootstrap/collapse.js" type="text/javascript"></script>
<script src="https://agorava.github.io/javascripts/bootstrap/dropdown.js" type="text/javascript"></script>
</head>
<body>
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="navbar-header">
<div class="github-banner">
<a href="https://github.com/agorava">
<img alt="Fork me on GitHub" src="https://s3.amazonaws.com/github/ribbons/forkme_right_orange_ff7600.png" style="position: absolute; top: 0; right: 0; border: 0;z-index: 900;">
</a>
</div>
<a class="btn navbar-toggle" data-target=".navbar-collapse" data-toggle="collapse">
<span class="sr-only">
Toggle navigation
</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<a class="navbar-brand" href="https://agorava.github.io">Agorava</a>
</div>
<div class="navbar-collapse collaspe">
<ul class="nav navbar-nav">
<li>
<a href="https://agorava.github.io/">Home</a>
</li>
<li></li>
<li>
<a href="https://agorava.github.io/news/">Blog</a>
</li>
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">
Documentation
<b class="caret"></b>
</a>
<ul class="dropdown-menu">
<li>
<a href="https://agorava.github.io/doc/getting-started">Getting Started</a>
</li>
<li>
<a href="https://agorava.github.io/doc/modules">Modules</a>
</li>
<li>
<a href="https://agorava.github.io/doc/apidocs070" target="_BLANK">API/SPI Javadoc</a>
</li>
</ul>
</li>
<li>
<a href="https://agorava.github.io/community/">Community</a>
</li>
<li>
<a href="https://agorava.github.io/contributing/">Contribute</a>
</li>
<li>
<a href="https://github.com/agorava" target="_BLANK">Source code</a>
</li>
<li>
<a href="https://agorava.github.io/calendar/">Calendar</a>
</li>
</ul>
</div>
<script>
var indexOfSharp = window.location.pathname.indexOf('#');
var pathname = indexOfSharp > 0 ? window.location.pathname.substring(0, indexOfSharp) : window.location.pathname;
var selector = "body > .navbar > .navbar-collapse a[href='https://agorava.github.io"+pathname+"']";
$(selector).closest("li").addClass("active");
</script>
</nav>
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="jumbotron">
<img class="hidden-xs" src="https://agorava.github.io/images/logo.png" style="float:right; margin-left:20px;">
<h1>Agorava</h1>
<p>The Social Framework</p>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-3">
<h2>Repos & Status</h2>
<ul class="well nav nav-list">
<li class="nav-header">Build Status & Repositories</li>
<li>
<p>
<a href="https://circleci.com/gh/agorava/agorava-core/">
<img src="https://circleci.com/gh/agorava/agorava-core/tree/master.svg?style=svg">
</a>
<a href="https://github.com/agorava/agorava-core">core</a>
</p>
</li>
<li>
<p>
<a href="https://circleci.com/gh/agorava/agorava-twitter/">
<img src="https://circleci.com/gh/agorava/agorava-twitter/tree/master.svg?style=svg">
</a>
<a href="https://github.com/agorava/agorava-twitter">twitter</a>
</p>
</li>
<li>
<p>
<a href="https://circleci.com/gh/agorava/agorava-facebook/">
<img src="https://circleci.com/gh/agorava/agorava-facebook/tree/master.svg?style=svg">
</a>
<a href="https://github.com/agorava/agorava-facebook">facebook</a>
</p>
</li>
<li>
<p>
<a href="https://circleci.com/gh/agorava/agorava-linkedin/">
<img src="https://circleci.com/gh/agorava/agorava-linkedin/tree/master.svg?style=svg">
</a>
<a href="https://github.com/agorava/agorava-linkedin">linkedin</a>
</p>
</li>
<li>
<p>
<a href="https://circleci.com/gh/agorava/agorava-socializer/">
<img src="https://circleci.com/gh/agorava/agorava-socializer/tree/master.svg?style=svg">
</a>
<a href="https://github.com/agorava/agorava-socializer">socializer</a>
</p>
</li>
</ul>
<p></p>
<p>
<button class="btn btn-lg btn-default">
<a href="https://github.com/agorava/agorava-socializer" target="_BLANK">Demo</a>
</button>
<button class="btn btn-lg btn-default">
<a href="https://github.com/orgs/agorava/projects" target="_BLANK">GitHub Projects</a>
</button>
<button class="btn btn-lg btn-default">
<a href="https://circleci.com/gh/agorava" target="_BLANK">CircleCI</a>
</button>
</p>
<p></p>
<p></p>
<div class="social-button-container">
<div class="social-button">
<a class="twitter-follow-button" data-dnt="true" data-show-count="false" data-size="large" href="https://twitter.com/AgoravaProj">Follow us on Twitter</a>
</div>
</div>
</div>
<p></p>
<div class="col-lg-5">
<h2>Welcome to Agorava</h2>
<p>
Agorava is the missing Java EE framework to deal with Social Media based on OAuth 1.0a and OAuth 2.0.
</p>
<p>
It provides a way to authenticate on Social Media, use APIs and map JSON answers to Java pojo.
</p>
<p>
It leverages CDI to enable interaction with Social Media and online services. It is compatible with CDI 1.0 (Java EE 6), CDI 1.1 (Java EE 7) and CDI 2.0 (Java/Jakarta EE 8).
</p>
</div>
<div class="col-lg-4">
<h2>News</h2>
<div class="well last-posts">
<ul class="nav nav-list">
<li>
<h4>
<a href="/news/2019/12/15/Preparing-1.0.0/">Preparing Agorava 1.0.0</a>
</h4>
Posted on
<span class="date">Dec 15, 2019</span>
</li>
<li class="divider"></li>
<li>
<h4>
<a href="/news/2017/07/16/New-Demo/">New Socializer Live Demo</a>
</h4>
Posted on
<span class="date">Jul 16, 2017</span>
</li>
<li class="divider"></li>
<li>
<h4>
<a href="/news/2015/06/02/New-CI-server/">New CI Server</a>
</h4>
Posted on
<span class="date">Jun 02, 2015</span>
</li>
<li class="divider"></li>
<li>
<h4>
<a href="/news/2013/11/20/Agorava-0-7-0-released/">Agorava Core 0.7.0 released</a>
</h4>
Posted on
<span class="date">Nov 20, 2013</span>
</li>
<li class="divider"></li>
</ul>
<a class="btn" href="https://agorava.github.io/news/">Read more</a>
<a class="btn btn-default" href="https://agorava.github.io/news.atom">
Subscribe RSS
</a>
</div>
<script>
!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');
</script>
<script src="http://twitter.com/javascripts/blogger.js" type="text/javascript"></script>
<script src="http://api.twitter.com/1/statuses/user_timeline.json?screen_name=AgoravaProj&count=5&include_rts=true&callback=twitterCallback2" type="text/javascript"></script>
</div>
</div>
<hr>
<footer>
<p>© Agorava 2023</p>
</footer>
</div>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', '', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>