From 3eb42c6ad53b77528ad54e139b30a1324e415a2b Mon Sep 17 00:00:00 2001 From: Adrian Cochrane Date: Wed, 30 Dec 2020 18:56:10 +1300 Subject: [PATCH] Add introductory messages. --- about/example | 73 ++++++++++++++++++++++++++++++++++++++++++++++ about/example.mime | 1 + about/welcome | 17 +++++++++++ about/welcome.mime | 1 + 4 files changed, 92 insertions(+) create mode 100644 about/example create mode 100644 about/example.mime create mode 100644 about/welcome create mode 100644 about/welcome.mime diff --git a/about/example b/about/example new file mode 100644 index 0000000..1ceda88 --- /dev/null +++ b/about/example @@ -0,0 +1,73 @@ + + + + + Sample Page + + +
+ Page Header +

Sample Page Heading Level 1

+
+

Paragraph

+

This page illustrates how websites sound by default. Websites may override + these intonations & behaviors.

+

Heading Level 2. Navigating headers using up & down

+

Navigate paragraphs using left & right.

+

Heading Level 3

+

link computer source code + emphasized strong keyboard key + Quote.

+

Heading Level 4, followed by unordered list

+ +
Heading Level 5, followed by ordered list
+
    +
  1. Ordered list item
  2. +
  3. Navigate like unordered lists
  4. +
  5. Profit!
  6. +
+
Heading Level 6, followed by definition list
+
+
Rhapsode
+
A rhapsode or, in modern usage, rhapsodist, refers to a classical Greek professional performer of epic poetry in the fifth and fourth centuries BC (and perhaps earlier). Wikipedia
+
+
+
Independant article
+ + + + + + + + + + + + + + + + + + + +
Table
NameSalaryExtensionStart dateStart date (American)
Bloggs, Fred$12000.00135318/08/200308/18/2003
Turvey, Kevin$191200.00234202/05/197905/02/1979
Mbogo, Arnold$32010.12275509/08/199808/09/1998
Shakespeare, Bill$122000.00321112/11/196111/12/1961
Shakespeare, Hamnet$9000900501/01/200201/01/2002
Fitz, Marvin$3300555422/05/199505/22/1995
+

Navigate table cells spatially using up, down, + left, right.

+
Preformatted text
+ Sample text +
+

For this to be possible, the method of storage must not place its own + restraints on the information. This is why a "web" of notes with links + (like references) between them is far more useful than a fixed hierarchical + system.

+ Tim Berners-Lee +
+ + + diff --git a/about/example.mime b/about/example.mime new file mode 100644 index 0000000..be49eeb --- /dev/null +++ b/about/example.mime @@ -0,0 +1 @@ +text/html diff --git a/about/welcome b/about/welcome new file mode 100644 index 0000000..a31efb5 --- /dev/null +++ b/about/welcome @@ -0,0 +1,17 @@ + + + + Welcome + + +

Welcome to Rhapsode!

+

Hear the vast breadth of + knowledge & + entertainment + available online!

+ +

Repeat back the name of a link to hear all about that topic.

+ + + + diff --git a/about/welcome.mime b/about/welcome.mime new file mode 100644 index 0000000..be49eeb --- /dev/null +++ b/about/welcome.mime @@ -0,0 +1 @@ +text/html -- 2.30.2