Skip to content

Commit 15ad6ca

Browse files
Paul Menzelbryceharrington
Paul Menzel
authored andcommitted
Use HTTPS URLs for cairographics.org domains
Run the command below suggested by geirha in ##[email protected]. git grep -l 'http://.*cairographics.org' | xargs sed -i 's|http\(://\([[:alnum:].-]*\.\)\{0,1\}cairographics\.org\)|https\1|g' Signed-off-by: Paul Menzel <[email protected]>
1 parent bf597b8 commit 15ad6ca

30 files changed

+79
-79
lines changed

BUGS

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ which you prefer:
2626
mailing list only allows posting from subscribers, so use the
2727
following page for subscription instructions:
2828

29-
http://cairographics.org/lists
29+
https://cairographics.org/lists
3030

3131
Again, we apologize for any inconvenience this subscription step
3232
might cause, but we've found it necessary to require this in order
@@ -52,7 +52,7 @@ in getting the bug fixed sooner):
5252
http://bugs.freedesktop.org bugzilla database. Another place to
5353
look for known bugs is the cairo ROADMAP:
5454

55-
http://cairographics.org/ROADMAP
55+
https://cairographics.org/ROADMAP
5656

5757
which shows a planned schedule of releases and which bug fixes are
5858
being planned for each release.

HACKING

+4-4
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Contact
2424
Various ways to get in touch with other cairo developers and maintainers
2525
have been enumerated at:
2626

27-
http://cairographics.org/contact/
27+
https://cairographics.org/contact/
2828

2929
Most of that information is also reflected in the following sections.
3030

@@ -35,7 +35,7 @@ Mailing Lists
3535
There are various mailing lists that are useful when developing cairo
3636
code. A complete list is always available at:
3737

38-
http://cairographics.org/lists/
38+
https://cairographics.org/lists/
3939

4040
It is recommended that cairo developers subscribe to all those lists.
4141
The cairo list by itself generates much more traffic than the others
@@ -71,7 +71,7 @@ Version Control System
7171

7272
We use /git/ for version control. See:
7373

74-
http://cairographics.org/download/
74+
https://cairographics.org/download/
7575

7676
For more information on using git, see:
7777

@@ -165,7 +165,7 @@ See doc/public/README for more information.
165165
For more documentation including frequently asked questions, tutorials,
166166
samples, roadmap, todo list, etc visit:
167167

168-
http://cairographics.org/documentation/
168+
https://cairographics.org/documentation/
169169

170170
Some of those should gradually be moved to doc/.
171171

INSTALL

+2-2
Original file line numberDiff line numberDiff line change
@@ -140,11 +140,11 @@ itself), then you're in the right place and should read on.
140140
However, if you don't need such a bleeding-edge version of cairo, then
141141
you might prefer to start by building the latest stable cairo release:
142142

143-
http://cairographics.org/releases
143+
https://cairographics.org/releases
144144

145145
or perhaps the latest (unstable) development snapshot:
146146

147-
http://cairographics.org/snapshots
147+
https://cairographics.org/snapshots
148148

149149
There you'll find nicely packaged tar files that include a configure
150150
script so you can go back the the simpler instructions above.

NEWS

+25-25
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ legitimate problems found and fixed.
1818

1919
For a complete log of changes, please see
2020

21-
http://cairographics.org/releases/ChangeLog.1.15.12
21+
https://cairographics.org/releases/ChangeLog.1.15.12
2222

2323
Features and Enhancements
2424
-------------------------
@@ -68,7 +68,7 @@ a need of this backend.
6868

6969
For a complete log of changes, please see
7070

71-
http://cairographics.org/releases/ChangeLog.1.15.12
71+
https://cairographics.org/releases/ChangeLog.1.15.12
7272

7373
Features and Enhancements
7474
-------------------------
@@ -111,7 +111,7 @@ test failures and related issues in the PDF and Postscript backends.
111111

112112
For a complete log of changes, please see
113113

114-
http://cairographics.org/releases/ChangeLog.1.15.10
114+
https://cairographics.org/releases/ChangeLog.1.15.10
115115

116116
Features and Enhancements
117117
-------------------------
@@ -182,7 +182,7 @@ handful of minor fixes.
182182

183183
For a complete log of changes, please see
184184

185-
http://cairographics.org/releases/ChangeLog.1.15.8
185+
https://cairographics.org/releases/ChangeLog.1.15.8
186186

187187
Features and Enhancements
188188
-------------------------
@@ -232,7 +232,7 @@ the release.
232232

233233
For a complete log of changes, please see
234234

235-
http://cairographics.org/releases/ChangeLog.1.15.6
235+
https://cairographics.org/releases/ChangeLog.1.15.6
236236

237237

238238
Features and Enhancements
@@ -293,7 +293,7 @@ by him and other contributors.
293293

294294
For a complete log of changes since the last release, please see:
295295

296-
http://cairographics.org/releases/ChangeLog.1.15.4
296+
https://cairographics.org/releases/ChangeLog.1.15.4
297297

298298
Features
299299
--------
@@ -417,7 +417,7 @@ requested new API for Win32 surfaces.
417417

418418
For a complete log of changes since the last release, please see:
419419

420-
http://cairographics.org/releases/ChangeLog.1.15.2
420+
https://cairographics.org/releases/ChangeLog.1.15.2
421421

422422
Features
423423
--------
@@ -475,7 +475,7 @@ Simple bugfix release to fix one Windows issue.
475475

476476
For a complete log of changes since 1.14.4, please see:
477477

478-
http://cairographics.org/releases/ChangeLog.1.14.6
478+
https://cairographics.org/releases/ChangeLog.1.14.6
479479

480480
Features
481481
--------
@@ -511,7 +511,7 @@ updates to documentation, etc.
511511

512512
For a complete log of changes since 1.14.2, please see:
513513

514-
http://cairographics.org/releases/ChangeLog.cairo-1.14.4
514+
https://cairographics.org/releases/ChangeLog.cairo-1.14.4
515515

516516
Features
517517
--------
@@ -2189,7 +2189,7 @@ Invalid referencing of patterns in the Quartz backend:
21892189
Invalid references to glyphs after early culling, causing segmentation faults
21902190
in the PDF backend:
21912191

2192-
http://lists.cairographics.org/archives/cairo/2008-December/015976.html
2192+
https://lists.cairographics.org/archives/cairo/2008-December/015976.html
21932193

21942194
Check for XRender in the XCB backend, or else we may attempt an invalid memory
21952195
access:
@@ -2241,7 +2241,7 @@ etc.).
22412241
Be more tolerant of broken fonts when subsetting type1 fonts:
22422242

22432243
Error handling in cairo_type1_font_subset_get_glyph_names_and_widths
2244-
http://lists.cairographics.org/archives/cairo/2008-October/015569.html
2244+
https://lists.cairographics.org/archives/cairo/2008-October/015569.html
22452245

22462246
Fix cairo_fill_extents, cairo_stroke_extents, cairo_path_extents, to
22472247
correctly allow NULL parameters as documented.
@@ -2916,7 +2916,7 @@ New dependency on external pixman library (Thanks, Søren!)
29162916
As of cairo 1.6, cairo now depends on the pixman library, for which
29172917
the latest release can be obtained alongside cairo:
29182918

2919-
http://cairographics.org/releases/pixman-0.10.0.tar.gz
2919+
https://cairographics.org/releases/pixman-0.10.0.tar.gz
29202920

29212921
This library provides all software rendering for cairo, (the
29222922
implementation of the image backend as well as any image fallbacks
@@ -3022,7 +3022,7 @@ Rendering with CAIRO_ANTIALIAS_NONE has been fixed to be more
30223022
predictable, (previously image rendering and geometry rendering would
30233023
be slightly misaligned with respect to each other).
30243024

3025-
The reference manual at http://cairographics.org/manual now documents
3025+
The reference manual at https://cairographics.org/manual now documents
30263026
100% of the functions and types in cairo's public API.
30273027

30283028
API additions
@@ -3259,7 +3259,7 @@ general
32593259
Cairo now depends on pixman 0.10.0 which was recently released. The
32603260
latest pixman release can always be found alongside cairo releases at:
32613261

3262-
http://cairographics.org/releases
3262+
https://cairographics.org/releases
32633263

32643264
Increase the precision of color stops for gradients. This fixes a
32653265
regression in gradient rendering that had been present since the
@@ -3559,7 +3559,7 @@ Add new API for efficiently using image data as a source:
35593559

35603560
For full documentation, see:
35613561

3562-
http://cairographics.org/manual/cairo-Quartz-Surfaces.html#cairo-quartz-image-surface-create
3562+
https://cairographics.org/manual/cairo-Quartz-Surfaces.html#cairo-quartz-image-surface-create
35633563

35643564
Several fixes for cairo_mask().
35653565

@@ -3934,14 +3934,14 @@ So users will need to acquire and build pixman before being able to
39343934
build cairo. The current release is 0.9.6 and can be obtained from
39353935
here:
39363936

3937-
http://cairographics.org/releases/pixman-0.9.6.tar.gz
3937+
https://cairographics.org/releases/pixman-0.9.6.tar.gz
39383938

39393939
which can be verified with:
39403940

3941-
http://cairographics.org/releases/pixman-0.9.6.tar.gz.sha1
3941+
https://cairographics.org/releases/pixman-0.9.6.tar.gz.sha1
39423942
66f01a682c64403a3d7a855ba5aa609ed93bcb9e pixman-0.9.6.tar.gz
39433943

3944-
http://cairographics.org/releases/pixman-0.9.6.tar.gz.sha1.asc
3944+
https://cairographics.org/releases/pixman-0.9.6.tar.gz.sha1.asc
39453945
(signed by Carl Worth)
39463946

39473947
Major PDF/PostScript improvements
@@ -6107,7 +6107,7 @@ This is the third in a series of snapshots working toward the imminent
61076107
1.2 release of cairo. For a list of items still needing work on the
61086108
cairo 1.2 roadmap, please see:
61096109

6110-
http://cairographics.org/ROADMAP
6110+
https://cairographics.org/ROADMAP
61116111

61126112
As can be seen in that list, there are no longer any API additions
61136113
left on the roadmap. Instead, there is a feature (PDF type 3 fonts) a
@@ -6202,7 +6202,7 @@ This is the second in a series of snapshots working toward the
62026202
upcoming 1.2 release of cairo. For a list of items still needing work
62036203
on the cairo 1.2 roadmap, please see:
62046204

6205-
http://cairographics.org/ROADMAP
6205+
https://cairographics.org/ROADMAP
62066206

62076207
The items included in this snapshot (since the 1.1.2 snapshot) are
62086208
described below.
@@ -7369,7 +7369,7 @@ Owen Taylor has converted cairo's documentation system to gtk-doc and
73697369
has begun some long-needed work on the documentation, which can now be
73707370
viewed online here:
73717371

7372-
http://cairographics.org/manual/
7372+
https://cairographics.org/manual/
73737373

73747374
New backend: win32
73757375
------------------
@@ -7401,7 +7401,7 @@ This is the first snapshot to include a functional win32 backend,
74017401

74027402
And see also the documentation at:
74037403

7404-
http://cairographics.org/manual/cairo-Microsoft-Windows-Backend.html
7404+
https://cairographics.org/manual/cairo-Microsoft-Windows-Backend.html
74057405

74067406
Disabled backend: quartz
74077407
------------------------
@@ -7430,14 +7430,14 @@ resolution. Further changes are described below.
74307430
Added cairo_font_extents and cairo_font_glyph_extents. See
74317431
documentation for details:
74327432

7433-
http://cairographics.org/manual/cairo-cairo-t.html#cairo-font-extents
7433+
https://cairographics.org/manual/cairo-cairo-t.html#cairo-font-extents
74347434

74357435
cairo-ft.h
74367436
----------
74377437
The cairo_ft_font API changed considerably. Please see the
74387438
documentation for details:
74397439

7440-
http://cairographics.org/manual/cairo-FreeType-Fonts.html
7440+
https://cairographics.org/manual/cairo-FreeType-Fonts.html
74417441

74427442
Performance
74437443
-----------
@@ -7588,7 +7588,7 @@ is a port of Keith Packard's fdclock program originally written for
75887588
the xlib backend. A screenshot of this program running on Mac OS X is
75897589
available here:
75907590

7591-
http://cairographics.org/~cworth/images/fdclock-quartz.png
7591+
https://cairographics.org/~cworth/images/fdclock-quartz.png
75927592

75937593
ATSUI font backend
75947594
------------------

README

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Cairo - Multi-platform 2D graphics library
2-
http://cairographics.org
2+
https://cairographics.org
33

44
What is cairo
55
=============
@@ -35,25 +35,25 @@ Where to get more information about cairo
3535
=========================================
3636
The primary source of information about cairo is:
3737

38-
http://cairographics.org/
38+
https://cairographics.org/
3939

4040
The latest versions of cairo can always be found at:
4141

42-
http://cairographics.org/download
42+
https://cairographics.org/download
4343

4444
Documentation on using cairo and frequently-asked questions:
4545

46-
http://cairographics.org/documentation
47-
http://cairographics.org/FAQ
46+
https://cairographics.org/documentation
47+
https://cairographics.org/FAQ
4848

4949
Mailing lists for contacting cairo users and developers:
5050

51-
http://cairographics.org/lists
51+
https://cairographics.org/lists
5252

5353
Roadmap and unscheduled things to do, (please feel free to help out):
5454

55-
http://cairographics.org/roadmap
56-
http://cairographics.org/todo
55+
https://cairographics.org/roadmap
56+
https://cairographics.org/todo
5757

5858
Dependencies
5959
============
@@ -91,7 +91,7 @@ Supported, "standard" surface backends
9191
------------------------------------
9292
image backend (required)
9393
------------------------
94-
pixman >= 0.30.0 http://cairographics.org/releases
94+
pixman >= 0.30.0 https://cairographics.org/releases
9595

9696
png support (can be left out if desired, but many
9797
----------- applications expect it to be present)

RELEASING

+4-4
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Here are the steps to follow to create a new cairo release:
104104
Include a link to the incremental ChangeLog for this release,
105105
which we'll be uploading in a later step:
106106

107-
http://cairographics.org/releases/ChangeLog.cairo-${THIS_RELEASE}
107+
https://cairographics.org/releases/ChangeLog.cairo-${THIS_RELEASE}
108108

109109
4) Increment cairo_version_{minor|micro} in cairo-version.h:
110110

@@ -147,10 +147,10 @@ Here are the steps to follow to create a new cairo release:
147147
* Generate the final tar file
148148
* Generate an sha1sum file
149149
* Sign the sha1sum using your GPG setup (asks for your GPG password)
150-
* scp the three files to appear on http://cairographics.org/releases
150+
* scp the three files to appear on https://cairographics.org/releases
151151
* Generate a versioned manual and upload it to appear as both:
152-
http://cairographics.org/manual-${THIS_RELEASE}
153-
http://cairographics.org/manual
152+
https://cairographics.org/manual-${THIS_RELEASE}
153+
https://cairographics.org/manual
154154
* Place local copies of the three files in the releases directory
155155
* Create a LATEST-package-version file (after deleting any old one)
156156
* Tag the entire source tree with a ${THIS_RELEASE} tag, and sign

build/Makefile.am.releasing

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ RELEASE_OR_SNAPSHOT = $$(if test "x$(CAIRO_VERSION_MINOR)" = "x$$(echo "$(CAIRO_
3131
RELEASE_UPLOAD_HOST = cairographics.org
3232
RELEASE_UPLOAD_BASE = /srv/cairo.freedesktop.org/www
3333
RELEASE_UPLOAD_DIR = $(RELEASE_UPLOAD_BASE)/$(RELEASE_OR_SNAPSHOT)s
34-
RELEASE_URL_BASE = http://cairographics.org/$(RELEASE_OR_SNAPSHOT)s
34+
RELEASE_URL_BASE = https://cairographics.org/$(RELEASE_OR_SNAPSHOT)s
3535
RELEASE_ANNOUNCE_LIST = [email protected] (and CC [email protected])
3636

3737
MANUAL_VERSIONED = manual-$(VERSION)

configure.ac

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ AC_INIT([cairo],
44
[cairo_version_major.cairo_version_minor.cairo_version_micro],
55
[http://bugs.freedesktop.org/enter_bug.cgi?product=cairo],
66
[cairo],
7-
[http://cairographics.org/])
7+
[https://cairographics.org/])
88
AC_CONFIG_AUX_DIR(build)
99
AC_CONFIG_MACRO_DIR(build)
1010
AC_USE_SYSTEM_EXTENSIONS
@@ -712,7 +712,7 @@ dnl ===========================================================================
712712
CAIRO_ENABLE_SURFACE_BACKEND(image, image, always, [
713713
pixman_REQUIRES="pixman-1 >= 0.30.0"
714714
PKG_CHECK_MODULES(pixman, $pixman_REQUIRES, ,
715-
[use_image="no (requires $pixman_REQUIRES http://cairographics.org/releases/)"])
715+
[use_image="no (requires $pixman_REQUIRES https://cairographics.org/releases/)"])
716716
image_REQUIRES=$pixman_REQUIRES
717717
image_CFLAGS=$pixman_CFLAGS
718718
image_LIBS=$pixman_LIBS

doc/tutorial/slides/cairo-blank.svg

+1-1
Loading

doc/tutorial/slides/cairo-code.svg

+1-1
Loading

0 commit comments

Comments
 (0)