Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/freedomofpress/redmine_docs
Documentation for Freedom of the Press Foundation's Support Server
https://github.com/freedomofpress/redmine_docs
Last synced: 7 days ago
JSON representation
Documentation for Freedom of the Press Foundation's Support Server
- Host: GitHub
- URL: https://github.com/freedomofpress/redmine_docs
- Owner: freedomofpress
- Created: 2016-03-09T21:13:59.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2023-07-27T18:11:05.000Z (over 1 year ago)
- Last Synced: 2023-07-27T19:25:53.372Z (over 1 year ago)
- Language: HTML
- Homepage: https://support.freedom.press
- Size: 2.18 MB
- Stars: 0
- Watchers: 18
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
> By contributing to this project, you agree to abide by our [Code of Conduct](https://github.com/freedomofpress/.github/blob/main/CODE_OF_CONDUCT.md).
![SecureDrop logo](images/sdlogo.png)![Freedom of the Press Foundation's logo](images/fpflogo.png)
# SecureDrop Redmine Support Documentation (Archived)
This repository was originally used to hold the documentation for SecureDrop's [Redmine-based support system](https://support.freedom.press). The support system is also available as a Tor Onion Service (http://sup6h5iyiyenvjkfxbgrjynm5wsgijjoatvnvdgyyi7je3xqm4kh6uqd.onion/).
Because of the maintenance burden and the minimal amount of content, the
decision was made to integrate it with the SecureDrop project documentation
itself.You can now [find the documentation here.](https://docs.securedrop.org/en/stable/getting_support.html)
And contribute to the documentation [at this repository.](https://github.com/freedomofpress/securedrop-docs)
# Local installation (Python 3.9)
1. [Install poetry](https://python-poetry.org/docs/#installation)
2. Install the dependencies using `poetry install`
3. Run `make docs` to preview the documentation.