Projects tagged ‘extension’ and ‘mediawiki’


[22 total ]

1 Users

Http:BL is a way for website administrators to take advantage of the data generated by Project Honey Pot and keep malicious or suspicious IPs off their websites. The service works by publishing DNS ... [More] records for IPs we have seen conducting suspicious or malicious behavior online. Website administrators can then use this data in order to restrict access to their web servers for these IPs. This extension only implement the API to have in Mediawiki the possibility to block spammer's with data from "Project Honey Pot", you need get a key from "Project Honey Pot" website. [Less]
Created about 1 year ago.

0 Users

This extension allows users to subscribe to categories and receive email updates that list the new and updated pages within each category. To be filled in detail later.
Created 11 months ago.

0 Users

This is a MediaWiki extension that adds a special page providing basic information and stats for each wiki page, along with charts and graphs.
Created 4 months ago.

0 Users

This project is intended to begin developing the TinyMCE extension for MediaWiki.
Created 8 months ago.

0 Users

Integration de diagrammes d'accords de ukulele dans mediawiki
Created 11 months ago.

0 Users

gchart4mw is a mediawiki-extension for visualizing data in wiki pages. To do so it provides a couple of additional tags for embedding different chart-types. Possible charts are lines bars and ... [More] pie-charts The charts are drawn by using the Google Chart API. All data for visualization is provided in CSV-style. Example of usageThis example shows the result of 2005´s election for the german Bundestag: SPD, 34.2 CDU, 27.8 CSU, 7.4 GRÜNE, 8.1 FDP, 9.8 Die Linke., 8.7 Sonstige, 3.9 InstallationThe installation of this extension is done by 2 easy steps: drop the php-file in the extension-folder of your mediawiki-installation. add require_once('$IP/extensions/gchart4mw.php'); to your LocalSettings.php. [Less]
Created about 1 year ago.

0 Users

The Edit links extension adds extra functionality to MediaWiki for editing links on local pages. It was written to complement the Import Wizard extention by Raymond Jelierse. Enter the name of a ... [More] (previously imported) local page of which you want to edit the links. Select an external wiki for interwiki transclusion of link targets. You will have options to transclude, unlink and delete the links and to upload missing images. Features(Import an article from a specified list of sources, using the import wizard.) Use the imported page as source for Edit links. It generates an editable list of all internal links on the page. Offers checkboxes to transclude, unlink and delete the links. Saves the page with edited links. expected in 0.4.0: Ability to import images. InstallationPlace the contents of this directory in the extensions/EditLinks/-directory of your MediaWiki installation. Requires scary transclusion to be enabled for the transcluding option to work. Add the following line to your LocalSettings.php: require_once ("$IP/extensions/EditLinks/EditLinks.php");User rights import-wizardAllows a user with that right set to use the edit links extension. [Less]
Created 4 months ago.

0 Users

Modifed the great MediaWiki Quiz extension so that it has more features, basically the ability to be used as a testing tool. What's different? Asks the user for their name Adds a professor variable ... [More] which can be used to specify an email address where quiz results will be sent to. See the Wiki tab for details including how to. To see the files: http://code.google.com/p/testquiz/source/browse/#svn/trunk [Less]
Created 12 months ago.

0 Users

Advanced Userrights for MediaWikiAdvanced Userrights is an extension for MediaWiki. It functions as a replacement for the Special:Userrights and Special:Listusers pages in a default MediaWiki ... [More] installation. It also adds extra functionality, such as extended information on users. FeaturesSortable userlist. Intuitive interface for changing group memberships. Information on every registered user. Optional tracking of used IP-addresses per registered user. InstallationYou can either download the latest release by using the link to your right, or you can download the latest source from the SVN-repository. The installation procedure is as follows: Place the source in extensions/AdvancedUserrights/ under your MediaWiki root directory. If you want to add links to the added functionality on every user page, apply the patch from your MediaWiki root directory: patch -p0 extensions/AdvancedUserrights/UserInformation.patchAdd the following line to your LocalSettings.php: require_once "$IP/extensions/AdvancedUserrights/AdvancedUserrights.php";Configuration settings Variable name Variable type Description $auEnableCheckIP bool Enables the tracking of used IP-addresses per registered user. This option is disabled by default to prevent possible violations with the privacy policy of the wiki. User rights userinfo Allows a user with that right set to view information about users. checkip Allows a user to view the used IP-addresses of every registered user on the user information page. [Less]
Created about 1 year ago.

0 Users

MediaWiki Widgets extension allows adding widgets to wiki by just creating pages in Widget namespace. For more info, see http://www.mediawiki.org/wiki/Extension:Widgets Code repository is moved to ... [More] Wikimedia: http://svn.wikimedia.org/svnroot/mediawiki/trunk/extensions/Widgets/ [Less]
Created 7 months ago.