A MediaWiki skin that focuses on putting your content in the foreground.

Tom Hutchison 68d1d0d549 Update to README.md containing instructions on how to add a feature. пре 11 година
assets 0de501981e Close #98. Not sure why not aligned with everything else. пре 11 година
.gitignore b99b4c3180 Add basic ignores. пре 11 година
Foreground.i18n.php be6eb57944 Add Russian localizations (thanks @HiRolla). Close #90. пре 11 година
Foreground.skin.php f473d1edea Fixes for echo extension пре 11 година
README.md 68d1d0d549 Update to README.md containing instructions on how to add a feature. пре 11 година
foreground.php 7794d1eb28 Update foreground.php пре 11 година

README.md

Development Branch

This is the development branch for the Mediawiki Foreground Skin. All new features for Foreground should PR against this branch. If you want to add a new feature, you should do the following:

  1. Create a branch in your repo with the name of the feature using Foreground's develop branch as a base.
  2. Periodically check and pull down updates to Foreground's develop branch as you are working on your proposed feature. Commits to develop may affect your feature branch, so make sure all is well while you are working on it.

If you want to work on an existing feature proposed by Foreground, please see the feature/name-of-feature branch for more information. PRs should be issued against the specific feature/name-of-feature branch.