From e5d4e4bad58a004b12437752bf9cb0257e3fefe0 Mon Sep 17 00:00:00 2001 From: David Young Date: Wed, 6 Jan 2021 23:17:34 +1300 Subject: [PATCH] Experiment with GitHub CodeSpaces --- .devcontainer/devcontainer.json | 4 ++++ manuscript/whoami.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .devcontainer/devcontainer.json diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 0000000..8c981e2 --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,4 @@ +{ + "build": { "dockerFile": "Dockerfile" }, + "forwardPorts": [8000] +} \ No newline at end of file diff --git a/manuscript/whoami.md b/manuscript/whoami.md index 20c6d1c..bf7232d 100644 --- a/manuscript/whoami.md +++ b/manuscript/whoami.md @@ -16,7 +16,7 @@ One of our suppliers asked me to quote to do the same for their organization. Wi During the same "real" job above, I wanted to deploy [jabberd](https://en.wikipedia.org/wiki/Jabberd14), for internal instant messaging within the organization, and as a means to control the sprawl of ad-hoc instant-messaging among staff, using ICQ, MSN, and Yahoo Messenger. -To get management approval to deploy, I wrote a logger (with web UI) for jabber conversations ([Bandersnatch](https://www.funkypenguin.co.nz/project/bandersnatch/)), and a [75-page user manual](https://www.funkypenguin.co.nz/book/jajc-manual/) (_in [Docbook XML](http://www.docbook.org/)_) for a spunky Russian WinXP jabber client, [JAJC](http://jajc.jrudevels.org/). +To get management approval to deploy, I wrote a logger (with web UI) for jabber conversations ([Bandersnatch](https://www.funkypenguin.co.nz/project/bandersnatch/)), and a [75-page user manual](https://www.funkypenguin.co.nz/blog/jajc-manual/) (_in [Docbook XML](http://www.docbook.org/)_) for a spunky Russian WinXP jabber client, [JAJC](http://jajc.jrudevels.org/). Due to my contributions to [phpList](http://www.phplist.com), I was approached in 2011 by [Packt Publishing](http://www.packtpub.com), to [write a book](https://www.funkypenguin.co.nz/book/phplist-2-email-campaign-manager) about using PHPList.