-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
80 lines (68 loc) · 2.97 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
<html>
<head>
<title>BuaBook Open Source Projects - Documentation</title>
<style>
body {
width: 50%;
margin: auto;
font-family: Arial, Helvetica, sans-serif;
}
body>h1 {
margin-top: 20px;
}
body>ul>li {
margin-top: 10px;
margin-bottom: 10px;
}
</style>
</head>
<body>
<h1>BuaBook Open Source Projects</h1>
<p>This website provides documentation for all the open-sourced projects provided by BuaBook.</p>
<p>Project list:</p>
<ul>
<li>
<a href = "https://github.com/BuaBook/sf-et-fuel-sdk">sf-et-fuel-sdk</a>
<ul>
<li>Extension classes for use with interfacing with the ExactTarget API (building on the <a href="https://github.com/salesforce-marketingcloud/FuelSDK-Java">FuelSDK</a>)</li>
<li><a href = "https://buabook.github.io/javadoc/sf-et-fuel-sdk/">Documentation</a></li>
</ul>
</li>
<li>
<a href = "https://github.com/BuaBook/http-common">http-common</a>
<ul>
<li>HTTP Access and JSON Serialisation library</li>
<li><a href = "https://buabook.github.io/javadoc/http-common/">Documentation</a></li>
</ul>
</li>
<li>
<a href = "https://github.com/BuaBook/spring-common">spring-common</a>
<ul>
<li>Spring auto-configuation library</li>
<li><a href = "https://buabook.github.io/javadoc/spring-common/">Documentation</a></li>
</ul>
</li>
<li>
<a href = "https://github.com/BuaBook/buabook-common">buabook-common</a>
<ul>
<li>Java: Useful helper functions and classes used throughout the BuaBook applications</li>
<li><a href = "https://buabook.github.io/javadoc/buabook-common/">Documentation</a></li>
</ul>
</li>
<li>
<a href = "https://github.com/BuaBook/amazon-s3-file-transfer">amazon-s3-file-transfer</a>
<ul>
<li>Provides file upload and download wrapper classes for Amazon AWS SDK</li>
<li><a href = "https://buabook.github.io/javadoc/amazon-s3-file-transfer/">Documentation</a></li>
</ul>
</li>
<li>
<a href = "https://github.com/BuaBook/java-kdb-communication">java-kdb-communication</a>
<ul>
<li>Java library to publish data into and query data out of kdb+ processes</li>
<li><a href = "https://buabook.github.io/javadoc/java-kdb-communication/">Documentation</a></li>
</ul>
</li>
</ul>
</body>
</html>