diff options
author | Eli Schwartz <eschwartz@archlinux.org> | 2018-05-03 06:10:21 +0200 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2018-05-14 01:59:17 +0200 |
commit | 076b6184de2b20e9b26225d93f6f3a7030504109 (patch) | |
tree | ca0e375b9fd89d6b6ce40026b732985c4b335841 /doc/footer.asciidoc | |
parent | 860e4c4943ad062bd0eff99f28e7d64804b3c08e (diff) | |
download | pacman-076b6184de2b20e9b26225d93f6f3a7030504109.tar.gz pacman-076b6184de2b20e9b26225d93f6f3a7030504109.tar.xz |
Ensure better text editor automatic filetype detection
Since we no longer use vim-specific modelines, use the .asciidoc file
extension which is, well, reserved for asciidoc formatted files. This
should presumably work everywhere without needing editor-specific
workarounds and configuration.
Also add a shebang to makepkg.conf to indicate it contains bash content.
Signed-off-by: Eli Schwartz <eschwartz@archlinux.org>
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'doc/footer.asciidoc')
-rw-r--r-- | doc/footer.asciidoc | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/doc/footer.asciidoc b/doc/footer.asciidoc new file mode 100644 index 00000000..5812aa72 --- /dev/null +++ b/doc/footer.asciidoc @@ -0,0 +1,32 @@ + +See the pacman website at https://www.archlinux.org/pacman/[] for current +information on pacman and its related tools. + + +Bugs +---- +Bugs? You must be kidding; there are no bugs in this software. But if we +happen to be wrong, send us an email with as much detail as possible to +mailto:pacman-dev@archlinux.org[]. + + +Authors +------- + +Current maintainers: + +* Allan McRae <allan@archlinux.org> +* Andrew Gregory <andrew.gregory.8@gmail.com> +* Dan McGee <dan@archlinux.org> +* Dave Reisner <dreisner@archlinux.org> + +Past major contributors: + +* Judd Vinet <jvinet@zeroflux.org> +* Aurelien Foret <aurelien@archlinux.org> +* Aaron Griffin <aaron@archlinux.org> +* Xavier Chantry <shiningxc@gmail.com> +* Nagy Gabor <ngaba@bibl.u-szeged.hu> + +For additional contributors, use `git shortlog -s` on the pacman.git +repository. |