-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
77 lines (68 loc) · 3.26 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Project BISmark: Open Development Portal</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<link rel="stylesheet" type="text/css" href="static/style.css"
media="all" />
</head>
<body>
<div id="container">
<div class="header">
<img id="logo" src="static/bismark.gif" alt="BISmark logo" />
<div id="h1_container">
<h1>Project BISmark<br />Open Development Portal</h1>
</div>
</div>
<p>Start here to access and participate in the development of Project
BISmark's free & open source software and documentation. Learn more
about the project at
<a href="http://projectbismark.net">http://projectbismark.net</a>.</p>
<h2>Project management</h2>
<ul>
<li><a href="https://github.com/projectbismark/projectbismark/wiki">
Project wiki</a>: project documentation and other development
notes.</li>
<li><a href="https://github.com/projectbismark/projectbismark/issues">
Project issue tracker</a>: project bugs and feature requests that
are not more appropriate for a specific repository.
</li>
<li><a href="https://github.com/organizations/projectbismark/dashboard/issues">
Project issue dashboard</a>: if you're a team member, this displays
issues aggregated from all repositories in the project.</li>
</ul>
<h2>Software repositories</h2>
<p>All of our repositories are hosted on Github at
<a href="https://github.com/projectbismark/">
https://github.com/projectbismark/</a>. Some of these repositories contain
their own issue trackers and wikis.</p>
<p>Some noteworthy repositories include:
<ul>
<li><a href="http://github.com/projectbismark/bismark-openwrt-overlay">
bismark-openwrt-overlay</a>, the repository used to build the
Openwrt router firmware image used by BISmark.</li>
<li><a href="http://github.com/projectbismark/bismark-packages">
bismark-packages</a>, the OpenWrt packages included in and used by
the BISmark Openwrt firmware.</li>
<li><a href="http://github.com/projectbismark/bismark-measurement-server">
bismark-measurement-server</a>, the tools that source and sink
measurement traffic from BISmark routers on Measurement Lab and
other measurement servers.</li>
<li><a href="http://github.com/projectbismark/bismark-management-server">
bismark-management-server</a>, the tools that control the
deployment of BISmark routers.</li>
<li><a href="http://github.com/projectbismark/networkdashboard">
networkdashboard</a>, the web app behind
<a href="http://networkdashboard.org">http://networkdashboard.org
</a>.</li>
</ul></p>
<!-- <h2>Licenses</h2> -->
<h2>Contact us</h2>
<p>Have questions or want to contribute? Email
<a href="[email protected]">
[email protected]</a>.</p>
<p><b>Patches welcome (pull requests, too).</b></p>
</div>
</body>
</html>