forked from ShoutWiki/Answers
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathREADME
55 lines (46 loc) · 1.89 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
== 1. About ==
The Answers extension is a collection of extensions and other tools (including
a skin) to operate a questions and answers wiki with MediaWiki as the backend.
== 2. History ==
The tools were written by various Wikia developers for Wikia.
The initial public release (http://trac.wikia-code.com/changeset/39697) of the
Answers extension was on 22 July 2011, though some components of it (such as
the old skin, EditResearch extension, etc.) had been public from the very
beginning.
It appears that Wikia stopped working on the extension(s) at some point, after
which the work was picked up by Jack Phoenix <[email protected]>, the
author of this very README file.
== 3. Authors ==
* Adrian Wieczorek <[email protected]>
* Bartek Łapiński <[email protected]>
* Christian Williams <[email protected]>
* David Pean <[email protected]>
* Maciej Brencz <[email protected]>
* Maciej Błaszkowski <[email protected]>
* Nick Sullivan <[email protected]>
* Sean Colombo <[email protected]>
* Jack Phoenix <[email protected]>
== 4. On directory structure ==
The original release contained only the directories "FacebookConnect",
"templates" and "tests". I moved some other Answers-specific stuff here in an
attempt to keep things centralized.
* api
** MediaWiki API modules, called by various things
* CategoryHubs
* EditResearch
* FacebookConnect
* FlexibleCategoryViewer
* GetQuestionWidget
** allows users to get a question widget for their site
* maintenance
** maintenance scripts intended to be run from command line (CLI)
* NewSkin
** Answers skin (both old and new versions), its images, CSS and JS files
* SuperDeduper
* templates
* tests
== 5. Installing ==
Add the following to your wiki's LocalSettings.php:
require_once("$IP/extensions/Answers/Answers.php");
After that, go to your wiki's [[Special:Version]] page to verify that the
installation was successful.