Dash/Zeal Docset Contributions

I package docsets for documentation generally unavailable through Dash/Zeal docsets.

My Dash docsets are based on a common generation template.
Dash docsets maintained by me include:

Name (with link to generation upstream) Documentation Source Upstream Contributed to Dash-User-Contributions? Relevant Debian Package
debmake https://salsa.debian.org/debian/debmake Yes debmake-doc
flex https://github.com/westes/flex Yes flex-doc
GNU Autoconf https://www.gnu.org/software/autoconf/ Yes autoconf-doc !
GNU Autoconf Archive https://www.gnu.org/software/autoconf-archive/ Yes autoconf-archive
GNU Automake https://www.gnu.org/software/automake/ Yes
GNU Bash https://www.gnu.org/software/bash/ No bash-doc !
GNU Binutils [CONCEPT] https://www.gnu.org/software/binutils/ No
GNU Bison ^3.8.2 https://www.gnu.org/software/bison/ Yes bison-doc
GNU C Library (or "glibc") https://www.gnu.org/software/libc/libc.html Yes glibc-doc-reference
GNU Coding Standards * https://savannah.gnu.org/projects/gnustandards Yes gnu-standards !
GNU Coreutils [WIP] https://www.gnu.org/software/coreutils/ No
GNU Grub (4 docsets) [WIP] https://www.gnu.org/software/grub/ No
GNU Guile 3+ (maintainer only) https://www.gnu.org/software/guile/ Yes
GNU Guix [CONCEPT] https://guix.gnu.org/ No
GNU Libtool * https://www.gnu.org/software/libtool/ Yes libtool-doc !
GNU Make https://www.gnu.org/software/make/ Yes make-doc
GNU Texinfo (2 docsets) [WIP] https://www.gnu.org/software/texinfo/ No
Meson https://mesonbuild.com/index.html Yes
ncurses https://invisible-island.net/ncurses/ Yes ncurses-doc
NSIS [WIP] https://nsis.sourceforge.io/ No nsis-doc

'*' indicates that the docset creation script could use improvement, usually in indexing index entries
'^' indicates that a new version needs to be packaged, uploaded to the releases tab of the repo, and pushed to Dash-User-Contributions
'!' indicates that the files this package ships do not match what the generation script expects (i.e., documentation is shipped as a single HTML file, as opposed to one HTML file for each node)

Some docsets I do not intend to contribute to Dash-User-Contributions, usually because my docset diverges from one that was already contributed or there is already an official version of the docset:

Some docsets are marked "[WIP]". This indicates that some working model exists, but has not yet been successfully pushed to Dash-User-Contributions.

Some docsets marked as "[CONCEPT]". This indicates that I have desire to package in the future include.


Regarding GNU project docsets

It has been tiring to manage the high redundancy of the code in my various docset generation repos. This is especially true among GNU project docsets, and I believe it would be beneficial to contain all of these in a single repo. A few things to note:

  1. I would have to find a different solution to uploading compiled docsets, since I currently use the "releases" page of each repo.
  2. There are certain edge cases in certain repos that may make things annoying. I would either have to account for these on a case by case basis or build a better infrastructure.

For now, this remains an idea that I will need to brainstorm further...