Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samwilson/mediawiki_twentyten
The TwentyTen theme for WordPress ported to a MediaWiki skin.
https://github.com/samwilson/mediawiki_twentyten
mediawiki mediawiki-skin twentyten wordpress-theme
Last synced: 3 months ago
JSON representation
The TwentyTen theme for WordPress ported to a MediaWiki skin.
- Host: GitHub
- URL: https://github.com/samwilson/mediawiki_twentyten
- Owner: samwilson
- Created: 2010-10-19T23:05:02.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2017-10-05T01:04:06.000Z (over 7 years ago)
- Last Synced: 2024-04-08T17:15:34.398Z (10 months ago)
- Topics: mediawiki, mediawiki-skin, twentyten, wordpress-theme
- Language: CSS
- Homepage:
- Size: 805 KB
- Stars: 15
- Watchers: 3
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
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/
## LicenseVersion 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.