Extensão:GrowthExperiments
GrowthExperiments Estado da versão: estável |
|
---|---|
Implementação | Página especial |
Descrição | Contém experimentos feitos pela equipe de Crescimento |
Autor(es) | Stephane Bisson, Roan Kattouw, Kosta Harlan, Gergő Tisza |
Política de compatibilidade |
branches de lançamento |
PHP | 7.2+ |
Modifica o banco de dados |
Sim |
Licença | GNU GPL (Licença Pública Geral) 3.0 ou superior |
Download | |
|
|
help panel question, help module question, mentorship module question, newcomer task |
|
|
|
|
|
Para traduzir a extensão GrowthExperiments, verifique sua disponibilidade no translatewiki.net | |
Função no Vagrant | growthexperiments |
Problemas | Tarefas em aberto · Relatar um bug |
A extensão de GrowthExperiments é usada pelos sites da Fundação Wikimedia para experimentos feitos pela equipe de Crescimento . A extensão contém recursos para:
- suggesting easy tasks with guidance to new users
- a homepage for inexperienced users with various helpful features
- a help panel for suggested tasks and for generic editing
- a survey during registration
- some improvements to registration confirmation emails
Integrations
GrowthExperiments integrates with the following extensions:
- VisualEditor: for a better editing experience when doing suggested tasks
- PageViewInfo, for various interface elements trying to explain the user's current or potential impact, most notably the "impact" module on Special:Homepage
- MobileFrontend, for showing a mobile-optimized version of various features
- UniversalLanguageSelector, for language selection in the post-registration survey
- Flow, for messaging features ("ask help" dialog on the homepage and in the help panel) when the target page is a Flow page
In theory all of these extensions are optional, although the behavior of GrowthExperiments without them is not heavily tested.
Instalação
- Se estiver usando o Vagrant , instale com
vagrant roles enable growthexperiments --provision
- Instalação manual
- Baixe e coloque o(s) arquivo(s) num diretório chamado
GrowthExperiments
na sua pastaextensions/
. - Adicione o seguinte código ao final do seu arquivo LocalSettings.php:
wfLoadExtension( 'GrowthExperiments' ); // Welcome survey $wgWelcomeSurveyEnabled = true; $wgWelcomeSurveyPrivacyPolicyUrl = 'URL for privacy policy'; // Homepage $wgGEHomepageEnabled = true; $wgGEHomepageNewAccountEnablePercentage = 100; $wgGEHomepageTutorialTitle = 'Tutorial'; // MediaWiki tutorial title $wgGEHomepageLoggingEnabled = false; // Disable event logging $wgGEHomepageMentorsList = 'Mentors'; // MediaWiki title with list of mentors // Help panel $wgGEHelpPanelEnabled = true; $wgGEHelpPanelLoggingEnabled = false; // disable event logging $wgGEHelpPanelNewAccountEnablePercentage = 100; $wgGEHelpPanelHelpDeskTitle = 'Help_Desk'; // MW title for the help desk $wgGEHelpPanelViewMoreTitle = 'Help'; // MW title for additional help links // List of links to help topics $wgGEHelpPanelLinks = [ [ 'title' => 'Test', 'text' => 'Help Text 1', 'id' => 'Test' ] ]; $wgGEHelpPanelSearchEnabled = true; // Email confirmation changes $wgGEConfirmEmailEnabled = true;
- Concluído – Navegue à página Special:Version em sua wiki para verificar se a instalação da extensão foi bem sucedida.
Quickstart with MediaWiki Docker
Esta extensão está sendo usado por um ou mais projetos da Wikimedia. Isto significa que, provavelmente, a extensão é estável e funciona bem o suficiente para ser utilizada em sites de alto tráfego. Procure pelo nome dessa extensão nos arquivos de configuração CommonSettings.php e InitialiseSettings.php da Wikimedia para verificar onde ela foi instalada. Uma lista completa das extensões instaladas numa wiki em particular podem ser visualizadas na página Special:Version da wiki. |