From bc760c1ab57a4d2b9a57ef886d5cab23715d44d3 Mon Sep 17 00:00:00 2001 From: stupidcomputer Date: Mon, 4 Nov 2024 02:54:26 -0600 Subject: [PATCH] [CHANGE] first skeleton - establish a skeleton of files for the site - make a change to .deploy so we don't clobber beepboop.systems --- src/.deploy | 3 ++- src/.gitignore | 1 + src/archives/index.rst | 5 +++++ src/index.rst | 9 +++++++++ src/librarian/1/index.rst | 12 ++++++++++++ src/librarian/index.rst | 9 +++++++++ 6 files changed, 38 insertions(+), 1 deletion(-) create mode 100644 src/.gitignore create mode 100644 src/archives/index.rst create mode 100644 src/index.rst create mode 100644 src/librarian/1/index.rst create mode 100644 src/librarian/index.rst diff --git a/src/.deploy b/src/.deploy index b586608..eac9e0a 100644 --- a/src/.deploy +++ b/src/.deploy @@ -1,3 +1,4 @@ +set -x ssh netbox 'rm -rf ~/output-tfb' -scp -P 443 -r ./output-tfb ryan@beepboop.systems:~ +scp -P 443 -r ./output ryan@beepboop.systems:~/output-tfb ssh netbox 'sudo -S sh -c "rm -rf /var/www/tfb.beepboop.systems; mkdir /var/www/tfb.beepboop.systems; cp -r ./output-tfb/* /var/www/tfb.beepboop.systems/"' diff --git a/src/.gitignore b/src/.gitignore new file mode 100644 index 0000000..77320b3 --- /dev/null +++ b/src/.gitignore @@ -0,0 +1 @@ +output/* diff --git a/src/archives/index.rst b/src/archives/index.rst new file mode 100644 index 0000000..3ce7c0c --- /dev/null +++ b/src/archives/index.rst @@ -0,0 +1,5 @@ +================ +General archives +================ + +At the moment, none exist. `Return to the document root? `_ diff --git a/src/index.rst b/src/index.rst new file mode 100644 index 0000000..35b8f2d --- /dev/null +++ b/src/index.rst @@ -0,0 +1,9 @@ +======================================= +the beepboop.systems' TFB document root +======================================= + +This server contains various historical and informational archives regarding `The Franklin Band `_. +To see a list of changes to this website, see the `changelog `_. + +- `Librarian materials `_ +- `General archives `_ diff --git a/src/librarian/1/index.rst b/src/librarian/1/index.rst new file mode 100644 index 0000000..9b7c1a6 --- /dev/null +++ b/src/librarian/1/index.rst @@ -0,0 +1,12 @@ +===================================================================== +Dynamically Allocated Sections allocation schedule, as of 30 Oct 2024 +===================================================================== + +`Go back to the Librarian materials document root `_. + +`Return to the tfb.beepboop.systems document root `_. + +**Notice**: Due to technical restrictions, this notice is not currently available. + +- `View pdf <./1.pdf>`_ +- `Download LaTeX source <./1.tex>`_ diff --git a/src/librarian/index.rst b/src/librarian/index.rst new file mode 100644 index 0000000..56758f8 --- /dev/null +++ b/src/librarian/index.rst @@ -0,0 +1,9 @@ +======================== +Librarian notice archive +======================== + +The Librarians occasionally issue informational notices -- they are archived here for future reference. + +`Return to the tfb.beepboop.systems document root `_. + +- `Dynamically Allocated Sections allocation schedule, as of 30 Oct 2024 <./1>`_