Author: sebawagner
Date: Fri May 25 16:48:02 2012
New Revision: 1342723
URL: http://svn.apache.org/viewvc?rev=1342723&view=rev
Log:
Update and fix links for JODConverter
Modified:
incubator/openmeetings/trunk/singlewebapp/docs/OpenOfficeConverter.html
incubator/openmeetings/trunk/singlewebapp/docs/installation.html
incubator/openmeetings/trunk/singlewebapp/xdocs/OpenOfficeConverter.xml
incubator/openmeetings/trunk/singlewebapp/xdocs/installation.xml
Modified:
incubator/openmeetings/trunk/singlewebapp/docs/OpenOfficeConverter.html
URL:
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/OpenOfficeConverter.html?rev=1342723&r1=1342722&r2=1342723&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/docs/OpenOfficeConverter.html
(original)
+++ incubator/openmeetings/trunk/singlewebapp/docs/OpenOfficeConverter.html Fri
May 25 16:48:02 2012
@@ -29,7 +29,7 @@ limitations under the License.
<meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1"/>
<meta name="author" value="
- OpenMeetings Team
+ OpenMeetings Team
">
<meta name="email" value="[email protected]">
@@ -914,25 +914,31 @@ limitations under the License.
</td></tr>
<tr><td>
<blockquote>
- <p>To import .doc, .docx, .odp, .xls,
.xlsx, .ppt, .pptx, ... [ all files that you can open with OpenOffice ]
- to OpenMeetings and use them in the whiteboard you need OpenOffice
as Service running on
- the machine that runs OpenMeetings.<br />
+ <p>
+ To import .doc, .docx, .odp, .xls, .xlsx, .ppt,
.pptx, ... [ all
+ files that you can open with OpenOffice ]
+ to OpenMeetings and use
+ them in the whiteboard you need OpenOffice or
LibreOffice
+ installed
+ the machine that runs OpenMeetings.
+ </p>
+ <p>
+ <i>Since Version 2.0 of OpenMeetings starting of
+ OpenOffice/LibreOffice as service in
not required, JODConverter
+ will automatically start and shut down
the service!
+ </i>
+ </p>
+ <p>
+ Installation of JODConverter means: You
donwload the ZIP binary from
+ their
+ <a
href="http://code.google.com/p/jodconverter/" target="_BLANK"
ref="nofollow">website</a>
+ and then configure in Apache OpenMeetings
Administration >
+ Configuration (or during installation) the
config key
+ <tt>jod.path</tt>
+ to point to the "lib" directory of the unpacked
JODConverter binary.
+ There is no restart of OpenMeetings required.
</p>
- <p>Converter works with both:
OpenOffice or LibreOffice.</p>
<p>You should use an
OpenOffice version greater 3</p>
- <ul>
- <li>Linux (Debian, et cetera): You have to
start OpenOffice in "headless" modus. This requires NO graphical user interface
on the server!
- So there is no need to install xvfb or anything like that.
However you should install ALL OpenOffice packages,
- for example if you want to enable the
.xls, .xlsx import you need to install the openoffice-calc package.<br />
- You can start OpenOffice Service with
this command: <br />
-
<tt>/path/to/openoffice/program/soffice.bin -headless -nofirststartwizard
-accept="socket,host=localhost,port=8100;urp;StarOffice.Service" </tt>
- <br />
- It might makes sense to install
ms-corefonts package on Linux machines to have MS fonts available.
- </li>
- <li>for Mac OS X:
<tt>/path/to/openoffice.app/Contents/!MacOS/soffice.bin -headless
-nofirststartwizard
-accept="socket,host=localhost,port=8100;urp;StarOffice.Service"</tt>
- </li>
- <li>for Windows: <tt>soffice.exe -headless
-nofirststartwizard
-accept="socket,host=localhost,port=8100;urp;StarOffice.Service"</tt> </li>
- </ul>
</blockquote>
</p>
</td></tr>
Modified: incubator/openmeetings/trunk/singlewebapp/docs/installation.html
URL:
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/installation.html?rev=1342723&r1=1342722&r2=1342723&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/docs/installation.html (original)
+++ incubator/openmeetings/trunk/singlewebapp/docs/installation.html Fri May 25
16:48:02 2012
@@ -919,14 +919,22 @@ limitations under the License.
<a href="Upgrade.html">Upgrade</a>
.
If you are looking for commercial help have a
look at
- <a href="commercial-support.html"
target="_BLANK" rel="nofollow">commercial support
- </a>.
+ <a href="commercial-support.html"
target="_BLANK" rel="nofollow">commercial
+ support
+ </a>
+ .
</p>
<p>
<a href="downloads.html" rel="nofollow">
<img
src="images/installation_instructions.png" alt="Grafik" />
</a>
- <p><i>Note: OpenMeetings requires SUN JRE, not
openJDK!</i></p>
+ <p>
+ <i>Note: OpenMeetings requires
SUN/Oracle JRE 6, not openJDK!</i>
+ <br />
+ <i>Since Version 2.0 you can also
install OpenMeetings from command
+ line. Just cd to the unpacked
archive and type ./admin.sh or
+ admin.bat</i>
+ </p>
</p>
<ol>
<li>
@@ -1008,10 +1016,17 @@ limitations under the License.
Documents into whitebaord
</b>
<div style="margin-top: 10px;
margin-bottom:10px">
- <b>OpenOffice-Service</b>
- started and listening on port
8100, see
- OpenOfficeConverter for
- details
+ <ul>
+ <li>
+ <a
href="http://code.google.com/p/jodconverter/" target="_BLANK"
ref="nofollow">JODConverter</a>
+ installed
(needed since v2.x)
+ </li>
+ <li>OpenOffice or Libre
Office Installed</li>
+ </ul>
+ Since Version 2.x of
OpenMeetings it is no more required to start
+ OpenOffice (or Libreoffice)
service, see
+ <a
href="OpenOfficeConverter.html">OpenOfficeConverter</a>
+ for details
</div>
</li>
<li>
Modified:
incubator/openmeetings/trunk/singlewebapp/xdocs/OpenOfficeConverter.xml
URL:
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/xdocs/OpenOfficeConverter.xml?rev=1342723&r1=1342722&r2=1342723&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/xdocs/OpenOfficeConverter.xml
(original)
+++ incubator/openmeetings/trunk/singlewebapp/xdocs/OpenOfficeConverter.xml Fri
May 25 16:48:02 2012
@@ -11,7 +11,7 @@
<properties>
<title>OpenOffice converter for OpenMeetings</title>
<author email="[email protected]">
- OpenMeetings Team
+ OpenMeetings Team
</author>
</properties>
@@ -19,29 +19,36 @@
<section name="OpenOffice Service for OpenMeetings">
- <p>To import .doc, .docx, .odp, .xls, .xlsx, .ppt,
.pptx, ... [ all files that you can open with OpenOffice ]
- to OpenMeetings and use them in the whiteboard you need OpenOffice
as Service running on
- the machine that runs OpenMeetings.<br/>
+ <p>
+ To import .doc, .docx, .odp, .xls, .xlsx, .ppt,
.pptx, ... [ all
+ files that you can open with OpenOffice ]
+ to OpenMeetings and use
+ them in the whiteboard you need OpenOffice or
LibreOffice
+ installed
+ the machine that runs OpenMeetings.
+ </p>
+ <p>
+ <i>Since Version 2.0 of OpenMeetings starting of
+ OpenOffice/LibreOffice as service in
not required, JODConverter
+ will automatically start and shut down
the service!
+ </i>
+ </p>
+ <p>
+ Installation of JODConverter means: You
donwload the ZIP binary from
+ their
+ <a
href="http://code.google.com/p/jodconverter/" target="_BLANK"
+ ref="nofollow">website</a>
+ and then configure in Apache OpenMeetings
Administration >
+ Configuration (or during installation) the
config key
+ <tt>jod.path</tt>
+ to point to the "lib" directory of the unpacked
JODConverter binary.
+ There is no restart of OpenMeetings required.
</p>
- <p>Converter works with both: OpenOffice or
LibreOffice.</p>
<p>You should use an OpenOffice version greater 3</p>
- <ul>
- <li>Linux (Debian, et cetera): You have to
start OpenOffice in "headless" modus. This requires NO graphical user interface
on the server!
- So there is no need to install xvfb or anything like that.
However you should install ALL OpenOffice packages,
- for example if you want to enable the
.xls, .xlsx import you need to install the openoffice-calc package.<br/>
- You can start OpenOffice Service with
this command: <br/>
-
<tt>/path/to/openoffice/program/soffice.bin -headless -nofirststartwizard
-accept="socket,host=localhost,port=8100;urp;StarOffice.Service" </tt>
- <br/>
- It might makes sense to install
ms-corefonts package on Linux machines to have MS fonts available.
- </li>
- <li>for Mac OS X:
<tt>/path/to/openoffice.app/Contents/!MacOS/soffice.bin -headless
-nofirststartwizard
-accept="socket,host=localhost,port=8100;urp;StarOffice.Service"</tt>
- </li>
- <li>for Windows: <tt>soffice.exe -headless
-nofirststartwizard
-accept="socket,host=localhost,port=8100;urp;StarOffice.Service"</tt> </li>
- </ul>
-
+
</section>
-
-
+
+
</body>
</document>
\ No newline at end of file
Modified: incubator/openmeetings/trunk/singlewebapp/xdocs/installation.xml
URL:
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/xdocs/installation.xml?rev=1342723&r1=1342722&r2=1342723&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/xdocs/installation.xml (original)
+++ incubator/openmeetings/trunk/singlewebapp/xdocs/installation.xml Fri May 25
16:48:02 2012
@@ -24,14 +24,22 @@
<a href="Upgrade.html">Upgrade</a>
.
If you are looking for commercial help have a
look at
- <a href="commercial-support.html"
target="_BLANK" rel="nofollow">commercial support
- </a>.
+ <a href="commercial-support.html"
target="_BLANK" rel="nofollow">commercial
+ support
+ </a>
+ .
</p>
<p>
<a href="downloads.html" rel="nofollow">
<img
src="images/installation_instructions.png" alt="Grafik" />
</a>
- <p><i>Note: OpenMeetings requires SUN JRE, not
openJDK!</i></p>
+ <p>
+ <i>Note: OpenMeetings requires
SUN/Oracle JRE 6, not openJDK!</i>
+ <br />
+ <i>Since Version 2.0 you can also
install OpenMeetings from command
+ line. Just cd to the unpacked
archive and type ./admin.sh or
+ admin.bat</i>
+ </p>
</p>
<ol>
<li>
@@ -116,10 +124,18 @@
Documents into whitebaord
</b>
<div style="margin-top: 10px;
margin-bottom:10px">
- <b>OpenOffice-Service</b>
- started and listening on port
8100, see
- OpenOfficeConverter for
- details
+ <ul>
+ <li>
+ <a
href="http://code.google.com/p/jodconverter/" target="_BLANK"
+
ref="nofollow">JODConverter</a>
+ installed
(needed since v2.x)
+ </li>
+ <li>OpenOffice or Libre
Office Installed</li>
+ </ul>
+ Since Version 2.x of
OpenMeetings it is no more required to start
+ OpenOffice (or Libreoffice)
service, see
+ <a
href="OpenOfficeConverter.html">OpenOfficeConverter</a>
+ for details
</div>
</li>
<li>
@@ -252,7 +268,8 @@
<a
href="http://code.google.com/p/openmeetings/wiki/InstallationRHELS">Installation
on RHELS 5.6</a>
</li>
<li>
- <a
href="http://code.google.com/p/openmeetings/wiki/OpenmeetingsEnUbuntu">Instalar
Openmeetings en Ubuntu 10.04 (Spanish)</a>
+ <a
+
href="http://code.google.com/p/openmeetings/wiki/OpenmeetingsEnUbuntu">Instalar
Openmeetings en Ubuntu 10.04 (Spanish)</a>
</li>
<li>
<a
href="http://code.google.com/p/openmeetings/wiki/UbuntuLucidLTS">Install
openmeetings on Ubuntu 10.04 LTS</a>