mirror of
https://github.com/rawiriblundell/wiki.bash-hackers.org
synced 2024-12-25 06:00:41 +01:00
Update README and wishes.md
This commit is contained in:
parent
e407ba2b97
commit
64f45f9e76
@ -2,12 +2,13 @@
|
|||||||
|
|
||||||
Extraction of wiki.bash-hackers.org from the Wayback Machine
|
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.
|
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: Markdown linting and transformations
|
||||||
- TODO: Perhaps add a "This was downloaded from [wayback url here] on [date]" to each page...
|
- 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
|
## Getting the latest capture URL from archive.org
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@ a more human-readable version of the following topics:
|
|||||||
|
|
||||||
## General
|
## 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
|
> The whole site is meant to be like that: a simplified or better
|
||||||
> human-readable collection of manpage snipplets. Maybe a page with the
|
> human-readable collection of manpage snipplets. Maybe a page with the
|
||||||
@ -28,9 +28,9 @@ A simplified version of \`man bash' and interesting bash tricks.:-)
|
|||||||
**hmm maybe some of this stuff could make it somewhere to the
|
**hmm maybe some of this stuff could make it somewhere to the
|
||||||
wiki...:)**
|
wiki...:)**
|
||||||
|
|
||||||
- an article about how to do ksh coprocess in bash (:V4: may be
|
- an article about how to do ksh coprocess in bash
|
||||||
obsolete regarding [Bash 4 features](bash4))
|
(:V4: may be obsolete regarding [Bash 4 features](bash4))
|
||||||
1. single way -\> process substitution
|
1. single way -> process substitution
|
||||||
2. 2 way name pipes
|
2. 2 way name pipes
|
||||||
- let's write a interactive tutorial script that teaches readline/bash
|
- let's write a interactive tutorial script that teaches readline/bash
|
||||||
(like C-h t in emacs, or vimtutor or vilearn)
|
(like C-h t in emacs, or vimtutor or vilearn)
|
||||||
|
Loading…
Reference in New Issue
Block a user