
* doc/mainpage.dox: Add link to Olena powered programs page. * doc/olena_powered_program.dox: New. --- ChangeLog | 8 ++++++++ doc/mainpage.dox | 2 +- doc/olena_powered_program.dox | 30 ++++++++++++++++++++++++++++++ 3 files changed, 39 insertions(+), 1 deletions(-) create mode 100644 doc/olena_powered_program.dox diff --git a/ChangeLog b/ChangeLog index 00a812d..4d14142 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2013-05-15 Guillaume Lazzara <z@lrde.epita.fr> + + New page related to Olena powered programs. + + * doc/mainpage.dox: Add link to Olena powered programs page. + + * doc/olena_powered_program.dox: New. + 2013-05-14 Guillaume Lazzara <z@lrde.epita.fr> * doc/mainpage.dox: Update demo URL. diff --git a/doc/mainpage.dox b/doc/mainpage.dox index 49b5e72..4c5e5cf 100644 --- a/doc/mainpage.dox +++ b/doc/mainpage.dox @@ -50,7 +50,7 @@ <td> \li <a class="el" href="http://olena.lrde.epita.fr/demos">Online Demos</a> \li Papers Related Programs - \li Olena Powered Programs + \li \ref olenapoweredprog </td> </tr> </table> diff --git a/doc/olena_powered_program.dox b/doc/olena_powered_program.dox new file mode 100644 index 0000000..ec93543 --- /dev/null +++ b/doc/olena_powered_program.dox @@ -0,0 +1,30 @@ +/*! \page olenapoweredprog Olena Powered Programs + +Olena is a mature platform which is used industrial projects. Here is +a list of projects already using Olena. + +<table border="0" cellpadding="5"> + <tr> + <td align="center"><h2><a href="http://www.nuxeo.com">Nuxeo</a></h2></td> + <td>An Open Source Content Management Platform. + <br>Olena is used in a specific module for extracting text from + document images. (https://github.com/nuxeo/nuxeo-platform-ocr)</td> + </tr> + <tr> + <td align="center"><h2><a href="http://www.xwiki.org">XWiki</a></h2></td> + <td>A professional wiki with a highly modular architecture. + <br>Olena is used in the scribo module of XWiki, a module for + making automatic annotation. It relies on the Scribo module of + Olena for extracting text from + pictures. (https://bitbucket.org/fmancinelli_xwiki/scribo) + </td> + </tr> + <tr> + <td align="center"><h2><a href="http://www.wallix.com">Wallix Admin Bastion + (WAB)</a></h2></td> + <td>A Security solution for information systems. + <br>Olena is used as a dedicated OCR for reading window titles in + VNC videos streams. </td> + </tr> +</table> +*/ \ No newline at end of file -- 1.7.2.5