Last modified: 2014-11-17 10:35:48 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T31923, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 29923 - Install Q&A system at ask.wikimedia.org
Install Q&A system at ask.wikimedia.org
Status: NEW
Product: Wikimedia
Classification: Unclassified
General/Unknown (Other open bugs)
unspecified
All All
: Lowest enhancement with 2 votes (vote)
: ---
Assigned To: Nobody - You can work on this!
https://meta.wikimedia.org/wiki/ask.w...
:
Depends on:
Blocks: 27852
  Show dependency treegraph
 
Reported: 2011-07-16 12:55 UTC by Jan Kucera (Kozuch)
Modified: 2014-11-17 10:35 UTC (History)
16 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Jan Kucera (Kozuch) 2011-07-16 12:55:29 UTC
I think there is a need for a user-generated help system like for instance help.openstreetmap.org is. The rules of English Wikipedia are a big barier in acquiring of new users and editors. 

New users are not familiar with wiki interface and there is no "easy" place where they could ask something (if they are not at least so tech savvy to leave a note on a discussion page, usualy without a signature). Opening an easy interface for help will be a big benefit for English Wikipedia.

Incorporate the Q&A system in SUL. Open source software should be used (OSQA, Pligg etc.). The HELP site over at OpenStreetMap is a big success so far I think.
Comment 1 Roan Kattouw 2011-07-18 17:07:23 UTC
What software should we use for the Q&A system? It sounds like you want it to be developed first, in which case this shell request should be closed LATER.
Comment 2 Jan Kucera (Kozuch) 2011-07-18 19:31:48 UTC
(In reply to comment #1)
> What software should we use for the Q&A system? It sounds like you want it to
> be developed first, in which case this shell request should be closed LATER.

Some software options:
- http://www.osqa.net/ (Python)
- http://www.question2answer.org/ (PHP 4.3+, MySQL 5)
- http://shapado.com/ (Ruby)
- http://www.lampcms.com/
- http://pligg.com/
- http://askbot.org
Comment 3 Sam Reed (reedy) 2011-07-18 19:32:45 UTC
And I think the help.en thing should just be like a generic redirect, so we don't need one installation per wiki etc...
Comment 4 Jan Kucera (Kozuch) 2011-07-19 07:23:55 UTC
(In reply to comment #3)
> And I think the help.en thing should just be like a generic redirect, so we
> don't need one installation per wiki etc...

I basically think Q&A system within Wikimedia would be very useful. We can create one instance for whole Wikimedia (e.g. at help.wikimedia.org). The single site would have sections for different projects (Wikipedia, Commons etc.) within itself (kind of categorizing or tagging). Multilinguality could be solved within single installation too although I do not know if the above listed software supports it.
Comment 5 p858snake 2011-07-22 01:00:31 UTC
(In reply to comment #2)
> Some software options:
> - http://www.osqa.net/ (Python)
> - http://www.question2answer.org/ (PHP 4.3+, MySQL 5)
> - http://shapado.com/ (Ruby)
> - http://www.lampcms.com/
> - http://pligg.com/
> - http://askbot.org

Well I would be ruling at anything that doesn't run on PHP and mySQL since they most likely wouldn't be chosen for compatibility reasons. So that knocks out OSQA (Python), Shapdo (Ruby), LampCMS (MongoDB), Askbot (Python, I think)
Comment 6 MZMcBride 2011-07-22 01:20:52 UTC
(In reply to comment #5)
> Well I would be ruling at anything that doesn't run on PHP and mySQL since they
> most likely wouldn't be chosen for compatibility reasons. So that knocks out
> OSQA (Python), Shapdo (Ruby), LampCMS (MongoDB), Askbot (Python, I think)

You say that as you post to Bugzilla, which is written in Perl. ;-)  This project/feature request is probably closer to OTRS (also in Perl) than a wiki.

The big question is how much this would interact with current infrastructure (namely the current user auth system in MediaWiki). Would people want to use the same account? Would they settle for just being able to link their accounts (and what would prevent spoofing...)? Would accounts be completely unlinked? This all factors into what to choose.

PHP is preferable from a maintenance standpoint (server architecture is built for a PHP app) and from a developer standpoint (plenty of PHP devs around).
Comment 7 Diederik van Liere 2011-12-06 03:29:14 UTC
I think the Teahouse project (http://meta.wikimedia.org/wiki/Teahouse) is aimed to tackle this issue.
Comment 8 SJ 2012-04-06 18:24:42 UTC
Great idea!  Something like question2answer or osqa would be a great addition / complement to the current Teahouse.
Comment 9 varnent 2012-04-06 19:24:43 UTC
I think this would be a fantastic way to shift some of the non-developer support done for MediaWiki installations (like for end-users of third-party wikis, etc.) to a more direct place.  I imagine we could recruit some folks who are otherwise not as engaged with WMF projects to help with some of the non-WM related assistance.

In any case - I fully support the notion of a Q&A site for WMF projects and MW installations.
Comment 10 Platonides 2012-04-06 21:24:51 UTC
I don't think it should be a single one. "Why was my article deleted?" can't be answered without going down to the specific wikipedia instance. Not to mention the language barrier.

I'd install it at http://en.wikipedia.org/help/ if any, but seems better served by an extension.
Yet, I think a sidebar link leading to a LiquidThreads Help section is probably enough.
Comment 11 MZMcBride 2012-12-30 21:56:23 UTC
Kozuch: if you still have an interest in seeing this idea come to fruition, I'd recommend starting an RFC at mediawiki.org: <https://www.mediawiki.org/wiki/Requests_for_comment>. This would be somewhat similar to the page you've built at Meta-Wiki, but would much more heavily focus on the technical aspects of this bug.

I think Platonides is probably correct in comment 10 that this bug is probably best served as a MediaWiki extension (written in PHP). This easily resolves a lot of the user auth issues mentioned in comment 6. On the other hand, an external tool/system would be easier to install and set up, but without any OAuth or LDAP or equivalent to link Wikimedia accounts to a separate auth system, it's gonna be rough to implement an external tool nicely (cf. OTRS, Bugzilla, Mingle, etc.).

And I think if you're really interested in pursuing this idea, you should reach out to the [[Wikipedia:Editor engagement/Team]].
Comment 12 Jan Kucera (Kozuch) 2013-01-05 12:14:43 UTC
I think this system (or rather its part) should replace current http://en.wikipedia.org/wiki/Wikipedia:Help_desk.
Comment 14 Hydriz Scholz 2013-02-01 12:49:56 UTC
(In reply to comment #13)
> Related:
> https://meta.wikimedia.org/w/index.
> php?diff=5055994&oldid=5041439&rcid=3835860
> http://area51.stackexchange.com/proposals/49276/wikis

Thanks Nemo for those links. It would be good if Wikimedia expressed their support for the creation of this new Q&A website. Note that new editors can simply post their question on the site even if they do not have an account on the site.

It is the "following" and "committing" part of the proposal that would require more experienced users with an account on the site to take part in, but all these for a simpler way for users to find answers to questions, the outcome is priceless.
Comment 15 Andre Klapper 2013-02-04 16:11:15 UTC
(In reply to comment #14)
> It would be good if Wikimedia expressed their support

It's unclear to me who "Wikimedia" is. Do you mean Wikimedia Foundation?
If so, see comment 11: An RFC might help.
Comment 16 Quim Gil 2014-04-17 05:01:18 UTC
CCing Steven and Quiddity. Is a Q&A system something that has been discussed? Is the lack of it a barrier for new editors?

Setting priority as Lowest because this report has been silent for a year and nobody is currently planning to work on this.
Comment 17 Nemo 2014-09-14 08:31:01 UTC
(In reply to Quim Gil from comment #16)
> Is a Q&A system something that has been
> discussed?

Only a few hundreds times. :-P If you mean within WMF, you can read Erik's https://lists.wikimedia.org/pipermail/foundation-l/2010-June/059052.html «With all this in mind, here are just a few concrete ideas for closing the gap: [...] Further experimentation with tools like IdeaTorrent for large-scale brainstorming and ranking purposes».

In the meanwhile http://area51.stackexchange.com/proposals/49276/wikis was closed pending revival and sufficient support; and [[mw:Communication]] now includes a single address where all StackExchange related discussions are gathered. https://stackexchange.com/filters/116580/mediawiki
Comment 18 Quim Gil 2014-09-15 08:46:25 UTC
For what is worth, Phabricator has an application called Ponder that pretty much covers what is requested here: posting questions in relation to projects (topics) and allow people to reply and +1/-1 questions and answers. It would be trivial to enable it in our upcoming Wikimedia Phabricator if this is what we want to do.

See an example at https://secure.phabricator.com/ponder/
Comment 19 Quim Gil 2014-09-16 12:41:45 UTC
... and now you can try it out at https://phab-01.wmflabs.org/ponder/
Comment 20 Jan Kucera (Kozuch) 2014-09-19 17:42:13 UTC
The Ponder on Phabricator might not be a bad solution. Better something than nothing :). But loads of traffic must be directed to such Q&A site so that some content is being created at all.

I always have to laugh looking at the (mostly) useless discussions on mailing lists that have NO result mainly... a voting system on Q&A site will give you 1000 times better results in knowing what people want than tenths of mailing lists... lists really are history that belongs back to the 1990s...
Comment 21 Andre Klapper 2014-09-19 18:28:18 UTC
(In reply to Jan Kucera (Kozuch) from comment #20)
> a voting system on Q&A site will give you 1000 times better results
> in knowing what people want

Voting on followup comments to a question? Voting on questions themselves? 
I hope the former.     (Personally wondering if Flow could have some up/down voting on non-initial comments in threads.)
Comment 22 Nemo 2014-09-19 19:30:29 UTC
(In reply to Quim Gil from comment #19)
> ... and now you can try it out at https://phab-01.wmflabs.org/ponder/

Can a ponder item be transformed in a maniphest task?
Comment 23 Jan Kucera (Kozuch) 2014-09-19 21:22:08 UTC
(In reply to Andre Klapper from comment #21)
> Voting on followup comments to a question? Voting on questions themselves? 
> I hope the former.     (Personally wondering if Flow could have some up/down
> voting on non-initial comments in threads.)

Both. Ouestions tell you what needs to be solved (the problems) and answers give you solutions right away. Voting does the magic on both ends. So simple. Yet Wikimedia hasnt been able to acquire such simplicity since 2001 - its a very sad story. I mean the backstage now (=Meta) - consensus decisioning should still be used for content (Wikipedia articles). Look at Stack Exchage - that is what we need for whole Wikimedia.
Comment 24 Quim Gil 2014-09-19 21:31:49 UTC
If i18n needs to be part of the equation, then Flow with votes might be indeed more feasible than Phabricator with a multilingual environment.

(In reply to Nemo from comment #22)
> (In reply to Quim Gil from comment #19)
> > ... and now you can try it out at https://phab-01.wmflabs.org/ponder/
> 
> Can a ponder item be transformed in a maniphest task?

As of today there is no button for that.  :)
Comment 25 Jan Kucera (Kozuch) 2014-09-19 21:52:23 UTC
To not only bite I add an idea - there probably should be multiple strictly THEMATIC Q&A site instances around - exactly as Stack Exchnge sites do it - i can imagime some for user help for a given language edition at a given project (like German Wikipedia) and then my favorite one for development (would complement Meta wiki). We lack the "development Q&A" very much since Strategy wiki was closed.

I will start a RfC.
Comment 26 Matthew Flaschen 2014-10-22 22:29:40 UTC
(In reply to Quim Gil from comment #18)
> See an example at https://secure.phabricator.com/ponder/

If there is a Wikimedia-wide solution for this, I agree Phabricator (Ponder) would be good so there's not Yet Another Site.  People will already be going there for issue-tracking at least (Maniphest).

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links