Skip to content

Commit 5f6e023

Browse files
author
Frank Duncan
committed
1 parent 08fe2a1 commit 5f6e023

File tree

121 files changed

+2
-16672
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

121 files changed

+2
-16672
lines changed

.editorconfig

Lines changed: 0 additions & 15 deletions
This file was deleted.

.gitignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

DESIGN.md

Lines changed: 0 additions & 468 deletions
This file was deleted.

EXAMPLE.md

Lines changed: 0 additions & 56 deletions
This file was deleted.

LICENSE

Lines changed: 0 additions & 661 deletions
This file was deleted.

README.md

Lines changed: 2 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,2 @@
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.

RELEASING.md

Lines changed: 0 additions & 24 deletions
This file was deleted.

django-torque/.gitignore

Lines changed: 0 additions & 3 deletions
This file was deleted.

django-torque/Pipfile

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)