-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
126 lines (115 loc) · 5.29 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>Neustar Webmetrics Open Source Projects</title>
<link rel="stylesheet" href="http://twitter.github.com/bootstrap/assets/css/bootstrap-1.2.0.min.css">
<link rel="stylesheet" href="css/main.css">
<script src="js/less-1.1.3.min.js"></script>
</head>
<body>
<div id="header">
<div id="masthead">
<div class="container">
<h1>Neustar Webmetrics OS</h1>
<hr/>
</div>
</div>
<div id="billboard">
<div class="container">
<p class="lead">
Without open source software our products wouldn't be possible.
</p>
<p>
This is our place to give back to the community and hopefully make your next project a little easier to build.
</p>
</div>
</div>
</div>
<div id="projects">
<div class="container">
<h2>Open Source Projects</h2>
<p>All of these projects are hosted on GitHub, their full source and probably some amount of documentation are available for download. Please use them, fork them, and send us pull requests.</p>
<div class="project clearfix">
<h3><a href="http://opensource.webmetrics.com/browsermob-proxy/">Browsermob Proxy</a></h3>
<p>BrowserMob Proxy is a simple utility that makes it easy to capture performance data from browsers, typically written using automation toolkits such as Selenium and Watir.</p>
<ul class="tags">
<li class="link"><a href="https://browsermob.com/">BrowserMob</a></li>
<li>java</li>
<li>http</li>
</ul>
</div>
<div class="project clearfix">
<h3><a href="https://github.com/webmetrics/leftronic-java">Leftronic Java API</a></h3>
<p>A Java API to send data to Leftronic dashboards.</p>
<ul class="tags">
<li class="link"><a href="http://leftronic.com/">Leftronic</a></li>
<li>java</li>
<li>api</li>
</ul>
</div>
<div class="project clearfix">
<h3><a href="https://github.com/webmetrics/loggly-java">Loggly Java Client</a></h3>
<p>Java client to send log statements as structured JSON to your Loggly account.</p>
<ul class="tags">
<li class="link"><a href="http://loggly.com/">Loggly</a></li>
<li>java</li>
</ul>
</div>
<div class="project clearfix">
<h3><a href="https://github.com/webmetrics/mongodb-integration-plugin">MongoDB Integration Plugin</a></h3>
<p>A Maven plugin for managing (starting/stopping/prepopulating) a MongoDB instance during integration testing.</p>
<ul class="tags">
<li class="link"><a href="http://www.mongodb.org/">MongoDB</a></li>
<li class="link"><a href="http://maven.apache.org/">Maven</a></li>
<li class="link"><a href="http://maven.apache.org/plugins/maven-failsafe-plugin/">Maven Failsafe Plugin</a></li>
<li>java</li>
</ul>
</div>
<div class="project clearfix">
<h3><a href="https://github.com/webmetrics/pagerduty-java">PagerDuty Java API</a></h3>
<p>Simple Java API for PagerDuty</p>
<ul class="tags">
<li class="link"><a href="http://pagerduty.com/">PagerDuty</a></li>
<li>java</li>
<li>api</li>
</ul>
</div>
<div class="project clearfix">
<h3><a href="http://opensource.webmetrics.com/sitebricks-doc-generator/">SiteBricks Docs Generator</a></h3>
<p>This maven plugin auto-generates documentation for Sitebricks API services.</p>
<ul class="tags">
<li class="link"><a href="http://sitebricks.org/">Sitebricks</a></li>
<li class="link"><a href="http://maven.apache.org/">Maven</a></li>
<li>java</li>
</ul>
</div>
</div>
</div>
<hr/>
<div id="contributions" class="clearfix">
<div class="container">
<h2>Open Source Contributions</h2>
<p>We also contribute to a bunch of open source projects. Here's a short list of projects we have our grubby mitts in.</p>
<ul>
<li><a href="http://seleniumhq.org/">Selenium</a> — Patrick Lightbody created Selenium RC</li>
<li><a href="http://sitebricks.org/">SiteBricks</a> — Code contributions</li>
</ul>
</div>
</div>
<hr/>
<div id="developers">
<div class="container">
<h2>Meet the Developers</h2>
<p>The happy faces at Neustar Webmetrics who are actively contributing to the world of open source.</p>
<div class="developer clearfix">
<p><<Your face here>></p>
</div>
</div>
</div>
<div id="footer">
<div clas="container">
</div>
</div>
</body>
</html>