# HG changeset patch # User Paul Boddie # Date 1555280073 -7200 # Node ID 92433cd492f50ecae551b1d88872541f4d0628bf # Parent 0c4de39be47bbd8e29f7f9534527a098fb9afc20 Renamed Introduction to Landfall. diff -r 0c4de39be47b -r 92433cd492f5 README.txt --- a/README.txt Sun Apr 14 00:30:24 2019 +0200 +++ b/README.txt Mon Apr 15 00:14:33 2019 +0200 @@ -8,7 +8,7 @@ More information can be found in the docs directory in this distribution. - * For reading in a text editor, see docs/wiki/Introduction + * For reading in a text editor, see docs/wiki/Landfall * For reading in a Web browser, see docs/html/index.html A Note about the Documentation diff -r 0c4de39be47b -r 92433cd492f5 docs/tools/make_docs.sh --- a/docs/tools/make_docs.sh Sun Apr 14 00:30:24 2019 +0200 +++ b/docs/tools/make_docs.sh Mon Apr 15 00:14:33 2019 +0200 @@ -1,5 +1,14 @@ #!/bin/sh +THISDIR=`dirname "$0"` +INDIR="$THISDIR/../wiki" +OUTDIR="$THISDIR/../html" + +ROOT="Landfall" + +MAPPING='--mapping WikiPedia https://en.wikipedia.org/wiki/' +THEME='--theme mercurial' + if [ "$1" = '--web' ] ; then DOCINDEX= shift 1 @@ -9,11 +18,13 @@ FILENAMES=${*:-'--all'} -moinconvert --input-dir docs/wiki \ - --output-dir docs/html \ +moinconvert --input-dir "$INDIR" \ --input-page-sep '--' \ - --root Introduction \ - --theme mercurial --format html \ + --output-dir "$OUTDIR" \ + --root "$ROOT" \ + --format html \ --macros \ $DOCINDEX \ + $MAPPING \ + $THEME \ $FILENAMES diff -r 0c4de39be47b -r 92433cd492f5 docs/wiki/Introduction --- a/docs/wiki/Introduction Sun Apr 14 00:30:24 2019 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,27 +0,0 @@ -= Landfall = - -Landfall is a distribution of components for the [[http://www.l4re.org/|L4 -Runtime Environment]] (L4Re) providing device support and examples for -peripherals and hardware features of various computing devices, initially -supporting the following devices: - - * [[http://en.qi-hardware.com/wiki/Ben_NanoNote|Ben NanoNote]] - * [[http://projects.goldelico.com/p/letux400/|Letux 400]] - * [[https://www.elinux.org/MIPS_Creator_CI20|MIPS Creator CI20]] - -It builds on [[http://www.boddie.org.uk/paul/L4Re-Fiasco.OC.html|work]] done -to make L4Re available on these platforms, itself building on work by others -to port L4Re and Fiasco.OC to the MIPS architecture. - -{{attachment:P5300454-800x600.JPG||alt=The Spectrum example on the Ben -NanoNote and Letux 400}} - -== Documentation == - - * [[Downloads]] - * [[Getting Started]] - * [[Future Work]] - * [[Prerequisites]] - * [[Source Code]] - * [[System Architecture]] - * [[Tools]] diff -r 0c4de39be47b -r 92433cd492f5 docs/wiki/Landfall --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/docs/wiki/Landfall Mon Apr 15 00:14:33 2019 +0200 @@ -0,0 +1,27 @@ += Landfall = + +Landfall is a distribution of components for the [[http://www.l4re.org/|L4 +Runtime Environment]] (L4Re) providing device support and examples for +peripherals and hardware features of various computing devices, initially +supporting the following devices: + + * [[http://en.qi-hardware.com/wiki/Ben_NanoNote|Ben NanoNote]] + * [[http://projects.goldelico.com/p/letux400/|Letux 400]] + * [[https://www.elinux.org/MIPS_Creator_CI20|MIPS Creator CI20]] + +It builds on [[http://www.boddie.org.uk/paul/L4Re-Fiasco.OC.html|work]] done +to make L4Re available on these platforms, itself building on work by others +to port L4Re and Fiasco.OC to the MIPS architecture. + +{{attachment:P5300454-800x600.JPG||alt=The Spectrum example on the Ben +NanoNote and Letux 400}} + +== Documentation == + + * [[Downloads]] + * [[Getting Started]] + * [[Future Work]] + * [[Prerequisites]] + * [[Source Code]] + * [[System Architecture]] + * [[Tools]] diff -r 0c4de39be47b -r 92433cd492f5 docs/wiki/attachments/Introduction/P5300454-800x600.JPG Binary file docs/wiki/attachments/Introduction/P5300454-800x600.JPG has changed diff -r 0c4de39be47b -r 92433cd492f5 docs/wiki/attachments/Landfall/P5300454-800x600.JPG Binary file docs/wiki/attachments/Landfall/P5300454-800x600.JPG has changed