You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ma...@apache.org on 2016/10/26 17:22:09 UTC

svn commit: r1766708 - /openoffice/ooo-site/trunk/content/api/SDK/example_collection.html

Author: marcus
Date: Wed Oct 26 17:22:09 2016
New Revision: 1766708

URL: http://svn.apache.org/viewvc?rev=1766708&view=rev
Log:
Deleted text and link to outdated and no longer working server

Modified:
    openoffice/ooo-site/trunk/content/api/SDK/example_collection.html

Modified: openoffice/ooo-site/trunk/content/api/SDK/example_collection.html
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/api/SDK/example_collection.html?rev=1766708&r1=1766707&r2=1766708&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/api/SDK/example_collection.html (original)
+++ openoffice/ooo-site/trunk/content/api/SDK/example_collection.html Wed Oct 26 17:22:09 2016
@@ -1,17 +1,22 @@
 <!DOCTYPE html>
-<html><head>
+<html>
+<head>
 <title>SDK Example Collection</title>
 <meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
 </head>
 <body>
+
 <h1>Example Collection</h1>
 
-<p>The following is a collection of examples additionally to the SDK examples showing the use of the OpenOffice.org API in the different application areas. Take this as start point searching a solution for your own problems or use cases. You can help us to improve this example collection by contributing own examples or code snippets.
+<p>The following is a collection of examples additionally to the SDK examples showing the use of the OpenOffice.org API in the different application
+   areas. Take this as start point searching a solution for your own problems or use cases. You can help us to improve this example collection by
+   contributing own examples or code snippets.
 </p>
 
 <h2>Complete Code Examples</h2>
 
-<p>Examples with complete source code which can be compiled or which are embedded into OOo documents, belong into this chapter.</p>
+<p>Examples with complete source code which can be compiled or which are embedded into OOo documents, belong into this chapter.
+</p>
 
 <ul>
   <li>Java examples
@@ -21,15 +26,5 @@
   <li>Python examples
 </ul>
 
-<h2>Code Snippets</h2>
-
-<p>Short examples with just a few lines of code, mostly given as answers to questions on our mailinglist, belong into this chapter.<br>
-Under the <a href="http://codesnippets.services.openoffice.org/" title="Code Snippet Base">Code Snippet Base</a> you can find the currently collected snippets and we hope that you find the right answer to your question there!</p>
-
-<p>See instructions of <a href="snippets/index.html">how to contribute</a>.</p>
-
-<hr style="width: 100%; height: 1px;">
-<i>Last update: June-09-2004</i>
 </body>
 </html>
-