-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcommunity.html
95 lines (79 loc) · 4.26 KB
/
community.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Open Mashup Description Language: Community</title>
<meta name="description" content="OMDL is a simple way to export mashups consisting of pages, layouts and widgets for use in other applications. For example, OMDL can be used to export a profile page or a workspace from a portal or social network and import it into another.">
<meta name="author" content="Scott Wilson">
<!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-41284508-1', 'omdl.org');
ga('send', 'pageview');
</script>
<!-- Le styles -->
<link rel="stylesheet" href="bootstrap.min.css">
<!-- Le fav and touch icons -->
<link rel="shortcut icon" href="images/favicon.ico">
<link rel="apple-touch-icon" href="images/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png">
</head>
<body>
<div class="container">
<div class="navbar">
<div class="navbar-inner">
<div class="container">
<a class="brand" href="index.html"><img src="logo_no_strapline_sm_white.png"></a>
<ul class="nav">
<li><a href="index.html">Home</a></li>
<li><a href="introduction.html">About</a></li>
<li><a href="documentation.html">Documentation</a></li>
<li class="active"><a href="community.html">Community</a></li>
<li><a href="supporters.html">Supporters</a></li>
<li><a href="licensing.html">Licensing</a></li>
</ul>
</div>
</div>
</div>
<div class="page-header">
<h1>OMDL Community</h1>
</div>
<div class="row">
<div class="span7">
<h2>How to get involved</h2>
<h3>Joining the OMDL group</h3>
<p>Anyone can join the <a href="http://groups.google.com/group/omdl">OMDL Google Group</a>, which is where the specification
is discussed and developed.
<h3>Contributing to the specification</h3>
<p>Anyone is welcome to make contributions to the specification using the Google Group (above). However, for contributions to
make it into a released spec you need to follow the <a href="licensing.html">licensing instructions</a>. This is to ensure that
anyone is free to make use of the specification without worrying about copyright or patent issues.</p>
<h3>Community Interviews</h3>
<p>Several interviews have been conducted with members of the OMDL community and those involved in current work with widgets. These are linked to in the sidebar menu.</p>
<h3>Implementation</h3>
<p>Implementations are very, very welcome! If you have any work to share, post to the group (above) and we'll link to it from this site.</p>
<p><iframe width="560" height="315" src="//www.youtube.com/embed/dWxSFCU7BGM" frameborder="0" allowfullscreen></iframe></p>
<h3>Reporting bugs and issues</h3>
<p>Report any bugs or issues on the OMDL group list above.</p>
</div>
<div class="span5">
<div class="sidebar">
<h3>Quick links</h3>
<p><a href="http://groups.google.com/group/omdl">OMDL Mailing List</a></p>
<h3>Community Interviews</h3>
<p><a href="wilson.html">Scott Wilson – OSSWatch</a></p>
<p><a href="allott.html">Nick Allott – Webinos</a></p>
<p><a href="sharples.html">Paul Sharples – University of Bolton</a></p>
</div>
</div>
</div>
</div> <!-- /container -->
</body>
</html>