-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
80 lines (66 loc) · 3.61 KB
/
index.html
File metadata and controls
80 lines (66 loc) · 3.61 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Open Mashup Description Language</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><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>
<!-- Main hero unit for a primary marketing message or call to action -->
<div class="hero-unit">
<img src="logo_no_strapline_sm_blue.png">
<h1>Open Mashup Description Language</h1>
<p>OMDL is a simple way to export mashups consisting of pages, layouts and widgets for use in other applications.</p>
<p>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.</p>
<p><a class="btn btn-primary btn-large" href="introduction.html">Find out more »</a>
<a class="btn btn-danger btn-large" href="documentation.html">Read the spec »</a>
<a class="btn btn-success btn-large" href="community.html">Get involved »</a>
</p>
<p> </p>
<div class="alert alert-block">
<h2>Omelette Project Builds Implementation of OMDL in Moodle</h2>
<p>The University of Bolton, as a partner in the Omelette Project, has implemented OMDL in the Moodle Virtual Learning Environment platform. <a href="sharples.html">Read a short interview with the lead developer, Paul Sharples.</a></p>
</div>
</div>
<footer>
<p>The OMDL logo uses a variation of Zohar Manor-Abel's <a href="http://www.criticalflare.com/blog/universal_mashup/">Universal Mashup Logo</a> concept.</p>
</footer>
</div> <!-- /container -->
</body>
</html>