From 64f45f9e76be6306efda6e9b2d28d3a318071e46 Mon Sep 17 00:00:00 2001 From: Rawiri Blundell Date: Mon, 17 Apr 2023 22:48:54 +1200 Subject: [PATCH] Update README and wishes.md --- README.md | 3 ++- wishes.md | 10 +++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9cce26f..7da7aed 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,13 @@ Extraction of wiki.bash-hackers.org from the Wayback Machine -This is targeting pages that have been captured by the Wayback Machine that specifically have `'?do=edit'` on the end of their URL. These pages give us the Dokuwiki Markup source, relatively unmolested. +This is targeting pages that have been captured by the Wayback Machine that specifically have `?do=edit` on the end of their URL. These pages give us the Dokuwiki Markup source, relatively unmolested. See the incomplete script "archive_crawler" to see my working. I would not recommend blindly running it - it's beta quality at best. Just read it and this page to follow the logic... or just fork this repo... or whatever, I'm not your Dad. - TODO: Markdown linting and transformations - TODO: Perhaps add a "This was downloaded from [wayback url here] on [date]" to each page... +- TODO: Import page-edit history as git log entries? `?do=revisions` is the secret sauce there... ## Getting the latest capture URL from archive.org diff --git a/wishes.md b/wishes.md index a6338e4..8abc5ea 100644 --- a/wishes.md +++ b/wishes.md @@ -15,7 +15,7 @@ a more human-readable version of the following topics: ## General -A simplified version of \`man bash' and interesting bash tricks.:-) +A simplified version of `man bash` and interesting bash tricks.:-) > The whole site is meant to be like that: a simplified or better > human-readable collection of manpage snipplets. Maybe a page with the @@ -28,10 +28,10 @@ A simplified version of \`man bash' and interesting bash tricks.:-) **hmm maybe some of this stuff could make it somewhere to the wiki...:)** -- an article about how to do ksh coprocess in bash (:V4: may be - obsolete regarding [Bash 4 features](bash4)) - 1. single way -\> process substitution - 2. 2 way name pipes +- an article about how to do ksh coprocess in bash + (:V4: may be obsolete regarding [Bash 4 features](bash4)) + 1. single way -> process substitution + 2. 2 way name pipes - let's write a interactive tutorial script that teaches readline/bash (like C-h t in emacs, or vimtutor or vilearn) - programmable history: