Skip to content

Commit

Permalink
#480 added the curated HTML list to the website
Browse files Browse the repository at this point in the history
  • Loading branch information
jstrachan committed Aug 15, 2013
1 parent 23c5783 commit 2733954
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 12 deletions.
2 changes: 2 additions & 0 deletions DEVELOPERS.md
Expand Up @@ -14,6 +14,7 @@ You may want to check out:

* [current list of the available plugins](http://hawt.io/plugins/index.html)
* [how plugins work](http://hawt.io/plugins/howPluginsWork.html)
* [available AngularJS Directives](http://hawt.io/developers/directives.html)

## Developer Tools

Expand Down Expand Up @@ -56,6 +57,7 @@ We're not yet using it but these look handy too:

If you are interested in working on the code the following references and articles have been really useful so far:

* [available AngularJS Directives](http://hawt.io/developers/directives.html)
* [angularjs API](http://docs.angularjs.org/api/)
* [bootstrap API](http://twitter.github.com/bootstrap/base-css.html)
* [cubism API](https://github.com/square/cubism/wiki/API-Reference)
Expand Down
30 changes: 18 additions & 12 deletions doc/Directives.html
Expand Up @@ -51,31 +51,37 @@ <h2>AngularJS Directives</h2>
</li>

<li>
<a href="https://github.com/hawtio/hawtio/blob/master/hawtio-web/src/main/webapp/app/ui/doc/developer.md">hawtio UI
plugin</a>
<a href="https://github.com/hawtio/hawtio/blob/master/hawtio-web/src/main/webapp/app/ui/doc/developer.md">
hawtio UI plugin
</a>
<ul>
<li>
<a href="https://github.com/hawtio/hawtio/blob/master/hawtio-web/src/main/webapp/app/ui/html/test.html#L33"
class="btn">Colour Picker</a>
<a href="https://github.com/hawtio/hawtio/blob/master/hawtio-web/src/main/webapp/app/ui/html/test.html#L33">
Colour Picker
</a>
</li>
<li>
<a href="https://github.com/hawtio/hawtio/blob/master/hawtio-web/src/main/webapp/app/ui/html/test.html#L45-45"
class="btn">Confirm Dialog</a>
<a href="https://github.com/hawtio/hawtio/blob/master/hawtio-web/src/main/webapp/app/ui/html/test.html#L45-45">
Confirm Dialog
</a>
</li>
<li>
<a href="https://github.com/hawtio/hawtio/blob/master/hawtio-web/src/main/webapp/app/ui/html/test.html#L144"
class="btn">Editor</a>
<a href="https://github.com/hawtio/hawtio/blob/master/hawtio-web/src/main/webapp/app/ui/html/test.html#L144">
Editor
</a>
</li>
<li>
<a href="https://github.com/hawtio/hawtio/blob/master/hawtio-web/src/main/webapp/app/ui/html/test.html#L21"
class="btn">File Upload</a>
<a href="https://github.com/hawtio/hawtio/blob/master/hawtio-web/src/main/webapp/app/ui/html/test.html#L21">
File Upload
</a>
</li>
<li>
Pager
</li>
<li>
<a href="https://github.com/hawtio/hawtio/blob/master/hawtio-web/src/main/webapp/app/ui/html/test.html#L45-45"
class="btn">Slide Out</a>
<a href="https://github.com/hawtio/hawtio/blob/master/hawtio-web/src/main/webapp/app/ui/html/test.html#L45-45">
Slide Out
</a>
</li>
</ul>
</li>
Expand Down
11 changes: 11 additions & 0 deletions website/src/developers/directives.page
@@ -0,0 +1,11 @@
---
title: AngularJS Directives
--- pipeline:ssp
<div class="container">
<div id="content">

${unescape(loadText(new FileInputStream("../doc/Directives.html")))}

</div>
</div>

0 comments on commit 2733954

Please sign in to comment.