Warning
The development of this application has moved to https://github.com/xwiki/xwiki-platform/tree/master/xwiki-platform-core/xwiki-platform-tour
This application provides for the users a possibility to create bootstrap-tours for every page they want.
- Project Lead: Guillaume Delhumeau
- Documentation & Download
- Issue Tracker
- Communication: Mailing List, IRC
- Development Practices
- Minimal XWiki version supported: XWiki 6.4.1
- License: LGPL 2.1+.
- Translations You don't need to have technical knowledge to contribute to the translations, feel free to do it!
- Sonar Dashboard: N/A
- Continuous Integration Status:
mvn clean install -Pquality --settings maven-settings.xml
To get the translations done on the l10n.xwiki.org website and commit them into the application, you need to execute the get-translations.sh
command:
## Get the translations
./get-translations.sh
## Look at the new translations
git status
## Add changes (example)
git add src/main/resources/TourCode/TourTranslations.fr.xml
## Commit changes
git commit
## Push them (or make a pull request)
git push origin master
It should be done before every release.