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 Nov 13, 2013
1 parent d0c9f89 commit d83be66
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 7 deletions.
8 changes: 6 additions & 2 deletions faq/index.html
Expand Up @@ -138,9 +138,13 @@ <h4 id = "Why_does_hawtio_have_its_own_wiki_">Why does hawtio have its own wiki?

<p>So whether the hawtio wiki is used for documentation, to link to various hawtio and external resources, to create custom mashups or happy pages or to provide new plugin views&mdash;all the content of the wiki is audited, versioned and stored in git so it's easy to see who changed what, when and to roll back changes, etc.</p>

<h3 id = "Problems_using_hawtio">Problems using hawtio</h3>
<h3 id = "Problems_General_Questions_about_using_hawtio">Problems/General Questions about using hawtio</h3>

<p>Questions relating to errors you get while using hawtio:</p>
<p>Questions relating to errors you get while using hawtio or other general questions:</p>

<h4 id = "How_can_I_hide_or_move_tabs_to_different_perspectives_">How can I hide or move tabs to different perspectives?</h4>

<p>An easy way is to use a plugin to reconfigure the default perspective definition. Have a look at the <a href="https://github.com/hawtio/hawtio/tree/master/hawtio-plugin-examples/custom-perspective">custom-perspective</a> for a plugin-based solution.</p>

<h4 id = "Provider_sun_tools_attach_WindowsAttachProvider_could_not_be_instantiated:_java_lang_UnsatisfiedLinkError:_no_attach_in_java_library_path">Provider sun.tools.attach.WindowsAttachProvider could not be instantiated: java.lang.UnsatisfiedLinkError: no attach in java.library.path</h4>

Expand Down
30 changes: 25 additions & 5 deletions plugins/index.html
Expand Up @@ -221,17 +221,37 @@ <h2 id = "External_plugins">External plugins</h2>
<table class="table">
<tr>
<th>Plugin</th>
<th>Source</th>
<th>Description</th>
<th>Source</th>
</tr>
<tr>
<td><a href="https://github.com/hawtio/hawtio/tree/master/hawtio-plugin-examples/simple-plugin">simple-plugin</a></td>
<td>A very simple hello world plugin implemented as a separate plugin</td>
<td><a href="https://github.com/hawtio/hawtio/tree/master/hawtio-plugin-examples/simple-plugin">simple-plugin</a></td>
</tr>
<tr>
<td><a href="https://github.com/hawtio/hawtio/tree/master/hawtio-plugin-examples/custom-perspective">custom-perspective</a></td>
<td>A simple plugin that edits hawtio's default perspective definition, used to show or hide tabs and group tabs into different perspectives, implemented as a separate plugin</td>
<td><a href="https://github.com/hawtio/hawtio/tree/master/hawtio-plugin-examples/custom-perspective">custom-perspective</a></td>
</tr>
<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>
</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>
<td>A hawtio plugin that embeds the kibana3 frontend for Elastic Search into hawtio. Source link is to the plugin definition, had to tell hawtio where to find all of kibana3's javascript files in <a href="https://github.com/jboss-fuse/fuse/blob/master/insight/insight-kibana3/pom.xml">the pom.xml</a></td>
<td><a href="https://github.com/jboss-fuse/fuse/blob/master/insight/insight-kibana3/src/main/webapp/js/kibana3Plugin.js">insight-kibana3</a></td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
<td><a href="https://github.com/jboss-fuse/fuse/tree/master/insight/insight-eshead/src/main/webapp/hawtio">insight-eshead</a></td>
<td>A plugin that embeds the ESHead elastic search frontend into hawtio, source link points to the hawtio specific stuff</td>
<td><a href="https://github.com/jboss-fuse/fuse/tree/master/insight/insight-eshead/src/main/webapp/hawtio">insight-eshead</a></td>
</tr>
</table>

<p>If you create a new external plugin to hawtio please fork this repository and update this file to add a link to your plugin and <a href="http://hawt.io/contributing/index.html">submit a pull request</a>.</p>
<p>If you create a new external plugin to hawtio please fork this repository, update this file to add a link to your plugin and <a href="http://hawt.io/contributing/index.html">submit a pull request</a>.</p>

<p></div>
</div></p>
Expand Down

0 comments on commit d83be66

Please sign in to comment.