From 5588bc15c6df5eb225c315ed82e2a8239ef26d36 Mon Sep 17 00:00:00 2001
From: Ralph Amissah <ralph.amissah@gmail.com>
Date: Sun, 4 Apr 2021 21:57:11 -0400
Subject: headers: copyright, license, year; also https

---
 .../media/text/en/sisu-spine-markup.sst            | 62 +++++++++++-----------
 1 file changed, 31 insertions(+), 31 deletions(-)

(limited to 'data/pod')

diff --git a/data/pod/sisu-spine-markup/media/text/en/sisu-spine-markup.sst b/data/pod/sisu-spine-markup/media/text/en/sisu-spine-markup.sst
index 85effa9..40a8ba1 100644
--- a/data/pod/sisu-spine-markup/media/text/en/sisu-spine-markup.sst
+++ b/data/pod/sisu-spine-markup/media/text/en/sisu-spine-markup.sst
@@ -32,13 +32,13 @@ make:
   italics: "Linux|GPL|LaTeX|SQL"
   breaks: "new=:B; break=1"
   home_button_text: [
-      "{doc-reform}http://doc-reform.org",
-      "{sources / git}http://git.sisudoc.org/",
-      "{SiSU}http://sisudoc.org"
+      "{doc-reform}https://doc-reform.org",
+      "{sources / git}https://git.sisudoc.org/",
+      "{SiSU}https://sisudoc.org"
     ]
   footer: [
-      "{SiSU}http://sisudoc.org",
-      "{git}http://git.sisudoc.org"
+      "{SiSU}https://sisudoc.org",
+      "{git}https://git.sisudoc.org"
     ]
 
 :A~ @title @creator
@@ -234,7 +234,7 @@ date:
   modified: "2020-04-11"
 
 rights:
-  copyright: "Copyright (C) Ralph Amissah 2007, 2020"
+  copyright: "Copyright (C) Ralph Amissah 2007, 2021"
   license: "AGPL 3 (part of SiSU Spine documentation)"
 
 classify:
@@ -339,8 +339,8 @@ identifier:
 code{
 
 links: [
-  "{SiSU }http://www.sisudoc.org",
-  "{ FSF }http://www.fsf.org",
+  "{SiSU }https://www.sisudoc.org",
+  "{ FSF }https://www.fsf.org",
 ]
 
 }code
@@ -355,8 +355,8 @@ make:
   bold: "Debian|SiSU" # [regular expression of words/phrases to be made bold]
   italics: "Linux|GPL|LaTeX|SQL" # [regular expression of words/phrases to italicise]
   breaks: "new=:B; break=1"
-  home_button_text: "{SiSU}http://sisudoc.org; {sources / git}http://git.sisudoc.org/gitweb/"
-  footer: "{SiSU}http://sisudoc.org; {git}http://git.sisudoc.org"
+  home_button_text: "{SiSU}https://sisudoc.org; {sources / git}https://git.sisudoc.org/projects/"
+  footer: "{SiSU}https://sisudoc.org; {git}https://git.sisudoc.org"
   headings: text to match for each level
     (e.g. PART; Chapter; Section; Article; or another: none; BOOK|FIRST|SECOND; none; CHAPTER;)
 
@@ -560,15 +560,15 @@ is omitted).
 
 !_ resulting output:
 
-normal text http://www.sisudoc.org/ continues
+normal text https://www.sisudoc.org/ continues
 
 An escaped url without decoration
 
 !_ resulting output:
 
-normal text _http://www.sisudoc.org/ continues
+normal text _https://www.sisudoc.org/ continues
 
-deb _http://www.jus.uio.no/sisu/archive unstable main non-free
+deb _https://www.jus.uio.no/sisu/archive unstable main non-free
 
 where a code block is used there is neither decoration nor hyperlinking, code
 blocks are discussed later in this document
@@ -577,8 +577,8 @@ blocks are discussed later in this document
 
 code{
 
-deb http://www.jus.uio.no/sisu/archive unstable main non-free
-deb-src http://www.jus.uio.no/sisu/archive unstable main non-free
+deb https://www.jus.uio.no/sisu/archive unstable main non-free
+deb-src https://www.jus.uio.no/sisu/archive unstable main non-free
 
 }code
 
@@ -589,11 +589,11 @@ To link text or an image to a url the markup is as follows
 
 !_ resulting output:
 
-about { SiSU }http://www.sisudoc.org/ markup
+about { SiSU }https://www.sisudoc.org/ markup
 
 a couple of test urls
 
-http://example.com/Alice&Bob
+https://example.com/Alice&Bob
 
 { programs I use }https://qa.debian.org/developer.php?packages=zsh+tilix+sakura+tmux+screen+i3-wm+vim+emacs+mosh+ldc
 
@@ -602,7 +602,7 @@ automatically as a footnote
 
 !_ resulting output:
 
-about {~^ SiSU }http://www.sisudoc.org/ markup
+about {~^ SiSU }https://www.sisudoc.org/ markup
 
 Internal document links to a named (anchor) tagged location, including named
 headings named inline anchor tags *~an-inline-anchor-tag or an ocn the heading:
@@ -663,15 +663,15 @@ about { SiSU book markup examples }:SiSU/examples.html
 
 { sm_tux.png 64x80 "test" }image
 
-{ sm_tux.png }http://www.sisudoc.org/
+{ sm_tux.png }https://www.sisudoc.org/
 
-{ sm_tux.png 64x80 }http://www.sisudoc.org/
+{ sm_tux.png 64x80 }https://www.sisudoc.org/
 
-{ sm_tux.png 64x80 "Gnu/Linux - a better way" }http://www.sisudoc.org/
+{ sm_tux.png 64x80 "Gnu/Linux - a better way" }https://www.sisudoc.org/
 
-{ sm_GnuDebianLinuxRubyBetterWay.png 100x101 "Way Better - with Gnu/Linux, Debian and Ruby" }http://www.sisudoc.org/
+{ sm_GnuDebianLinuxRubyBetterWay.png 100x101 "Way Better - with Gnu/Linux, Debian and Ruby" }https://www.sisudoc.org/
 
-{~^ sm_ruby_logo.png "Ruby" }http://www.ruby-lang.org/en/
+{~^ sm_ruby_logo.png "Ruby" }https://www.ruby-lang.org/en/
 
 { sm_d_image.jpg 82x128 "D for me" }https://github.com/dlang-community/d-mans
 
@@ -681,9 +681,9 @@ about { SiSU book markup examples }:SiSU/examples.html
 
 code{
 
-{~^ [text to link] }http://url.org
+{~^ [text to link] }https://url.org
 
-% maps to: { [text to link] }http://url.org ~{ http://url.org }~
+% maps to: { [text to link] }https://url.org ~{ https://url.org }~
 
 % which produces hyper-linked text within a document/paragraph, with an endnote providing the url for the text location used in the hyperlink
 
@@ -1234,7 +1234,7 @@ column three of row two, and so on
 a second form may be easier to work with in cases where there is not much
 information in each column
 
-*{markup example:}*~{ Table from the Wealth of Networks by Yochai Benkler \\ http://www.jus.uio.no/sisu/the_wealth_of_networks.yochai_benkler }~
+*{markup example:}*~{ Table from the Wealth of Networks by Yochai Benkler \\ https://www.jus.uio.no/sisu/the_wealth_of_networks.yochai_benkler }~
 
 !_ Table 3.1: Contributors to Wikipedia, January 2001 - June 2005
 
@@ -1393,7 +1393,7 @@ pb: Harvard University Press
 edn: (edition)
 yr: 2006
 pl: U.S.
-url: http://cyber.law.harvard.edu/wealth_of_networks/Main_Page
+url: https://cyber.law.harvard.edu/wealth_of_networks/Main_Page
 note:
 sn: Benkler, /{Wealth of Networks}/ (2006)
 id: Benkler2006
@@ -1454,7 +1454,7 @@ pb: publisher
 edn: edition
 yr: year (yyyy or yyyy-mm or yyyy-mm-dd) (required)
 pg: pages
-url: http://url
+url: https://url
 note: note
 id: create_short_identifier e.g. authorSurnameYear
     (used in substitutions: when found within text will be
@@ -1637,7 +1637,7 @@ Globalisation is to be observed as a trend intrinsic to the world economy.~{ As
 Maria Cattaui Livanos suggests in /{The global economy - an opportunity to be
 seized}/ in /{Business World}/ the Electronic magazine of the International
 Chamber of Commerce (Paris, July 1997) at
-http://www.iccwbo.org/html/globalec.htm \\ "Globalization is unstoppable. Even
+https://www.iccwbo.org/html/globalec.htm \\ "Globalization is unstoppable. Even
 though it may be only in its early stages, it is already intrinsic to the world
 economy. We have to live with it, recognize its advantages and learn to manage
 it. \\ That imperative applies to governments, who would be unwise to attempt to
@@ -1671,8 +1671,8 @@ possibilities for the promulgation of texts, the sharing of ideas and
 collaborative ventures. There are however, likely to be tensions within the
 legal community protecting entrenched practices against that which is new, (both
 in law and technology) and the business community's goal to reduce transaction
-costs. This here http://sisudoc.org/now is a test and repeat { does this work?
-}http://www.sisudoc.com/ok.html
+costs. This here https://sisudoc.org/now is a test and repeat { does this work?
+}https://www.sisudoc.com/ok.html
 
 Within commercial law an analysis of law and economics may assist in
 developing a better understanding of the relationship between commercial
-- 
cgit v1.2.3