This repository has been archived by the owner on Nov 9, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
/
index.html
73 lines (69 loc) · 4.52 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
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/html">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.5/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.5/css/bootstrap-theme.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.1.0/styles/github.min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.css" />
<link rel="stylesheet" href="build/dist/css/app.css" />
<link rel="icon" type="image/png" href="src/img/favicon.ico" />
</head>
<body class="hide">
<div class="page-loading"><i class="fa fa-cog fa-spin"></i> Loading plugin data...</div>
<div class="main-content page-width hide">
<div class="sidebar">
<ul class="nav-sidebar">
<li class="active"><a href="index.html#" class="self-link" data-internal><strong>Grails 3 Plugins</strong></a></li>
<li><a href="https://grails.org/plugins/" target="_top">Grails 1 & 2 Plugins</a></li>
<li><a href="https://bintray.com/grails/plugins" target="_top">Bintray Repository</a></li>
<li><a href="https://medium.com/@benorama/how-to-publish-your-grails-3-plugin-to-bintray-c341b24f567d" target="_top">Publishing Guide</a></li>
<li><a href="http://blog.agileorbit.com/2015/10/07/Publishing-Grails-3-Plugins.html" target="_top">Publishing FAQ</a></li>
<li><a href="https://github.com/sheehan/grails3-plugins/" target="_top">Portal on Github</a></li>
</ul>
<div class="timeline-wrapper">
<a class="twitter-timeline" data-dnt="true" href="https://twitter.com/grails_plugins" data-widget-id="687778191579181056" data-chrome="nofooter"></a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</div>
</div>
<div class="search-page">
<div class="page">
<div class="search-section">
<div class="search-input-section">
<div class="form-group">
<form class="search-form">
<input class="search-input form-control" type="text" placeholder="Search plugins...">
</form>
<span class="glyphicon glyphicon-search form-control-feedback" aria-hidden="true"></span>
<span class="glyphicon glyphicon-remove-sign clear-search hide" aria-hidden="true"></span>
</div>
</div>
<div class="search-results"></div>
</div>
<div class="plugin-section hide"></div>
</div>
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.5/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/handlebars.js/3.0.0/handlebars.runtime.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.7.0/underscore-min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.11.1/moment.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/1.5.5/clipboard.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.1.0/highlight.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.1.0/languages/groovy.min.js"></script>
<script src="build/dist/js/app.js"></script>
<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-82213539-2', 'auto');
ga('send', 'pageview');
window.app = new grailsplugins.App();
</script>
</body>
</html>