use https for all links to www.cgal.org and doc.cgal.org

This commit is contained in:
Sébastien Loriot 2018-03-14 15:59:38 +01:00
parent 72a6f22a38
commit 01af331c72
96 changed files with 161 additions and 161 deletions

View File

@ -1,6 +1,6 @@
# CGAL Resources
* [Official CGAL website](http://www.cgal.org)
* [Online manual](http://doc.cgal.org/latest/Manual/index.html)
* [Official CGAL website](https://www.cgal.org)
* [Online manual](https://doc.cgal.org/latest/Manual/index.html)
* [Guidelines for contributing](https://github.com/CGAL/cgal/wiki/Guidelines)
* [Mailing lists](http://www.cgal.org/mailing_list.html)
* [Mailing lists](https://www.cgal.org/mailing_list.html)

View File

@ -4,11 +4,11 @@
<p>Copyright &copy;2009
<a href="http://www-sop.inria.fr/">INRIA Sophia Antipolis - Mediterranee<a/></p>
<p>This application illustrates the AABB tree component
of <a href="http://www.cgal.org/">CGAL</a>, applied to polyhedron
of <a href="https://www.cgal.org/">CGAL</a>, applied to polyhedron
facets and edges.</p>
<p>See also the following chapters of the manual:
<ul>
<li><a href="http://www.cgal.org/Pkg/Polyhedron">
<li><a href="https://www.cgal.org/Pkg/Polyhedron">
3D Polyhedral Surface</a>,
</li>
</ul>

View File

@ -3,8 +3,8 @@
<h2>3D Alpha Shapes</h2>
<p>Copyright &copy; 2008 GeometryFactory</p>
<p>This application illustrates the 3D Alpha shapes
of <a href="http://www.cgal.org/">CGAL</a>.</p>
<p>See also <a href="http://www.cgal.org/Pkg/AlphaShapes3">the online
of <a href="https://www.cgal.org/">CGAL</a>.</p>
<p>See also <a href="https://www.cgal.org/Pkg/AlphaShapes3">the online
manual</a>.</p>
</body>
</html>

View File

@ -45,7 +45,7 @@ namespace CGAL {
// Barycentric coordinates namespace.
namespace Barycentric_coordinates {
// Examples: see the User Manual here - http://doc.cgal.org/latest/Manual/index.html.
// Examples: see the User Manual here - https://doc.cgal.org/latest/Manual/index.html.
// [1] Reference: "M. S. Floater, K. Hormann, and G. Kos. A general construction of barycentric coordinates over convex polygons. Advances in Computational Mathematics, 24(1-4):311-331, 2006.".
/*!

View File

@ -45,7 +45,7 @@ namespace CGAL {
// Barycentric coordinates namespace.
namespace Barycentric_coordinates {
// Examples: see the User Manual here - http://doc.cgal.org/latest/Manual/index.html.
// Examples: see the User Manual here - https://doc.cgal.org/latest/Manual/index.html.
/*!
* \ingroup PkgBarycentric_coordinates_2

View File

@ -96,7 +96,7 @@ public:
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Examples: see the User Manual here - http://doc.cgal.org/latest/Manual/index.html.
// Examples: see the User Manual here - https://doc.cgal.org/latest/Manual/index.html.
// [1] Reference: "K. Hormann and M. Floater. Mean value coordinates for arbitrary planar polygons. ACM Transactions on Graphics, 25(4):1424-1441, 2006.".
// [2] Reference: "M. S. Floater, Wachspress and mean value coordinates, to appear in the Proceedings of the 14th International Conference on Approximation Theory, G. Fasshauer and L. L. Schumaker (eds.)."

View File

@ -45,7 +45,7 @@ namespace CGAL {
// Barycentric coordinates namespace.
namespace Barycentric_coordinates {
// Examples: see the User Manual - http://doc.cgal.org/latest/Manual/index.html.
// Examples: see the User Manual - https://doc.cgal.org/latest/Manual/index.html.
/*!
* \ingroup PkgBarycentric_coordinates_2

View File

@ -45,7 +45,7 @@ namespace CGAL {
// Barycentric coordinates namespace.
namespace Barycentric_coordinates {
// Examples: see the User Manual here - http://doc.cgal.org/latest/Manual/index.html.
// Examples: see the User Manual here - https://doc.cgal.org/latest/Manual/index.html.
// [1] Reference: Weisstein, Eric W. "Barycentric Coordinates." From MathWorld--A Wolfram Web Resource. http://mathworld.wolfram.com/BarycentricCoordinates.html.
/*!

View File

@ -45,7 +45,7 @@ namespace CGAL {
// Barycentric coordinates namespace.
namespace Barycentric_coordinates {
// Examples: see the User Manual here - http://doc.cgal.org/latest/Manual/index.html.
// Examples: see the User Manual here - https://doc.cgal.org/latest/Manual/index.html.
// [1] Reference: "M. S. Floater, K. Hormann, and G. Kos. A general construction of barycentric coordinates over convex polygons. Advances in Computational Mathematics, 24(1-4):311-331, 2006.".
/*!

View File

@ -86,7 +86,7 @@ special_warnings(const char *,
<< " // File : " << file << std::endl
<< " // Line : " << line << std::endl
<< " // Explanation: " << msg << std::endl
<< " // Refer to the bug-reporting instructions at http://www.cgal.org/bug_report.html"
<< " // Refer to the bug-reporting instructions at https://www.cgal.org/bug_report.html"
<< std::endl;
}

View File

@ -259,11 +259,11 @@ namespace CGAL_MINIBALL_NAMESPACE {
// check size of support set:
if (e > static_cast<int>(l.size()) || e > (D+1)) {
cerr << "BUG: Min_sphere_of_spheres_d: support set too large." << endl
<< "Refer to the bug-reporting instructions at http://www.cgal.org/bug_report.html" << endl;
<< "Refer to the bug-reporting instructions at https://www.cgal.org/bug_report.html" << endl;
return false;
} else if (l.size() > 0 && e<=0) {
cerr << "BUG: Min_sphere_of_spheres_d: support set too small." << endl
<< "Refer to the bug-reporting instructions at http://www.cgal.org/bug_report.html" << endl;
<< "Refer to the bug-reporting instructions at https://www.cgal.org/bug_report.html" << endl;
return false;
}
@ -271,7 +271,7 @@ namespace CGAL_MINIBALL_NAMESPACE {
if (l.size() <= 0) {
if (!is_empty()) {
cerr << "BUG: Min_sphere_of_spheres_d: miniball of {} non-empty." << endl
<< "Refer to the bug-reporting instructions at http://www.cgal.org/bug_report.html" << endl;
<< "Refer to the bug-reporting instructions at https://www.cgal.org/bug_report.html" << endl;
return false;
} else
return true;
@ -310,7 +310,7 @@ namespace CGAL_MINIBALL_NAMESPACE {
}
if (!isSupporting) {
cerr << "BUG: Min_sphere_of_spheres_d: support not on boundary." << endl
<< "Refer to the bug-reporting instructions at http://www.cgal.org/bug_report.html" << endl;
<< "Refer to the bug-reporting instructions at https://www.cgal.org/bug_report.html" << endl;
return false;
}
@ -336,7 +336,7 @@ namespace CGAL_MINIBALL_NAMESPACE {
++i;
if (i >= D+1) {
cerr << "BUG: Min_sphere_of_spheres_d: supp. centers aff. dep." << endl
<< "Refer to the bug-reporting instructions at http://www.cgal.org/bug_report.html" << endl;
<< "Refer to the bug-reporting instructions at https://www.cgal.org/bug_report.html" << endl;
return false;
}
@ -370,7 +370,7 @@ namespace CGAL_MINIBALL_NAMESPACE {
if (!is_zero(rhs[i],ss.disc())) {
cerr << "BUG: Min_sphere_of_spheres_d: center of the miniball" << endl
<< " not in the span of the support centers." << endl
<< "Refer to the bug-reporting instructions at http://www.cgal.org/bug_report.html" << endl;
<< "Refer to the bug-reporting instructions at https://www.cgal.org/bug_report.html" << endl;
return false;
}
@ -388,7 +388,7 @@ namespace CGAL_MINIBALL_NAMESPACE {
if (is_neg_or_zero(lambda[i],ss.disc())) {
cerr << "BUG: Min_sphere_of_spheres_d: center of miniball not in" << endl
<< " interior of convex hull of support centers." << endl
<< "Refer to the bug-reporting instructions at http://www.cgal.org/bug_report.html" << endl;
<< "Refer to the bug-reporting instructions at https://www.cgal.org/bug_report.html" << endl;
return false;
}

View File

@ -79,7 +79,7 @@ namespace CGAL{
int IpelibVersion() const { return IPELIB_VERSION; }
int NumFunctions() const { return nbf; }
virtual const char *Label() const{ return &Name[0]; }
const char *About() const {return "http://www.cgal.org";};
const char *About() const {return "https://www.cgal.org";};
virtual const char *SubLabel(int function) const {return &SubLab[function][0];};
virtual const char *HelpMsg(int function) const{return &HMsg[function][0];};
void Run (int i, IpePage *page, IpeletHelper *helper) {
@ -89,7 +89,7 @@ namespace CGAL{
protected_run(i);
}
catch(...){
helper->MessageBox("Error : Save your page in a file and submit it to \n http://www.cgal.org/bug_report.html","OK",NULL,NULL);
helper->MessageBox("Error : Save your page in a file and submit it to \n https://www.cgal.org/bug_report.html","OK",NULL,NULL);
}
};

View File

@ -116,7 +116,7 @@ namespace CGAL{
int ipelibVersion() const { return ipe::IPELIB_VERSION; }
int NumFunctions() const { return nbf; }
virtual const char *Label() const{ return &Name[0]; }
const char *About() const {return "http://www.cgal.org";};
const char *About() const {return "https://www.cgal.org";};
virtual const char *SubLabel(int function) const {return &SubLab[function][0];};
virtual const char *HelpMsg(int function) const{return &HMsg[function][0];};
bool run (int i, ipe::IpeletData* data, ipe::IpeletHelper* helper) {
@ -127,7 +127,7 @@ namespace CGAL{
return true;
}
catch(...){
helper->messageBox("Error : Save your page in a file and submit it to \n http://www.cgal.org/bug_report.html",NULL,ipe::IpeletHelper::EOkCancelButtons);
helper->messageBox("Error : Save your page in a file and submit it to \n https://www.cgal.org/bug_report.html",NULL,ipe::IpeletHelper::EOkCancelButtons);
return false;
}
};

View File

@ -35,7 +35,7 @@ class PointC2
{
typedef PointC2<R_> Self;
typedef typename R_::FT FT;
// http://doc.cgal.org/latest/Manual/devman_code_format.html#secprogramming_conventions
// https://doc.cgal.org/latest/Manual/devman_code_format.html#secprogramming_conventions
typedef typename R_::Vector_2 Vector_2_;
typedef typename R_::Point_2 Point_2;

View File

@ -37,7 +37,7 @@ template <class R_>
class SphereC3
{
typedef typename R_::FT FT;
// http://doc.cgal.org/latest/Manual/devman_code_format.html#secprogramming_conventions
// https://doc.cgal.org/latest/Manual/devman_code_format.html#secprogramming_conventions
typedef typename R_::Point_3 Point_3_;
typedef typename R_::Vector_3 Vector_3;
typedef typename R_::Sphere_3 Sphere_3;

View File

@ -35,7 +35,7 @@ namespace CGAL {
template < class R_ >
class VectorC3
{
// http://doc.cgal.org/latest/Manual/devman_code_format.html#secprogramming_conventions
// https://doc.cgal.org/latest/Manual/devman_code_format.html#secprogramming_conventions
typedef typename R_::FT FT_;
typedef typename R_::Point_3 Point_3;
typedef typename R_::Vector_3 Vector_3;

View File

@ -34,7 +34,7 @@
#define CGAL_DEPRECATED_HEADER "<CGAL/Convex_hull_d.h>"
#define CGAL_DEPRECATED_MESSAGE_DETAILS \
"The Triangulation package (see http://doc.cgal.org/latest/Triangulation) should be used instead."
"The Triangulation package (see https://doc.cgal.org/latest/Triangulation) should be used instead."
#include <CGAL/internal/deprecation_warning.h>
/*{\Manpage {Convex_hull_d}{R}{Convex Hulls}{C}}*/

View File

@ -26,7 +26,7 @@
#define CGAL_DEPRECATED_HEADER "<CGAL/Convex_hull_d_to_polyhedron_3.h>"
#define CGAL_DEPRECATED_MESSAGE_DETAILS \
"The Triangulation package (see http://doc.cgal.org/latest/Triangulation) should be used instead."
"The Triangulation package (see https://doc.cgal.org/latest/Triangulation) should be used instead."
#include <CGAL/internal/deprecation_warning.h>
#include <CGAL/Convex_hull_d.h>

View File

@ -26,7 +26,7 @@
#define CGAL_DEPRECATED_HEADER "<CGAL/Convex_hull_d_traits_3.h>"
#define CGAL_DEPRECATED_MESSAGE_DETAILS \
"The Triangulation package (see http://doc.cgal.org/latest/Triangulation) should be used instead."
"The Triangulation package (see https://doc.cgal.org/latest/Triangulation) should be used instead."
#include <CGAL/internal/deprecation_warning.h>
#include <CGAL/Point_3.h>

View File

@ -34,7 +34,7 @@
#define CGAL_DEPRECATED_HEADER "<CGAL/Delaunay_d.h>"
#define CGAL_DEPRECATED_MESSAGE_DETAILS \
"The Triangulation package (see http://doc.cgal.org/latest/Triangulation) should be used instead."
"The Triangulation package (see https://doc.cgal.org/latest/Triangulation) should be used instead."
#include <CGAL/internal/deprecation_warning.h>
/*{\Manpage {Delaunay_d}{R,Lifted_R}{Delaunay Triangulations}{DT}}*/

View File

@ -34,7 +34,7 @@
#define CGAL_DEPRECATED_HEADER "<CGAL/Regular_complex_d.h>"
#define CGAL_DEPRECATED_MESSAGE_DETAILS \
"The Triangulation package (see http://doc.cgal.org/latest/Triangulation) should be used instead."
"The Triangulation package (see https://doc.cgal.org/latest/Triangulation) should be used instead."
#include <CGAL/internal/deprecation_warning.h>
#include <CGAL/basic.h>

View File

@ -17,7 +17,7 @@ in the library. This means that they assure that new contributions
Software specifications and implementations should be submitted to the
editorial board for approval. The process is described in the
<A HREF="http://www.cgal.org/review_process_rules.html">submission
<A HREF="https://www.cgal.org/review_process_rules.html">submission
and review rules</A>.
One should write a specification for a new package
@ -29,6 +29,6 @@ Only after approval by the board will packages be included in new
public releases and then only if they pass the test suite, of course.
The current list of members of the editorial board can be found on the
<A HREF="http://www.cgal.org/people.html">web site</A>.
<A HREF="https://www.cgal.org/people.html">web site</A>.
*/

View File

@ -100,19 +100,19 @@ On other distributions, please consult your package manager documentation.
\subsection sseccgalwindows CGAL on Windows
You can download and run `CGAL-\cgalReleaseNumber``-Setup.exe` from http://www.cgal.org/download.html.
You can download and run `CGAL-\cgalReleaseNumber``-Setup.exe` from https://www.cgal.org/download.html.
It is a self extracting executable that installs the \cgal source, and that allows you
to select and download some precompiled third party libraries. However, you will need to compile
the library using your favorite compiler.
A <a href="http://www.cgal.org/windows_installation.html">tutorial</a> is provided on how to proceed with Microsoft Visual Studio 2010.
A <a href="https://www.cgal.org/windows_installation.html">tutorial</a> is provided on how to proceed with Microsoft Visual Studio 2010.
\section secgettingcgal Downloading CGAL
You can obtain the \cgal library from
<A HREF="http://www.cgal.org/download.html">http://www.cgal.org/download.html</A>
<A HREF="https://www.cgal.org/download.html">https://www.cgal.org/download.html</A>
and install it yourself.
After you have downloaded the file `CGAL-\cgalReleaseNumber``.tar.gz` containing the
@ -152,7 +152,7 @@ of \cgal and has its own license.
The only documentation shipped with \cgal sources is the present
installation manual. The \cgal manual must be downloaded separately from
<A HREF="http://www.cgal.org/download.html">`http://www.cgal.org/download.html`</A>.
<A HREF="https://www.cgal.org/download.html">`https://www.cgal.org/download.html`</A>.
\section seccompilers Supported Compilers
@ -334,7 +334,7 @@ cmake -DCGAL_HEADER_ONLY=ON . # configure \cgal
and we do not need to run `make` anymore.
There is one possible problem when using \cgal in header-only mode on a Windows operating system when compiling a program using several modules (executable programs or dynamic-link libraries DLL). If two different modules use the same static variable, this variable is defined independently in each of these modules. If one module modifies the value of this variable, it will not be modified in the other module, which could induce an unexpected behavior. In \cgal, this concerns only a few specific variables: the <A HREF="http://doc.cgal.org/latest/Generator/classCGAL_1_1Random.html">default random</A>, the <A HREF="http://doc.cgal.org/latest/STL_Extension/group__PkgStlExtensionAssertions.html">failure behavior</A>, <A HREF="http://doc.cgal.org/latest/Stream_support/group__PkgIOstreams.html">IO mode</A>. One example is the following: if you change the default random in one DLL, then if you use the default random in another DLL, you will not obtain the modified default random but the original one.
There is one possible problem when using \cgal in header-only mode on a Windows operating system when compiling a program using several modules (executable programs or dynamic-link libraries DLL). If two different modules use the same static variable, this variable is defined independently in each of these modules. If one module modifies the value of this variable, it will not be modified in the other module, which could induce an unexpected behavior. In \cgal, this concerns only a few specific variables: the <A HREF="https://doc.cgal.org/latest/Generator/classCGAL_1_1Random.html">default random</A>, the <A HREF="https://doc.cgal.org/latest/STL_Extension/group__PkgStlExtensionAssertions.html">failure behavior</A>, <A HREF="https://doc.cgal.org/latest/Stream_support/group__PkgIOstreams.html">IO mode</A>. One example is the following: if you change the default random in one DLL, then if you use the default random in another DLL, you will not obtain the modified default random but the original one.
\section secessential3rdpartysoftware Essential Third Party Libraries

View File

@ -335,7 +335,7 @@ and its notion of *concepts* and *models*.
Other resources for \cgal are the rest of the \ref tutorials "tutorials"
and the user support page at
http://www.cgal.org/.
https://www.cgal.org/.
*/
} /* namespace CGAL */

View File

@ -40,10 +40,10 @@ see the \ref licenseIssues "License" page.
Manuals for the Previous Releases
=================================
For releases >= 4.2, visit [http://doc.cgal.org/X.Y](http://doc.cgal.org/4.2)
For releases >= 4.2, visit [https://doc.cgal.org/X.Y](https://doc.cgal.org/4.2)
For releases X.Y, with 3.1 <= X.Y <= 4.1 visit
[http://doc.cgal.org/Manual/X.Y/doc_html/cgal_manual/packages.html](http://doc.cgal.org/Manual/3.1/doc_html/cgal_manual/packages.html)
[https://doc.cgal.org/Manual/X.Y/doc_html/cgal_manual/packages.html](https://doc.cgal.org/Manual/3.1/doc_html/cgal_manual/packages.html)

View File

@ -278,9 +278,9 @@ ALIASES = "sc{1}=<span style=\"font-variant: small-caps;\">\1</sp
"cgalPkgSince{1}=<B>Introduced in:</B> \cgal \1<BR>" \
"cgalPkgDependsOn{1}=<B>Depends on:</B> \1 <BR>" \
"cgalPkgLicense{1}=<B>License:</B> \1 <BR>" \
"cgalPkgDemo{2}=<B>Windows Demo:</B> <a href=\"http://www.cgal.org/demo/${CGAL_CREATED_VERSION_NUM}/\2\">\1</a><BR><B>Common Demo Dlls:</B> <a href=\"http://www.cgal.org/demo/${CGAL_CREATED_VERSION_NUM}/CGAL-demoDLLs.zip\">dlls</a><BR>" \
"cgalPkgDemo{4}=<B>Windows Demos:</B> <a href=\"http://www.cgal.org/demo/${CGAL_CREATED_VERSION_NUM}/\2\">\1</a>, <a href=\"http://www.cgal.org/demo/${CGAL_CREATED_VERSION_NUM}/\4\">\3</a><BR><B>Common Demo Dlls:</B> <a href=\"http://www.cgal.org/demo/${CGAL_CREATED_VERSION_NUM}/CGAL-demoDLLs.zip\">dlls</a><BR>" \
"cgalPkgDemo{6}=<B>Windows Demos:</B> <a href=\"http://www.cgal.org/demo/${CGAL_CREATED_VERSION_NUM}/\2\">\1</a>, <a href=\"http://www.cgal.org/demo/${CGAL_CREATED_VERSION_NUM}/\4\">\3</a>, <a href=\"http://www.cgal.org/demo/${CGAL_CREATED_VERSION_NUM}/\6\">\5</a><BR><B>Common Demo Dlls:</B> <a href=\"http://www.cgal.org/demo/${CGAL_CREATED_VERSION_NUM}/CGAL-demoDLLs.zip\">dlls</a><BR>" \
"cgalPkgDemo{2}=<B>Windows Demo:</B> <a href=\"https://www.cgal.org/demo/${CGAL_CREATED_VERSION_NUM}/\2\">\1</a><BR><B>Common Demo Dlls:</B> <a href=\"https://www.cgal.org/demo/${CGAL_CREATED_VERSION_NUM}/CGAL-demoDLLs.zip\">dlls</a><BR>" \
"cgalPkgDemo{4}=<B>Windows Demos:</B> <a href=\"https://www.cgal.org/demo/${CGAL_CREATED_VERSION_NUM}/\2\">\1</a>, <a href=\"https://www.cgal.org/demo/${CGAL_CREATED_VERSION_NUM}/\4\">\3</a><BR><B>Common Demo Dlls:</B> <a href=\"https://www.cgal.org/demo/${CGAL_CREATED_VERSION_NUM}/CGAL-demoDLLs.zip\">dlls</a><BR>" \
"cgalPkgDemo{6}=<B>Windows Demos:</B> <a href=\"https://www.cgal.org/demo/${CGAL_CREATED_VERSION_NUM}/\2\">\1</a>, <a href=\"https://www.cgal.org/demo/${CGAL_CREATED_VERSION_NUM}/\4\">\3</a>, <a href=\"https://www.cgal.org/demo/${CGAL_CREATED_VERSION_NUM}/\6\">\5</a><BR><B>Common Demo Dlls:</B> <a href=\"https://www.cgal.org/demo/${CGAL_CREATED_VERSION_NUM}/CGAL-demoDLLs.zip\">dlls</a><BR>" \
"cgalPkgDescriptionEnd=" \
"cgalModifBegin=\htmlonly <div class=\"CGALModification\"> \endhtmlonly \xrefitem Modification \"Modifications\" \"MODIFICATIONS\" " \
"cgalModifEnd=\htmlonly </div> \endhtmlonly \latexonly END MODIFICATIONS \endlatexonly" \

View File

@ -37,7 +37,7 @@ $extrastylesheet
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="back-nav">
<ul>
<li><a href="http://www.cgal.org/">cgal.org</a></li>
<li><a href="https://www.cgal.org/">cgal.org</a></li>
<li><a href="../Manual/index.html">Top</a></li>
<li><a href="../Manual/general_intro.html">Getting Started</a></li>
<li><a href="../Manual/tutorials.html">Tutorials</a></li>

View File

@ -61,7 +61,7 @@ $extrastylesheet
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="back-nav">
<ul>
<li><a href="http://www.cgal.org/">cgal.org</a></li>
<li><a href="https://www.cgal.org/">cgal.org</a></li>
<li><a href="../Manual/index.html">Top</a></li>
<li><a href="../Manual/general_intro.html">Getting Started</a></li>
<li><a href="../Manual/tutorials.html">Tutorials</a></li>

View File

@ -279,9 +279,9 @@ ALIASES = "sc{1}=<span style=\"font-variant: small-caps;\">\1</sp
"cgalPkgSince{1}=<B>Introduced in:</B> \cgal \1<BR>" \
"cgalPkgDependsOn{1}=<B>Depends on:</B> \1 <BR>" \
"cgalPkgLicense{1}=<B>License:</B> \1 <BR>" \
"cgalPkgDemo{2}=<B>Windows Demo:</B> <a href=\"http://www.cgal.org/demo/${CGAL_CREATED_VERSION_NUM}/\2\">\1</a><BR><B>Common Demo Dlls:</B> <a href=\"http://www.cgal.org/demo/${CGAL_CREATED_VERSION_NUM}/CGAL-demoDLLs.zip\">dlls</a><BR>" \
"cgalPkgDemo{4}=<B>Windows Demos:</B> <a href=\"http://www.cgal.org/demo/${CGAL_CREATED_VERSION_NUM}/\2\">\1</a>, <a href=\"http://www.cgal.org/demo/${CGAL_CREATED_VERSION_NUM}/\4\">\3</a><BR><B>Common Demo Dlls:</B> <a href=\"http://www.cgal.org/demo/${CGAL_CREATED_VERSION_NUM}/CGAL-demoDLLs.zip\">dlls</a><BR>" \
"cgalPkgDemo{6}=<B>Windows Demos:</B> <a href=\"http://www.cgal.org/demo/${CGAL_CREATED_VERSION_NUM}/\2\">\1</a>, <a href=\"http://www.cgal.org/demo/${CGAL_CREATED_VERSION_NUM}/\4\">\3</a>, <a href=\"http://www.cgal.org/demo/${CGAL_CREATED_VERSION_NUM}/\6\">\5</a><BR><B>Common Demo Dlls:</B> <a href=\"http://www.cgal.org/demo/${CGAL_CREATED_VERSION_NUM}/CGAL-demoDLLs.zip\">dlls</a><BR>" \
"cgalPkgDemo{2}=<B>Windows Demo:</B> <a href=\"https://www.cgal.org/demo/${CGAL_CREATED_VERSION_NUM}/\2\">\1</a><BR><B>Common Demo Dlls:</B> <a href=\"https://www.cgal.org/demo/${CGAL_CREATED_VERSION_NUM}/CGAL-demoDLLs.zip\">dlls</a><BR>" \
"cgalPkgDemo{4}=<B>Windows Demos:</B> <a href=\"https://www.cgal.org/demo/${CGAL_CREATED_VERSION_NUM}/\2\">\1</a>, <a href=\"https://www.cgal.org/demo/${CGAL_CREATED_VERSION_NUM}/\4\">\3</a><BR><B>Common Demo Dlls:</B> <a href=\"https://www.cgal.org/demo/${CGAL_CREATED_VERSION_NUM}/CGAL-demoDLLs.zip\">dlls</a><BR>" \
"cgalPkgDemo{6}=<B>Windows Demos:</B> <a href=\"https://www.cgal.org/demo/${CGAL_CREATED_VERSION_NUM}/\2\">\1</a>, <a href=\"https://www.cgal.org/demo/${CGAL_CREATED_VERSION_NUM}/\4\">\3</a>, <a href=\"https://www.cgal.org/demo/${CGAL_CREATED_VERSION_NUM}/\6\">\5</a><BR><B>Common Demo Dlls:</B> <a href=\"https://www.cgal.org/demo/${CGAL_CREATED_VERSION_NUM}/CGAL-demoDLLs.zip\">dlls</a><BR>" \
"cgalPkgDescriptionEnd=" \
"cgalModifBegin=\htmlonly <div class=\"CGALModification\"> \endhtmlonly \xrefitem Modification \"Modifications\" \"MODIFICATIONS\" " \
"cgalModifEnd=\htmlonly </div> \endhtmlonly \latexonly END MODIFICATIONS \endlatexonly" \

View File

@ -37,7 +37,7 @@ $extrastylesheet
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="back-nav">
<ul>
<li><a href="http://www.cgal.org/">cgal.org</a></li>
<li><a href="https://www.cgal.org/">cgal.org</a></li>
<li><a href="../Manual/index.html">Top</a></li>
<li><a href="../Manual/general_intro.html">Getting Started</a></li>
<li><a href="../Manual/tutorials.html">Tutorials</a></li>

View File

@ -61,7 +61,7 @@ $extrastylesheet
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="back-nav">
<ul>
<li><a href="http://www.cgal.org/">cgal.org</a></li>
<li><a href="https://www.cgal.org/">cgal.org</a></li>
<li><a href="../Manual/index.html">Top</a></li>
<li><a href="../Manual/general_intro.html">Getting Started</a></li>
<li><a href="../Manual/tutorials.html">Tutorials</a></li>

View File

@ -270,9 +270,9 @@ ALIASES += "cgalPkgDesc{1}=<div class=\"PkgDescription\">\1</div>"
ALIASES += "cgalPkgSince{1}=<B>Introduced in:</B> \cgal \1<BR>"
ALIASES += "cgalPkgDependsOn{1}=<B>Depends on:</B> \1 <BR>"
ALIASES += "cgalPkgLicense{1}=<B>License:</B> \1 <BR>"
ALIASES += "cgalPkgDemo{2}=<B>Windows Demo:</B> <a href=\"http://www.cgal.org/demo/${CGAL_CREATED_VERSION_NUM}/\2\">\1</a><BR><B>Common Demo Dlls:</B> <a href=\"http://www.cgal.org/demo/${CGAL_CREATED_VERSION_NUM}/CGAL-demoDLLs.zip\">dlls</a><BR>"
ALIASES += "cgalPkgDemo{4}=<B>Windows Demos:</B> <a href=\"http://www.cgal.org/demo/${CGAL_CREATED_VERSION_NUM}/\2\">\1</a>, <a href=\"http://www.cgal.org/demo/${CGAL_CREATED_VERSION_NUM}/\4\">\3</a><BR><B>Common Demo Dlls:</B> <a href=\"http://www.cgal.org/demo/${CGAL_CREATED_VERSION_NUM}/CGAL-demoDLLs.zip\">dlls</a><BR>"
ALIASES += "cgalPkgDemo{6}=<B>Windows Demos:</B> <a href=\"http://www.cgal.org/demo/${CGAL_CREATED_VERSION_NUM}/\2\">\1</a>, <a href=\"http://www.cgal.org/demo/${CGAL_CREATED_VERSION_NUM}/\4\">\3</a>, <a href=\"http://www.cgal.org/demo/${CGAL_CREATED_VERSION_NUM}/\6\">\5</a><BR><B>Common Demo Dlls:</B> <a href=\"http://www.cgal.org/demo/${CGAL_CREATED_VERSION_NUM}/CGAL-demoDLLs.zip\">dlls</a><BR>"
ALIASES += "cgalPkgDemo{2}=<B>Windows Demo:</B> <a href=\"https://www.cgal.org/demo/${CGAL_CREATED_VERSION_NUM}/\2\">\1</a><BR><B>Common Demo Dlls:</B> <a href=\"https://www.cgal.org/demo/${CGAL_CREATED_VERSION_NUM}/CGAL-demoDLLs.zip\">dlls</a><BR>"
ALIASES += "cgalPkgDemo{4}=<B>Windows Demos:</B> <a href=\"https://www.cgal.org/demo/${CGAL_CREATED_VERSION_NUM}/\2\">\1</a>, <a href=\"https://www.cgal.org/demo/${CGAL_CREATED_VERSION_NUM}/\4\">\3</a><BR><B>Common Demo Dlls:</B> <a href=\"https://www.cgal.org/demo/${CGAL_CREATED_VERSION_NUM}/CGAL-demoDLLs.zip\">dlls</a><BR>"
ALIASES += "cgalPkgDemo{6}=<B>Windows Demos:</B> <a href=\"https://www.cgal.org/demo/${CGAL_CREATED_VERSION_NUM}/\2\">\1</a>, <a href=\"https://www.cgal.org/demo/${CGAL_CREATED_VERSION_NUM}/\4\">\3</a>, <a href=\"https://www.cgal.org/demo/${CGAL_CREATED_VERSION_NUM}/\6\">\5</a><BR><B>Common Demo Dlls:</B> <a href=\"https://www.cgal.org/demo/${CGAL_CREATED_VERSION_NUM}/CGAL-demoDLLs.zip\">dlls</a><BR>"
ALIASES += "cgalPkgDescriptionEnd="

View File

@ -41,7 +41,7 @@ $search
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="back-nav">
<ul>
<li><a href="http://www.cgal.org/">cgal.org</a></li>
<li><a href="https://www.cgal.org/">cgal.org</a></li>
<li><a href="../Manual/index.html">Top</a></li>
<li><a href="../Manual/general_intro.html">Getting Started</a></li>
<li><a href="../Manual/tutorials.html">Tutorials</a></li>

View File

@ -58,7 +58,7 @@ MathJax.Hub.Config({
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="back-nav">
<ul>
<li><a href="http://www.cgal.org/">cgal.org</a></li>
<li><a href="https://www.cgal.org/">cgal.org</a></li>
<li><a href="../Manual/index.html">Top</a></li>
<li><a href="../Manual/general_intro.html">Getting Started</a></li>
<li><a href="../Manual/tutorials.html">Tutorials</a></li>

View File

@ -15,7 +15,7 @@ result_bib=r"""@book{ cgal:eb-${CGAL_RELEASE_YEAR_ID}
, publisher = "{CGAL Editorial Board}"
, edition = "{${CGAL_CREATED_VERSION_NUM}}"
, year = ${CGAL_BUILD_YEAR4}
, url = "http://doc.cgal.org/${CGAL_CREATED_VERSION_NUM}/Manual/packages.html"
, url = "https://doc.cgal.org/${CGAL_CREATED_VERSION_NUM}/Manual/packages.html"
}"""
result_txt=r"""// This file was generated by generate_how_to_cite.py. You shouldn't modify it directly.
@ -46,7 +46,7 @@ software.
If you want to cite the %CGAL Library or project as a whole, please
- cite: %CGAL, Computational Geometry Algorithms Library, http://www.cgal.org
- cite: %CGAL, Computational Geometry Algorithms Library, https://www.cgal.org
- use the first bibtex entry from the file <a href="how_to_cite_cgal.bib">how_to_cite_cgal.bib</a>.
## Citing the User and Reference Manual ##
@ -66,7 +66,7 @@ The %CGAL Project.
<em>%CGAL User and Reference Manual</em>.
%CGAL Editorial Board, ${CGAL_CREATED_VERSION_NUM} edition, ${CGAL_BUILD_YEAR4}.
[&nbsp;<a href="how_to_cite.html#cgal:eb-${CGAL_RELEASE_YEAR_ID}">bib</a>&nbsp;|
<a href="http://doc.cgal.org/${CGAL_CREATED_VERSION_NUM}/Manual/packages.html">http</a>&nbsp;]
<a href="https://doc.cgal.org/${CGAL_CREATED_VERSION_NUM}/Manual/packages.html">http</a>&nbsp;]
</td>
</tr>
@ -86,7 +86,7 @@ result_html=r"""<h1>how_to_cite_cgal.bib</h1><a name="cgal:eb-${CGAL_RELEASE_YEA
publisher = {{CGAL Editorial Board}},
edition = {{${CGAL_CREATED_VERSION_NUM}}},
year = ${CGAL_BUILD_YEAR4},
url = {<a href="http://doc.cgal.org/${CGAL_CREATED_VERSION_NUM}/Manual/packages.html">http://doc.cgal.org/${CGAL_CREATED_VERSION_NUM}/Manual/packages.html</a>}
url = {<a href="https://doc.cgal.org/${CGAL_CREATED_VERSION_NUM}/Manual/packages.html">https://doc.cgal.org/${CGAL_CREATED_VERSION_NUM}/Manual/packages.html</a>}
}
</pre>
@ -102,7 +102,7 @@ def gen_bib_entry(title, authors, bib, anchor):
, publisher = \"{CGAL Editorial Board}\"\n\
, edition = \"{${CGAL_CREATED_VERSION_NUM}}\"\n\
, booktitle = \"{CGAL} User and Reference Manual\"\n\
, url = \"http://doc.cgal.org/${CGAL_CREATED_VERSION_NUM}/Manual/packages.html#"+anchor+"\"\n\
, url = \"https://doc.cgal.org/${CGAL_CREATED_VERSION_NUM}/Manual/packages.html#"+anchor+"\"\n\
, year = ${CGAL_BUILD_YEAR4}\n\
}\n"
return res
@ -118,7 +118,7 @@ def gen_txt_entry(title, authors, bib, anchor,k):
In <em>%CGAL User and Reference Manual</em>. %CGAL Editorial Board,\n\
${CGAL_CREATED_VERSION_NUM} edition, ${CGAL_BUILD_YEAR4}.\n\
[&nbsp;<a href=\"how_to_cite.html#"+bib+"-${CGAL_RELEASE_YEAR_ID}\">bib</a>&nbsp;| \n\
<a href=\"http://doc.cgal.org/${CGAL_CREATED_VERSION_NUM}/Manual/packages.html#"+anchor+"\">http</a>&nbsp;]\n\
<a href=\"https://doc.cgal.org/${CGAL_CREATED_VERSION_NUM}/Manual/packages.html#"+anchor+"\">http</a>&nbsp;]\n\
\n\
</td>\n\
</tr>\n\n\n"
@ -132,7 +132,7 @@ def gen_html_entry(title, authors, bib, anchor):
publisher = {{CGAL Editorial Board}},\n\
edition = {{${CGAL_CREATED_VERSION_NUM}}},\n\
booktitle = {{CGAL} User and Reference Manual},\n\
url = {<a href=\"http://doc.cgal.org/${CGAL_CREATED_VERSION_NUM}/Manual/packages.html#"+anchor+"\">http://doc.cgal.org/${CGAL_CREATED_VERSION_NUM}/Manual/packages.html#"+anchor+"</a>},\n\
url = {<a href=\"https://doc.cgal.org/${CGAL_CREATED_VERSION_NUM}/Manual/packages.html#"+anchor+"\">https://doc.cgal.org/${CGAL_CREATED_VERSION_NUM}/Manual/packages.html#"+anchor+"</a>},\n\
year = ${CGAL_BUILD_YEAR4}\n\
}\n\
</pre>\n\n"

View File

@ -3,8 +3,8 @@
<h2>Alpha Shapes</h2>
<p>Copyright &copy; 2010 GeometryFactory</p>
<p>This application illustrates the 2D Alpha Shapes
of <a href="http://www.cgal.org/">CGAL</a>.</p>
<p>See also <a href="http://www.cgal.org/Pkg/AlphaShape2">the online
of <a href="https://www.cgal.org/">CGAL</a>.</p>
<p>See also <a href="https://www.cgal.org/Pkg/AlphaShape2">the online
manual</a>.</p>
</body>
</html>

View File

@ -3,7 +3,7 @@
<h2>Apollonius Graph</h2>
<p>Copyright &copy; 2010 GeometryFactory</p>
<p>This application illustrates the 2D Apollonius graph.</p>
<p>See also <a href="http://www.cgal.org/Pkg/ApolloniusGraph2">the online
<p>See also <a href="https://www.cgal.org/Pkg/ApolloniusGraph2">the online
manual</a>.</p>
</body>
</html>

View File

@ -3,8 +3,8 @@
<h2>Bounding Volumes</h2>
<p>Copyright &copy; 2010 ETH Zurich</p>
<p>This application illustrates the Bounding Volume Algorithms
of <a href="http://www.cgal.org/">CGAL</a>.</p>
<p>See also <a href="http://www.cgal.org/Pkg/BoundingVolumes">the online
of <a href="https://www.cgal.org/">CGAL</a>.</p>
<p>See also <a href="https://www.cgal.org/Pkg/BoundingVolumes">the online
manual</a>.</p>
</body>
</html>

View File

@ -3,8 +3,8 @@
<h2>Circular Kernel</h2>
<p>Copyright &copy; 2008 GeometryFactory</p>
<p>This application illustrates the 2D Circular Kernel
of <a href="http://www.cgal.org/">CGAL</a>.</p>
<p>See also <a href="http://www.cgal.org/Pkg/CircularKernel2">the online
of <a href="https://www.cgal.org/">CGAL</a>.</p>
<p>See also <a href="https://www.cgal.org/Pkg/CircularKernel2">the online
manual</a>.</p>
</body>
</html>

View File

@ -3,8 +3,8 @@
<h2>2D Object Generators</h2>
<p>Copyright &copy; 2010 GeometryFactory</p>
<p>This application illustrates the 2D object generators
of <a href="http://www.cgal.org/">CGAL</a></p>
<p>See also <a href="http://www.cgal.org/Pkg/Generator">the online
of <a href="https://www.cgal.org/">CGAL</a></p>
<p>See also <a href="https://www.cgal.org/Pkg/Generator">the online
manual</a>.</p>
</body>
</html>

View File

@ -3,7 +3,7 @@
<h2>L1 Voronoi diagram of points</h2>
<p>Copyright &copy; 2010 Ophir Setter</p>
<p>This application illustrates the 2D Voronoi diagram of points under
the L1 metric, by using <a href="http://www.cgal.org/">CGAL</a>
the L1 metric, by using <a href="https://www.cgal.org/">CGAL</a>
envelope algorithm.</p>
</body>
</html>

View File

@ -3,8 +3,8 @@
<h2>2D Largest Empty Iso Rectangle</h2>
<p>Copyright &copy; 2010 GeometryFactory</p>
<p>This application illustrates the 2D largest empty iso rectangle
of <a href="http://www.cgal.org/">CGAL</a></p>
<p>See also <a href="http://www.cgal.org/Pkg/InscribedAreas">the online
of <a href="https://www.cgal.org/">CGAL</a></p>
<p>See also <a href="https://www.cgal.org/Pkg/InscribedAreas">the online
manual</a>.</p>
</body>
</html>

View File

@ -3,7 +3,7 @@
<h2>2D Periodic Triangulation</h2>
<p>Copyright &copy; 2010 Nico Kruithof</p>
<p>This application illustrates the 2D Periodic triangulation
of <a href="http://www.cgal.org/">CGAL</a>.</p>
<p>See also <a href="http://www.cgal.org/Pkg/Periodic2Triangulation2">the online manual</a>.</p>
of <a href="https://www.cgal.org/">CGAL</a>.</p>
<p>See also <a href="https://www.cgal.org/Pkg/Periodic2Triangulation2">the online manual</a>.</p>
</body>
</html>

View File

@ -3,8 +3,8 @@
<h2>Polygon</h2>
<p>Copyright &copy; 2008 GeometryFactory</p>
<p>This application illustrates the 2D Polygon
of <a href="http://www.cgal.org/">CGAL</a></p>
<p>See also <a href="http://www.cgal.org/Pkg/Polygon2">the online
of <a href="https://www.cgal.org/">CGAL</a></p>
<p>See also <a href="https://www.cgal.org/Pkg/Polygon2">the online
manual</a>.</p>
</body>
</html>

View File

@ -3,8 +3,8 @@
<h2>2D Segment Voronoi Diagram</h2>
<p>Copyright &copy; 2008 GeometryFactory</p>
<p>This application illustrates the 2D segment Voronoi diagram
of <a href="http://www.cgal.org/">CGAL</a>.</p>
<p>See also <a href="http://www.cgal.org/Pkg/SegmentDelaunayGraph2">the online
of <a href="https://www.cgal.org/">CGAL</a>.</p>
<p>See also <a href="https://www.cgal.org/Pkg/SegmentDelaunayGraph2">the online
manual</a>.</p>
</body>
</html>

View File

@ -3,8 +3,8 @@
<h2>L Infinity Segment Delaunay Graphs</h2>
<p>Copyright &copy; 2015 GeometryFactory</p>
<p>This application illustrates the 2D L infinity segment Delaunay graph.
of <a href="http://www.cgal.org/">CGAL</a>.</p>
<p>See also <a href="http://www.cgal.org/Pkg/SDGLinf">the online
of <a href="https://www.cgal.org/">CGAL</a>.</p>
<p>See also <a href="https://www.cgal.org/Pkg/SDGLinf">the online
manual</a>.</p>
</body>
</html>

View File

@ -3,7 +3,7 @@
<h2>Snap Rounding</h2>
<p>Copyright &copy; 2010 GeometryFactory</p>
<p>This application illustrates the 2D Snap Rounding.</p>
<p>See also <a href="http://www.cgal.org/Pkg/SnapRounding2">the online
<p>See also <a href="https://www.cgal.org/Pkg/SnapRounding2">the online
manual</a>.</p>
</body>
</html>

View File

@ -3,8 +3,8 @@
<h2>2D Spatial Searching</h2>
<p>Copyright &copy; 2010 GeometryFactory</p>
<p>This application illustrates the 2D spatial searching package
of <a href="http://www.cgal.org/">CGAL</a></p>
<p>See also <a href="http://www.cgal.org/Pkg/SpatialSearchingD">the online
of <a href="https://www.cgal.org/">CGAL</a></p>
<p>See also <a href="https://www.cgal.org/Pkg/SpatialSearchingD">the online
manual</a>.</p>
</body>
</html>

View File

@ -3,7 +3,7 @@
<h2>Streamlines</h2>
<p>Copyright &copy; 2010 GeometryFactory</p>
<p>This application illustrates the 2D Streamlines.</p>
<p>See also <a href="http://www.cgal.org/Pkg/PlacementOfStreamlines2">the online
<p>See also <a href="https://www.cgal.org/Pkg/PlacementOfStreamlines2">the online
manual</a>.</p>
</body>
</html>

View File

@ -3,8 +3,8 @@
<h2>Constrained Delaunay Triangulation</h2>
<p>Copyright &copy; 2008 GeometryFactory</p>
<p>This application illustrates the 2D Constrained Delaunay
of <a href="http://www.cgal.org/">CGAL</a>.</p>
<p>See also <a href="http://www.cgal.org/Pkg/Triangulation2">the online
of <a href="https://www.cgal.org/">CGAL</a>.</p>
<p>See also <a href="https://www.cgal.org/Pkg/Triangulation2">the online
manual</a>.</p>
</body>
</html>

View File

@ -3,9 +3,9 @@
<h2>Delaunay Triangulation</h2>
<p>Copyright &copy; 2008 GeometryFactory</p>
<p>This application illustrates the 2D Delaunay triangulation
of <a href="http://www.cgal.org/">CGAL</a>, and its dual Voronoi
of <a href="https://www.cgal.org/">CGAL</a>, and its dual Voronoi
diagram.</p>
<p>See also <a href="http://www.cgal.org/Pkg/Triangulation2">the online
<p>See also <a href="https://www.cgal.org/Pkg/Triangulation2">the online
manual</a>.</p>
</body>
</html>

View File

@ -3,9 +3,9 @@
<h2>Delaunay Triangulation</h2>
<p>Copyright &copy; 2008 GeometryFactory</p>
<p>This application illustrates the 2D Regular triangulation
of <a href="http://www.cgal.org/">CGAL</a>, and its dual Power
of <a href="https://www.cgal.org/">CGAL</a>, and its dual Power
diagram.</p>
<p>See also <a href="http://www.cgal.org/Pkg/Triangulation2">the online
<p>See also <a href="https://www.cgal.org/Pkg/Triangulation2">the online
manual</a>.</p>
</body>
</html>

View File

@ -3,6 +3,6 @@
<p><img src=":/cgal/logos/CGAL.png"></p>
<h2>Computational Geometry Algorithms Library<!--CGAL_VERSION--></h2>
<p>CGAL provides efficient and reliable geometric algorithms in the form of a C++ library.</p>
<p>For more information visit <a href="http://www.cgal.org/">www.cgal.org</a></p>
<p>For more information visit <a href="https://www.cgal.org/">www.cgal.org</a></p>
</body>
</html>

View File

@ -2958,7 +2958,7 @@ This is a bug fix release.
- CAUTION: Since version 3.3.1, CGAL is no longer compatible with the
official release of TAUCS (currently 2.2). Make sure to use the
version modified by the CGAL project and available from the download
section of http://www.cgal.org.
section of https://www.cgal.org.
Release 3.3
-----------

View File

@ -7,13 +7,13 @@ are for the most common use cases, and cover the command line tools.
For further information, or in case of problems, please see the
detailed installation instructions, which can be found in this
distribution in the file ./doc_html/index.html or on the CGAL website
http://doc.cgal.org/latest/Manual/installation.html
https://doc.cgal.org/latest/Manual/installation.html
The documentation of CGAL is available in PDF and HTML formats.
It is not bundled with the software but can be downloaded separately
at <http://www.cgal.org/Manual>.
at <https://www.cgal.org/Manual>.
For more information about CGAL, see the <http://www.cgal.org/>.
For more information about CGAL, see the <https://www.cgal.org/>.
In the current file, x.y is an implicit replacement for the current version
of CGAL (3.5.1, 3.6, and so on).

View File

@ -39,4 +39,4 @@ examples and some demos) are licensed under a very permissive license. The
exact license text can be found in the file LICENSE.FREE_USE.
More information on the CGAL license can be found at
http://www.cgal.org/license.html
https://www.cgal.org/license.html

View File

@ -33,10 +33,10 @@ files in the current directory are compiled and linked into one executable.
.B test
Create a cmake script that is suited for the testsuite used by the CGAL developers.
.SH AUTHOR
The CGAL project (http://www.cgal.org/).
The CGAL project (https://www.cgal.org/).
.SH "REPORTING BUGS"
Report bugs to <cgal-discuss@inria.fr> (see http://www.cgal.org/
Report bugs to <cgal-discuss@inria.fr> (see https://www.cgal.org/
for further instructions).
.SH "SEE ALSO"
The full documentation for CGAL is available at http://www.cgal.org/ in PDF and
The full documentation for CGAL is available at https://www.cgal.org/ in PDF and
HTML format.

View File

@ -30,7 +30,7 @@ in the form of a C++ library.
<li><a href ="Manual/index.html">CGAL Manual - Table of Contents</a>
<li><a href ="Manual/packages.html">CGAL Manual - Package Overview</a>
<li>You can also access the CGAL Online Manual from the
<a href="http://doc.cgal.org/">CGAL website</a>.
<a href="https://doc.cgal.org/">CGAL website</a>.
</ul>
@ -38,8 +38,8 @@ in the form of a C++ library.
<h3>Further Links</h3>
<ul>
<li><a href ="http://www.cgal.org/">CGAL Homepage</a>
<li><a href ="http://www.cgal.org/FAQ.html#installation">FAQ concerning Installation</a>
<li><a href ="https://www.cgal.org/">CGAL Homepage</a>
<li><a href ="https://www.cgal.org/FAQ.html#installation">FAQ concerning Installation</a>
<li><a href ="http://www.boost.org/doc/">Boost Documentation</a>
<li><a href ="http://en.cppreference.com/w/">STL Reference</a>
</ul>
@ -51,7 +51,7 @@ in the form of a C++ library.
with Open Source software free of charge. Using CGAL in other contexts can be
done by obtaining a commercial license from
<a href="http://www.geometryfactory.com">GeometryFactory</a>.
For more details see the <a href="http://www.cgal.org/license.html">License</a> page.
For more details see the <a href="https://www.cgal.org/license.html">License</a> page.
<p>
</body>

View File

@ -412,7 +412,7 @@
# warning "Your configuration may exhibit run-time errors in CGAL code"
# warning "This appears with g++ 4.0 on MacOSX when optimizing"
# warning "You can disable this warning using -DCGAL_NO_WARNING_FOR_MACOSX_GCC_4_0_BUG"
# warning "For more information, see http://www.cgal.org/FAQ.html#mac_optimization_bug"
# warning "For more information, see https://www.cgal.org/FAQ.html#mac_optimization_bug"
# endif
#endif

View File

@ -26,7 +26,7 @@
#define CGAL_VER_VERSION CGAL_VERSION_MAJOR,CGAL_VERSION_MINOR,CGAL_VERSION_PATCH,CGAL_VERSION_BUILD
#define CGAL_VER_VERSION_STR CGAL_VER_str(CGAL_VERSION)
#define CGAL_VER_COMPANYNAME_STR "The CGAL Project, http://www.cgal.org/\0"
#define CGAL_VER_COMPANYNAME_STR "The CGAL Project, https://www.cgal.org/\0"
#define CGAL_VER_FILEDESCRIPTION_STR "@LIBRARY_NAME@ Library\0"
#define CGAL_VER_FILEVERSION_STR CGAL_VER_VERSION_STR
#define CGAL_VER_ORIGINALFILENAME_STR CGAL_LIB_FULLNAME CGAL_VER_EMPTY_STR

View File

@ -39,7 +39,7 @@ template <class R_>
class Sphere_3 : public R_::Kernel_base::Sphere_3
{
typedef typename R_::FT FT;
// http://doc.cgal.org/latest/Manual/devman_code_format.html#secprogramming_conventions
// https://doc.cgal.org/latest/Manual/devman_code_format.html#secprogramming_conventions
typedef typename R_::Point_3 Point_3_;
typedef typename R_::Circle_3 Circle_3;
typedef typename R_::Aff_transformation_3 Aff_transformation_3;

View File

@ -43,7 +43,7 @@ template <class R_>
class Vector_3 : public R_::Kernel_base::Vector_3
{
typedef typename R_::RT RT;
// http://doc.cgal.org/latest/Manual/devman_code_format.html#secprogramming_conventions
// https://doc.cgal.org/latest/Manual/devman_code_format.html#secprogramming_conventions
typedef typename R_::FT FT_;
typedef typename R_::Segment_3 Segment_3;
typedef typename R_::Ray_3 Ray_3;

View File

@ -17,7 +17,7 @@ INSTALLATION:
1) Install all the following libraries:
CGAL: http://www.cgal.org/
CGAL: https://www.cgal.org/
CGoGN: http://cgogn.u-strasbg.fr/
OpenMesh: http://www.openmesh.org/
OpenVolumeMesh: http://www.openvolumemesh.org/

View File

@ -3,8 +3,8 @@
<h2>3D Linear_cell_complex</h2>
<p>Copyright &copy; 2011 CNRS and LIRIS' Establishments</p>
<p>This application illustrates the 3D Linear_cell_complex package
of <a href="http://www.cgal.org/">CGAL</a>.</p>
<p>See also <a href="http://www.cgal.org/Pkg/LinearCellComplex">the online
of <a href="https://www.cgal.org/">CGAL</a>.</p>
<p>See also <a href="https://www.cgal.org/Pkg/LinearCellComplex">the online
manual</a>.</p>
</body>
</html>

View File

@ -20,4 +20,4 @@ http://www.joachim-reichel.de/debian/repository/pool/main/c/cgal/
For the final 4.1 release, similar packages will be uploaded to the
official Debian repository and/or be available from the CGAL web site.
See also http://www.cgal.org/FAQ.html#debian_packages .
See also https://www.cgal.org/FAQ.html#debian_packages .

View File

@ -15,4 +15,4 @@ libcgal-ipelets.
In case you want to download the packages manually, have a look at
ftp://ftp.mpi-sb.mpg.de/pub/outgoing/CGAL/debian/pool/main/c/cgal/
See also http://www.cgal.org/FAQ.html#debian_packages .
See also https://www.cgal.org/FAQ.html#debian_packages .

View File

@ -1,7 +1,7 @@
README.Debian
-------------
The homepage of CGAL (http://www.cgal.org/) offers more information about CGAL.
The homepage of CGAL (https://www.cgal.org/) offers more information about CGAL.
In particular, a mailing list and the documentation for the library (in PDF and
HTML) are available. The authors ask you to give some feedback about your usage
of CGAL in a short questionnaire (in the download section).
@ -12,7 +12,7 @@ Documentation
Note that the CGAL documentation cannot be packaged for Debian due to unclear
license conditions. The complete documentation in PDF and HTML is available at
http://www.cgal.org/.
https://www.cgal.org/.
Demos and examples

View File

@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 9), dpkg-awk, cmake, zlib1g-dev, libboost-dev,
libipe-dev (>= 7), ipe
Standards-Version: 3.9.3
Section: libs
Homepage: http://www.cgal.org/
Homepage: https://www.cgal.org/
XS-Autobuild: yes
Package: libcgal10

View File

@ -1,7 +1,7 @@
This package was debianized by Joachim Reichel <reichel@debian.org> on
Thu, 29 Apr 2004 18:43:18 +0200.
It was downloaded from http://www.cgal.org/download/index.html.
It was downloaded from https://www.cgal.org/download/index.html.
The Debian packaging is Copyright (c) 2004, 2005, 2006, 2007, 2008, 2009,
2010, 2011, 2012 Joachim Reichel <reichel@debian.org> and is licensed
@ -176,7 +176,7 @@ Copyright (from upstream file LICENSE)
exact license text can be found in the file LICENSE.FREE_USE.
More information on the CGAL license can be found at
http://www.cgal.org/license.html
https://www.cgal.org/license.html

View File

@ -1,7 +1,7 @@
README.Debian
-------------
The homepage of CGAL (http://www.cgal.org/) offers more information about CGAL.
The homepage of CGAL (https://www.cgal.org/) offers more information about CGAL.
In particular, a mailing list and the documentation for the library (in PDF and
HTML) are available. The authors ask you to give some feedback about your usage
of CGAL in a short questionnaire (in the download section).
@ -12,7 +12,7 @@ Documentation
Note that the CGAL documentation cannot be packaged for Debian due to unclear
license conditions. The complete documentation in PDF and HTML is available at
http://www.cgal.org/.
https://www.cgal.org/.
Demos and examples

View File

@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 8), dpkg-awk, cmake, zlib1g-dev, libboost-dev,
libipe-dev (>= 7), ipe
Standards-Version: 3.9.1
Section: libs
Homepage: http://www.cgal.org/
Homepage: https://www.cgal.org/
XS-Autobuild: yes
Package: libcgal10

View File

@ -1,7 +1,7 @@
This package was debianized by Joachim Reichel <reichel@debian.org> on
Thu, 29 Apr 2004 18:43:18 +0200.
It was downloaded from http://www.cgal.org/download/index.html.
It was downloaded from https://www.cgal.org/download/index.html.
The Debian packaging is Copyright (c) 2004, 2005, 2006, 2007, 2008, 2009,
2010, 2011, 2012 Joachim Reichel <reichel@debian.org> and is licensed
@ -176,7 +176,7 @@ Copyright (from upstream file LICENSE)
exact license text can be found in the file LICENSE.FREE_USE.
More information on the CGAL license can be found at
http://www.cgal.org/license.html
https://www.cgal.org/license.html

View File

@ -1,7 +1,7 @@
README.Debian
-------------
The homepage of CGAL (http://www.cgal.org/) offers more information about CGAL.
The homepage of CGAL (https://www.cgal.org/) offers more information about CGAL.
In particular, a mailing list and the documentation for the library (in PDF and
HTML) are available. The authors ask you to give some feedback about your usage
of CGAL in a short questionnaire (in the download section).
@ -12,7 +12,7 @@ Documentation
Note that the CGAL documentation cannot be packaged for Debian due to unclear
license conditions. The complete documentation in PDF and HTML is available at
http://www.cgal.org/.
https://www.cgal.org/.
Demos and examples

View File

@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 9), dpkg-awk, cmake, zlib1g-dev, libboost-dev,
libipe-dev (>= 7), ipe
Standards-Version: 3.9.3
Section: libs
Homepage: http://www.cgal.org/
Homepage: https://www.cgal.org/
XS-Autobuild: yes
Package: libcgal10

View File

@ -1,7 +1,7 @@
This package was debianized by Joachim Reichel <reichel@debian.org> on
Thu, 29 Apr 2004 18:43:18 +0200.
It was downloaded from http://www.cgal.org/download/index.html.
It was downloaded from https://www.cgal.org/download/index.html.
The Debian packaging is Copyright (c) 2004, 2005, 2006, 2007, 2008, 2009,
2010, 2011, 2012 Joachim Reichel <reichel@debian.org> and is licensed
@ -176,7 +176,7 @@ Copyright (from upstream file LICENSE)
exact license text can be found in the file LICENSE.FREE_USE.
More information on the CGAL license can be found at
http://www.cgal.org/license.html
https://www.cgal.org/license.html

View File

@ -87,7 +87,7 @@ LC_CTYPE=en_US.UTF-8
# - on trunk
#0 21 * * Sat cd $HOME/CGAL/create_internal_release; $HOME/bin/create_release $HOME/CGAL/trunk --public --do-it
# Check the links of http://www.cgal.org/projects.html every sunday at 17:42
# Check the links of https://www.cgal.org/projects.html every sunday at 17:42
#42 17 * * Sun linklint -host www.cgal.org -http /projects.html -net -no_anchors -quiet -silent -error
# A test that does not work

View File

@ -1,6 +1,6 @@
Options +FollowSymLinks
<IfModule mod_alias.c>
RedirectMatch permanent /$ http://doc.cgal.org/4.2/CGAL.CGAL/html/index.html
RedirectMatch permanent /$ https://doc.cgal.org/4.2/CGAL.CGAL/html/index.html
</IfModule>
<IfModule mod_expires.c>

View File

@ -54,7 +54,7 @@ Kinetic Data Structures (removed package)
earlier.
See http://www.cgal.org/2018/02/27/cgal412-beta1/ for a complete list of
See https://www.cgal.org/2018/02/27/cgal412-beta1/ for a complete list of
changes.
@ -95,4 +95,4 @@ GeometryFactory (http://www.geometryfactory.com/).
For further information and for downloading the library and its
documentation, please visit the CGAL web site: http://www.cgal.org/
documentation, please visit the CGAL web site: https://www.cgal.org/

View File

@ -95,7 +95,7 @@ has changed since CGAL 4.10:
and Advancing_front_mesher.
See http://www.cgal.org/2017/09/21/cgal411/ for a complete list of
See https://www.cgal.org/2017/09/21/cgal411/ for a complete list of
changes.
@ -136,4 +136,4 @@ GeometryFactory (http://www.geometryfactory.com/).
For further information and for downloading the library and its
documentation, please visit the CGAL web site: http://www.cgal.org/
documentation, please visit the CGAL web site: https://www.cgal.org/

View File

@ -1,5 +1,5 @@
// For the license check mechanism see:
// http://doc.cgal.org/latest/Manual/preliminaries.html#title5
// https://doc.cgal.org/latest/Manual/preliminaries.html#title5
// This package depends on the following packages

View File

@ -16,7 +16,7 @@
<p>
For more information see the
<a href="http://www.cgal.org/Manual/latest/doc_html/cgal_manual/Periodic_3_triangulation_3/Chapter_main.html">CGAL Periodic Triangulation
<a href="https://www.cgal.org/Manual/latest/doc_html/cgal_manual/Periodic_3_triangulation_3/Chapter_main.html">CGAL Periodic Triangulation
package manual</a>.
</p>

View File

@ -4,9 +4,9 @@
<p>Copyright &copy;2008-2009<br>
<a href="http://www-sop.inria.fr/">INRIA Sophia Antipolis - Mediterranee<a/></p>
<p>This application illustrates the 3D Periodic Delaunay Triangulation
of <a href="http://www.cgal.org/">CGAL</a>.</p>
of <a href="https://www.cgal.org/">CGAL</a>.</p>
<p>See also the package manual:<br>
<a href="http://www.cgal.org/Manual/latest/doc_html/cgal_manual/Periodic_3_triangulation_3/Chapter_main.html">
<a href="https://www.cgal.org/Manual/latest/doc_html/cgal_manual/Periodic_3_triangulation_3/Chapter_main.html">
3D Periodic Triangulations</a>
</p>
</body>

View File

@ -2,6 +2,6 @@
<body>
<h2>Computational Geometry Algorithms Library</h2>
<p>CGAL provides efficient and reliable geometric algorithms in the form of a C++ library.</p>
<p>For more information visit <a href="http://www.cgal.org/">www.cgal.org</a>.</p>
<p>For more information visit <a href="https://www.cgal.org/">www.cgal.org</a>.</p>
</body>
</html>

View File

@ -2,6 +2,6 @@
<body>
<h2>Computational Geometry Algorithms Library</h2>
<p>CGAL provides efficient and reliable geometric algorithms in the form of a C++ library.</p>
<p>For more information visit <a href="http://www.cgal.org/">www.cgal.org</a>.</p>
<p>For more information visit <a href="https://www.cgal.org/">www.cgal.org</a>.</p>
</body>
</html>

View File

@ -3,6 +3,6 @@
<h2>3D Periodic Lloyd</h2>
<p>Copyright &copy; 2009 INRIA</p>
<p>This application illustrates the Lloyd algorithm in 3D periodic space
using <a href="http://www.cgal.org/">CGAL</a>.</p>
using <a href="https://www.cgal.org/">CGAL</a>.</p>
</body>
</html>

View File

@ -21,7 +21,7 @@
<p>
For more information on 3D periodic triangulations see the
<a href="http://www.cgal.org/Manual/latest/doc_html/cgal_manual/Periodic_3_triangulation_3/Chapter_main.html">CGAL Periodic Triangulation
<a href="https://www.cgal.org/Manual/latest/doc_html/cgal_manual/Periodic_3_triangulation_3/Chapter_main.html">CGAL Periodic Triangulation
package manual</a>.
</p>

View File

@ -311,7 +311,7 @@
<item>
<widget class="QLabel" name="facetTopologyLabel">
<property name="text">
<string>The following option enables the &lt;a href=&quot;http://doc.cgal.org/latest/Mesh_3/group__PkgMesh__3Enum.html#gaac682a581ddebf8daff681621911d1f3&quot;&gt; &lt;code&gt;FACET_VERTICES_ON_SAME_SURFACE_PATCH_WITH_ADJACENCY_CHECK &lt;/code&gt;&lt;/a&gt; facet topology criterion (click on the link to see the manual page).</string>
<string>The following option enables the &lt;a href=&quot;https://doc.cgal.org/latest/Mesh_3/group__PkgMesh__3Enum.html#gaac682a581ddebf8daff681621911d1f3&quot;&gt; &lt;code&gt;FACET_VERTICES_ON_SAME_SURFACE_PATCH_WITH_ADJACENCY_CHECK &lt;/code&gt;&lt;/a&gt; facet topology criterion (click on the link to see the manual page).</string>
</property>
<property name="wordWrap">
<bool>true</bool>

View File

@ -5,7 +5,7 @@
<a href="http://www.geometryfactory.com/">GeometryFactory</a>
and <a href="http://www-sop.inria.fr/">INRIA Sophia Antipolis - Mediterranee<a/></p>
<p>This application illustrates the data structures
of <a href="http://www.cgal.org/">CGAL</a>, and operations and
of <a href="https://www.cgal.org/">CGAL</a>, and operations and
algorithms that can be applied to.</p>
</body>
</html>

View File

@ -3,8 +3,8 @@
<h2>Polyline Simplification</h2>
<p>Copyright &copy; 2014 GeometryFactory</p>
<p>This application illustrates the 2D polyline simplification
of <a href="http://www.cgal.org/">CGAL</a>.</p>
<p>See also <a href="http://www.cgal.org/Pkg/PolylineSimplification2">the online
of <a href="https://www.cgal.org/">CGAL</a>.</p>
<p>See also <a href="https://www.cgal.org/Pkg/PolylineSimplification2">the online
manual</a>.</p>
</body>
</html>

View File

@ -4,11 +4,11 @@
<p>Copyright &copy;2009
<a href="http://www-sop.inria.fr/">INRIA Sophia Antipolis - Mediterranee<a/></p>
<p>This application illustrates the AABB tree component
of <a href="http://www.cgal.org/">CGAL</a>, applied to polyhedron
of <a href="https://www.cgal.org/">CGAL</a>, applied to polyhedron
facets and edges.</p>
<p>See also the following chapters of the manual:
<ul>
<li><a href="http://www.cgal.org/Pkg/Polyhedron">
<li><a href="https://www.cgal.org/Pkg/Polyhedron">
3D Polyhedral Surface</a>,
</li>
</ul>

View File

@ -90,7 +90,7 @@ _standard_error_handler(
<< "File : " << file << std::endl
<< "Line : " << line << std::endl
<< "Explanation: " << msg << std::endl
<< "Refer to the bug-reporting instructions at http://www.cgal.org/bug_report.html"
<< "Refer to the bug-reporting instructions at https://www.cgal.org/bug_report.html"
<< std::endl;
}
@ -115,7 +115,7 @@ _standard_warning_handler( const char *,
<< "File : " << file << std::endl
<< "Line : " << line << std::endl
<< "Explanation: " << msg << std::endl
<< "Refer to the bug-reporting instructions at http://www.cgal.org/bug_report.html"
<< "Refer to the bug-reporting instructions at https://www.cgal.org/bug_report.html"
<< std::endl;
}

View File

@ -4,9 +4,9 @@
<p>Copyright &copy;2010-2011<br>
<a href="http://www-sop.inria.fr/">INRIA Sophia Antipolis - Mediterranee<a/></p>
<p>This application illustrates an interactive demo for 3D Delaunay Triangulation package
of <a href="http://www.cgal.org/">CGAL</a>.</p>
of <a href="https://www.cgal.org/">CGAL</a>.</p>
<p>See also the package manual:<br>
<a href="http://www.cgal.org/Manual/latest/doc_html/cgal_manual/Triangulation_3/Chapter_main.html">
<a href="https://www.cgal.org/Manual/latest/doc_html/cgal_manual/Triangulation_3/Chapter_main.html">
3D Triangulations</a>
</p>
</body>

View File

@ -2,6 +2,6 @@
<body>
<h2>Computational Geometry Algorithms Library</h2>
<p>CGAL provides efficient and reliable geometric algorithms in the form of a C++ library.</p>
<p>For more information visit <a href="http://www.cgal.org/">www.cgal.org</a>.</p>
<p>For more information visit <a href="https://www.cgal.org/">www.cgal.org</a>.</p>
</body>
</html>

View File

@ -3,6 +3,6 @@
<p><img src=":/cgal/logos/CGAL.gif"></p>
<h2>Computational Geometry Algorithms Library<!--CGAL_VERSION--></h2>
<p>CGAL provides efficient and reliable geometric algorithms in the form of a C++ library.</p>
<p>For more information visit <a href="http://www.cgal.org/">www.cgal.org</a></p>
<p>For more information visit <a href="https://www.cgal.org/">www.cgal.org</a></p>
</body>
</html>

View File

@ -1,5 +1,5 @@
// For the license check mechanism see:
// http://doc.cgal.org/latest/Manual/preliminaries.html#title5
// https://doc.cgal.org/latest/Manual/preliminaries.html#title5
// This package depends on the following packages

View File

@ -101,7 +101,7 @@
!define MUI_FINISHPAGE_LINK "Installation instructions"
!define MUI_FINISHPAGE_LINK_LOCATION "http://www.cgal.org/download/windows.html"
!define MUI_FINISHPAGE_LINK_LOCATION "https://www.cgal.org/download/windows.html"
;--------------------------------
; Pages
@ -195,7 +195,7 @@ Section "!Main CGAL" MAIN_Idx
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${CGAL_SRC}" \
"Publisher" "The CGAL Project and GeometryFactory"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${CGAL_SRC}" \
"URLInfoAbout" "http://www.cgal.org/"
"URLInfoAbout" "https://www.cgal.org/"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${CGAL_SRC}" \
"DisplayedVersion" "4.8.0"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${CGAL_SRC}" \