summaryrefslogtreecommitdiff
path: root/Specifications
diff options
context:
space:
mode:
authorThomas Kluyver <thomas@kluyver.me.uk>2018-05-10 13:21:16 +0200
committerThomas Kluyver <thomas@kluyver.me.uk>2018-05-10 13:21:16 +0200
commit7f76153dd40df8b032b9b19183022905821096e1 (patch)
tree951bc524e29508da3060bfe7f03d53be89ba7d52 /Specifications
parentc3c7867bd4b1906f20a704524ed939184c4724ae (diff)
Update all standards.freedesktop.org links to specifications.freedesktop.org
Diffstat (limited to 'Specifications')
-rw-r--r--Specifications/clipboards-extension-spec.mdwn2
-rw-r--r--Specifications/clipboards-spec.mdwn2
-rw-r--r--Specifications/desktop-entry-spec.mdwn6
-rw-r--r--Specifications/desktopcouch/Documentation/How_Desktopcouch_Works.mdwn2
-rw-r--r--Specifications/help-spec/help-system-spec.xml2
-rw-r--r--Specifications/icon-naming-spec.mdwn10
-rw-r--r--Specifications/icon-naming-spec/to-be-named.mdwn2
-rw-r--r--Specifications/icon-theme-spec.mdwn12
-rw-r--r--Specifications/mime-apps-spec.mdwn6
-rw-r--r--Specifications/recent-file-spec.mdwn2
-rw-r--r--Specifications/shared-mime-info-spec.mdwn16
-rw-r--r--Specifications/startup-notification-spec.mdwn2
-rw-r--r--Specifications/systemtray-spec.mdwn6
-rw-r--r--Specifications/wm-spec.mdwn4
-rw-r--r--Specifications/xembed-spec.mdwn4
-rw-r--r--Specifications/xsettings-spec.mdwn2
16 files changed, 40 insertions, 40 deletions
diff --git a/Specifications/clipboards-extension-spec.mdwn b/Specifications/clipboards-extension-spec.mdwn
index aec7f40a..0748e380 100644
--- a/Specifications/clipboards-extension-spec.mdwn
+++ b/Specifications/clipboards-extension-spec.mdwn
@@ -17,5 +17,5 @@ The [[CVS|GettingInvolved]] module for this spec is [[selections|http://cvs.free
### Spec
- * [[clipboard-extensions.txt|http://standards.freedesktop.org/clipboard-extensions-spec/clipboard-extensions-latest.txt]]
+ * [[clipboard-extensions.txt|https://specifications.freedesktop.org/clipboard-extensions-spec/clipboard-extensions-latest.txt]]
* [[ClipboardExtensions|Specifications/ClipboardExtensions]] (same text translated to Wiki)
diff --git a/Specifications/clipboards-spec.mdwn b/Specifications/clipboards-spec.mdwn
index b37a283d..e2f3b2e3 100644
--- a/Specifications/clipboards-spec.mdwn
+++ b/Specifications/clipboards-spec.mdwn
@@ -17,5 +17,5 @@ The [[CVS|GettingInvolved#CVS]] module for this spec is [[icccm-extensions/selec
### Spec
- * [[clipboards.txt|http://standards.freedesktop.org/clipboards-spec/clipboards-0.1.txt]]
+ * [[clipboards.txt|https://specifications.freedesktop.org/clipboards-spec/clipboards-0.1.txt]]
* [[ClipboardsWiki|Specifications/ClipboardsWiki]] (same text in Wiki format) \ No newline at end of file
diff --git a/Specifications/desktop-entry-spec.mdwn b/Specifications/desktop-entry-spec.mdwn
index 8d99e9da..9530749e 100644
--- a/Specifications/desktop-entry-spec.mdwn
+++ b/Specifications/desktop-entry-spec.mdwn
@@ -16,6 +16,6 @@ This specification is hosted in git, see [[desktop-entry-spec|http://cgit.freede
### Spec
- * [[Latest version|http://standards.freedesktop.org/desktop-entry-spec/latest/]]
- * Version 1.1 - [[html (one page)|http://standards.freedesktop.org/desktop-entry-spec/desktop-entry-spec-1.1.html]] - [[html (multiple pages)|http://standards.freedesktop.org/desktop-entry-spec/1.1/]] - [[xml|http://standards.freedesktop.org/desktop-entry-spec/desktop-entry-spec-1.1.xml]]
- * Version 1.0 - [[html (one page)|http://standards.freedesktop.org/desktop-entry-spec/desktop-entry-spec-1.0.html]] - [[html (multiple pages)|http://standards.freedesktop.org/desktop-entry-spec/1.0/]] - [[xml|http://standards.freedesktop.org/desktop-entry-spec/desktop-entry-spec-1.0.xml]]
+ * [[Latest version|https://specifications.freedesktop.org/desktop-entry-spec/latest/]]
+ * Version 1.1 - [[html (one page)|https://specifications.freedesktop.org/desktop-entry-spec/desktop-entry-spec-1.1.html]] - [[html (multiple pages)|https://specifications.freedesktop.org/desktop-entry-spec/1.1/]] - [[xml|https://specifications.freedesktop.org/desktop-entry-spec/desktop-entry-spec-1.1.xml]]
+ * Version 1.0 - [[html (one page)|https://specifications.freedesktop.org/desktop-entry-spec/desktop-entry-spec-1.0.html]] - [[html (multiple pages)|https://specifications.freedesktop.org/desktop-entry-spec/1.0/]] - [[xml|https://specifications.freedesktop.org/desktop-entry-spec/desktop-entry-spec-1.0.xml]]
diff --git a/Specifications/desktopcouch/Documentation/How_Desktopcouch_Works.mdwn b/Specifications/desktopcouch/Documentation/How_Desktopcouch_Works.mdwn
index f1d66436..e56edd50 100644
--- a/Specifications/desktopcouch/Documentation/How_Desktopcouch_Works.mdwn
+++ b/Specifications/desktopcouch/Documentation/How_Desktopcouch_Works.mdwn
@@ -26,7 +26,7 @@ Desktopcouch should never exit once it is running. However, it may crash; no sof
## The desktopcouch startup process
-All desktopcouch's files are stored in the appropriate folders according to the [[XDG BaseDirectory specification|http://standards.freedesktop.org/basedir-spec/basedir-spec-0.6.html]]. On a default machine, desktopcouch-service will look for a CouchDB ini settings file in `$HOME/.config/desktop-couch/desktop-couchdb.ini`. If this ini file does not exist it is created (most of this initialisation work is done in the desktopcouch Python library, specifically `local_files.py` and `start_local_couchdb.py`). Startup also looks for and uses ini files in `/etc/xdg/desktop-couch`; desktopcouch ships with `compulsory-auth.ini` in this folder which sets CouchDB to _require_ authentication for access. The distinction between these two places is that the user-specific ini file is regenerated if it doesn't exist, and contains user-specific data such as the user's OAuth tokens; ini files in `/etc/xdg/desktop-couch` are settings that apply to all desktop CouchDBs.
+All desktopcouch's files are stored in the appropriate folders according to the [[XDG BaseDirectory specification|https://specifications.freedesktop.org/basedir-spec/basedir-spec-0.6.html]]. On a default machine, desktopcouch-service will look for a CouchDB ini settings file in `$HOME/.config/desktop-couch/desktop-couchdb.ini`. If this ini file does not exist it is created (most of this initialisation work is done in the desktopcouch Python library, specifically `local_files.py` and `start_local_couchdb.py`). Startup also looks for and uses ini files in `/etc/xdg/desktop-couch`; desktopcouch ships with `compulsory-auth.ini` in this folder which sets CouchDB to _require_ authentication for access. The distinction between these two places is that the user-specific ini file is regenerated if it doesn't exist, and contains user-specific data such as the user's OAuth tokens; ini files in `/etc/xdg/desktop-couch` are settings that apply to all desktop CouchDBs.
On first desktopcouch startup, when the new ini file is created, desktopcouch randomly generates a basic authentication username/password and an OAuth token and token secret, for controlling access to the user's desktop CouchDB. It also writes a "bookmark" file at `$HOME/.local/share/desktop-couch/couchdb.html`, which "forwards" the user to the Futon web interface for their desktop CouchDB. This "forwarding" file is needed because CouchDB is running on a randomly chosen port and therefore Futon itself can't be bookmarked (as the port will change whenever desktopcouch is restarted). So the user can bookmark the "bookmark page" instead, at the `file:///home/USERNAME/.local/share/desktop-couch/couchdb.html` URL.
diff --git a/Specifications/help-spec/help-system-spec.xml b/Specifications/help-spec/help-system-spec.xml
index ffe1a5d4..90b983aa 100644
--- a/Specifications/help-spec/help-system-spec.xml
+++ b/Specifications/help-spec/help-system-spec.xml
@@ -51,7 +51,7 @@
<para>Documents are installed under the <filename>help</filename>
subdirectory in <envar>$XDG_DATA_HOME</envar> or in the
<envar>$XDG_DATA_DIRS</envar> path. See the
- <ulink url="http://standards.freedesktop.org/basedir-spec/latest/">XDG
+ <ulink url="https://specifications.freedesktop.org/basedir-spec/latest/">XDG
Base Directory Specification</ulink> for details on <envar>$XDG_DATA_HOME</envar>
and <envar>$XDG_DATA_DIRS</envar>. Each <filename>help</filename>
directory in the path contains subdirectories for languages. Each
diff --git a/Specifications/icon-naming-spec.mdwn b/Specifications/icon-naming-spec.mdwn
index 57357295..0c20ec0a 100644
--- a/Specifications/icon-naming-spec.mdwn
+++ b/Specifications/icon-naming-spec.mdwn
@@ -27,8 +27,8 @@ The [[Git|Infrastructure/git]] module for this code is [[xdg/default-icon-theme|
### Spec
- * Latest version - [[html (one page)|http://standards.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html]] - [[html (multiple pages)|http://standards.freedesktop.org/icon-naming-spec/latest/]]
- * Version 0.8 - [[html (one page)|http://standards.freedesktop.org/icon-naming-spec/icon-naming-spec-0.8.html]] - [[html (multiple pages)|http://standards.freedesktop.org/icon-naming-spec/0.8/]] [[xml|http://standards.freedesktop.org/icon-naming-spec/icon-naming-spec-0.8.xml]]
- * Version 0.7 - [[html (one page)|http://standards.freedesktop.org/icon-naming-spec/icon-naming-spec-0.7.html]] - [[html (multiple pages)|http://standards.freedesktop.org/icon-naming-spec/0.7/]] [[xml|http://standards.freedesktop.org/icon-naming-spec/icon-naming-spec-0.7.xml]]
- * Version 0.6 - [[html (one page)|http://standards.freedesktop.org/icon-naming-spec/icon-naming-spec-0.6.html]] - [[html (multiple pages)|http://standards.freedesktop.org/icon-naming-spec/0.6/]] [[xml|http://standards.freedesktop.org/icon-naming-spec/icon-naming-spec-0.6.xml]]
- * Version 0.4 - [[html (one page)|http://standards.freedesktop.org/icon-naming-spec/icon-naming-spec-0.4.html]] - [[html (multiple pages)|http://standards.freedesktop.org/icon-naming-spec/0.4/]] [[xml|http://standards.freedesktop.org/icon-naming-spec/icon-naming-spec-0.4.xml]] \ No newline at end of file
+ * Latest version - [[html (one page)|https://specifications.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html]] - [[html (multiple pages)|https://specifications.freedesktop.org/icon-naming-spec/latest/]]
+ * Version 0.8 - [[html (one page)|https://specifications.freedesktop.org/icon-naming-spec/icon-naming-spec-0.8.html]] - [[html (multiple pages)|https://specifications.freedesktop.org/icon-naming-spec/0.8/]] [[xml|https://specifications.freedesktop.org/icon-naming-spec/icon-naming-spec-0.8.xml]]
+ * Version 0.7 - [[html (one page)|https://specifications.freedesktop.org/icon-naming-spec/icon-naming-spec-0.7.html]] - [[html (multiple pages)|https://specifications.freedesktop.org/icon-naming-spec/0.7/]] [[xml|https://specifications.freedesktop.org/icon-naming-spec/icon-naming-spec-0.7.xml]]
+ * Version 0.6 - [[html (one page)|https://specifications.freedesktop.org/icon-naming-spec/icon-naming-spec-0.6.html]] - [[html (multiple pages)|https://specifications.freedesktop.org/icon-naming-spec/0.6/]] [[xml|https://specifications.freedesktop.org/icon-naming-spec/icon-naming-spec-0.6.xml]]
+ * Version 0.4 - [[html (one page)|https://specifications.freedesktop.org/icon-naming-spec/icon-naming-spec-0.4.html]] - [[html (multiple pages)|https://specifications.freedesktop.org/icon-naming-spec/0.4/]] [[xml|https://specifications.freedesktop.org/icon-naming-spec/icon-naming-spec-0.4.xml]] \ No newline at end of file
diff --git a/Specifications/icon-naming-spec/to-be-named.mdwn b/Specifications/icon-naming-spec/to-be-named.mdwn
index 8653370e..017b4a95 100644
--- a/Specifications/icon-naming-spec/to-be-named.mdwn
+++ b/Specifications/icon-naming-spec/to-be-named.mdwn
@@ -1,5 +1,5 @@
-This is a listing of icons whose names are not yet covered in the [[latest Icon Naming Specification|http://standards.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html]].
+This is a listing of icons whose names are not yet covered in the [[latest Icon Naming Specification|https://specifications.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html]].
Please enter (if available) the icon's:
diff --git a/Specifications/icon-theme-spec.mdwn b/Specifications/icon-theme-spec.mdwn
index 3c523173..a9594ae5 100644
--- a/Specifications/icon-theme-spec.mdwn
+++ b/Specifications/icon-theme-spec.mdwn
@@ -17,9 +17,9 @@ The [[Git|Infrastructure/git]] module for this code is [[xdg/default-icon-theme|
### Spec
- * Latest version (0.11) - [[html (one page)|http://standards.freedesktop.org/icon-theme-spec/icon-theme-spec-latest.html]] - [[html (multiple pages)|http://standards.freedesktop.org/icon-theme-spec/latest/]] - [[xml|http://standards.freedesktop.org/icon-theme-spec/icon-theme-spec-0.11.xml]]
- * Version 0.10 - [[html (one page)|http://standards.freedesktop.org/icon-theme-spec/icon-theme-spec-0.10.html]] - [[html (multiple pages)|http://standards.freedesktop.org/icon-theme-spec/0.10/]] - [[xml|http://standards.freedesktop.org/icon-theme-spec/icon-theme-spec-0.10.xml]]
- * Version 0.9 - [[html (one page)|http://standards.freedesktop.org/icon-theme-spec/icon-theme-spec-0.9.html]] - [[html (multiple pages)|http://standards.freedesktop.org/icon-theme-spec/0.9/]] - [[xml|http://standards.freedesktop.org/icon-theme-spec/icon-theme-spec-0.9.xml]]
- * Version 0.8 - [[html (one page)|http://standards.freedesktop.org/icon-theme-spec/icon-theme-spec-0.8.html]] - [[html (multiple pages)|http://standards.freedesktop.org/icon-theme-spec/0.8/]] - [[xml|http://standards.freedesktop.org/icon-theme-spec/icon-theme-spec-0.8.xml]]
- * Version 0.7 - [[html (one page)|http://standards.freedesktop.org/icon-theme-spec/icon-theme-spec-0.7.html]] - [[html (multiple pages)|http://standards.freedesktop.org/icon-theme-spec/0.7/]] - [[xml|http://standards.freedesktop.org/icon-theme-spec/icon-theme-spec-0.7.xml]]
- * Version 0.6 - [[html (one page)|http://standards.freedesktop.org/icon-theme-spec/icon-theme-spec-0.6.html]] - [[html (multiple pages)|http://standards.freedesktop.org/icon-theme-spec/0.6/]] - [[xml|http://standards.freedesktop.org/icon-theme-spec/icon-theme-spec-0.6.xml]] \ No newline at end of file
+ * Latest version (0.11) - [[html (one page)|https://specifications.freedesktop.org/icon-theme-spec/icon-theme-spec-latest.html]] - [[html (multiple pages)|https://specifications.freedesktop.org/icon-theme-spec/latest/]] - [[xml|https://specifications.freedesktop.org/icon-theme-spec/icon-theme-spec-0.11.xml]]
+ * Version 0.10 - [[html (one page)|https://specifications.freedesktop.org/icon-theme-spec/icon-theme-spec-0.10.html]] - [[html (multiple pages)|https://specifications.freedesktop.org/icon-theme-spec/0.10/]] - [[xml|https://specifications.freedesktop.org/icon-theme-spec/icon-theme-spec-0.10.xml]]
+ * Version 0.9 - [[html (one page)|https://specifications.freedesktop.org/icon-theme-spec/icon-theme-spec-0.9.html]] - [[html (multiple pages)|https://specifications.freedesktop.org/icon-theme-spec/0.9/]] - [[xml|https://specifications.freedesktop.org/icon-theme-spec/icon-theme-spec-0.9.xml]]
+ * Version 0.8 - [[html (one page)|https://specifications.freedesktop.org/icon-theme-spec/icon-theme-spec-0.8.html]] - [[html (multiple pages)|https://specifications.freedesktop.org/icon-theme-spec/0.8/]] - [[xml|https://specifications.freedesktop.org/icon-theme-spec/icon-theme-spec-0.8.xml]]
+ * Version 0.7 - [[html (one page)|https://specifications.freedesktop.org/icon-theme-spec/icon-theme-spec-0.7.html]] - [[html (multiple pages)|https://specifications.freedesktop.org/icon-theme-spec/0.7/]] - [[xml|https://specifications.freedesktop.org/icon-theme-spec/icon-theme-spec-0.7.xml]]
+ * Version 0.6 - [[html (one page)|https://specifications.freedesktop.org/icon-theme-spec/icon-theme-spec-0.6.html]] - [[html (multiple pages)|https://specifications.freedesktop.org/icon-theme-spec/0.6/]] - [[xml|https://specifications.freedesktop.org/icon-theme-spec/icon-theme-spec-0.6.xml]] \ No newline at end of file
diff --git a/Specifications/mime-apps-spec.mdwn b/Specifications/mime-apps-spec.mdwn
index 67d802e4..6fac06c7 100644
--- a/Specifications/mime-apps-spec.mdwn
+++ b/Specifications/mime-apps-spec.mdwn
@@ -12,9 +12,9 @@ This specification is hosted in git, see [[mime-apps-spec|http://cgit.freedeskto
### Spec
- * [[Latest version|http://standards.freedesktop.org/mime-apps-spec/latest/]]
- * Version 1.0.1 - [[html (one page)|http://standards.freedesktop.org/mime-apps-spec/mime-apps-spec-1.0.1.html]] - [[html (multiple pages)|http://standards.freedesktop.org/mime-apps-spec/1.0.1/]] - [[xml|http://standards.freedesktop.org/mime-apps-spec/mime-apps-spec-1.0.1.xml]]
- * Version 1.0 - [[html (one page)|http://standards.freedesktop.org/mime-apps-spec/mime-apps-spec-1.0.html]] - [[html (multiple pages)|http://standards.freedesktop.org/mime-apps-spec/1.0/]] - [[xml|http://standards.freedesktop.org/mime-apps-spec/mime-apps-spec-1.0.xml]]
+ * [[Latest version|https://specifications.freedesktop.org/mime-apps-spec/latest/]]
+ * Version 1.0.1 - [[html (one page)|https://specifications.freedesktop.org/mime-apps-spec/mime-apps-spec-1.0.1.html]] - [[html (multiple pages)|https://specifications.freedesktop.org/mime-apps-spec/1.0.1/]] - [[xml|https://specifications.freedesktop.org/mime-apps-spec/mime-apps-spec-1.0.1.xml]]
+ * Version 1.0 - [[html (one page)|https://specifications.freedesktop.org/mime-apps-spec/mime-apps-spec-1.0.html]] - [[html (multiple pages)|https://specifications.freedesktop.org/mime-apps-spec/1.0/]] - [[xml|https://specifications.freedesktop.org/mime-apps-spec/mime-apps-spec-1.0.xml]]
## References (predating the spec)
diff --git a/Specifications/recent-file-spec.mdwn b/Specifications/recent-file-spec.mdwn
index af964d20..ba9013a0 100644
--- a/Specifications/recent-file-spec.mdwn
+++ b/Specifications/recent-file-spec.mdwn
@@ -16,4 +16,4 @@ The [[CVS|GettingInvolved#CVS]] module for this spec is [[recent-file-spec|http:
### Spec
- * Version 0.2 - [[html (one page)|http://standards.freedesktop.org/recent-file-spec/recent-file-spec-0.2.html]] - [[html (multiple pages)|http://standards.freedesktop.org/recent-file-spec/0.2/]] - [[xml|http://standards.freedesktop.org/recent-file-spec/recent-file-spec-0.2.xml]]
+ * Version 0.2 - [[html (one page)|https://specifications.freedesktop.org/recent-file-spec/recent-file-spec-0.2.html]] - [[html (multiple pages)|https://specifications.freedesktop.org/recent-file-spec/0.2/]] - [[xml|https://specifications.freedesktop.org/recent-file-spec/recent-file-spec-0.2.xml]]
diff --git a/Specifications/shared-mime-info-spec.mdwn b/Specifications/shared-mime-info-spec.mdwn
index c957376b..3e3cf986 100644
--- a/Specifications/shared-mime-info-spec.mdwn
+++ b/Specifications/shared-mime-info-spec.mdwn
@@ -72,14 +72,14 @@ Current issues keeping this as 'draft' are:
### Full specification
-* Version 0.11 - [[html (one page)|http://standards.freedesktop.org/shared-mime-info-spec/shared-mime-info-spec-0.11.html]] - [[html (multiple pages)|http://standards.freedesktop.org/shared-mime-info-spec/0.11/]] - [[xml|http://standards.freedesktop.org/shared-mime-info-spec/shared-mime-info-spec-0.11.xml]]
-* Version 0.12 - [[html (one page)|http://standards.freedesktop.org/shared-mime-info-spec/shared-mime-info-spec-0.12.html]] - [[html (multiple pages)|http://standards.freedesktop.org/shared-mime-info-spec/0.12/]] - [[xml|http://standards.freedesktop.org/shared-mime-info-spec/shared-mime-info-spec-0.12.xml]]
-* Version 0.13 - [[html (one page)|http://standards.freedesktop.org/shared-mime-info-spec/shared-mime-info-spec-0.13.html]] - [[html (multiple pages)|http://standards.freedesktop.org/shared-mime-info-spec/0.13/]] - [[xml|http://standards.freedesktop.org/shared-mime-info-spec/shared-mime-info-spec-0.13.xml]]
-* Version 0.14 - [[html (one page)|http://standards.freedesktop.org/shared-mime-info-spec/shared-mime-info-spec-0.14.html]] - [[html (multiple pages)|http://standards.freedesktop.org/shared-mime-info-spec/0.14/]] - [[xml|http://standards.freedesktop.org/shared-mime-info-spec/shared-mime-info-spec-0.14.xml]]
-* Version 0.15 - [[html (one page)|http://standards.freedesktop.org/shared-mime-info-spec/shared-mime-info-spec-0.15.html]] - [[html (multiple pages)|http://standards.freedesktop.org/shared-mime-info-spec/0.15/]] - [[xml|http://standards.freedesktop.org/shared-mime-info-spec/shared-mime-info-spec-0.15.xml]]
-* Version 0.16 - [[html (one page)|http://standards.freedesktop.org/shared-mime-info-spec/shared-mime-info-spec-0.16.html]] - [[html (multiple pages)|http://standards.freedesktop.org/shared-mime-info-spec/0.16/]] - [[xml|http://standards.freedesktop.org/shared-mime-info-spec/shared-mime-info-spec-0.16.xml]]
-* Version 0.17 - [[html (one page)|http://standards.freedesktop.org/shared-mime-info-spec/shared-mime-info-spec-0.17.html]] - [[html (multiple pages)|http://standards.freedesktop.org/shared-mime-info-spec/0.17/]] - [[xml|http://standards.freedesktop.org/shared-mime-info-spec/shared-mime-info-spec-0.17.xml]]
-* Version 0.18 - [[html (one page)|http://standards.freedesktop.org/shared-mime-info-spec/shared-mime-info-spec-0.18.html]] - [[html (multiple pages)|http://standards.freedesktop.org/shared-mime-info-spec/0.18/]] - [[xml|http://standards.freedesktop.org/shared-mime-info-spec/shared-mime-info-spec-0.18.xml]]
+* Version 0.11 - [[html (one page)|https://specifications.freedesktop.org/shared-mime-info-spec/shared-mime-info-spec-0.11.html]] - [[html (multiple pages)|https://specifications.freedesktop.org/shared-mime-info-spec/0.11/]] - [[xml|https://specifications.freedesktop.org/shared-mime-info-spec/shared-mime-info-spec-0.11.xml]]
+* Version 0.12 - [[html (one page)|https://specifications.freedesktop.org/shared-mime-info-spec/shared-mime-info-spec-0.12.html]] - [[html (multiple pages)|https://specifications.freedesktop.org/shared-mime-info-spec/0.12/]] - [[xml|https://specifications.freedesktop.org/shared-mime-info-spec/shared-mime-info-spec-0.12.xml]]
+* Version 0.13 - [[html (one page)|https://specifications.freedesktop.org/shared-mime-info-spec/shared-mime-info-spec-0.13.html]] - [[html (multiple pages)|https://specifications.freedesktop.org/shared-mime-info-spec/0.13/]] - [[xml|https://specifications.freedesktop.org/shared-mime-info-spec/shared-mime-info-spec-0.13.xml]]
+* Version 0.14 - [[html (one page)|https://specifications.freedesktop.org/shared-mime-info-spec/shared-mime-info-spec-0.14.html]] - [[html (multiple pages)|https://specifications.freedesktop.org/shared-mime-info-spec/0.14/]] - [[xml|https://specifications.freedesktop.org/shared-mime-info-spec/shared-mime-info-spec-0.14.xml]]
+* Version 0.15 - [[html (one page)|https://specifications.freedesktop.org/shared-mime-info-spec/shared-mime-info-spec-0.15.html]] - [[html (multiple pages)|https://specifications.freedesktop.org/shared-mime-info-spec/0.15/]] - [[xml|https://specifications.freedesktop.org/shared-mime-info-spec/shared-mime-info-spec-0.15.xml]]
+* Version 0.16 - [[html (one page)|https://specifications.freedesktop.org/shared-mime-info-spec/shared-mime-info-spec-0.16.html]] - [[html (multiple pages)|https://specifications.freedesktop.org/shared-mime-info-spec/0.16/]] - [[xml|https://specifications.freedesktop.org/shared-mime-info-spec/shared-mime-info-spec-0.16.xml]]
+* Version 0.17 - [[html (one page)|https://specifications.freedesktop.org/shared-mime-info-spec/shared-mime-info-spec-0.17.html]] - [[html (multiple pages)|https://specifications.freedesktop.org/shared-mime-info-spec/0.17/]] - [[xml|https://specifications.freedesktop.org/shared-mime-info-spec/shared-mime-info-spec-0.17.xml]]
+* Version 0.18 - [[html (one page)|https://specifications.freedesktop.org/shared-mime-info-spec/shared-mime-info-spec-0.18.html]] - [[html (multiple pages)|https://specifications.freedesktop.org/shared-mime-info-spec/0.18/]] - [[xml|https://specifications.freedesktop.org/shared-mime-info-spec/shared-mime-info-spec-0.18.xml]]
* [[History and related systems|Specifications/OtherSystems]]
### Current implementors
diff --git a/Specifications/startup-notification-spec.mdwn b/Specifications/startup-notification-spec.mdwn
index 70d71bdd..eb7596c5 100644
--- a/Specifications/startup-notification-spec.mdwn
+++ b/Specifications/startup-notification-spec.mdwn
@@ -19,4 +19,4 @@ You can check out the code by cloning git://anongit.freedesktop.org/git/startup-
### Spec
- * [[startup-notification-0.1.txt|http://standards.freedesktop.org/startup-notification-spec/startup-notification-0.1.txt]]
+ * [[startup-notification-0.1.txt|https://specifications.freedesktop.org/startup-notification-spec/startup-notification-0.1.txt]]
diff --git a/Specifications/systemtray-spec.mdwn b/Specifications/systemtray-spec.mdwn
index 4c97e2a2..d8912021 100644
--- a/Specifications/systemtray-spec.mdwn
+++ b/Specifications/systemtray-spec.mdwn
@@ -15,6 +15,6 @@ The [[Git|GettingInvolved#GIT]] module for this spec is in [[xdg-specs|http://cg
### Spec
- * Version 0.1 - [[html (one page)|http://standards.freedesktop.org/systemtray-spec/systemtray-spec-0.1.html]] - [[html (multiple pages)|http://standards.freedesktop.org/systemtray-spec/0.1/]] - [[xml|http://standards.freedesktop.org/systemtray-spec/systemtray-spec-0.1.xml]]
- * Version 0.2 - [[html (one page)|http://standards.freedesktop.org/systemtray-spec/systemtray-spec-0.2.html]] - [[html (multiple pages)|http://standards.freedesktop.org/systemtray-spec/0.2/]] - [[xml|http://standards.freedesktop.org/systemtray-spec/systemtray-spec-0.2.xml]]
- * Version 0.3 - [[html (one page)|http://standards.freedesktop.org/systemtray-spec/systemtray-spec-0.3.html]] - [[html (multiple pages)|http://standards.freedesktop.org/systemtray-spec/0.3/]] - [[xml|http://standards.freedesktop.org/systemtray-spec/systemtray-spec-0.3.xml]]
+ * Version 0.1 - [[html (one page)|https://specifications.freedesktop.org/systemtray-spec/systemtray-spec-0.1.html]] - [[html (multiple pages)|https://specifications.freedesktop.org/systemtray-spec/0.1/]] - [[xml|https://specifications.freedesktop.org/systemtray-spec/systemtray-spec-0.1.xml]]
+ * Version 0.2 - [[html (one page)|https://specifications.freedesktop.org/systemtray-spec/systemtray-spec-0.2.html]] - [[html (multiple pages)|https://specifications.freedesktop.org/systemtray-spec/0.2/]] - [[xml|https://specifications.freedesktop.org/systemtray-spec/systemtray-spec-0.2.xml]]
+ * Version 0.3 - [[html (one page)|https://specifications.freedesktop.org/systemtray-spec/systemtray-spec-0.3.html]] - [[html (multiple pages)|https://specifications.freedesktop.org/systemtray-spec/0.3/]] - [[xml|https://specifications.freedesktop.org/systemtray-spec/systemtray-spec-0.3.xml]]
diff --git a/Specifications/wm-spec.mdwn b/Specifications/wm-spec.mdwn
index b347a3c7..d176b32d 100644
--- a/Specifications/wm-spec.mdwn
+++ b/Specifications/wm-spec.mdwn
@@ -23,8 +23,8 @@ wm-spec is included with other [[freedesktop.org Specifications|/Specifications]
### Spec
-* Version 1.3 - [[html (one page)|http://standards.freedesktop.org/wm-spec/wm-spec-1.3.html]] - [[html (multiple pages)|http://standards.freedesktop.org/wm-spec/1.3/]] - [[xml|http://standards.freedesktop.org/wm-spec/wm-spec-1.3.xml]]
-* Version 1.4.draft-2 - [[html (one page)|http://standards.freedesktop.org/wm-spec/wm-spec-1.4.html]] - [[html (multiple pages)|http://standards.freedesktop.org/wm-spec/1.4/]] - [[xml|http://standards.freedesktop.org/wm-spec/wm-spec-1.4.xml]]
+* Version 1.3 - [[html (one page)|https://specifications.freedesktop.org/wm-spec/wm-spec-1.3.html]] - [[html (multiple pages)|https://specifications.freedesktop.org/wm-spec/1.3/]] - [[xml|https://specifications.freedesktop.org/wm-spec/wm-spec-1.3.xml]]
+* Version 1.4.draft-2 - [[html (one page)|https://specifications.freedesktop.org/wm-spec/wm-spec-1.4.html]] - [[html (multiple pages)|https://specifications.freedesktop.org/wm-spec/1.4/]] - [[xml|https://specifications.freedesktop.org/wm-spec/wm-spec-1.4.xml]]
### Supporters
diff --git a/Specifications/xembed-spec.mdwn b/Specifications/xembed-spec.mdwn
index b3077598..6d80ef7e 100644
--- a/Specifications/xembed-spec.mdwn
+++ b/Specifications/xembed-spec.mdwn
@@ -17,6 +17,6 @@ The [[CVS|GettingInvolved#CVS]] module for this spec is [[xembed|http://cvs.free
### Spec
-* [[Latest version|http://standards.freedesktop.org/xembed-spec/latest/]]
+* [[Latest version|https://specifications.freedesktop.org/xembed-spec/latest/]]
- * Version 0.5 - [[html (one page)|http://standards.freedesktop.org/xembed-spec/xembed-spec-0.5.html]] - [[html (multiple pages)|http://standards.freedesktop.org/xembed-spec/0.5/]] - [[xml|http://standards.freedesktop.org/xembed-spec/xembed-spec-0.5.xml]] \ No newline at end of file
+ * Version 0.5 - [[html (one page)|https://specifications.freedesktop.org/xembed-spec/xembed-spec-0.5.html]] - [[html (multiple pages)|https://specifications.freedesktop.org/xembed-spec/0.5/]] - [[xml|https://specifications.freedesktop.org/xembed-spec/xembed-spec-0.5.xml]] \ No newline at end of file
diff --git a/Specifications/xsettings-spec.mdwn b/Specifications/xsettings-spec.mdwn
index ab413c9e..d4ce4803 100644
--- a/Specifications/xsettings-spec.mdwn
+++ b/Specifications/xsettings-spec.mdwn
@@ -16,5 +16,5 @@ The [[CVS|GettingInvolved#CVS]] module for this spec is [[xsettings|http://cvs.f
### Spec
- * Version 0.5 - [[html (one page)|http://standards.freedesktop.org/xsettings-spec/xsettings-spec-0.5.html]] - [[html (multiple pages)|http://standards.freedesktop.org/xsettings-spec/0.5/]] - [[xml|http://standards.freedesktop.org/xsettings-spec/xsettings-spec-0.5.xml]]
+ * Version 0.5 - [[html (one page)|https://specifications.freedesktop.org/xsettings-spec/xsettings-spec-0.5.html]] - [[html (multiple pages)|https://specifications.freedesktop.org/xsettings-spec/0.5/]] - [[xml|https://specifications.freedesktop.org/xsettings-spec/xsettings-spec-0.5.xml]]
* [[XSettingsRegistry|Specifications/XSettingsRegistry]]