You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by bu...@apache.org on 2017/03/17 12:51:31 UTC

svn commit: r1008476 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/api/index.html

Author: buildbot
Date: Fri Mar 17 12:51:31 2017
New Revision: 1008476

Log:
Staging update by buildbot for ooo-site

Modified:
    websites/staging/ooo-site/trunk/cgi-bin/   (props changed)
    websites/staging/ooo-site/trunk/content/   (props changed)
    websites/staging/ooo-site/trunk/content/api/index.html

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Mar 17 12:51:31 2017
@@ -1 +1 @@
-1787340
+1787347

Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Mar 17 12:51:31 2017
@@ -1 +1 @@
-1787340
+1787347

Modified: websites/staging/ooo-site/trunk/content/api/index.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/api/index.html (original)
+++ websites/staging/ooo-site/trunk/content/api/index.html Fri Mar 17 12:51:31 2017
@@ -60,7 +60,6 @@
 		mdesc['apitutorials'] = "The <b>API Tutorials</b> provides detailed step by step explained examples/tutorials showing specific API's or service provider interfaces.";
 		mdesc['ext_repository'] = "The <b>Extensions</b> repository ...";
 		mdesc['ooforum'] = "The OpenOffice user forum";	
-		mdesc['gullfoss'] = "GullFOSS, Sun's developer blog with news around the ongoing development work";
 		
 		mdesc['br_olh'] = "Sorry, not yet available. Soon to come.";
 		mdesc['br_devdoc'] = "<div class='floatimg'><img src='img/pdf.png'></div>The <b>Developer's Guide</b> contains information about programming with OpenOffice using its API.";
@@ -136,7 +135,6 @@
 		mstyle['apitutorials'] = "bubbleblue";
 		mstyle['ext_repository'] = "bubbleblue";
 		mstyle['ooforum'] = "bubbleblue";
-		mstyle['gullfoss'] = "bubbleblue";
 		
 		mstyle['br_userman'] = "bubbleblue";
 		mstyle['br_ug'] = "bubbleblue";
@@ -189,10 +187,10 @@ cellspacing="0">
 	<tr valign="top">
 	<td id="toprow">	
 		<div id="charter">
-		  <img src="images/api.png" alt="API logo" align="left" hspace="4" vspace="4"> <strong>Welcome to the <a href="http://en.wikipedia.org/wiki/API" title="link to a wikipedia definition of API">API</a> Project</strong><br/>
+		  <img src="images/api.png" alt="API logo" align="left" hspace="4" vspace="4"> <strong>Welcome to the <a href="https://en.wikipedia.org/wiki/Application_programming_interface" title="link to a wikipedia definition of API">API</a> Project</strong><br/>
 			<p>The API project provides an entry point in the world of OpenOffice.org from a developers perspective.</p>
 			<p>OpenOffice.org offers a language independent <b>application programming interface</b> (API) which allows to program the office in different programming languages (e.g. C++, Java, Python, CLI, StarBasic, JavaScript, OLE). It allows to use OpenOffice.org as service provider in other applications, extend it with new functionality or simply customize and control OpenOffice.org.</p>
-			<p>The popularity of the standardized (<a href="http://www.oasis-open.org/committees/tc_home.php?wg_abbrev=office#technical">OASIS</a> and <a href="http://www.iso.ch/iso/en/CatalogueDetailPage.CatalogueDetail?CSNUMBER=43485">ISO/IEC 26300</a>) Open Document Format for Office Applications (OpenDocument) is growing. This also drives the popularity of OpenOffice.org office in general. Corporate users often demand the integration of office productivity into existing workflows and applications. They also often require additional functionality or special customizations of the existing features. And that is one of the main goals of the API project. Provide the possiblitly to customize or control the office that it fits well in your existing environment or fullfill your special requirements.</p>		  
+			<p>The popularity of the standardized (<a href="https://www.oasis-open.org/committees/tc_home.php?wg_abbrev=office#technical">OASIS</a> and <a href="https://www.iso.ch/iso/en/CatalogueDetailPage.CatalogueDetail?CSNUMBER=43485">ISO/IEC 26300</a>) Open Document Format for Office Applications (OpenDocument) is growing. This also drives the popularity of OpenOffice.org office in general. Corporate users often demand the integration of office productivity into existing workflows and applications. They also often require additional functionality or special customizations of the existing features. And that is one of the main goals of the API project. Provide the possiblitly to customize or control the office that it fits well in your existing environment or fullfill your special requirements.</p>		  
 		</div>
 	</td>
 	
@@ -203,9 +201,9 @@ cellspacing="0">
 			<div class="sec_header">Getting Involved</div>
 			<div class="sec_content">
 				<ul class="nobullet xsmall">
-					<li class="doc_tip" id="mailinglists" onmouseover="showtip(this.id)" onmouseout="hidetip()"><a href="http://openofficeorg.staging.apache.org/openofficeorg/mailing-lists.html#api-mailing-list">Join the Mailing List</a></li>
-					<li class="doc_tip" id="c_devtodo" onmouseover="showtip(this.id)" onmouseout="hidetip()"><a href="http://wiki.services.openoffice.org/wiki/API/To-Dos">Developer ToDo's</a></li>
-					<li class="doc_tip" id="c_issues" onmouseover="showtip(this.id)" onmouseout="hidetip()"><a href="http://www.openoffice.org/issues/buglist.cgi?issue_type=TASK&amp;component=api&amp;issue_status=UNCONFIRMED&amp;issue_status=NEW&amp;issue_status=STARTED&amp;issue_status=REOPENED" class="showlink">Open issues</a></li>
+					<li class="doc_tip" id="mailinglists" onmouseover="showtip(this.id)" onmouseout="hidetip()"><a href="https://openoffice.apache.org/mailing-lists.html#api-mailing-list-public">Join the Mailing List</a></li>
+					<li class="doc_tip" id="c_devtodo" onmouseover="showtip(this.id)" onmouseout="hidetip()"><a href="https://wiki.openoffice.org/wiki/API/To-Dos">Developer ToDo's</a></li>
+					<li class="doc_tip" id="c_issues" onmouseover="showtip(this.id)" onmouseout="hidetip()"><a href="https://bz.apache.org/ooo/buglist.cgi?component=api&issue_status=UNCONFIRMED&issue_status=NEW&issue_status=STARTED&issue_status=REOPENED&issue_type=TASK&list_id=230730" class="showlink">Open issues</a></li>
 				</ul>
 			</div>
 		</div>
@@ -215,12 +213,12 @@ cellspacing="0">
 			<div class="sec_header">Quick Links</div>
 			<div class="sec_content">
 				<ul class="nobullet xsmall">
-					<li class="doc_tip" id="wiki_main" onmouseover="showtip(this.id)" onmouseout="hidetip()"><a href="http://wiki.services.openoffice.org/wiki/API">API Wiki</a></li>
-					<li class="doc_tip" id="wiki_uno" onmouseover="showtip(this.id)" onmouseout="hidetip()"><a href="http://wiki.services.openoffice.org/wiki/Uno">UNO Wiki</a></li>
-					<li class="doc_tip" id="wiki_ext" onmouseover="showtip(this.id)" onmouseout="hidetip()"><a href="http://wiki.services.openoffice.org/wiki/Extensions">Extensions Wiki</a></li>
+					<li class="doc_tip" id="wiki_main" onmouseover="showtip(this.id)" onmouseout="hidetip()"><a href="https://wiki.openoffice.org/wiki/API">API Wiki</a></li>
+					<li class="doc_tip" id="wiki_uno" onmouseover="showtip(this.id)" onmouseout="hidetip()"><a href="https://wiki.openoffice.org/wiki/Uno">UNO Wiki</a></li>
+					<li class="doc_tip" id="wiki_ext" onmouseover="showtip(this.id)" onmouseout="hidetip()"><a href="https://wiki.openoffice.org/wiki/Extensions">Extensions Wiki</a></li>
 					<li class="doc_tip" id="ext_repository" onmouseover="showtip(this.id)" onmouseout="hidetip()"><a href="http://extensions.openoffice.org">Extensions Repository</a></li>
-					<li class="doc_tip" id="wikidevguide" onmouseover="showtip(this.id)" onmouseout="hidetip()"><a href="http://wiki.services.openoffice.org/wiki/Documentation/DevGuide/OpenOffice.org_Developers_Guide">Developer's Guide</a></li>
-					<li class="doc_tip" id="ooforum" onmouseover="showtip(this.id)" onmouseout="hidetip()"><a href="http://user.services.openoffice.org/en/forum">OO Forum</a></li>
+					<li class="doc_tip" id="wikidevguide" onmouseover="showtip(this.id)" onmouseout="hidetip()"><a href="https://wiki.openoffice.org/wiki/Documentation/DevGuide/OpenOffice.org_Developers_Guide">Developer's Guide</a></li>
+					<li class="doc_tip" id="ooforum" onmouseover="showtip(this.id)" onmouseout="hidetip()"><a href="https://user.openoffice.org/en/forum">OO Forum</a></li>
 				</ul>
 			</div>
 		</div>
@@ -229,7 +227,7 @@ cellspacing="0">
 		        <map name="sdkmap"><area shape="rect" coords="5,5,79,156" href="SDK/index.html"></map>
 			<img src="images/sdk.png" alt="SDK logo" align="left" hspace="5" vspace="5" border="0" usemap="#sdkmap">
 			<div class="sec_content">
-			 There is also a <a href="SDK/index.html">Software Development Kit (SDK)</a> available which is an add-on for an existing OpenOffice. It provides the necessary tools and documentation for programming the OpenOffice APIs and creating your own extensions (UNO components) for OpenOffice. If you are interested in OpenOffice programming, you can <a href="http://download.openoffice.org/sdk.html">download the SDK</a>.	
+			 There is also a <a href="SDK/index.html">Software Development Kit (SDK)</a> available which is an add-on for an existing OpenOffice. It provides the necessary tools and documentation for programming the OpenOffice APIs and creating your own extensions (UNO components) for OpenOffice. If you are interested in OpenOffice programming, you can <a href="https://download.openoffice.org/sdk.html">download the SDK</a>.	
 			</div>
 		</div>
 		<div id="bubble" style="display:none; top: 0px; left: 0px; width:200px;">
@@ -257,7 +255,7 @@ cellspacing="0">
 					  <input type="text" name="q" size="25" />
 					  <input type="submit" name="sa" value="Search" />
 					</form>
-					<script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=cse-search-box&lang=en"></script>
+					<script type="text/javascript" src="https://www.google.com/coop/cse/brand?form=cse-search-box&lang=en"></script>
 					<!-- Google CSE Search Box Ends -->
 					</li>					
 					<li class="doc_tip" id="searchdevguide" onmouseover="showtip(this.id)" onmouseout="hidetip()">
@@ -269,7 +267,7 @@ cellspacing="0">
 					  <input type="text" name="q" size="25" />
 					  <input type="submit" name="sa" value="Search" />
 					</form>
-					<script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=cse-search-box&lang=en"></script>
+					<script type="text/javascript" src="https://www.google.com/coop/cse/brand?form=cse-search-box&lang=en"></script>
 					<!-- Google CSE Search Box Ends -->
 					</li>
 					<li class="doc_tip" id="searchapiref" onmouseover="showtip(this.id)" onmouseout="hidetip()">
@@ -281,7 +279,7 @@ cellspacing="0">
 					<input type="text" name="q" size="25" />
 					<input type="submit" name="sa" value="Search" />
 					</form>
-					<script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=searchbox_001318689579221500783%3Akq2v0al6wzk&lang=en"></script>
+					<script type="text/javascript" src="https://www.google.com/coop/cse/brand?form=searchbox_001318689579221500783%3Akq2v0al6wzk&lang=en"></script>
 					<!-- Google CSE Search Box Ends -->
 					</li>
 					<li class="doc_tip" id="searchjavaref" onmouseover="showtip(this.id)" onmouseout="hidetip()">
@@ -293,7 +291,7 @@ cellspacing="0">
 					<input type="text" name="q" size="25" />
 					<input type="submit" name="sa" value="Search" />
 					</form>
-					<script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=searchbox_001318689579221500783%3Amoxiakvz5zi&lang=en"></script>
+					<script type="text/javascript" src="https://www.google.com/coop/cse/brand?form=searchbox_001318689579221500783%3Amoxiakvz5zi&lang=en"></script>
 					<!-- Google CSE Search Box Ends -->
 					</li>
 					<li class="doc_tip" id="searchcppref" onmouseover="showtip(this.id)" onmouseout="hidetip()">