summaryrefslogtreecommitdiff
path: root/bin/importmediawiki.sh
AgeCommit message (Collapse)Author
2020-12-22fixed apicall call method parametersMichael Peter Christen
and verification in transaction manager which did not have and exception for localhost/basic authentication
2020-12-09Going back to basic authentication for console/shell commandsMichael Peter Christen
This does not affect security because: - it is going to localhost only - only users who have already access to the pw hash can do this - no clear text pw is transmitted because that is not stored anywhere The switch to basic is required because these commands are required in the context of hosting on root servers and docker containers where a password change must be done. But the password shell command was not working without password which made the concept unusable. This deficit made it virtually impossible for root server operators to use YaCy because they had been unable to set up a proper password.
2017-04-14Extended Mediawiki dump import to remote URLs.luccioman
When using a public HTTP URL in /IndexImportMediawiki_p.html, the remote file now is directly streamed and processed, allowing import of several GB dumps even with a low memory remote peer, and without need to manually download the dump file first.
2015-02-23Changes to improve compatibility with OpenBSD. (seeMarc Nause
http://forum.yacy-websuche.de/viewtopic.php?f=8&t=5503)
2014-08-25Fix for http://mantis.tokeek.de/view.php?id=432Marc Nause
*) replaced all shebangs with more universal versions
2011-08-28*) Replaced occurrences of "Wikimedia" with "MediaWiki" where applicable. ↵low012
(Thanks to the folks of 0x20.be for pointing this out.) *) Added description of where to place MediaWiki dump for import. git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7905 6c8d7289-2bf4-0310-a012-ef5d649a1542
2011-03-19- fixed missing save operation for peer name changeorbiter
- fixed import of mediawiki dump files - added script to add mediawiki dump files git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7609 6c8d7289-2bf4-0310-a012-ef5d649a1542