forked from toobs/toobsframework.org
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcommunity.php
More file actions
52 lines (44 loc) · 1.96 KB
/
community.php
File metadata and controls
52 lines (44 loc) · 1.96 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="KEYWORDS" content="Toobs Java Web Framework" />
<meta name="DESCRIPTION" content="Toobs, The java web framework" />
<!-- <meta name="robots" content="index,follow" /> -->
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
<title>Toobs</title>
<link href="css/main.css" media="screen" rel="stylesheet" type="text/css" />
</head>
<body>
<?php include("includes/header.php"); ?>
<div id="main">
<h1>Community</h1>
Get involved with Toobs!<br/>
<br/>
There are several ways to get involved with the Toobs project.<br/>
<br/>
<br/>
<b>Getting News and Info</b><br/>
<br/>
You can get information about what is happening by following us on <a href="http://twitter.com/toobsframework">Twitter</a>, checking our News section on the <a href="index.php">home</a> page, and by reading our <a href="http://blog.toobsframework.org">blog</a> <br/>
<br/>
<br/>
<b>Asking Questions and Getting Answers</b><br/>
<br/>
If you haven't already, you should join the Toobs group at yahoo groups - <a href="http://groups.yahoo.com/group/toobs">groups.yahoo.com/group/toobs</a><br/>
<br/>
<br/>
<b>Filing Bugs</b><br/>
<br/>
You should use our issue tracker on github to file bugs against the project - <a href="http://github.com/toobs/toobs/issues">github.com/toobs/toobs/issues</a><br/>
<br/>
<br/>
<b>Contributing Code</b><br/>
<br/>
Please read our <a href="development.php">Development</a> section for making changes and submitting them for inclusion.<br/>
<br/>
</div>
<?php include("includes/footer.php"); ?>
</body>
</html>