Repository: pdfbox-docs
Updated Branches:
  refs/heads/asf-site 1beca6221 -> f3f9d8ac0


Site checkin for project Apache PDFBox Website


Project: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/commit/f3f9d8ac
Tree: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/tree/f3f9d8ac
Diff: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/diff/f3f9d8ac

Branch: refs/heads/asf-site
Commit: f3f9d8ac0f9df4248cef9a07ddf85cf920a5430f
Parents: 1beca62
Author: Maruan Sahyoun <[email protected]>
Authored: Sun Feb 19 09:43:25 2017 +0100
Committer: Maruan Sahyoun <[email protected]>
Committed: Sun Feb 19 09:43:25 2017 +0100

----------------------------------------------------------------------
 content/.htaccess       | 2 ++
 content/siteupdate.html | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/f3f9d8ac/content/.htaccess
----------------------------------------------------------------------
diff --git a/content/.htaccess b/content/.htaccess
index bdc50ee..a21ad55 100644
--- a/content/.htaccess
+++ b/content/.htaccess
@@ -1,4 +1,6 @@
 RewriteEngine On
+RewriteCond %{HTTPS} off
+RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
 RewriteRule ^apidocs(/?)$ /docs/1.8.10/javadocs [R=301,L]
 RewriteRule ^commandlineutilities(/?)(.*)$ /commandline [R=301,L]
 RewriteRule ^downloads\.html$ /download.cgi

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/f3f9d8ac/content/siteupdate.html
----------------------------------------------------------------------
diff --git a/content/siteupdate.html b/content/siteupdate.html
index cfba4bc..82e37f7 100644
--- a/content/siteupdate.html
+++ b/content/siteupdate.html
@@ -136,7 +136,7 @@
 <p>The content for the PDFBox website is kept in a <a 
href="https://git-wip-us.apache.org/repos/asf/pdfbox-docs";>Git repository</a> 
which is also mirrored to <a 
href="https://github.com/apache/pdfbox-docs";>GitHub</a>. The site is split into 
two parts: the static content and the Javadoc for the PDFBox API. Both parts 
are build independently as further described below.</p>
 
 <h2 id="project-info">Project Info</h2>
-<p>The site is based on <a href="http://jekyllrb.com";>Jekyll</a>. So you have 
to be familiar with the <a 
href="http://daringfireball.net/projects/markdown/syntax";>Markdown</a> template 
language and have Jekyll (ver. 2+) installed to contribute to the project.</p>
+<p>The site is based on <a href="https://jekyllrb.com";>Jekyll</a>. So you have 
to be familiar with the <a 
href="https://daringfireball.net/projects/markdown/syntax";>Markdown</a> 
template language and have Jekyll (ver. 2+) installed to contribute to the 
project.</p>
 
 <h2 id="contribute">Contribute</h2>
 <p>If you would like to enhance the website content you can submit a patch. To 
do so please open a ticket at our <a 
href="https://issues.apache.org/jira/browse/PDFBOX";>Issue Tracker</a>, use 
<code class="highlighter-rouge">Documentation</code> for the <code 
class="highlighter-rouge">Component</code> and add your patch to the ticket.</p>
@@ -144,7 +144,7 @@
 <h2 id="development">Development</h2>
 
 <h3 id="install-jekyll">Install Jekyll</h3>
-<p>Follow the instructions available on the <a 
href="http://jekyllrb.com";>Jekyll</a> website.</p>
+<p>Follow the instructions available on the <a 
href="https://jekyllrb.com";>Jekyll</a> website.</p>
 
 <h3 id="checkout-from-the-git-repository">Checkout from the Git Repository</h3>
 <p>Before you can edit the site, you need to check it out from the Git 
repository:</p>

Reply via email to