-
fetch
Discontinued wik is use to get information about anything on the shell using Wikipedia. [Moved to: https://github.com/yashsinghcodes/wik] (by yashsinghcodes)
I think it was fixed with this commit - https://github.com/yashsinghcodes/fetch/commit/0e0c59b4d24da...
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
pywikibot
A Python library that interfaces with the MediaWiki API. This is a mirror from gerrit.wikimedia.org. Do not submit any patches here. See https://www.mediawiki.org/wiki/Developer_account for contributing.
-
-
My version of this is a bash script that opens the article in lynx:
https://github.com/boris-marinov/bin/blob/main/wiki
-
There's also a package "emacs-w3m", an interface for the w3m web browser: https://github.com/emacs-w3m/emacs-w3m
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
I don't have time to look too closely into it, but my guess is that it's a bug somewhere in the parser: https://github.com/muffinista/gopherpedia.com/blob/main/pars...
The markup behind that article isn't terribly complicated, but the parser isn't perfect either. For example: https://gopherpedia.com/gopherpedia.com/Gustave_Dore has some glitches in the lead sentence.
My suspicion was that it's getting confused by the line above the intro, but I pasted the article's source code into Wikipedia:Sandbox and gopherpedia read the intro just fine. Strange!