-
Notifications
You must be signed in to change notification settings - Fork 57
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·424 lines (356 loc) · 18.6 KB
/
Copy pathindex.html
File metadata and controls
executable file
·424 lines (356 loc) · 18.6 KB
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
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>SAP Developers</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<!-- Welcome to the source code of this page... ;-)
Yep, in case you were wondering: SAP is using CSS of Bootstrap here, not UI5.
Nothing wrong about this: always use what is most appropriate for the task, let's not be too religious about libraries.
This is just a plain static HTML grid layout, so there is no need for a JS library. :-)
-->
<!-- Le styles -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<style type="text/css">
@media (max-width: 980px) {
/* Enable use of floated navbar text
TODO
*/
.navbar-text.pull-right {
float: none;
padding-left: 5px;
padding-right: 5px;
}
}
.header-sap {
min-height: 15px;
margin-bottom: 20px;
background-color: #1b1b1b;
background-image: -moz-linear-gradient(top, #222222, #111111);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
background-image: -webkit-linear-gradient(top, #222222, #111111);
background-image: -o-linear-gradient(top, #222222, #111111);
background-image: linear-gradient(to bottom, #222222, #111111);
background-repeat: repeat-x;
border-color: #252525;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
}
.hero-unit-sap {
min-height: 235px !important; /* adjust with media queries */
padding: 0px 10px 5px 10px;
margin-bottom: 20px;
color: inherit;
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;
}
h3 + p {
margin-top: -10px !important;
}
h1 + p {
margin-top: 10px !important;
}
.btn {
-webkit-border-radius: 0 0px 0px 0 !important;
-moz-border-radius: 0 0px 0px 0 !important;
border-radius: 0 0px 0px 0 !important;
background-image: none !important;
-webkit-border-radius: 0px !important;
-moz-border-radius: 0px !important;
border-radius: 0px !important;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
filter: none !important;
}
.hero-unit-sap h1 {
margin-bottom: 0;
font-size: 80px;
line-height: 1;
letter-spacing: -1px;
color: inherit;
}
.hero-unit-sap-db {
border-top: 10px solid #EB7300;
border-left: 10px solid #EB7300;
}
.hero-unit-sap-db-hl {
background-color: #EB7300;
}
.hero-unit-sap-mobile {
border-top: 10px solid #93C939;
border-left: 10px solid #93C939;
}
.hero-unit-sap-mobile-hl {
background-color: #93C939;
}
.hero-unit-sap-cloud {
border-top: 10px solid #0076CB;
border-left: 10px solid #0076CB;
}
.hero-unit-sap-general {
border-top: 10px solid #000000;
border-left: 10px solid #000000;
}
.hero-unit-sap-cloud-hl {
background-color: #0076CB;
}
.hero-unit-sap-ui {
border-top: 10px solid #1bb1ff;
border-left: 10px solid #1bb1ff;
}
.hero-unit-sap-box {
background-color: #FFFFFF;
}
#right-corner {
position: fixed;
cursor: pointer;
top: 0px;
right: 0px;
z-index: 99999;
}
a.category {
color: black;
text-decoration: none;
padding: 8px;
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;
}
a.category:hover {
background-color: #f5f5f5;
}
</style>
<link href="css/bootstrap-responsive.min.css" rel="stylesheet">
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="../js/html5shiv.js"></script>
<![endif]-->
<!-- Fav and touch icons -->
<!--
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="../assets/ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="../assets/ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="../assets/ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="../assets/ico/apple-touch-icon-57-precomposed.png">
<link rel="shortcut icon" href="../assets/ico/favicon.png">
-->
</head>
<body>
<a href="#employeeModal" id="right-corner" data-toggle="modal">
<img src="img/employee-banner.png" alt="I am an SAP employee, I want my code here">
</a>
<div id="employeeModal" class="modal hide fade" tabindex="-1" role="dialog" arial-labelledby="employeeModal" arial-hidden="true">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" arial-hidden="true">×</button>
<h3>Dear SAP Employee,</h3>
</div>
<div class="modal-body">
<p>Do you have an open source project with <b>outbound open source approval</b> from SAP? If so, and you would like to host on <b>sap.github.io</b>, or would just like more information, please send an e-mail to <img src="img/where-to-go.PNG" alt="Developer Center email address">.
</div>
<div class="modal-footer">
<button class="btn" data-dismiss="modal" aria-hidden="true">Close</button>
</div>
</div>
<div class="header-sap"></div>
<div class="container-fluid">
<div class="row-fluid">
<div class="span12 hero-unit-sap hero-unit-sap-box">
<div class="row-fluid">
<div class="span12">
<h1>SAP Developers</h1>
<p>Development with SAP Give. Take. Solve.<p> Give us your projects, share your code with other developers.
Take projects and samples to solve your problems. Join our growing community!
</p>
</div>
</div>
<div class="row-fluid">
<a href="#cloud" class="span3 category">
<div class="media">
<img class="media-object pull-left" src="img/icon-cloud-inverse.png">
<div class="media-body" style="padding-top: -12px;">
<h4 class="media-heading">Cloud</h4>
SAP HANA Cloud projects
</div>
</div>
</a>
<a href="#db" class="span3 category">
<div class="media">
<img class="media-object pull-left" src="img/icon-data-inverse.png">
<div class="media-body">
<h4 class="media-heading">Data</h4>
SAP HANA database projects
</div>
</div>
</a>
<a href="#mobile" class="span3 category">
<div class="media">
<img class="media-object pull-left" src="img/icon-mobile-inverse.png">
<div class="media-body" style="padding-top: -12px;">
<h4 class="media-heading">Mobile</h4>
SAP Mobile Platform projects
</div>
</div>
</a>
<a href="#ui" class="span3 category">
<div class="media">
<img class="media-object pull-left" src="img/icon-ui-inverse-blue.png">
<div class="media-body" style="padding-top: -12px;">
<h4 class="media-heading">User Interface</h4>
SAP User Interface projects
</div>
</div>
</a>
</div>
</div>
<!--
<div class="span6 hero-unit-sap hero-unit-sap-box">
Solution if we need more space
</div>
-->
</div>
<div class="row-fluid">
<div class="span3 hero-unit-sap hero-unit-sap-cloud">
<a name="cloud"></a>
<h3>Roo SAP Gateway Add-On</h3>
<p>The SAP Netweaver Gateway Connectivity Add-On for Spring Roo adds commands to Roo that make it easy and comfortable to connect your Roo-generated projects to SAP Netweaver Gateway. </p>
<p><a class="btn btn-small btn-inverse" href="http://sap.github.io/cloud-roo-gwaddon/">Get Started</a> <a class="btn btn-small btn-inverse" href="https://github.com/SAP/cloud-roo-gwaddon">Fork</a></p>
</div><!--/span-->
<div class="span3 hero-unit-sap hero-unit-sap-cloud">
<h3>Deployment Plugin for Maven</h3>
<p>This is a plugin for Maven, which supports users in deploying web applications packaged in WAR files to SAP HANA Cloud, as well as starting/stopping instances of this web application there.</p>
<p><a class="btn btn-small btn-inverse" href="https://github.com/SAP/cloud-maven-plugin">Fork</a></p>
</div>
<div class="span3 hero-unit-sap hero-unit-sap-cloud hero-unit-sap-cloud-hl">
<h3>OData Library for Java</h3>
<p>A Java based libary for producing and consuming services based on the OData protocol.</p>
<p><a class="btn btn-small btn-inverse" href="https://github.com/SAP/cloud-odata-java">Get Started</a></p>
</div><!--/span-->
<div class="span3 hero-unit-sap hero-unit-sap-cloud">
<h3>Spring Social</h3>
<p>This sample demonstrates how-to use spring-social to develop applications that integrate with Twitter.</p>
<p><a class="btn btn-small btn-inverse" href="https://github.com/SAP/cloud-springsocial">Fork</a></p>
</div><!--/span-->
</div><!--/row-->
<div class="row-fluid">
<div class="span3 hero-unit-sap hero-unit-sap-cloud">
<h3>Paul Predicts</h3>
<p>Paul Predicts is a real-life, productively used app showing how to create a server back-end serving multiple front-end technologies. It is showing all currently available SAP HANA Cloud services.</p>
<p><a class="btn btn-small btn-inverse" href="https://github.com/SAP/cloud-paulpredicts">Fork</a></p>
</div><!--/span-->
<div class="span3 hero-unit-sap hero-unit-sap-cloud">
<h3>Basecamp</h3>
<p>A simple Maven skeleton project of web app archetype</p>
<p><a class="btn btn-small btn-inverse" href="https://github.com/SAP/cloud-basecamp">Fork</a></p>
</div><!--/span-->
<div class="span3 hero-unit-sap hero-unit-sap-cloud">
<h3>Responsive UI</h3>
<p>is a responsive web application for showcasing the power of open source and SAP HANA Cloud.It hosts the supplements of SAPs TechEd 2012 session Tapping into Open Source with SAP HANA Cloud and serves as a central entry point to the content.</p>
<p><a class="btn btn-small btn-inverse" href="https://github.com/SAP/cloud-responsive-ui">Fork</a></p>
</div><!--/span-->
<div class="span3 hero-unit-sap hero-unit-sap-cloud">
<h3>Spring Rest Samples</h3>
<p>This sample demonstrates how-to expose services as a public RESTful API using Apache CFX and the Spring framework.</p>
<p><a class="btn btn-small btn-inverse" href="https://github.com/SAP/cloud-springrest">Fork</a></p>
</div><!--/span-->
<!-- </div><!--/row-->
<!-- <div class="span3 hero-unit-sap hero-unit-sap-cloud">
<h3>Spring Rest Samples</h3>
<p>Placeholder</p>
<p><button class="btn btn-small btn-inverse" type="button">Get started</button> <button class="btn btn-small btn-inverse" type="button">Fork</button></p>
</div><!--/span-->
<!-- </div><!--/row-->
</div><!--/.fluid-container-->
<div class="row-fluid">
<div class="span3 hero-unit-sap hero-unit-sap-cloud">
<h3>Ruby Gem for the MaxDB JDBC driver</h3>
<p>This is a Ruby gem that wraps the JDBC driver for the SAP MaxDB database.</p>
<p><a class="btn btn-small btn-inverse" href="https://github.com/SAP/cloud-jdbc-maxdb-gem">Fork</a></p>
</div><!--/span-->
<div class="span3 hero-unit-sap hero-unit-sap-cloud">
<h3>Connectivity Proxy</h3>
<p>The Connectivity Proxy component allows your JavaScript application to consume backend services in a comfortable way while preventing cross-domain problems that would occur when trying to call those backends directly from the application.</p>
<p><a class="btn btn-small btn-inverse" href="https://github.com/SAP/cloud-connectivityproxy">Fork</a></p>
</div><!--/span-->
<div class="span3 hero-unit-sap hero-unit-sap-cloud">
<h3>ESPM reference application</h3>
<p>ESPM is a reference application project showcasing end-to-end development scenarios for UI5 mobile and web applications using OData as backend connectivity.</p>
<p><a class="btn btn-small btn-inverse" href="https://github.com/SAP/cloud-espm-scenarios">Fork</a></p>
</div><!--/span-->
<div class="span3 hero-unit-sap hero-unit-sap-cloud">
<h3>Enterprise Granny</h3>
<p>A sample address book application demonstrating the interplay of popular open-source libraries.</p>
<p><a class="btn btn-small btn-inverse" href="https://github.com/SAP/cloud-enterprise-granny">Fork</a></p>
</div><!--/span-->
</div>
<div class="row-fluid">
<div class="span3 hero-unit-sap hero-unit-sap-cloud">
<h3>PersonsList Getting Started Application</h3>
<p>PersonsList offers developers a comprehensive and easy-to-use tutorial for developing an SAP HANA Cloud Web Application Scenario.</p>
<p><a class="btn btn-small btn-inverse" href="https://github.com/SAP/cloud-personslist-scenario">Fork</a></p>
</div><!--/span-->
<div class="span3 hero-unit-sap hero-unit-sap-cloud">
<h3>SAP HANA Search Demo</h3>
<p>This sample web application demonstrates how-to use native SAP HANA search (fuzzy and linguistic) in Java applications running on SAP HANA Cloud Platform.</p>
<p><a class="btn btn-small btn-inverse" href="https://github.com/SAP/cloud-hana-search-demo">Fork</a></p>
</div><!--/span-->
<div class="span3 hero-unit-sap hero-unit-sap-cloud">
<h3>SAP HANA Scripted Views Demo</h3>
<p>This sample web application demonstrates how-to use SAP HANA Scripted Views in SAP HANA Cloud Platform.</p>
<p><a class="btn btn-small btn-inverse" href="https://github.com/SAP/cloud-hana-scriptview-demo">Fork</a></p>
</div><!--/span-->
<div class="span3 hero-unit-sap hero-unit-sap-general">
<h3>Xcode Maven Plugin</h3>
<p>Everything you need to instrument your Apple iOS development life-cycle with Maven including the provisioning of required libraries for your local Xcode project.</p>
<p><a class="btn btn-small btn-inverse" href="http://sap-production.github.io/xcode-maven-plugin">Get Started</a> <a class="btn btn-small btn-inverse" href="https://github.com/sap-production/xcode-maven-plugin">Fork</a></p>
</div><!--/span-->
</div>
<div class="row-fluid">
<div class="span3 hero-unit-sap hero-unit-sap-cloud">
<h3>ActiveRecord MaxDB Adapter</h3>
<p>This is an ActiveRecord JDBC adapter for the SAP MaxDB database usable on SAP HANA Cloud. It is intended to be used in JRuby environment only and it is an extension of the ActiveRecord JDBC Adapter project.</p>
<p><a class="btn btn-small btn-inverse" href="https://github.com/SAP/cloud-activerecord-maxdb-adapter">Fork</a></p>
</div><!--/span-->
<div class="span3 hero-unit-sap hero-unit-sap-cloud">
<h3>Spring Roo Add-on</h3>
<p>Roo is a Rapid Application Development (RAD) framework maintained by Spring- Source. We have created plugins for Roo to make it easy and comfortable to use Roo with the SAP HANA Cloud platform. Use Roo to create a basic web...
<p><a class="btn btn-small btn-inverse" href="http://sap.github.io/cloud-roo-addon/">Get Started</a> <a class="btn btn-small btn-inverse" href="https://github.com/SAP/cloud-roo-addon">Fork</a></p>
</div><!--/span-->
<div class="span3 hero-unit-sap hero-unit-sap-db hero-unit-sap-db-hl">
<a name="db"></a>
<h3>Node-hdb</h3>
<p>A JavaScript client for Node to connect to SAP HANA.
<p><a class="btn btn-small btn-inverse" href="https://github.com/SAP/node-hdb/">Get Started</a></p>
</div><!--/span-->
<div class="span3 hero-unit-sap hero-unit-sap-db">
<h3>DShell</h3>
<p>SAP Development Shell (DShell) enables HANA developers to deploy code to HANA with the tool of thier choice by leveragin GitHub and it's services hooks when deploying to SAP HANA. It is particularly suited for HTML/CSS and JavaScript.
<p><a class="btn btn-small btn-inverse" href="http://scn.sap.com/docs/DOC-41137">Get Started</a> <a class="btn btn-small btn-inverse" href="https://github.com/SAPDshell/dshell/">Fork</a></p>
</div><!--/span-->
</div>
<div class="row-fluid">
<div class="span3 hero-unit-sap hero-unit-sap-ui">
<a name="ui"></a>
<h3>OpenUI5</h3>
<p>OpenUI5 lets you build enterprise-ready web applications, responsive to all devices, running on almost any browser of your choice. It’s based on JavaScript, using JQuery as its foundation and follows web standards. It eases your development with a client-side HTML5 rendering library including a rich set of controls and supports data binding to different models (JSON, XML and OData).</p>
<p><a class="btn btn-small btn-inverse" href="http://sap.github.io/openui5/">Get Started</a></p>
</div>
</div>
<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="js/jquery-1.9.1.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-39779546-2']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>