|
1 | | -# Torque |
2 | | - |
3 | | -A Python web server and MediaWiki extension that work |
4 | | -to turn a MediaWiki instance into a CMS. |
5 | | - |
6 | | -The basic workflow is that, after installation, you can upload a json document |
7 | | -to the torque system through MediaWiki, and then tailor the output |
8 | | -of that system based on what MediaWiki group a user is part of. |
9 | | - |
10 | | -This document provides a brief overview, but see |
11 | | -[the design documentation](DESIGN.md) for more about the features. You can also |
12 | | -join the |
13 | | -[chat channel](https://chat.opentechstrategies.com/#narrow/stream/45-Lever-for.20Change) |
14 | | -to talk with the development team, or reach us by filing a ticket in the |
15 | | -[issue tracker](https://github.com/opentechstrategies/torque/issues). |
16 | | - |
17 | | -Examples of a torque-compatible proposal input pipeline for different |
18 | | -use cases, with ansible scripts relating to setting up a function system |
19 | | -can be seen in the |
20 | | -[torque-sites](https://github.com/opentechstrategies/torque-sites) repository. |
21 | | - |
22 | | -[Example Setup](./EXAMPLE.md) |
23 | | - |
24 | | -# django-torque |
25 | | - |
26 | | -django-torque is a django server that's responsible for storing collection data (in json) |
27 | | -and then serving it out as needed. As a rule, it's very accepting and should |
28 | | -not be exposed to the greater internet. All of the authentication and authorization |
29 | | -is done via the MediaWiki plugin. |
30 | | - |
31 | | -Data, indices, and configuration are stored in the filesystem. |
32 | | - |
33 | | -See [torque README](django-torque/README.md) for more in depth information. |
34 | | - |
35 | | -# extension |
36 | | - |
37 | | -Torque is the MediaWiki plugin that accesses the torque server. |
38 | | -It uses hooks to ask torque to render pages formatted for MediaWiki, and |
39 | | -provides JSON versions of the data through MediaWiki's api. |
40 | | - |
41 | | -See the [extension README](extension/README.md) for more in depth information. |
42 | | - |
43 | | -# Releasing |
44 | | - |
45 | | -Look at the [Releasing documentation](RELEASING.md) for notes about versioning |
46 | | -and releasing torque. |
| 1 | +Please see https://code.librehq.com/ots/torque for the latest version of this package. |
| 2 | +It is no longer hosted on GitHub. |
0 commit comments