From 1e3179e9bc4c2217c397ec837f47dccebd39e93a Mon Sep 17 00:00:00 2001
From: DeflateAwning <11021263+DeflateAwning@users.noreply.github.com>
Date: Sun, 29 Oct 2023 22:39:22 -0600
Subject: [PATCH] Find and replace http://freecad.org to https://freecad.org
Find and replace:
http:\/\/(.{0,10})freecad
https://$1freecad
Done in all remaining files (after doing it in SVGs in the last commit)
---
package/fedora/freecad.spec | 2 +-
.../src/DriverUNV/DriverUNV_R_SMDS_Mesh.cpp | 2 +-
src/Doc/makingDocs.dox | 2 +-
src/Doc/sphinx/_templates/searchbox.html | 2 +-
src/Doc/sphinx/index.rst | 2 +-
src/Ext/freecad/project_utility.py | 2 +-
src/Gui/Application.cpp | 2 +-
src/Gui/Document.cpp | 2 +-
src/Gui/SoFCOffscreenRenderer.cpp | 2 +-
src/Gui/SoFCVectorizeSVGAction.cpp | 2 +-
src/Gui/View3DInventor.cpp | 4 ++--
src/Gui/View3DInventorViewer.cpp | 6 +++---
src/Main/MainGui.cpp | 2 +-
src/Mod/AddonManager/AddonManager.py | 2 +-
src/Mod/Arch/ArchCutPlane.py | 2 +-
src/Mod/Arch/ArchMaterial.py | 2 +-
src/Mod/Arch/OfflineRenderingUtils.py | 4 ++--
src/Mod/Arch/importIFClegacy.py | 2 +-
src/Mod/Arch/importOBJ.py | 2 +-
src/Mod/Draft/draftutils/todo.py | 2 +-
src/Mod/Fem/App/FemMesh.cpp | 6 +++---
src/Mod/Fem/Gui/ViewProviderFemMesh.cpp | 2 +-
src/Mod/Fem/femexamples/examplesgui.py | 2 +-
src/Mod/Fem/femmesh/gmshtools.py | 8 ++++----
src/Mod/Fem/femmesh/meshtools.py | 2 +-
src/Mod/Fem/femsolver/mystran/add_con_fixed.py | 2 +-
src/Mod/Fem/femsolver/mystran/add_con_force.py | 2 +-
.../Fem/femsolver/mystran/add_femelement_geometry.py | 2 +-
.../Fem/femsolver/mystran/add_femelement_material.py | 2 +-
src/Mod/Fem/femsolver/mystran/add_mesh.py | 2 +-
src/Mod/Fem/femsolver/mystran/add_solver_control.py | 2 +-
src/Mod/Fem/femsolver/mystran/writer.py | 2 +-
src/Mod/Fem/femtaskpanels/task_element_geometry1D.py | 2 +-
src/Mod/Material/MaterialEditor.py | 2 +-
src/Mod/Material/Templatematerial.yml | 2 +-
src/Mod/Material/materialtools/MaterialModels.py | 2 +-
src/Mod/Material/materialtools/cardutils.py | 2 +-
src/Mod/Mesh/App/Core/IO/WriterOBJ.cpp | 4 ++--
src/Mod/Mesh/App/Core/MeshIO.cpp | 10 +++++-----
src/Mod/Mesh/MeshEnums.py | 2 +-
src/Mod/Part/App/Attacher.cpp | 2 +-
src/Mod/Part/App/PartFeatures.cpp | 2 +-
src/Mod/Part/App/TopoShape.cpp | 2 +-
src/Mod/Part/AttachmentEditor/TaskAttachmentEditor.py | 2 +-
src/Mod/Part/BOPTools/BOPFeatures.py | 2 +-
src/Mod/Part/BOPTools/GeneralFuseResult.py | 2 +-
src/Mod/Part/BOPTools/JoinAPI.py | 2 +-
src/Mod/Part/BOPTools/JoinFeatures.py | 4 ++--
src/Mod/Part/BOPTools/ShapeMerge.py | 2 +-
src/Mod/Part/BOPTools/SplitAPI.py | 2 +-
src/Mod/Part/BOPTools/SplitFeatures.py | 4 ++--
src/Mod/Part/BOPTools/Utils.py | 2 +-
src/Mod/Part/BOPTools/__init__.py | 2 +-
src/Mod/Part/BasicShapes/CommandShapes.py | 2 +-
src/Mod/Part/BasicShapes/Shapes.py | 2 +-
src/Mod/Part/BasicShapes/Utils.py | 2 +-
src/Mod/Part/BasicShapes/ViewProviderShapes.py | 2 +-
src/Mod/Part/BasicShapes/__init__.py | 2 +-
src/Mod/Part/CompoundTools/CompoundFilter.py | 2 +-
src/Mod/Part/CompoundTools/_CommandCompoundFilter.py | 4 ++--
src/Mod/Part/CompoundTools/_CommandExplodeCompound.py | 2 +-
src/Mod/Part/CompoundTools/__init__.py | 2 +-
src/Mod/Part/JoinFeatures.py | 2 +-
src/Mod/Part/PartEnums.py | 2 +-
src/Mod/PartDesign/App/FeatureDraft.cpp | 2 +-
src/Mod/PartDesign/App/PreCompiled.h | 2 +-
src/Mod/PartDesign/InvoluteGearFeature.py | 2 +-
src/Mod/PartDesign/SprocketFeature.py | 2 +-
src/Mod/Path/Path/Base/Generator/threadmilling.py | 2 +-
src/Mod/Path/Path/Op/Custom.py | 2 +-
src/Mod/Path/Path/Op/Deburr.py | 2 +-
src/Mod/Path/Path/Op/Gui/Custom.py | 2 +-
src/Mod/Path/Path/Op/Gui/Probe.py | 2 +-
src/Mod/Path/Path/Op/Gui/Profile.py | 2 +-
src/Mod/Path/Path/Op/Gui/Slot.py | 2 +-
src/Mod/Path/Path/Op/Gui/ThreadMilling.py | 2 +-
src/Mod/Path/Path/Op/Gui/Vcarve.py | 2 +-
src/Mod/Path/Path/Op/Gui/Waterline.py | 2 +-
src/Mod/Path/Path/Op/Probe.py | 2 +-
src/Mod/Path/Path/Op/Profile.py | 2 +-
src/Mod/Path/Path/Op/Slot.py | 2 +-
src/Mod/Path/Path/Op/SurfaceSupport.py | 2 +-
src/Mod/Path/Path/Op/ThreadMilling.py | 2 +-
src/Mod/Path/Path/Op/Waterline.py | 2 +-
src/Mod/Sketcher/App/Sketch.cpp | 2 +-
src/Mod/Sketcher/App/planegcs/Constraints.cpp | 4 ++--
src/Mod/Sketcher/App/planegcs/GCS.cpp | 8 ++++----
src/Mod/Sketcher/ProfileLib/Hexagon.py | 2 +-
src/Mod/Sketcher/ProfileLib/RegularPolygon.py | 2 +-
src/Mod/Sketcher/Profiles.py | 2 +-
src/Mod/Start/Gui/Resources/translations/StartPage.ts | 2 +-
.../Start/Gui/Resources/translations/StartPage_af.ts | 4 ++--
.../Start/Gui/Resources/translations/StartPage_ar.ts | 4 ++--
.../Start/Gui/Resources/translations/StartPage_be.ts | 4 ++--
.../Start/Gui/Resources/translations/StartPage_bg.ts | 4 ++--
.../Start/Gui/Resources/translations/StartPage_ca.ts | 4 ++--
.../Start/Gui/Resources/translations/StartPage_cs.ts | 4 ++--
.../Start/Gui/Resources/translations/StartPage_de.ts | 4 ++--
.../Start/Gui/Resources/translations/StartPage_el.ts | 4 ++--
.../Gui/Resources/translations/StartPage_es-AR.ts | 4 ++--
.../Gui/Resources/translations/StartPage_es-ES.ts | 4 ++--
.../Start/Gui/Resources/translations/StartPage_eu.ts | 4 ++--
.../Start/Gui/Resources/translations/StartPage_fi.ts | 4 ++--
.../Start/Gui/Resources/translations/StartPage_fil.ts | 4 ++--
.../Start/Gui/Resources/translations/StartPage_fr.ts | 4 ++--
.../Start/Gui/Resources/translations/StartPage_gl.ts | 4 ++--
.../Start/Gui/Resources/translations/StartPage_hr.ts | 4 ++--
.../Start/Gui/Resources/translations/StartPage_hu.ts | 4 ++--
.../Start/Gui/Resources/translations/StartPage_id.ts | 4 ++--
.../Start/Gui/Resources/translations/StartPage_it.ts | 4 ++--
.../Start/Gui/Resources/translations/StartPage_ja.ts | 4 ++--
.../Start/Gui/Resources/translations/StartPage_ka.ts | 4 ++--
.../Start/Gui/Resources/translations/StartPage_kab.ts | 4 ++--
.../Start/Gui/Resources/translations/StartPage_ko.ts | 4 ++--
.../Start/Gui/Resources/translations/StartPage_lt.ts | 4 ++--
.../Start/Gui/Resources/translations/StartPage_nl.ts | 4 ++--
.../Start/Gui/Resources/translations/StartPage_no.ts | 4 ++--
.../Start/Gui/Resources/translations/StartPage_pl.ts | 4 ++--
.../Gui/Resources/translations/StartPage_pt-BR.ts | 4 ++--
.../Gui/Resources/translations/StartPage_pt-PT.ts | 4 ++--
.../Start/Gui/Resources/translations/StartPage_ro.ts | 4 ++--
.../Start/Gui/Resources/translations/StartPage_ru.ts | 4 ++--
.../Start/Gui/Resources/translations/StartPage_sk.ts | 4 ++--
.../Start/Gui/Resources/translations/StartPage_sl.ts | 4 ++--
.../Gui/Resources/translations/StartPage_sr-CS.ts | 4 ++--
.../Start/Gui/Resources/translations/StartPage_sr.ts | 4 ++--
.../Gui/Resources/translations/StartPage_sv-SE.ts | 4 ++--
.../Start/Gui/Resources/translations/StartPage_tr.ts | 6 +++---
.../Start/Gui/Resources/translations/StartPage_uk.ts | 4 ++--
.../Gui/Resources/translations/StartPage_val-ES.ts | 4 ++--
.../Start/Gui/Resources/translations/StartPage_vi.ts | 4 ++--
.../Gui/Resources/translations/StartPage_zh-CN.ts | 4 ++--
.../Gui/Resources/translations/StartPage_zh-TW.ts | 4 ++--
src/Mod/Start/StartPage/TranslationTexts.py | 2 +-
src/Mod/TechDraw/App/DrawProjGroup.h | 2 +-
src/Mod/TechDraw/App/DrawUtil.h | 2 +-
src/Mod/TechDraw/App/DrawViewArch.cpp | 2 +-
src/Mod/TechDraw/App/DrawViewDraft.cpp | 2 +-
src/Mod/TechDraw/App/DrawViewSpreadsheet.cpp | 2 +-
src/Mod/TechDraw/moveViews.py | 2 +-
src/Mod/TemplatePyMod/MengerSponge.py | 2 +-
src/Mod/Web/Gui/Command.cpp | 2 +-
src/Tools/fcinfo | 2 +-
143 files changed, 207 insertions(+), 207 deletions(-)
diff --git a/package/fedora/freecad.spec b/package/fedora/freecad.spec
index 3fe8f638b2..d3de6abf9e 100644
--- a/package/fedora/freecad.spec
+++ b/package/fedora/freecad.spec
@@ -39,7 +39,7 @@ Summary: A general purpose 3D CAD modeler
Group: Applications/Engineering
License: LGPLv2+
-URL: http://www.freecad.org/
+URL: https://www.freecad.org/
Source0: https://github.com/%{github_name}/FreeCAD/archive/%{branch}.tar.gz
diff --git a/src/3rdParty/salomesmesh/src/DriverUNV/DriverUNV_R_SMDS_Mesh.cpp b/src/3rdParty/salomesmesh/src/DriverUNV/DriverUNV_R_SMDS_Mesh.cpp
index 78253c3506..2c63582068 100644
--- a/src/3rdParty/salomesmesh/src/DriverUNV/DriverUNV_R_SMDS_Mesh.cpp
+++ b/src/3rdParty/salomesmesh/src/DriverUNV/DriverUNV_R_SMDS_Mesh.cpp
@@ -102,7 +102,7 @@ Driver_Mesh::Status DriverUNV_R_SMDS_Mesh::Perform()
{
// Kernel_Utils::Localizer loc;
Status aResult = DRS_OK;
- // See http://forum.freecad.org/viewtopic.php?f=18&t=14404&p=135981#p136086 (wmayer)
+ // See https://forum.freecad.org/viewtopic.php?f=18&t=14404&p=135981#p136086 (wmayer)
// Line endings in UNIX format cause problems on Windows, thus the file must be opened
// in binary mode.
std::ifstream in_stream(myFile.c_str(), std::ios::in | std::ios::binary);
diff --git a/src/Doc/makingDocs.dox b/src/Doc/makingDocs.dox
index 6f149338a4..30f40f2ec4 100644
--- a/src/Doc/makingDocs.dox
+++ b/src/Doc/makingDocs.dox
@@ -1,7 +1,7 @@
/** \page makingdocs Building this source documentation
After running cmake (as per build instructions on the
-FreeCAD wiki,
+FreeCAD wiki,
run 'make DevDoc' in your build directory. HTML documentation
will be built in doc/SourceDocu/html.
diff --git a/src/Doc/sphinx/_templates/searchbox.html b/src/Doc/sphinx/_templates/searchbox.html
index fae3d96b07..2236b6cde5 100644
--- a/src/Doc/sphinx/_templates/searchbox.html
+++ b/src/Doc/sphinx/_templates/searchbox.html
@@ -20,7 +20,7 @@
{{ _('Enter search terms or a module, class or function name.') }}
- Go back to the FreeCAD homepage
+ Go back to the FreeCAD homepage
diff --git a/src/Doc/sphinx/index.rst b/src/Doc/sphinx/index.rst
index f5bf79c905..9224ff0a7e 100644
--- a/src/Doc/sphinx/index.rst
+++ b/src/Doc/sphinx/index.rst
@@ -35,4 +35,4 @@ This is the complete python API reference of the FreeCAD application
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
-* `FreeCAD homepage `_
+* `FreeCAD homepage `_
diff --git a/src/Ext/freecad/project_utility.py b/src/Ext/freecad/project_utility.py
index 20c0e78006..3f48692413 100644
--- a/src/Ext/freecad/project_utility.py
+++ b/src/Ext/freecad/project_utility.py
@@ -2,7 +2,7 @@
__title__="Document handling module"
__author__ = "Werner Mayer"
-__url__ = "http://www.freecad.org"
+__url__ = "https://www.freecad.org"
__doc__ = "Tools for extracting or creating project files"
diff --git a/src/Gui/Application.cpp b/src/Gui/Application.cpp
index baa00927cd..913834f604 100644
--- a/src/Gui/Application.cpp
+++ b/src/Gui/Application.cpp
@@ -2024,7 +2024,7 @@ void Application::runApplication()
// if application not yet created by the splasher
int argc = App::Application::GetARGC();
GUISingleApplication mainApp(argc, App::Application::GetARGV());
- // http://forum.freecad.org/viewtopic.php?f=3&t=15540
+ // https://forum.freecad.org/viewtopic.php?f=3&t=15540
mainApp.setAttribute(Qt::AA_DontShowIconsInMenus, false);
// Make sure that we use '.' as decimal point. See also
diff --git a/src/Gui/Document.cpp b/src/Gui/Document.cpp
index 87a63ea398..f6c17ccf83 100644
--- a/src/Gui/Document.cpp
+++ b/src/Gui/Document.cpp
@@ -1551,7 +1551,7 @@ void Document::SaveDocFile (Base::Writer &writer) const
{
writer.Stream() << "" << std::endl
<< "" << std::endl;
writer.Stream() << "getSVGOutput()->getFileStream();
str << R"()" << std::endl;
- str << "" << std::endl;
+ str << "" << std::endl;
str << "