metacpan-web VS Mediawiki

Compare metacpan-web vs Mediawiki and see what are their differences.

Mediawiki

šŸŒ» The collaborative editing software that runs Wikipedia. MirrorĀ fromĀ https://gerrit.wikimedia.org/g/mediawiki/core. SeeĀ https://mediawiki.org/wiki/Developer_access forĀ contributing. (by wikimedia)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
metacpan-web Mediawiki
40 25
411 3,962
0.2% 2.2%
8.6 10.0
9 days ago 6 days ago
Perl PHP
GNU General Public License v3.0 or later GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.

metacpan-web

Posts with mentions or reviews of metacpan-web. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-04.
  • Migrating Perl to Raku
    2 projects | dev.to | 4 Aug 2023
    In January 2018, I proposed a CPAN Butterfly Plan to convert Perl functionality to Raku as closely as possible to the original API. I stated this as a goal because Perl (as a programming language) is so much more than syntax alone. Ask anyone what Perl's unique selling point is, and they will most likely tell you it is CPAN.
  • The most interesting Open Source web applications
    5 projects | dev.to | 15 Jun 2023
    MetaCPAN. There are a number of project in the Perl community. This is one of the most interesting ones. source code
  • Perl developer required at popular IT commentary site...
    1 project | /r/perl | 10 May 2023
    Perl has numerous modules for practically everything. Try a search on https://metacpan.org for anything that takes your fancy.
  • New to Perl and have a few questions
    1 project | /r/perl | 25 Feb 2023
    I can point to the module library metacpan.org that has modules to do tons of different things -- I don't know what equivalent resouorce Python has.
  • MetaCPAN Author Pages Now Link to Repology
    1 project | /r/perl | 25 Feb 2023
    A good place for this issue would be https://github.com/metacpan/metacpan-web
  • 5 great Perl scripts to keep in your sysadmin toolbox
    3 projects | /r/perl | 23 Feb 2023
    All language package index websites are a poor imitation of metacpan.org. Without a doubt it is the single best package website I have used for finding packages, reading docs, examples, version changes, source repo. Everybody should be shamelessly copying it.
  • Day 5: CI for Win32-Wlan Perl module
    2 projects | dev.to | 4 Dec 2022
    While the indicates that this is a Windows-related thing, there are a number of packages on CPAN that are in the Win32 namespace, but also work on Linux. This one, it seems does not. It seems at least one of its dependencies, the Win32-API does not work on anything else besides Windows.
  • Use Dist::Zilla to Create a Perl Distribution
    2 projects | dev.to | 23 Oct 2022
    A Perl distribution is an archive of files that includes a Perl module. There are no official rules on what non-module files must be included in a distribution, but they often include (among other things) test scripts, a Makefile.PL, documentation, and the license. These distributions are commonly uploaded to CPAN, which is a place for Perl programmers to upload their Perl distributions for the purpose of sharing their code.
  • Need help for debugging with Devel:Camelcadedb
    2 projects | /r/perl | 10 Oct 2022
    If there are modules being used, you can read their documentation using the perldoc command or looking online at https://metacpan.org
  • metacpan unusable for anyone else?
    2 projects | /r/perl | 29 Sep 2022

Mediawiki

Posts with mentions or reviews of Mediawiki. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-15.
  • The most interesting Open Source web applications
    5 projects | dev.to | 15 Jun 2023
    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
    17 projects | /r/selfhosted | 2 Jun 2023
    MediaWiki
  • Delete files after wiki creation
    1 project | /r/mediawiki | 3 Apr 2023
    "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
    10 projects | /r/ProgrammerHumor | 27 Mar 2023
    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...šŸ˜…
    1 project | /r/ProgrammerHumor | 15 Mar 2023
    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
    1 project | /r/Survival | 25 Feb 2023
    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?
    1 project | /r/opensource | 2 Jan 2023
  • Even with the flaws I have added Chad to my toolbox
    1 project | /r/artificial | 7 Dec 2022
  • Portable Off Grid Wikipedia
    1 project | /r/preppers | 20 Nov 2022
    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
    1 project | /r/selfhosted | 1 Nov 2022
    Last time I had occasion to use one - i used mediawiki

What are some alternatives?

When comparing metacpan-web and Mediawiki you can also consider the following projects:

stylus - Stylus - Userstyles Manager

Dokuwiki - The DokuWiki Open Source Wiki Engine

Corinna - Corinna - Bring Modern OO to the Core of Perl

Wiki.js - Wiki.js | A modern and powerful wiki app built on Node.js

codethesaur.us - A polyglot developer reference tool to compare programming language concepts side-by-side! Great for learning new languages or using for reference.

BookStack - A platform to create documentation/wiki content built with PHP & Laravel

gitflow - Git extensions to provide high-level repository operations for Vincent Driessen's branching model.

django-wiki - A wiki system with complex functionality for simple integration and a superb interface. Store your knowledge with style: Use django models.

cpan-audit - Check CPAN modules for known security vulnerabilities

Gollum - A simple, Git-powered wiki with a local frontend and support for many kinds of markup and content.

problem-solving - šŸ¦‹ Problem Solving, a repo for handling problems that require review, deliberation and possibly debate

TiddlyWiki - A self-contained JavaScript wiki for the browser, Node.js, AWS Lambda etc.