User:Austin J. Che/Extensions: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
No edit summary
 
(19 intermediate revisions by the same user not shown)
Line 1: Line 1:
MediaWiki extensions that I have written (for OpenWetWare):
Here are various MediaWiki extensions that I have written for OpenWetWare, but some may likely be useful on other wikis also.


* [[OpenWetWare:Dewikify]]
* [[/EncryptPage/]]: Enables encrypting parts of wiki pages such that only those with the key can view it.
* [[User:Austin/Extensions/PreferencesExtension]]
* [[/LatexDoc/]]: Write entire LaTeX documents on the wiki.
* [[/PartsRegistry/]]: Enables easily creating links to the [[Registry of Standard Biological Parts]].
* [[/PreferencesExtension/]]: Allow other extensions to add user preferences to the default [[Special:Preferences]] form.
* [[/Recentchangesfilter/]]: Augments the default recent changes list with the ability to filter based on various criteria.
* [[/SpecialParse/]]: Special page to parse wikitext.
* [[/SyntaxHighlight/]]: Syntax highlighting via GeSHi.
* [[/UserDefaultPage/]]: Allows users to change their personal default page to a page other than Main_Page.
* [[/UserContentActions/]]: Allows users to add content action tabs to each page (such as purge).
* [[/UserSidebar/]]: Allows users to personalize their sidebar links.
* [[/WikiChat/]]: Allows real-time chatting on the wiki.
* [[/Wikilist/]]: Makes an email list out of any wiki page.


[http://austinche.name/mediawiki/ Download] the source for these extensions. And as always, send me any comments or suggestions!
These are not technically extensions but are still mediawiki related software:
* [[/Dewikify/]]: Makes wiki pages look like static pages.
* [[/dumpRewrite/]]: Makes it easy to extract a portion of one wiki, rewriting all page titles and links, and importing it into another wiki. This is useful for ''merging'' wikis.
* [[/history/]]: JavaScript for a user to keep a list of recently viewed pages to jump to.
* [[OpenWetWare:Toggle]]: Toggle visibility of sections. Main code at [[MediaWiki:Common.js]].
 
Deprecated and unsupported:
* [[/ShowHide/]] Replaced by toggle functionality
 
[http://austinche.name/mediawiki/ Download] the source for these extensions. And as always, [[Special:Emailuser/Austin J. Che|send me]] any comments or suggestions!

Latest revision as of 12:26, 31 May 2007

Here are various MediaWiki extensions that I have written for OpenWetWare, but some may likely be useful on other wikis also.

These are not technically extensions but are still mediawiki related software:

  • Dewikify: Makes wiki pages look like static pages.
  • dumpRewrite: Makes it easy to extract a portion of one wiki, rewriting all page titles and links, and importing it into another wiki. This is useful for merging wikis.
  • history: JavaScript for a user to keep a list of recently viewed pages to jump to.
  • OpenWetWare:Toggle: Toggle visibility of sections. Main code at MediaWiki:Common.js.

Deprecated and unsupported:

  • ShowHide Replaced by toggle functionality

Download the source for these extensions. And as always, send me any comments or suggestions!