https://github.com/freephile/fsheader
FamilySearch Header / Footer
https://github.com/freephile/fsheader
Last synced: about 2 months ago
JSON representation
FamilySearch Header / Footer
- Host: GitHub
- URL: https://github.com/freephile/fsheader
- Owner: freephile
- License: gpl-2.0
- Created: 2019-06-20T11:49:57.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-11-24T03:27:10.000Z (over 5 years ago)
- Last Synced: 2025-01-20T06:14:50.813Z (over 1 year ago)
- Language: CSS
- Size: 401 KB
- Stars: 0
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
This extension is specifically for the FamilySearch wiki farm. It creates a masthead
feature with dynamic navigation and styling specifically for FamilySearch. You can
use it as an example of how to do the same for your wiki.
If you are checking this out from Git and intend to use it, you may use the
following commands to make a clean directory of just this template without the
Git meta-data and other examples.
cd extensions
git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/FsHeader.git
cp -R FsHeader ./MyExtension
This automates the recommended code checkers for PHP and JavaScript code in Wikimedia projects
(see https://www.mediawiki.org/wiki/Continuous_integration/Entry_points).
To take advantage of this automation.
1. install nodejs, npm, and PHP composer
2. change to the extension's directory
3. `npm install`
4. `composer install`
Once set up, running `npm test` and `composer test` will run automated code checks.