All Projects → samwilson → mediawiki_twentyten

samwilson / mediawiki_twentyten

Licence: other
The TwentyTen theme for WordPress ported to a MediaWiki skin.

Programming Languages

CSS
56736 projects
PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to mediawiki twentyten

DiscordWikiBot
Discord bot for Wikimedia projects and MediaWiki wiki sites
Stars: ✭ 30 (+114.29%)
Mutual labels:  mediawiki
SemanticResultFormats
Provides additional visualizations (result formats) for Semantic MediaWiki
Stars: ✭ 40 (+185.71%)
Mutual labels:  mediawiki
untheme
A blank WordPress theme for developers.
Stars: ✭ 82 (+485.71%)
Mutual labels:  wordpress-theme
jarvis
A speedy Gutenberg ready theme
Stars: ✭ 50 (+257.14%)
Mutual labels:  wordpress-theme
primer-child-stout
Stout is a GoDaddy Primer child theme with a bold vibe.
Stars: ✭ 13 (-7.14%)
Mutual labels:  wordpress-theme
Genesis-Developer-Starter-Lab
Let’s Build a Custom Developer’s Genesis Starter Child Theme
Stars: ✭ 23 (+64.29%)
Mutual labels:  wordpress-theme
meza
Setup an enterprise MediaWiki server with simple commands
Stars: ✭ 38 (+171.43%)
Mutual labels:  mediawiki
bmqy-next
wordpress版本的NexT theme,非官方版本!
Stars: ✭ 21 (+50%)
Mutual labels:  wordpress-theme
bootstrap-basic
Bootstrap 3 css framework theme for wordpress. For theme developer can start build their theme very fast. To download for use with your project, please go to wordpress.org themes page in the link.
Stars: ✭ 22 (+57.14%)
Mutual labels:  wordpress-theme
blade-generate
Forces generation of Blade template cache files for Sage9.
Stars: ✭ 64 (+357.14%)
Mutual labels:  wordpress-theme
wp-spa-boilerplate
A JavaScript single page WordPress theme boilerplate using Vue.js and the WordPress REST API.
Stars: ✭ 13 (-7.14%)
Mutual labels:  wordpress-theme
FAU-Einrichtungen
WordPress-Theme für zentrale Einrichtungen der Friedrich-Alexander-Universität Erlangen-Nürnberg
Stars: ✭ 15 (+7.14%)
Mutual labels:  wordpress-theme
primer-child-escapade
Escapade is a Primer child theme with a unique sidebar navigation.
Stars: ✭ 15 (+7.14%)
Mutual labels:  wordpress-theme
Wikitext-VSCode-Extension
A Visual Studio Code Extension that provides language support for Wikitext.
Stars: ✭ 50 (+257.14%)
Mutual labels:  mediawiki
SemanticBreadcrumbLinks
Provides in-page navigation by building breadcrumb links from an attributive property filter.
Stars: ✭ 15 (+7.14%)
Mutual labels:  mediawiki
wordpress
📚 Recursos para aprender WordPress
Stars: ✭ 20 (+42.86%)
Mutual labels:  wordpress-theme
starter-kit-theme
WordPress starter theme with a modern development stack for launching projects faster and easily
Stars: ✭ 25 (+78.57%)
Mutual labels:  wordpress-theme
WikiSearch
A flutter search engine based on MediaWiki with caching.
Stars: ✭ 39 (+178.57%)
Mutual labels:  mediawiki
react-theme
Production ready Wordpress theme built with React, Redux, Redux-Thunk, Intl, React Router v4, etc... and packaged by Webpack 2. Enjoy!
Stars: ✭ 14 (+0%)
Mutual labels:  wordpress-theme
gridd
Flexible grid-based WordPress theme
Stars: ✭ 38 (+171.43%)
Mutual labels:  wordpress-theme

TwentyTen WordPress theme for MediaWiki

This is a port of the TwentyTen WordPress theme to MediaWiki.

Installation

  1. Copy the files to the 'skins' directory of your MediaWiki install.

  2. In LocalSettings.php set the following variables (they can be either relative or full URLs):

    $wgLogo             = "http://example.com/logo.jpg";
    $wgTwentytenHeader  = "$wgStylePath/twentyten/resources/twentyten/headers/fern.jpg";
    

    The header image should be 940 pixels wide.

  3. Then edit Mediawiki:Sidebar and add the 'MENUBAR', 'PAGETOC', and 'LOGO' sections. A complete example sidebar with these added might look like the following:

    * MENUBAR
    ** mainpage|mainpage
    ** aboutpage|about
    ** Contact|Contact
    * LOGO
    * PAGETOC
    * navigation
    ** portal-url|portal
    ** helppage|help
    ** recentchanges-url|recentchanges
    ** randompage-url|randompage
    

    You can rearrange or delete any parts of Sidebar that you wish, but there does need to be some content or MediaWiki will give you default Navigation and Search sections. Note also that if you remove the PAGETOC section, no ToC will be shown for any page.

    The toolbox section does not need to be kept, because it's moved to one of the columns in the footer.

  4. Please report any problems or suggestions via Phabricator: https://phabricator.wikimedia.org/maniphest/task/edit/form/1/

License

Version 2 of the GNU General Public License (as are MediaWiki and WordPress).

Development

All the files in resources/twentyten/ are direct unmodified copies from the WordPress theme.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].