summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGulsah Kose <gulsah.1004@gmail.com>2018-04-16 00:43:32 +0300
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2018-04-16 15:57:08 +0200
commit9001f5fca00617b55a29029557b78609b38cd9ec (patch)
tree5c01af7f03cd823dd2f4f252b6f29ed10ba6d3de
parent77a59cabf33d5d6ccc80ea62ee07162abc1b4e52 (diff)
Use https instead of http
Use "https://cgit.freedesktop.org/libreoffice/core" instead of "http://cgit.freedesktop.org/libreoffice/core" Change-Id: Ic7248eeb2a9452da7236eeee08414a77714dd234 Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/52926 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-rw-r--r--bean/pom.officebean.xml2
-rw-r--r--filter/source/svg/presentation_engine.js4
-rw-r--r--filter/source/xslt/odf2xhtml/export/xhtml/opendoc2xhtml.xsl2
-rw-r--r--i18npool/source/localedata/data/locale.dtd2
-rw-r--r--javaunohelper/pom.juh.xml2
-rw-r--r--jurt/pom.jurt.xml2
-rw-r--r--offapi/com/sun/star/i18n/XLocaleData.idl2
-rw-r--r--readlicense_oo/license/LICENSE.html2
-rw-r--r--ridljar/pom.ridl.xml2
-rw-r--r--ridljar/pom.unoloader.xml2
-rwxr-xr-xsolenv/bin/mkdocs.sh10
-rwxr-xr-xsolenv/bin/mkdocs_portal.sh6
-rw-r--r--unoil/pom.unoil.xml2
13 files changed, 20 insertions, 20 deletions
diff --git a/bean/pom.officebean.xml b/bean/pom.officebean.xml
index 8d366d2a2f71..e533d17277d0 100644
--- a/bean/pom.officebean.xml
+++ b/bean/pom.officebean.xml
@@ -17,7 +17,7 @@
</licenses>
<scm>
- <url>http://cgit.freedesktop.org/libreoffice/core</url>
+ <url>https://cgit.freedesktop.org/libreoffice/core</url>
<connection>https://gerrit.libreoffice.org/#/admin/projects/core</connection>
</scm>
diff --git a/filter/source/svg/presentation_engine.js b/filter/source/svg/presentation_engine.js
index 7dbe377697dd..bf705b38125c 100644
--- a/filter/source/svg/presentation_engine.js
+++ b/filter/source/svg/presentation_engine.js
@@ -1707,7 +1707,7 @@ function configureDetectionTools()
* files placed under the folder '/slideshow/source' and
* sub-folders. This got later rebased onto the AL2-licensed versions
* of those files in early 2013.
- * @source http://cgit.freedesktop.org/libreoffice/core/tree/slideshow/source
+ * @source https://cgit.freedesktop.org/libreoffice/core/tree/slideshow/source
*
*/
@@ -16287,7 +16287,7 @@ ElapsedTime.prototype.getElapsedTimeImpl = function()
* Several parts of the above code are the result of the porting,
* started on August 2011, of the C++ code included in the source files
* placed under the folder '/slideshow/source' and subfolders.
- * @source http://cgit.freedesktop.org/libreoffice/core/tree/slideshow/source
+ * @source https://cgit.freedesktop.org/libreoffice/core/tree/slideshow/source
*
*/
diff --git a/filter/source/xslt/odf2xhtml/export/xhtml/opendoc2xhtml.xsl b/filter/source/xslt/odf2xhtml/export/xhtml/opendoc2xhtml.xsl
index 26952c24ddc6..5601bb095c0c 100644
--- a/filter/source/xslt/odf2xhtml/export/xhtml/opendoc2xhtml.xsl
+++ b/filter/source/xslt/odf2xhtml/export/xhtml/opendoc2xhtml.xsl
@@ -145,7 +145,7 @@
<xsl:param name="globalData" />
<xsl:element name="html">
- <xsl:comment>This file was converted to xhtml by LibreOffice - see http://cgit.freedesktop.org/libreoffice/core/tree/filter/source/xslt for the code.</xsl:comment>
+ <xsl:comment>This file was converted to xhtml by LibreOffice - see https://cgit.freedesktop.org/libreoffice/core/tree/filter/source/xslt for the code.</xsl:comment>
<xsl:call-template name='create-header'>
<xsl:with-param name="globalData" select="$globalData" />
</xsl:call-template>
diff --git a/i18npool/source/localedata/data/locale.dtd b/i18npool/source/localedata/data/locale.dtd
index ef6fec20d968..fd4a523f12c8 100644
--- a/i18npool/source/localedata/data/locale.dtd
+++ b/i18npool/source/localedata/data/locale.dtd
@@ -45,7 +45,7 @@
A third possibility is:
- temporarily (!) change the DOCTYPE of your file to read (all on one line)
- <!DOCTYPE Locale SYSTEM "http://cgit.freedesktop.org/libreoffice/core/plain/i18npool/source/localedata/data/locale.dtd">
+ <!DOCTYPE Locale SYSTEM "https://cgit.freedesktop.org/libreoffice/core/plain/i18npool/source/localedata/data/locale.dtd">
- upload it to the form available at http://www.validome.org/xml/
diff --git a/javaunohelper/pom.juh.xml b/javaunohelper/pom.juh.xml
index f132eadee5e7..6bf4cd98bb86 100644
--- a/javaunohelper/pom.juh.xml
+++ b/javaunohelper/pom.juh.xml
@@ -17,7 +17,7 @@
</licenses>
<scm>
- <url>http://cgit.freedesktop.org/libreoffice/core</url>
+ <url>https://cgit.freedesktop.org/libreoffice/core</url>
<connection>https://gerrit.libreoffice.org/#/admin/projects/core</connection>
</scm>
diff --git a/jurt/pom.jurt.xml b/jurt/pom.jurt.xml
index 25e3403421bc..881153959244 100644
--- a/jurt/pom.jurt.xml
+++ b/jurt/pom.jurt.xml
@@ -17,7 +17,7 @@
</licenses>
<scm>
- <url>http://cgit.freedesktop.org/libreoffice/core</url>
+ <url>https://cgit.freedesktop.org/libreoffice/core</url>
<connection>https://gerrit.libreoffice.org/#/admin/projects/core</connection>
</scm>
diff --git a/offapi/com/sun/star/i18n/XLocaleData.idl b/offapi/com/sun/star/i18n/XLocaleData.idl
index 7351de5d1600..012450edadc4 100644
--- a/offapi/com/sun/star/i18n/XLocaleData.idl
+++ b/offapi/com/sun/star/i18n/XLocaleData.idl
@@ -39,7 +39,7 @@ module com { module sun { module star { module i18n {
respectively localedata*.dll.
<p> For XML locale data files definitions see <a
- href="http://cgit.freedesktop.org/libreoffice/core/tree/i18npool/source/localedata/data/locale.dtd">
+ href="https://cgit.freedesktop.org/libreoffice/core/tree/i18npool/source/localedata/data/locale.dtd">
the DTD file</a>. </p>
*/
diff --git a/readlicense_oo/license/LICENSE.html b/readlicense_oo/license/LICENSE.html
index c12876b17b64..5367b9236a91 100644
--- a/readlicense_oo/license/LICENSE.html
+++ b/readlicense_oo/license/LICENSE.html
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0//EN" "http://www.w3.org/Math/DTD/mathml2/xhtml-math11-f.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><!--This file was converted to xhtml by LibreOffice - see http://cgit.freedesktop.org/libreoffice/core/tree/filter/source/xslt for the code.--><head profile="http://dublincore.org/documents/dcmi-terms/"><meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8"/><title xml:lang="en-US">Licensing and Legal information</title><meta name="DCTERMS.title" content="Licensing and Legal information" xml:lang="en-US"/><meta name="DCTERMS.language" content="en-US" scheme="DCTERMS.RFC4646"/><meta name="DCTERMS.source" content="http://xml.openoffice.org/odf2xhtml"/><meta name="DCTERMS.issued" content="2011-05-11T11:39:17.79" scheme="DCTERMS.W3CDTF"/><meta name="DCTERMS.modified" content="2015-05-22T10:18:42.401712240" scheme="DCTERMS.W3CDTF"/><meta name="DCTERMS.provenance" content="" xml:lang="en-US"/><meta name="DCTERMS.subject" content="LibreOffice Licensing and Legal information, License, GPL, LGPL, MPL, Apache, CC" xml:lang="en-US"/><link rel="schema.DC" href="http://purl.org/dc/elements/1.1/" hreflang="en"/><link rel="schema.DCTERMS" href="http://purl.org/dc/terms/" hreflang="en"/><link rel="schema.DCTYPE" href="http://purl.org/dc/dcmitype/" hreflang="en"/><link rel="schema.DCAM" href="http://purl.org/dc/dcam/" hreflang="en"/><style type="text/css">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0//EN" "http://www.w3.org/Math/DTD/mathml2/xhtml-math11-f.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><!--This file was converted to xhtml by LibreOffice - see https://cgit.freedesktop.org/libreoffice/core/tree/filter/source/xslt for the code.--><head profile="http://dublincore.org/documents/dcmi-terms/"><meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8"/><title xml:lang="en-US">Licensing and Legal information</title><meta name="DCTERMS.title" content="Licensing and Legal information" xml:lang="en-US"/><meta name="DCTERMS.language" content="en-US" scheme="DCTERMS.RFC4646"/><meta name="DCTERMS.source" content="http://xml.openoffice.org/odf2xhtml"/><meta name="DCTERMS.issued" content="2011-05-11T11:39:17.79" scheme="DCTERMS.W3CDTF"/><meta name="DCTERMS.modified" content="2015-05-22T10:18:42.401712240" scheme="DCTERMS.W3CDTF"/><meta name="DCTERMS.provenance" content="" xml:lang="en-US"/><meta name="DCTERMS.subject" content="LibreOffice Licensing and Legal information, License, GPL, LGPL, MPL, Apache, CC" xml:lang="en-US"/><link rel="schema.DC" href="http://purl.org/dc/elements/1.1/" hreflang="en"/><link rel="schema.DCTERMS" href="http://purl.org/dc/terms/" hreflang="en"/><link rel="schema.DCTYPE" href="http://purl.org/dc/dcmitype/" hreflang="en"/><link rel="schema.DCAM" href="http://purl.org/dc/dcam/" hreflang="en"/><style type="text/css">
@page { }
table { border-collapse:collapse; border-spacing:0; empty-cells:show }
td, th { vertical-align:top; font-size:12pt;}
diff --git a/ridljar/pom.ridl.xml b/ridljar/pom.ridl.xml
index 96b862a045d1..9a90d30e6c9a 100644
--- a/ridljar/pom.ridl.xml
+++ b/ridljar/pom.ridl.xml
@@ -17,7 +17,7 @@
</licenses>
<scm>
- <url>http://cgit.freedesktop.org/libreoffice/core</url>
+ <url>https://cgit.freedesktop.org/libreoffice/core</url>
<connection>https://gerrit.libreoffice.org/#/admin/projects/core</connection>
</scm>
diff --git a/ridljar/pom.unoloader.xml b/ridljar/pom.unoloader.xml
index 188a041869db..b509bdf319e9 100644
--- a/ridljar/pom.unoloader.xml
+++ b/ridljar/pom.unoloader.xml
@@ -17,7 +17,7 @@
</licenses>
<scm>
- <url>http://cgit.freedesktop.org/libreoffice/core</url>
+ <url>https://cgit.freedesktop.org/libreoffice/core</url>
<connection>https://gerrit.libreoffice.org/#/admin/projects/core</connection>
</scm>
diff --git a/solenv/bin/mkdocs.sh b/solenv/bin/mkdocs.sh
index fe7cd86ca46f..99579f71340a 100755
--- a/solenv/bin/mkdocs.sh
+++ b/solenv/bin/mkdocs.sh
@@ -54,7 +54,7 @@ function footer {
</div>
<div id="foot">
<small>
- <p>Generated by Libreoffice <a href="http://cgit.freedesktop.org/libreoffice/core/plain/solenv/bin/mkdocs.sh">Module Description Tool</a></p>
+ <p>Generated by Libreoffice <a href="https://cgit.freedesktop.org/libreoffice/core/plain/solenv/bin/mkdocs.sh">Module Description Tool</a></p>
<p>Last updated:
EOF
LANG= date >> $output
@@ -75,7 +75,7 @@ function proc_text {
# Headings: == bleh ==
# Paragraphs: \n\n
sed -re ' s/\[\[([-_a-zA-Z0-9]+)\]\]/<a href="\1.html">\1<\/a>/g' - \
- | sed -re ' s/\[git:([^]]+)\]/<a href="http:\/\/cgit.freedesktop.org\/libreoffice\/core\/tree\/\1">\1<\/a>/g' \
+ | sed -re ' s/\[git:([^]]+)\]/<a href="https:\/\/cgit.freedesktop.org\/libreoffice\/core\/tree\/\1">\1<\/a>/g' \
| sed -re ' s/\[([^]]+)\]/<a href="\1">\1<\/a>/g' \
| sed -re ' s/====([^=]+)====/<h4>\1<\/h4>/g' \
| sed -re ' s/===([^=]+)===/<h3>\1<\/h3>/g' \
@@ -86,7 +86,7 @@ function proc_text {
function proc_text_markdown {
sed -re ' s/\[\[([-_a-zA-Z0-9]+)\]\]/<a href="\1.html">\1<\/a>/g' - \
- | sed -re ' s/\[git:([^]]+)\]/<a href="http:\/\/cgit.freedesktop.org\/libreoffice\/core\/tree\/\1">\1<\/a>/g'
+ | sed -re ' s/\[git:([^]]+)\]/<a href="https:\/\/cgit.freedesktop.org\/libreoffice\/core\/tree\/\1">\1<\/a>/g'
}
function check_cmd {
@@ -244,7 +244,7 @@ for module_name in *; do
# write detailed module content
header "$module_name" "<a href=\"index.html\">LibreOffice</a> &raquo; ${module_name}" "$BASE_OUTPUT/${module_name}.html"
text="<p><b>View module in:</b>"
- text="${text} &nbsp; <a href=\"http://cgit.freedesktop.org/libreoffice/core/tree/${module_name}\">cgit</a>"
+ text="${text} &nbsp; <a href=\"https://cgit.freedesktop.org/libreoffice/core/tree/${module_name}\">cgit</a>"
if $(echo $INPUT_PROJECTS | grep -q $module_name); then
text="${text} &nbsp; <a href=\"${module_name}/html/classes.html\">Doxygen</a>"
fi
@@ -268,7 +268,7 @@ done
if [ ${#empty_modules[*]} -gt 0 ]; then
echo -e "<p>&nbsp;</p><p>READMEs were not available for these modules:</p><ul>\n" >> "$BASE_OUTPUT/index.html"
for module_name in "${empty_modules[@]}"; do
- echo -e "<li><a href=\"http://cgit.freedesktop.org/libreoffice/core/tree/${module_name}\">${module_name}</a></li>\n" >> "$BASE_OUTPUT/index.html"
+ echo -e "<li><a href=\"https://cgit.freedesktop.org/libreoffice/core/tree/${module_name}\">${module_name}</a></li>\n" >> "$BASE_OUTPUT/index.html"
done
echo -e "</ul>\n" >> "$BASE_OUTPUT/index.html"
fi
diff --git a/solenv/bin/mkdocs_portal.sh b/solenv/bin/mkdocs_portal.sh
index 352d2a7bb570..852e3448179d 100755
--- a/solenv/bin/mkdocs_portal.sh
+++ b/solenv/bin/mkdocs_portal.sh
@@ -79,7 +79,7 @@ function proc_text
# Headings: == bleh ==
# Paragraphs: \n\n
sed -re ' s/\[\[([-_a-zA-Z0-9]+)\]\]/<a href="\1.html">\1<\/a>/g' - \
- | sed -re ' s/\[git:([^]]+)\]/<a href="http:\/\/cgit.freedesktop.org\/libreoffice\/core\/tree\/\1">\1<\/a>/g' \
+ | sed -re ' s/\[git:([^]]+)\]/<a href="https:\/\/cgit.freedesktop.org\/libreoffice\/core\/tree\/\1">\1<\/a>/g' \
| sed -re ' s/\[([^]]+)\]/<a href="\1">\1<\/a>/g' \
| sed -re ' s/====([^=]+)====/<h4>\1<\/h4>/g' \
| sed -re ' s/===([^=]+)===/<h3>\1<\/h3>/g' \
@@ -110,7 +110,7 @@ for module_name in *; do
# write detailed module content
header "$module_name" "<a href=\"index.html\">LibreOffice</a> &raquo; ${module_name}" "$BASE_OUTPUT/${module_name}.html"
text="<p><b>View module in:</b>"
- text="${text} &nbsp; <a href=\"http://cgit.freedesktop.org/libreoffice/core/tree/${module_name}\">cgit</a>"
+ text="${text} &nbsp; <a href=\"https://cgit.freedesktop.org/libreoffice/core/tree/${module_name}\">cgit</a>"
if [ -d ./docs/${module_name} ] ; then
text="${text} &nbsp; <a href=\"${module_name}/html/classes.html\">Doxygen</a>"
fi
@@ -127,7 +127,7 @@ done
if [ ${#empty_modules[*]} -gt 0 ]; then
echo -e "<p>&nbsp;</p><p>READMEs were not available for these modules:</p><ul>\n" >> "$BASE_OUTPUT/index.html"
for module_name in "${empty_modules[@]}"; do
- echo -e "<li><a href=\"http://cgit.freedesktop.org/libreoffice/core/tree/${module_name}\">${module_name}</a></li>\n" >> "$BASE_OUTPUT/index.html"
+ echo -e "<li><a href=\"https://cgit.freedesktop.org/libreoffice/core/tree/${module_name}\">${module_name}</a></li>\n" >> "$BASE_OUTPUT/index.html"
done
echo -e "</ul>\n" >> "$BASE_OUTPUT/index.html"
fi
diff --git a/unoil/pom.unoil.xml b/unoil/pom.unoil.xml
index 356d25d0bb15..819b704980c0 100644
--- a/unoil/pom.unoil.xml
+++ b/unoil/pom.unoil.xml
@@ -17,7 +17,7 @@
</licenses>
<scm>
- <url>http://cgit.freedesktop.org/libreoffice/core</url>
+ <url>https://cgit.freedesktop.org/libreoffice/core</url>
<connection>https://gerrit.libreoffice.org/#/admin/projects/core</connection>
</scm>