You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by mi...@apache.org on 2005/02/18 13:16:05 UTC

svn commit: r154261 - lenya/branches/BRANCH_1_2_X/src/webapp/lenya/resources/misc/bxeng/download.xhtml

Author: michi
Date: Fri Feb 18 04:16:02 2005
New Revision: 154261

URL: http://svn.apache.org/viewcvs?view=rev&rev=154261
Log:
failure message of loading BXE improved

Modified:
    lenya/branches/BRANCH_1_2_X/src/webapp/lenya/resources/misc/bxeng/download.xhtml

Modified: lenya/branches/BRANCH_1_2_X/src/webapp/lenya/resources/misc/bxeng/download.xhtml
URL: http://svn.apache.org/viewcvs/lenya/branches/BRANCH_1_2_X/src/webapp/lenya/resources/misc/bxeng/download.xhtml?view=diff&r1=154260&r2=154261
==============================================================================
--- lenya/branches/BRANCH_1_2_X/src/webapp/lenya/resources/misc/bxeng/download.xhtml (original)
+++ lenya/branches/BRANCH_1_2_X/src/webapp/lenya/resources/misc/bxeng/download.xhtml Fri Feb 18 04:16:02 2005
@@ -15,23 +15,35 @@
   limitations under the License.
 -->
 
-<!-- $Id: download.xhtml,v 1.10 2004/05/19 15:45:13 gregor Exp $ -->
+<!-- $Id$ -->
     
-<page:page  
+<page:page
    xmlns:page="http://apache.org/cocoon/lenya/cms-page/1.0">
 
-<page:title>It seems that Bitflux Editor is not installed on your server</page:title>
+<page:title>Loading BXE failed!</page:title>
 <page:body>
 <div class="lenya-box">
-<br />Please <a href="http://bxe.oscom.org/download/">download Bitflux Editor</a> and copy the
-    contents of the tarball to the <em>webapps/lenya/lenya/resources/bxeng</em> directory.
 <p>
-No further setup is required.
-<br /><br />
+It seems that either BXE is not installed or the wrong version of BXE is installed on your server (No such file bxeLoader.js).
+</p>
+
+<p>
+Please <a href="http://bxe.oscom.org/download/">download BXE</a> (recommended version 1.0.x) and copy the
+contents of the tarball to the <em>webapps/lenya/lenya/resources/bxeng</em> directory.
+</p>
+
+<p>
 If you use Jetty, copy the contents of the tarball to the <em>build/lenya/webapps/lenya/resources/bxeng</em> directory.
-<br /><br />
-Many thanks to the <a href="http://bxe.oscom.org">Bitflux Editor community</a> for making this great tool available.
 </p>
+
+<p>
+No further setup is required.
+</p>
+
+<p>
+Many thanks to the <a href="http://bxe.oscom.org">BXE community</a> for making this great tool available.
+</p>
+
 </div>
-      </page:body>
-    </page:page>
+</page:body>
+</page:page>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org