Revision: 8452
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=8452&view=rev
Author:   dnaber
Date:     2012-11-25 17:44:22 +0000 (Sun, 25 Nov 2012)
Log Message:
-----------
line was too long and destroyed the page layout

Modified Paths:
--------------
    trunk/website/www/http-api/index.php

Modified: trunk/website/www/http-api/index.php
===================================================================
--- trunk/website/www/http-api/index.php        2012-11-25 17:10:56 UTC (rev 
8451)
+++ trunk/website/www/http-api/index.php        2012-11-25 17:44:22 UTC (rev 
8452)
@@ -3,7 +3,7 @@
 $sub_page = "http-api";
 $title = "LanguageTool";
 $title2 = "HTTP API";
-$lastmod = "2012-11-13 19:20:00 CET";
+$lastmod = "2012-11-25 19:20:00 CET";
 include("../../include/header.php");
 include('../../include/geshi/geshi.php');
 ?>
@@ -115,7 +115,8 @@
 <pre class="command">
 cat key crt ca.crt >server.pem
 openssl pkcs12 -export -out server.p12 -in server.pem
-keytool -importkeystore -srckeystore server.p12 -srcstoretype pkcs12 
-destkeystore keystore.jks -deststoretype jks
+keytool -importkeystore -srckeystore server.p12
+    -srcstoretype pkcs12 -destkeystore keystore.jks -deststoretype jks
 </pre>
 
 <?php

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
Languagetool-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-commits

Reply via email to