Merge pull request #7 from flokoe/add-note-about-original-source

Add under construction note to start page
This commit is contained in:
Florian Köhler 2023-07-05 13:23:58 +02:00 committed by GitHub
commit 931b49c9b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,6 +9,13 @@ tags:
# The Bash Hackers Wiki # The Bash Hackers Wiki
!!! warning "Under construction"
This is an archive of the old [wiki.bash-hackers.org](https://wiki.bash-hackers.org) with the goal to preserve and imporove the content by the community in a modern way and format.
The most recent version of each page that had content was automatically converted to Markdown and can be found here.
Pandoc did its best, but there is still some work to do as not a all pages are formatted correctly.
So for everyone who is interested in helping out, feel free to open PRs. Any help is welcome.
This wiki is intended to hold documentation of any kind about GNU Bash. This wiki is intended to hold documentation of any kind about GNU Bash.
The main motivation was to provide *human-readable documentation* and information so users aren't forced to read every bit of the Bash manpage - which can be difficult to understand. The main motivation was to provide *human-readable documentation* and information so users aren't forced to read every bit of the Bash manpage - which can be difficult to understand.
However, the docs here are **not** meant as a newbie tutorial. However, the docs here are **not** meant as a newbie tutorial.