-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
77 lines (55 loc) · 2.89 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>
<html>
<head>
<meta charset='utf-8' />
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
<meta name="description" content="BeWelcome Develoeprs : The single, authoritative homepage for all BeWelcome development" />
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<title>BeWelcome Develoeprs</title>
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<a id="forkme_banner" href="https://github.com/BeWelcome">View on GitHub</a>
<h1 id="project_title">BeWelcome Develoeprs</h1>
<h2 id="project_tagline">The single, authoritative homepage for all BeWelcome development</h2>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<h2>
<a name="welcome-to-bewelcome-developers-site" class="anchor" href="#welcome-to-bewelcome-developers-site"><span class="octicon octicon-link"></span></a>Welcome to BeWelcome Developers Site</h2>
<p>There are a lot of different resources for BeWelcome development. This page is intended as the single authoritative source of information on BeWelcome development. This should contain links to all the other resources. New developers can be pointed here.</p>
<h2>
<a name="mailing-list" class="anchor" href="#mailing-list"><span class="octicon octicon-link"></span></a>Mailing List</h2>
<p>The mailing list is mailman at <a href="http://lists.bewelcome.org/mailman/listinfo">bw-dev-discussion</a></p>
<h2>
<a name="rox" class="anchor" href="#rox"><span class="octicon octicon-link"></span></a>Rox</h2>
<p>Rox is the codename for the software that runs <a href="http://www.bewelcome.org">www.bewelcome.org</a> today (Jan 2014).</p>
<ul>
<li><a href="http://trac.bewelcome.org/">http://trac.bewelcome.org/</a></li>
<li>There are others missing, please add them and remove this notice</li>
</ul><h2>
<a name="welen" class="anchor" href="#welen"><span class="octicon octicon-link"></span></a>Welen</h2>
<p>Welen is the project to develop the next generation of open source hospitality exchange.</p>
<ul>
<li><a href="http://welen.org/">http://welen.org/</a></li>
<li>There are others missing, please add them and remove this notice</li>
</ul><h2>
<a name="other-resources" class="anchor" href="#other-resources"><span class="octicon octicon-link"></span></a>Other resources</h2>
<p>At the time of writing, I know these resources exist, but I don't know where they fit into the whole picture. Please update this page if you know.</p>
<ul>
<li>Redmine (url unknown, please post)</li>
</ul>
</section>
</div>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<p>Published with <a href="http://pages.github.com">GitHub Pages</a></p>
</footer>
</div>
</body>
</html>