![]() |
(on Infogalactic) [ 1 ]
https://infogalactic.com/info/Main_Page [ 2 ]
Yet another “everything” wiki, starting from fork of Wikipedia (MediaWiki)
Just as creationwiki exists for their biblical worldview, Infogalactic exists to separate itself from Wikipedia‘s// increasingly-disturbing ideologies and general untrustworthiness.
-
2017-01-21 — Since President of the United States was not updated, this project is being abandoned.
- It’s obvious this is an under-loved project, and I’m not willing to take it on to keep it updated.
- Infogalaxians
- https://voxday.net/tag/infogalactic/ [ 3 ]
- https://addons.mozilla.org/en-US/firefox/addon/infosextant/
—
-
2017-01-21 — Since President of the United States was not updated, this project is being abandoned.
- It’s obvious this is an under-loved project, and I’m not willing to take it on to keep it updated.
-
2016-10-24 — I migrated this website’s use of Wikipedia links to Infogalactic links.
- Yes, it was really that trivial. I planned ahead for this.
To do ∞
-
Review the various things about this place.
- 2016-10-27 – Infogalactic is empty.
- Main Page is probably the best starting point.
- Review Infogalactic:Editors’ guidelines
-
Review the bugs list
- Check if there’s a report on the missing images.
Bugs to report:
-
Email notification is broken.
2016-10-27 ∞
- It appeared as though an application had to be manually approved, but this is not the case.. it appears to be automated, as I saw when editing my user preferences I was in the ‘autoconfirmed users’ group.
- I had to confirm my email when applying, and then confirm again after doing that and setting my permanent password.
- I use a Pale Moon search keyword with
http://infogalactic.com/w/index.php?go=go&search= -
Email notification is broken.
Greasemonkey script to redirect from Wikipedia ∞
(Devuan, Greasemonkey, VirtualBox, Wikipedia, Windows 10)
script
// https://blog.spiralofhope.com/21627/infogalactic.html // Tested 2016-10-28 // Devuan beowulf_3.0.0_amd64 guest // within VirtualBox 6.0.20-137117 // on Windows 10 host // using Greasemonkey for Pale Moon 3.31.4 // on Pale Moon 28.10.0 (x64) // Tested 2016-10-28 // on Windows 10 64bit // using Pale Moon 26.5.0 (x64) // and Greasemonkey 1.15.1 signed. // ==UserScript== // @name Wikipedia to Infogalactic redirector // @namespace wikipedia_to_infogalactic_redirector // @description Redirect Wikipedia links to Infogalactic // @include http://en.wikipedia.org/* // @include https://en.wikipedia.org/* // @version 1.0 // @grant none // ==/UserScript== //window.alert( window.location.href.replace( "en.wikipedia.org/wiki", "infogalactic.com/info" ) ); window.location = window.location.href.replace( "en.wikipedia.org/wiki", "infogalactic.com/info" );
Footnotes
- I’d link to it on Wikipedia, but that redirects to propaganda. Guess why. [ ↩ ]
- I was infogalactic.com/info/User:Spiralofhope [ ↩ ]
- was http://voxday.blogspot.com/search/label/Infogalactic [ ↩ ]


added my [[greasemonkey]] script