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 Apr 10, 2013
1 parent 9a0bcbc commit 19f9579
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions plugins/index.html
Expand Up @@ -176,6 +176,35 @@ <h2 id = "Included_Plugins">Included Plugins</h2>
</tr>
</table>

<h2 id = "Developer_plugins">Developer plugins</h2>

<p>The following plugins are not intended to be used by users of hawtio, but are there for developers of hawtio plugins to use to build even <em>hawter</em> plugins.</p>

<table class="table">
<tr>
<th>Plugin</th>
<th>Description</th>
<th>Source</th>
</tr>
<tr>
<td><a href="https://github.com/hawtio/hawtio/blob/master/hawtio-web/src/main/webapp/app/datatable/doc/developer.md">datatable</a></td>
<td>This plugin provides a programming API similar to <a href="http://angular-ui.github.com/ng-grid/">ng-grid</a> for writing table/grids in angularjs but uses <a href="http://datatables.net/">jQuery DataTables</a> as the underlying implementation.</td>
<td><a href="https://github.com/hawtio/hawtio/tree/master/hawtio-web/src/main/webapp/app/datatable">datatable</a></td>
</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><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/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><a href="https://github.com/hawtio/hawtio/tree/master/hawtio-web/src/main/webapp/app/tree">tree</a></td>
</tr>
</table>

<h2 id = "External_plugins">External plugins</h2>

<table class="table">
Expand Down

0 comments on commit 19f9579

Please sign in to comment.