operations-mediawiki-config
Mediawiki
operations-mediawiki-config | Mediawiki | |
---|---|---|
1 | 25 | |
79 | 4,121 | |
- | 1.2% | |
9.9 | 10.0 | |
6 days ago | 3 days ago | |
HTML | PHP | |
- | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
operations-mediawiki-config
-
The falsehoods of anti-AGPL propaganda (2020)
> Configuration is just a short artifact. It's not a creative work and is therefore not copyrightable at all, whether by AGPL or otherwise.
I'm doubtful. For example https://github.com/wikimedia/operations-mediawiki-config is wikipedia's config. It is not short, and much of it is complex enough i think it would be copyrightable (ianal)
I agree though a very traditional list of key value pairs that are simple facts like where to find the db, might lack creativity to be copyrighted (ianal). But how many real deployed systems have that simple a config. More generally i would prefer that the license was less ambigious about this especially in an international context (e.g. rules are totally different in uk over what can be copyrighted)
> I'm not convinced obscurity helps against spam at all. DKIM and blocklists have done much more against email spam than any form of "security by obscurity" corporate scheme has.
Gmail et al use techniques beyond dkim that are secret. However i meant more like web spam where you can't just rely on source vouching for users. For example on wikipedia there is a feature where admins can write "code" that block patterns in edits. When used against persistent vandals, they are often secret lest they use the info to adjust behaviour. That's the type of thing i mean.
> if you are coordinating with the developers, then you have their explicit permission to temporarily withhold those changes (AGPL copyright holders can still grant exceptions to the license)
That only works if one entity holds all the copyright. Even then, does that mean forks cannot have coordinated disclosure?
Mediawiki
-
The most interesting Open Source web applications
Wikipedia that runs on MediaWiki which is written in PHP. source code
-
My collection of Ansible roles for self-hosting everything with Rocky Linux and FreeIPA
MediaWiki
-
Delete files after wiki creation
"https://ibb.co/0F2rWbG/logo.png", 'icon' => "https://ibb.co/0F2rWbG/logo.png",];## UPO means: this is also a user preference option$wgEnableEmail = true;$wgEnableUserEmail = true; # UPO$wgEmergencyContact = "";$wgPasswordSender = "";$wgEnotifUserTalk = false; # UPO$wgEnotifWatchlist = false; # UPO$wgEmailAuthentication = true;## Database settings$wgDBtype = "mysql";$wgDBserver = "wiki";$wgDBname = "wikipapadeluxe";$wgDBuser = "root";$wgDBpassword = "";# MySQL specific settings$wgDBprefix = "";# MySQL table options to use during installation or update$wgDBTableOptions = "ENGINE=InnoDB, DEFAULT CHARSET=binary";# Shared database table# This has no effect unless $wgSharedDB is also set.$wgSharedTables[] = "actor";## Shared memory settings$wgMainCacheType = CACHE_NONE;$wgMemCachedServers = [];## To enable image uploads, make sure the 'images' directory## is writable, then set this to true:$wgEnableUploads = false;#$wgUseImageMagick = true;#$wgImageMagickConvertCommand = "/usr/bin/convert";# InstantCommons allows wiki to use images from https://commons.wikimedia.org$wgUseInstantCommons = false;# Periodically send a pingback to https://www.mediawiki.org/ with basic data# about this MediaWiki instance. The Wikimedia Foundation shares this data# with MediaWiki developers to help guide future development efforts.$wgPingback = true;# Site language code, should be one of the list in ./includes/languages/data/Names.php$wgLanguageCode = "en";# Time zone$wgLocaltimezone = "Europe/Berlin";## Set $wgCacheDirectory to a writable directory on the web server## to make your wiki go slightly faster. The directory should not## be publicly accessible from the web.#$wgCacheDirectory = "$IP/cache";$wgSecretKey = "b564d730428f48d0882f0ae67283fc844ba41347848b4868501bdb524ff86342";# Changing this will log out all existing sessions.$wgAuthenticationTokenVersion = "1";# Site upgrade key. Must be set to a string (default provided) to turn on the# web installer while LocalSettings.php is in place$wgUpgradeKey = "d8e35fccd5b424df";## For attaching licensing metadata to pages, and displaying an## appropriate copyright notice / icon. GNU Free Documentation## License and Creative Commons licenses are supported so far.$wgRightsPage = ""; # Set to the title of a wiki page that describes your license/copyright$wgRightsUrl = "";$wgRightsText = "";$wgRightsIcon = "";# Path to the GNU diff3 utility. Used for conflict resolution.$wgDiff3 = "";# The following permissions were set based on your choice in the installer$wgGroupPermissions['*']['edit'] = false;## Default skin: you can change the default skin. Use the internal symbolic## names, e.g. 'vector' or 'monobook':$wgDefaultSkin = "vector";# Enabled skins.# The following skins were automatically enabled:wfLoadSkin( 'MinervaNeue' );wfLoadSkin( 'MonoBook' );wfLoadSkin( 'Timeless' );wfLoadSkin( 'Vector' );# End of automatically generated settings.# Add more configuration options below.
-
Twitter's source code has been leaked on GitHub
Do you mean Fandom wiki? You would want some kind of open source wiki platform. MediaWiki (used for Wikipedia) is probably the most popular and full featured.
-
Phewww...😅
It's all open source https://github.com/wikimedia/mediawiki
-
Crowdsourced Glossary for Survivalists: A User-Experience Based Resource for Brands, Products, Plants, and Techniques
A little money, a little installation work, and this: https://github.com/wikimedia/mediawiki
- This is the first time, or maybe the perfect opportunity for public mass adoption of a free software. What do you think of Mastodon Evangelism?
- Even with the flaws I have added Chad to my toolbox
-
Portable Off Grid Wikipedia
This is overkill. The entirety of Wikipedia is made available for free download by the Wikimedia foundation, the code is open-source, and anyone can set up their own copy of Wikipedia on a normal PC with a big hard disk. Power this off a portable battery and solar panel and you have off-grid Wikipedia without any hardware hacking.
-
Looking for a selfhosted solution for keeping track of ongoing conversations
Last time I had occasion to use one - i used mediawiki
What are some alternatives?
operations-puppet - Wikimedia Foundation operates some of the largest collaborative projects in the world. This is the Puppet repo for our servers. This repository is a mirror; see https://www.mediawiki.org/wiki/Developer_access for contributing.
Dokuwiki - The DokuWiki Open Source Wiki Engine
archwiki - MediaWiki used on Arch Linux websites (read-only mirror)
Wiki.js - Wiki.js | A modern and powerful wiki app built on Node.js
minio - MinIO is a high-performance, S3 compatible object store, open sourced under GNU AGPLv3 license.
BookStack - A platform to create documentation/wiki content built with PHP & Laravel
Mastodon - Your self-hosted, globally interconnected microblogging community
django-wiki - A wiki system with complex functionality for simple integration and a superb interface. Store your knowledge with style: Use django models.
Symfony - The Symfony PHP framework
Gollum - A simple, Git-powered wiki with a local frontend and support for many kinds of markup and content.
TiddlyWiki - A self-contained JavaScript wiki for the browser, Node.js, AWS Lambda etc.
Documize - Modern Confluence alternative designed for internal & external docs, built with Go + EmberJS