You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by bu...@apache.org on 2014/01/13 15:50:02 UTC

svn commit: r893920 - in /websites/staging/pdfbox/trunk/content: ./ commandline/ cookbook/ docs/1.8.2/ errors/ userguide/

Author: buildbot
Date: Mon Jan 13 14:50:02 2014
New Revision: 893920

Log:
Staging update by buildbot for pdfbox

Modified:
    websites/staging/pdfbox/trunk/content/   (props changed)
    websites/staging/pdfbox/trunk/content/architecture.html
    websites/staging/pdfbox/trunk/content/building.html
    websites/staging/pdfbox/trunk/content/codingconventions.html
    websites/staging/pdfbox/trunk/content/commandline/index.html
    websites/staging/pdfbox/trunk/content/cookbook/documentcreation.html
    websites/staging/pdfbox/trunk/content/cookbook/pdfacreation.html
    websites/staging/pdfbox/trunk/content/cookbook/pdfavalidation.html
    websites/staging/pdfbox/trunk/content/cookbook/textextraction.html
    websites/staging/pdfbox/trunk/content/cookbook/workingwithattachments.html
    websites/staging/pdfbox/trunk/content/cookbook/workingwithfonts.html
    websites/staging/pdfbox/trunk/content/cookbook/workingwithmetadata.html
    websites/staging/pdfbox/trunk/content/dependencies.html
    websites/staging/pdfbox/trunk/content/docs/1.8.2/pdfcoverage.html
    websites/staging/pdfbox/trunk/content/downloads.html
    websites/staging/pdfbox/trunk/content/errors/403.html
    websites/staging/pdfbox/trunk/content/errors/404.html
    websites/staging/pdfbox/trunk/content/ideas.html
    websites/staging/pdfbox/trunk/content/index.html
    websites/staging/pdfbox/trunk/content/mailinglists.html
    websites/staging/pdfbox/trunk/content/references.html
    websites/staging/pdfbox/trunk/content/sitemap.html
    websites/staging/pdfbox/trunk/content/support.html
    websites/staging/pdfbox/trunk/content/team.html
    websites/staging/pdfbox/trunk/content/userguide/faq.html

Propchange: websites/staging/pdfbox/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Jan 13 14:50:02 2014
@@ -1 +1 @@
-1555576
+1557737

Modified: websites/staging/pdfbox/trunk/content/architecture.html
==============================================================================
--- websites/staging/pdfbox/trunk/content/architecture.html (original)
+++ websites/staging/pdfbox/trunk/content/architecture.html Mon Jan 13 14:50:02 2014
@@ -38,7 +38,7 @@
     
     
         <!-- Twitter Bootstrap and jQuery after this line. -->
-        <script src="http://code.jquery.com/jquery-latest.js"></script>
+        <script src="//code.jquery.com/jquery-latest.js"></script>
         <script src="/bootstrap/js/bootstrap.js"></script>
         <script>
             $('.nav-collapse').collapse();

Modified: websites/staging/pdfbox/trunk/content/building.html
==============================================================================
--- websites/staging/pdfbox/trunk/content/building.html (original)
+++ websites/staging/pdfbox/trunk/content/building.html Mon Jan 13 14:50:02 2014
@@ -38,7 +38,7 @@
     
     
         <!-- Twitter Bootstrap and jQuery after this line. -->
-        <script src="http://code.jquery.com/jquery-latest.js"></script>
+        <script src="//code.jquery.com/jquery-latest.js"></script>
         <script src="/bootstrap/js/bootstrap.js"></script>
         <script>
             $('.nav-collapse').collapse();

Modified: websites/staging/pdfbox/trunk/content/codingconventions.html
==============================================================================
--- websites/staging/pdfbox/trunk/content/codingconventions.html (original)
+++ websites/staging/pdfbox/trunk/content/codingconventions.html Mon Jan 13 14:50:02 2014
@@ -38,7 +38,7 @@
     
     
         <!-- Twitter Bootstrap and jQuery after this line. -->
-        <script src="http://code.jquery.com/jquery-latest.js"></script>
+        <script src="//code.jquery.com/jquery-latest.js"></script>
         <script src="/bootstrap/js/bootstrap.js"></script>
         <script>
             $('.nav-collapse').collapse();

Modified: websites/staging/pdfbox/trunk/content/commandline/index.html
==============================================================================
--- websites/staging/pdfbox/trunk/content/commandline/index.html (original)
+++ websites/staging/pdfbox/trunk/content/commandline/index.html Mon Jan 13 14:50:02 2014
@@ -38,7 +38,7 @@
     
     
         <!-- Twitter Bootstrap and jQuery after this line. -->
-        <script src="http://code.jquery.com/jquery-latest.js"></script>
+        <script src="//code.jquery.com/jquery-latest.js"></script>
         <script src="/bootstrap/js/bootstrap.js"></script>
         <script>
             $('.nav-collapse').collapse();

Modified: websites/staging/pdfbox/trunk/content/cookbook/documentcreation.html
==============================================================================
--- websites/staging/pdfbox/trunk/content/cookbook/documentcreation.html (original)
+++ websites/staging/pdfbox/trunk/content/cookbook/documentcreation.html Mon Jan 13 14:50:02 2014
@@ -38,7 +38,7 @@
     
     
         <!-- Twitter Bootstrap and jQuery after this line. -->
-        <script src="http://code.jquery.com/jquery-latest.js"></script>
+        <script src="//code.jquery.com/jquery-latest.js"></script>
         <script src="/bootstrap/js/bootstrap.js"></script>
         <script>
             $('.nav-collapse').collapse();

Modified: websites/staging/pdfbox/trunk/content/cookbook/pdfacreation.html
==============================================================================
--- websites/staging/pdfbox/trunk/content/cookbook/pdfacreation.html (original)
+++ websites/staging/pdfbox/trunk/content/cookbook/pdfacreation.html Mon Jan 13 14:50:02 2014
@@ -38,7 +38,7 @@
     
     <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file to you under the Apache License, Version 2.0 (the &quot;License&quot;); you may not use this file except in compliance with the License.  You may obtain a copy of the License at . http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an &quot;AS IS&quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the specific language governing permissions and limitations under the License. -->
         <!-- Twitter Bootstrap and jQuery after this line. -->
-        <script src="http://code.jquery.com/jquery-latest.js"></script>
+        <script src="//code.jquery.com/jquery-latest.js"></script>
         <script src="/bootstrap/js/bootstrap.js"></script>
         <script>
             $('.nav-collapse').collapse();

Modified: websites/staging/pdfbox/trunk/content/cookbook/pdfavalidation.html
==============================================================================
--- websites/staging/pdfbox/trunk/content/cookbook/pdfavalidation.html (original)
+++ websites/staging/pdfbox/trunk/content/cookbook/pdfavalidation.html Mon Jan 13 14:50:02 2014
@@ -38,7 +38,7 @@
     
     
         <!-- Twitter Bootstrap and jQuery after this line. -->
-        <script src="http://code.jquery.com/jquery-latest.js"></script>
+        <script src="//code.jquery.com/jquery-latest.js"></script>
         <script src="/bootstrap/js/bootstrap.js"></script>
         <script>
             $('.nav-collapse').collapse();

Modified: websites/staging/pdfbox/trunk/content/cookbook/textextraction.html
==============================================================================
--- websites/staging/pdfbox/trunk/content/cookbook/textextraction.html (original)
+++ websites/staging/pdfbox/trunk/content/cookbook/textextraction.html Mon Jan 13 14:50:02 2014
@@ -38,7 +38,7 @@
     
     
         <!-- Twitter Bootstrap and jQuery after this line. -->
-        <script src="http://code.jquery.com/jquery-latest.js"></script>
+        <script src="//code.jquery.com/jquery-latest.js"></script>
         <script src="/bootstrap/js/bootstrap.js"></script>
         <script>
             $('.nav-collapse').collapse();

Modified: websites/staging/pdfbox/trunk/content/cookbook/workingwithattachments.html
==============================================================================
--- websites/staging/pdfbox/trunk/content/cookbook/workingwithattachments.html (original)
+++ websites/staging/pdfbox/trunk/content/cookbook/workingwithattachments.html Mon Jan 13 14:50:02 2014
@@ -38,7 +38,7 @@
     
     
         <!-- Twitter Bootstrap and jQuery after this line. -->
-        <script src="http://code.jquery.com/jquery-latest.js"></script>
+        <script src="//code.jquery.com/jquery-latest.js"></script>
         <script src="/bootstrap/js/bootstrap.js"></script>
         <script>
             $('.nav-collapse').collapse();

Modified: websites/staging/pdfbox/trunk/content/cookbook/workingwithfonts.html
==============================================================================
--- websites/staging/pdfbox/trunk/content/cookbook/workingwithfonts.html (original)
+++ websites/staging/pdfbox/trunk/content/cookbook/workingwithfonts.html Mon Jan 13 14:50:02 2014
@@ -38,7 +38,7 @@
     
     
         <!-- Twitter Bootstrap and jQuery after this line. -->
-        <script src="http://code.jquery.com/jquery-latest.js"></script>
+        <script src="//code.jquery.com/jquery-latest.js"></script>
         <script src="/bootstrap/js/bootstrap.js"></script>
         <script>
             $('.nav-collapse').collapse();

Modified: websites/staging/pdfbox/trunk/content/cookbook/workingwithmetadata.html
==============================================================================
--- websites/staging/pdfbox/trunk/content/cookbook/workingwithmetadata.html (original)
+++ websites/staging/pdfbox/trunk/content/cookbook/workingwithmetadata.html Mon Jan 13 14:50:02 2014
@@ -38,7 +38,7 @@
     
     
         <!-- Twitter Bootstrap and jQuery after this line. -->
-        <script src="http://code.jquery.com/jquery-latest.js"></script>
+        <script src="//code.jquery.com/jquery-latest.js"></script>
         <script src="/bootstrap/js/bootstrap.js"></script>
         <script>
             $('.nav-collapse').collapse();

Modified: websites/staging/pdfbox/trunk/content/dependencies.html
==============================================================================
--- websites/staging/pdfbox/trunk/content/dependencies.html (original)
+++ websites/staging/pdfbox/trunk/content/dependencies.html Mon Jan 13 14:50:02 2014
@@ -38,7 +38,7 @@
     
     
         <!-- Twitter Bootstrap and jQuery after this line. -->
-        <script src="http://code.jquery.com/jquery-latest.js"></script>
+        <script src="//code.jquery.com/jquery-latest.js"></script>
         <script src="/bootstrap/js/bootstrap.js"></script>
         <script>
             $('.nav-collapse').collapse();

Modified: websites/staging/pdfbox/trunk/content/docs/1.8.2/pdfcoverage.html
==============================================================================
--- websites/staging/pdfbox/trunk/content/docs/1.8.2/pdfcoverage.html (original)
+++ websites/staging/pdfbox/trunk/content/docs/1.8.2/pdfcoverage.html Mon Jan 13 14:50:02 2014
@@ -38,7 +38,7 @@
     
     
         <!-- Twitter Bootstrap and jQuery after this line. -->
-        <script src="http://code.jquery.com/jquery-latest.js"></script>
+        <script src="//code.jquery.com/jquery-latest.js"></script>
         <script src="/bootstrap/js/bootstrap.js"></script>
         <script>
             $('.nav-collapse').collapse();

Modified: websites/staging/pdfbox/trunk/content/downloads.html
==============================================================================
--- websites/staging/pdfbox/trunk/content/downloads.html (original)
+++ websites/staging/pdfbox/trunk/content/downloads.html Mon Jan 13 14:50:02 2014
@@ -38,7 +38,7 @@
     
     
         <!-- Twitter Bootstrap and jQuery after this line. -->
-        <script src="http://code.jquery.com/jquery-latest.js"></script>
+        <script src="//code.jquery.com/jquery-latest.js"></script>
         <script src="/bootstrap/js/bootstrap.js"></script>
         <script>
             $('.nav-collapse').collapse();

Modified: websites/staging/pdfbox/trunk/content/errors/403.html
==============================================================================
--- websites/staging/pdfbox/trunk/content/errors/403.html (original)
+++ websites/staging/pdfbox/trunk/content/errors/403.html Mon Jan 13 14:50:02 2014
@@ -38,7 +38,7 @@
     
     
         <!-- Twitter Bootstrap and jQuery after this line. -->
-        <script src="http://code.jquery.com/jquery-latest.js"></script>
+        <script src="//code.jquery.com/jquery-latest.js"></script>
         <script src="/bootstrap/js/bootstrap.js"></script>
         <script>
             $('.nav-collapse').collapse();

Modified: websites/staging/pdfbox/trunk/content/errors/404.html
==============================================================================
--- websites/staging/pdfbox/trunk/content/errors/404.html (original)
+++ websites/staging/pdfbox/trunk/content/errors/404.html Mon Jan 13 14:50:02 2014
@@ -38,7 +38,7 @@
     
     
         <!-- Twitter Bootstrap and jQuery after this line. -->
-        <script src="http://code.jquery.com/jquery-latest.js"></script>
+        <script src="//code.jquery.com/jquery-latest.js"></script>
         <script src="/bootstrap/js/bootstrap.js"></script>
         <script>
             $('.nav-collapse').collapse();

Modified: websites/staging/pdfbox/trunk/content/ideas.html
==============================================================================
--- websites/staging/pdfbox/trunk/content/ideas.html (original)
+++ websites/staging/pdfbox/trunk/content/ideas.html Mon Jan 13 14:50:02 2014
@@ -38,7 +38,7 @@
     
     
         <!-- Twitter Bootstrap and jQuery after this line. -->
-        <script src="http://code.jquery.com/jquery-latest.js"></script>
+        <script src="//code.jquery.com/jquery-latest.js"></script>
         <script src="/bootstrap/js/bootstrap.js"></script>
         <script>
             $('.nav-collapse').collapse();

Modified: websites/staging/pdfbox/trunk/content/index.html
==============================================================================
--- websites/staging/pdfbox/trunk/content/index.html (original)
+++ websites/staging/pdfbox/trunk/content/index.html Mon Jan 13 14:50:02 2014
@@ -38,7 +38,7 @@
     
     
         <!-- Twitter Bootstrap and jQuery after this line. -->
-        <script src="http://code.jquery.com/jquery-latest.js"></script>
+        <script src="//code.jquery.com/jquery-latest.js"></script>
         <script src="/bootstrap/js/bootstrap.js"></script>
         <script>
             $('.nav-collapse').collapse();

Modified: websites/staging/pdfbox/trunk/content/mailinglists.html
==============================================================================
--- websites/staging/pdfbox/trunk/content/mailinglists.html (original)
+++ websites/staging/pdfbox/trunk/content/mailinglists.html Mon Jan 13 14:50:02 2014
@@ -38,7 +38,7 @@
     
     
         <!-- Twitter Bootstrap and jQuery after this line. -->
-        <script src="http://code.jquery.com/jquery-latest.js"></script>
+        <script src="//code.jquery.com/jquery-latest.js"></script>
         <script src="/bootstrap/js/bootstrap.js"></script>
         <script>
             $('.nav-collapse').collapse();

Modified: websites/staging/pdfbox/trunk/content/references.html
==============================================================================
--- websites/staging/pdfbox/trunk/content/references.html (original)
+++ websites/staging/pdfbox/trunk/content/references.html Mon Jan 13 14:50:02 2014
@@ -38,7 +38,7 @@
     
     
         <!-- Twitter Bootstrap and jQuery after this line. -->
-        <script src="http://code.jquery.com/jquery-latest.js"></script>
+        <script src="//code.jquery.com/jquery-latest.js"></script>
         <script src="/bootstrap/js/bootstrap.js"></script>
         <script>
             $('.nav-collapse').collapse();

Modified: websites/staging/pdfbox/trunk/content/sitemap.html
==============================================================================
--- websites/staging/pdfbox/trunk/content/sitemap.html (original)
+++ websites/staging/pdfbox/trunk/content/sitemap.html Mon Jan 13 14:50:02 2014
@@ -38,7 +38,7 @@
     
     
         <!-- Twitter Bootstrap and jQuery after this line. -->
-        <script src="http://code.jquery.com/jquery-latest.js"></script>
+        <script src="//code.jquery.com/jquery-latest.js"></script>
         <script src="/bootstrap/js/bootstrap.js"></script>
         <script>
             $('.nav-collapse').collapse();

Modified: websites/staging/pdfbox/trunk/content/support.html
==============================================================================
--- websites/staging/pdfbox/trunk/content/support.html (original)
+++ websites/staging/pdfbox/trunk/content/support.html Mon Jan 13 14:50:02 2014
@@ -38,7 +38,7 @@
     
     
         <!-- Twitter Bootstrap and jQuery after this line. -->
-        <script src="http://code.jquery.com/jquery-latest.js"></script>
+        <script src="//code.jquery.com/jquery-latest.js"></script>
         <script src="/bootstrap/js/bootstrap.js"></script>
         <script>
             $('.nav-collapse').collapse();

Modified: websites/staging/pdfbox/trunk/content/team.html
==============================================================================
--- websites/staging/pdfbox/trunk/content/team.html (original)
+++ websites/staging/pdfbox/trunk/content/team.html Mon Jan 13 14:50:02 2014
@@ -38,7 +38,7 @@
     
     
         <!-- Twitter Bootstrap and jQuery after this line. -->
-        <script src="http://code.jquery.com/jquery-latest.js"></script>
+        <script src="//code.jquery.com/jquery-latest.js"></script>
         <script src="/bootstrap/js/bootstrap.js"></script>
         <script>
             $('.nav-collapse').collapse();

Modified: websites/staging/pdfbox/trunk/content/userguide/faq.html
==============================================================================
--- websites/staging/pdfbox/trunk/content/userguide/faq.html (original)
+++ websites/staging/pdfbox/trunk/content/userguide/faq.html Mon Jan 13 14:50:02 2014
@@ -38,7 +38,7 @@
     
     <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file to you under the Apache License, Version 2.0 (the &quot;License&quot;); you may not use this file except in compliance with the License.  You may obtain a copy of the License at . http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an &quot;AS IS&quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the specific language governing permissions and limitations under the License. -->
         <!-- Twitter Bootstrap and jQuery after this line. -->
-        <script src="http://code.jquery.com/jquery-latest.js"></script>
+        <script src="//code.jquery.com/jquery-latest.js"></script>
         <script src="/bootstrap/js/bootstrap.js"></script>
         <script>
             $('.nav-collapse').collapse();