Skip to content

Commit

Permalink
3rd party addon documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
martindsouza committed Apr 8, 2015
1 parent 3fc7b98 commit 6c8eb6e
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ In order to keep this page relatively small and for ease of use, the documentati
- [Plugins](docs/Plugins.md)
- [Best Practices](docs/Best Practices.md)
- [Development Guide](docs/Development Guide.md)
- [3rd Party Addons](docs/Addons.md)

#Download
It is recommended that you download a certified release (from the [releases](https://github.com/oraopensource/logger/releases) folder). The files in the current repository are for the next release and should be considered unstable.
Expand Down
19 changes: 19 additions & 0 deletions docs/Addons.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
#3rd Party Addons

Though we try to pack Logger full of features we can't do everything. The community has really grown around the product and have started to develop their own projects related around Logger.

This page will serve as a simple listing for such projects. To add your project to the list just update this page and make a pull request.


<table>
<tr>
<th>Name</th>
<th>URL</th>
<th>Description</th>
</tr>
<tr>
<td>Template Generator</td>
<td><a href="https://github.com/alexnuijten/loggerutil" target="_blank">https://github.com/alexnuijten/loggerutil</a></td>
<td>Generates logger code for prebuilt procedures. <a href="http://nuijten.blogspot.nl/2015/04/speed-up-development-with-logger.html" target="_blank">Blog article</a>.</td>
</tr>
</table>
4 changes: 3 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@ The documents have been broken up into the following pages for easier navigation
- [Change Logs](Change Logs.md)
- Set of best practices and suggested code templates to use when leveraging Logger.
- [Development Guide](Development Guide.md)
- For people who want to help develop Logger.
- For people who want to help develop Logger.
- [3rd Party Addons](Addons.md)
- Listing of 3rd party products for Logger.

0 comments on commit 6c8eb6e

Please sign in to comment.