This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Olena, a generic and efficient image processing platform".
The branch exp/newdoc has been updated
via 549681511e1e366b98634862881a5bd795f4afaf (commit)
via bf4c38f2235c4f9f15ef90b26a877b5a20c7ad6c (commit)
from c5a51d374b002aaada4860b7d2c6b72efa7f5b13 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
5496815 New page related to Olena powered programs.
bf4c38f doc/mln/io/io.dox: Move package dependencies documentation into "note" environnement.
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 8 ++++++++
doc/mainpage.dox | 2 +-
doc/olena_powered_program.dox | 30 ++++++++++++++++++++++++++++++
milena/ChangeLog | 5 +++++
milena/doc/mln/io/io.dox | 20 +++++++-------------
5 files changed, 51 insertions(+), 14 deletions(-)
create mode 100644 doc/olena_powered_program.dox
hooks/post-receive
--
Olena, a generic and efficient image processing platform
* 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(a)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(a)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
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Olena, a generic and efficient image processing platform".
The branch fix/xy-cut-warnings has been created
at 2c9fdb879015b23b893c1d13630fedb0a314fd98 (commit)
- Log -----------------------------------------------------------------
2c9fdb8 tests/layout/xy_cut.cc: Remove useless arguments in main().
-----------------------------------------------------------------------
hooks/post-receive
--
Olena, a generic and efficient image processing platform