Skip to content

Commit

Permalink
Wagon: Deploying sitegen to repository
Browse files Browse the repository at this point in the history
  • Loading branch information
FuseSource CI committed Dec 30, 2013
1 parent b2666b7 commit 668122a
Show file tree
Hide file tree
Showing 3 changed files with 202 additions and 17 deletions.
3 changes: 2 additions & 1 deletion changelog.html
Expand Up @@ -135,8 +135,9 @@ <h4 id = "In_Progress__1_3_">In Progress (1.3)</h4>

<ul>
<li>Added welcome page to aid first time users, and being able to easily dismiss the welcome page on startup.</li>
<li>Added preference to configure the order/enabling of the plugins in the navigation bar. and to select a plugin as the default on startup.</li>
<li>Added preference to configure the order/enabling of the plugins in the navigation bar, and to select a plugin as the default on startup.</li>
<li>Added support for Apache Tomcat security using the conf/tomcat-users.xml file as user database.</li>
<li>Added <a href="http://hawt.io/plugins/quartz/">quartz</a> plugin to manage quartz schedulers.</li>
</ul>

<p></div>
Expand Down
29 changes: 13 additions & 16 deletions plugins/index.html
Expand Up @@ -101,9 +101,7 @@ <h2 id = "Included_Plugins">Included Plugins</h2>
</tr>
<tr>
<td><a href="http://hawt.io/plugins/dashboard/">dashboard</a></td>
<td>Provides some default dashboards for viewing graphs, metrics and other widgets on a customisable tabbed view. You can create your own dashboards; they are
stored and versioned as JSON files in a git repository so that you can easily share them on <a href="http://github.com/">github</a>.
The default configuration repository <a href="https://github.com/hawtio/hawtio-config">is here</a></td>
<td>Provides some default dashboards for viewing graphs, metrics and other widgets on a customisable tabbed view. You can create your own dashboards; they are stored and versioned as JSON files in a git repository so that you can easily share them on <a href="http://github.com/">github</a>. The default configuration repository <a href="https://github.com/hawtio/hawtio-config">is here</a></td>
<td><a href="https://github.com/hawtio/hawtio/tree/master/hawtio-web/src/main/webapp/app/dashboard">dashboard</a></td>
</tr>
<tr>
Expand All @@ -113,8 +111,7 @@ <h2 id = "Included_Plugins">Included Plugins</h2>
</tr>
<tr>
<td><a href="http://hawt.io/plugins/elasticsearch/">elasticsearch</a></td>
<td>The elasticsearch plugin allows to connect to an <a href="http://www.elasticsearch.org/">ElasticSearch</a> server and perform queries to retrieve
documents from indices.</td>
<td>The elasticsearch plugin allows to connect to an <a href="http://www.elasticsearch.org/">ElasticSearch</a> server and perform queries to retrieve documents from indices.</td>
<td><a href="https://github.com/hawtio/hawtio/tree/master/hawtio-web/src/main/webapp/app/elasticsearch">elasticsearch</a></td>
</tr>
<tr>
Expand All @@ -124,8 +121,7 @@ <h2 id = "Included_Plugins">Included Plugins</h2>
</tr>
<tr>
<td><a href="http://hawt.io/plugins/git/">git</a></td>
<td>Provides the HTML5 front end to the back end <a href="http://git-scm.com/">git repository</a> used to store configuration and files in plugins
such as <a href="http://hawt.io/plugins/dashboard/">dashboard</a> and <a href="http://hawt.io/plugins/wiki/">wiki</a>. Uses the
<td>Provides the HTML5 front end to the back end <a href="http://git-scm.com/">git repository</a> used to store configuration and files in plugins such as <a href="http://hawt.io/plugins/dashboard/">dashboard</a> and <a href="http://hawt.io/plugins/wiki/">wiki</a>. Uses the
<a href="https://github.com/hawtio/hawtio/blob/master/hawtio-git/src/main/java/io/hawt/git/GitFacadeMXBean.java#L26">GitFacadeMXBean</a> from the <a href="https://github.com/hawtio/hawtio/tree/master/hawtio-git">hawtio-git module</a></td>
<td><a href="https://github.com/hawtio/hawtio/tree/master/hawtio-web/src/main/webapp/app/git">git</a></td>
</tr>
Expand Down Expand Up @@ -200,6 +196,11 @@ <h2 id = "Included_Plugins">Included Plugins</h2>
<td>Provides support for <a href="http://www.osgi.org/Main/HomePage">OSGi containers</a> such as <a href="http://karaf.apache.org/">Apache Karaf</a> using the standard OSGi management hooks.</td>
<td><a href="https://github.com/hawtio/hawtio/tree/master/hawtio-web/src/main/webapp/app/osgi">osgi</a></td>
</tr>
<tr>
<td><a href="http://hawt.io/plugins/quartz/">quartz</a></td>
<td>Lets you view and manage Quartz Schedulers, such as adjusting triggers at runtime.</td>
<td><a href="https://github.com/hawtio/hawtio/tree/master/hawtio-web/src/main/webapp/app/quartz">quartz</a></td>
</tr>
<tr>
<td><a href="http://hawt.io/plugins/source/">source</a></td>
<td>Used by the <a href="http://hawt.io/plugins/logs/">log plugin</a> to view the source code of any file in a maven source artefact using the maven coordinates, class name / file name and line number.</td>
Expand Down Expand Up @@ -244,14 +245,12 @@ <h2 id = "Developer_plugins">Developer plugins</h2>
</tr>
<tr>
<td><a href="https://github.com/hawtio/hawtio/blob/master/hawtio-web/src/main/webapp/app/forms/doc/developer.md">forms</a></td>
<td>This plugin provides an easy way, given a <a href="http://json-schema.org/">JSON Schema</a> model of generating a form with 2 way binding to some JSON data.
</td>
<td>This plugin provides an easy way, given a <a href="http://json-schema.org/">JSON Schema</a> model of generating a form with 2 way binding to some JSON data.</td>
<td><a href="https://github.com/hawtio/hawtio/tree/master/hawtio-web/src/main/webapp/app/forms">forms</a></td>
</tr>
<tr>
<td><a href="https://github.com/hawtio/hawtio/blob/master/hawtio-web/src/main/webapp/app/ide/doc/developer.md">ide</a></td>
<td>This plugin provides a directive for linking to source code in your IDE. Currently only IDEA supported
</td>
<td>This plugin provides a directive for linking to source code in your IDE. Currently only IDEA supported</td>
<td><a href="https://github.com/hawtio/hawtio/tree/master/hawtio-web/src/main/webapp/app/ide">ide</a></td>
</tr>
<tr>
Expand All @@ -261,14 +260,12 @@ <h2 id = "Developer_plugins">Developer plugins</h2>
</tr>
<tr>
<td><a href="https://github.com/hawtio/hawtio/blob/master/hawtio-web/src/main/webapp/app/tree/doc/developer.md">tree</a></td>
<td>This plugin provides a simple HTML directive for working with <a href="http://wwwendt.de/tech/dynatree/doc/dynatree-doc.html">jQuery DynaTree widgets</a> from AngularJS
</td>
<td>This plugin provides a simple HTML directive for working with <a href="http://wwwendt.de/tech/dynatree/doc/dynatree-doc.html">jQuery DynaTree widgets</a> from AngularJS</td>
<td><a href="https://github.com/hawtio/hawtio/tree/master/hawtio-web/src/main/webapp/app/tree">tree</a></td>
</tr>
<tr>
<td><a href="https://github.com/hawtio/hawtio/blob/master/hawtio-web/src/main/webapp/app/ui/doc/developer.md">ui</a></td>
<td>Provides various AngularJS directives for custom widgets
</td>
<td>Provides various AngularJS directives for custom widgets</td>
<td><a href="https://github.com/hawtio/hawtio/tree/master/hawtio-web/src/main/webapp/app/ui">ui</a></td>
</tr>
</table>
Expand All @@ -294,7 +291,7 @@ <h2 id = "External_plugins">External plugins</h2>
<tr>
<td><a href="https://github.com/hawtio/hawtio/tree/master/hawtio-karaf-terminal">hawtio-karaf-terminal</a></td>
<td>A terminal plugin brought over from Apache Felix that uses Ajax term in the front-end to implement a terminal in hawtio when it's running in an Apache Karaf based container.</td>
<td><a href=https://github.com/hawtio/hawtio/tree/master/hawtio-karaf-terminal">hawtio-karaf-terminal</a></td>
<td><a href="https://github.com/hawtio/hawtio/tree/master/hawtio-karaf-terminal">hawtio-karaf-terminal</a></td>
</tr>
<tr>
<td><a href="https://github.com/jboss-fuse/fuse/blob/master/insight/insight-kibana3/src/main/webapp/js/kibana3Plugin.js">insight-kibana3</a></td>
Expand Down
187 changes: 187 additions & 0 deletions plugins/quartz/index.html
@@ -0,0 +1,187 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>hawtio Quartz plugin</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<meta content="A HTML5 web console for managing Java services with support for JMX, OSGi, Apache ActiveMQ, Apache Camel and Fuse Fabric. Open source, modular and extensible" name="description" />
<!--
<link href="/blog/atom.xml" rel="alternate" title="hawtio blog Atom feed" type="application/atom+xml" />
-->
<link href="/stylesheets/screen.css" rel="stylesheet" />
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<!--[if lt IE 9]>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/r29/html5.js"></script>
<![endif]-->
<link href="/favicon.ico" rel="shortcut icon" />
</head>
<body class="home">
<header class="navbar navbar-fixed-top" id="banner" role="banner">
<div class="navbar-inner">
<div class="container">
<a class="btn btn-navbar" data-target=".nav-collapse" data-toggle="collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<div class="g-plusone-slot">
<div class="g-plusone" data-annotation="none"></div>
</div>
<a class="brand" href="/">
<span class="name">
<img src="/images/logo.png" />
hawtio
</span>
</a>
<nav class="nav-collapse" role="navigation">
<ul class="nav">
<li><a href="/faq/index.html">FAQ</a></li>
<li><a href="/getstarted/index.html">Get Started</a></li>
<li><a href="/community/index.html">Community</a></li>
<li><a href="/plugins/index.html">Plugins</a></li>
<li><a href="/developers/index.html">Developers</a></li>
<li><a href="https://github.com/hawtio/hawtio">github</a></li>
<!--
<li><a href="/blog/">Blog</a></li>
-->
</ul>
</nav>
</div>
</div>
</header>
<div id="main">
<p><div id="content-header">
<div class="container"></p>

<h3 id = "Quartz">Quartz</h3>

<p>The <a href="#/quartz/schedulers/">Quartz</a> plugin in <a href="http://hawt.io" title="hawtio">hawtio</a> offers functionality for viewing and managing Quartz Schedulers.</p>

<p></div>
</div></p>
</div>
<footer>
<div class="container">
<div class="project">
<img src="/images/footer-logo.png" />
<p class="bottom">
&#169;
Copyright 2012-2013 Red Hat, Inc.
<br />
<i class="icon-fire"></i>
Mixed with <a href="http://twitter.github.com/bootstrap">Bootstrap</a>. Baked by <a href="http://scalate.fusesource.org">Scalate</a>.
<br />
<i class="icon-share-alt"></i>
Website and docs licensed under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.
<br />
Code released under <a href="http://www.apache.org/licenses/LICENSE-2.0.html">Apache License, v2.0</a>.
</p>
</div>
<div class="footer-nav">
<h4>Learn</h4>
<ul>
<li>
<a href="/index.html">Get Started</a>
</li>
<li>
<a href="articles/index.html">Articles and Demos</a>
</li>
<li>
<a href="faq/index.html">FAQ</a>
</li>
<li>
<a href="/developers/index.html">Developers</a>
</li>
<li>
<a href="/building/index.html">Building</a>
</li>
</ul>
</div>
<div class="footer-nav">
<h4>Get Involved</h4>
<ul>
<!--
<li>
<a href="http://community.jboss.org/en/hawtio?view=discussions">Forums</a>
</li>
-->
<li>
<a href="/contributing/index.html">Contributing</a>
</li>
<li>
<a href="/community/index.html">Community</a>
</li>
<li>
<a href="https://github.com/hawtio/hawtio/issues?state=open">Issue Tracker</a>
</li>
<li>
<a href="https://github.com/hawtio/hawtio">Source Code</a>
</li>
<!--
<li>
<a href="/community/contributors">Contributors</a>
</li>
-->
</ul>
</div>
<div class="sponser">
<div class="follow-us">
<h4>Stay Informed</h4>
<ul>
<!--
<li>
<a href="https://plus.google.com/100660127586085393031"><img alt="Google+" src="/images/social/googleplus-16.png" title="Follow hawtio on Google+" /></a>
</li>
-->
<li>
<a href="https://twitter.com/#!/search/%23hawtio"><img alt="Twitter" src="/images/social/twitter-16.png" title="Browse the #hawtio hashtag on Twitter" /></a>
</li>
<!--
<li>
<a href="http://www.linkedin.com/groups?gid=3120340"><img alt="LinkedIn" src="/images/social/linkedin-16.png" title="Join the hawtio group on LinkedIn" /></a>
</li>
<li>
<a href="http://vimeo.com/channels/hawtio"><img alt="Vimeo" src="/images/social/vimeo-16.png" title="Follow the hawtio channel on Vimeo" /></a>
</li>
-->
</ul>
</div>
<p>This website is open source! If you want to improve it, <a href="http://github.com/hawtio/hawtio">fork the project</a>, hack on it, then send a pull request. You can also view the <a href="http://www.seethestats.com/site/hawtio">visitor stats</a>.</p>
<p class="image"><a href="http://jboss.org"><img src="/images/jboss_redhat_branding.png" class="branding" title="Red Hat, Inc." alt="Red Hat, Inc." /></a></p>
<p>hawtio is a <a href="http://jboss.org">JBoss Community</a> project and development is sponsored by Red Hat, Inc.</p>
<p class="bottom"><a href="http://www.redhat.com/legal/legal_statement.html">Terms of Use</a> | <a href="http://www.redhat.com/legal/privacy_statement.html">Privacy Policy</a></p>
</div>
<a class="visible-desktop" href="#" id="toTop">Top</a>
</div>
</footer>
<script>
$(function() {
$('html').addClass('ready');
prettify();
activateFooterGravity();
activateTooltips();
activateToTopControl();
});
</script>
<script src="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.0.2/bootstrap.min.js"></script>
<script src="/javascripts/prettify.js"></script>
<script src="/javascripts/site.js"></script>
<script>
(function() {
var po = document.createElement('script'); po.async = true; po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-36899203-1']);
_gaq.push(['_trackPageview']);

(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>

0 comments on commit 668122a

Please sign in to comment.