Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Duncan committed Mar 24, 2022
1 parent 08fe2a1 commit e7c672e
Show file tree
Hide file tree
Showing 121 changed files with 2 additions and 16,672 deletions.
15 changes: 0 additions & 15 deletions .editorconfig

This file was deleted.

2 changes: 0 additions & 2 deletions .gitignore

This file was deleted.

468 changes: 0 additions & 468 deletions DESIGN.md

This file was deleted.

56 changes: 0 additions & 56 deletions EXAMPLE.md

This file was deleted.

661 changes: 0 additions & 661 deletions LICENSE

This file was deleted.

48 changes: 2 additions & 46 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,46 +1,2 @@
# Torque

A Python web server and MediaWiki extension that work
to turn a MediaWiki instance into a CMS.

The basic workflow is that, after installation, you can upload a json document
to the torque system through MediaWiki, and then tailor the output
of that system based on what MediaWiki group a user is part of.

This document provides a brief overview, but see
[the design documentation](DESIGN.md) for more about the features. You can also
join the
[chat channel](https://chat.opentechstrategies.com/#narrow/stream/45-Lever-for.20Change)
to talk with the development team, or reach us by filing a ticket in the
[issue tracker](https://github.com/opentechstrategies/torque/issues).

Examples of a torque-compatible proposal input pipeline for different
use cases, with ansible scripts relating to setting up a function system
can be seen in the
[torque-sites](https://github.com/opentechstrategies/torque-sites) repository.

[Example Setup](./EXAMPLE.md)

# django-torque

django-torque is a django server that's responsible for storing collection data (in json)
and then serving it out as needed. As a rule, it's very accepting and should
not be exposed to the greater internet. All of the authentication and authorization
is done via the MediaWiki plugin.

Data, indices, and configuration are stored in the filesystem.

See [torque README](django-torque/README.md) for more in depth information.

# extension

Torque is the MediaWiki plugin that accesses the torque server.
It uses hooks to ask torque to render pages formatted for MediaWiki, and
provides JSON versions of the data through MediaWiki's api.

See the [extension README](extension/README.md) for more in depth information.

# Releasing

Look at the [Releasing documentation](RELEASING.md) for notes about versioning
and releasing torque.
Please see https://code.librehq.com/ots/torque for the latest version of this package.
It is no longer hosted on GitHub.
24 changes: 0 additions & 24 deletions RELEASING.md

This file was deleted.

3 changes: 0 additions & 3 deletions django-torque/.gitignore

This file was deleted.

18 changes: 0 additions & 18 deletions django-torque/Pipfile

This file was deleted.

Loading

0 comments on commit e7c672e

Please sign in to comment.