idank / explainshell-manpages

source man pages for explainshell.com
16 stars 8 forks source link

ubuntu/trusty: add man pages from section 1 and 8 #9

Open josephfrazier opened 8 years ago

josephfrazier commented 8 years ago

These were listed using extractgzlist (with release="trusty" and section="1" or section="8") and downloaded using parallel "wget -nv {}" < gzlist1 # or gzlist8

idank commented 8 years ago

Nice! I'm surprised the script still works. ;)

I need to refactor some code in explainshell before I pull this in though. The links at the bottom of the explain page are hardcoded pointing to manpages.ubuntu.com/../precise/...

abitrolly commented 1 year ago

The links at the bottom of the explain page are hardcoded pointing to manpages.ubuntu.com/../precise/...

Here..

https://github.com/idank/explainshell/blob/371c10c3d9b201a6444ec0ff7ce7d9ca009e2a96/explainshell/web/templates/explain.html#L41-L46

Need to make match (which is MongoDB query result) to contain mansource field. For that, the fields needs to be added to DB schema (or maybe it already there). I have no experience with MondoDB to patch that.