You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Ria Gandhi 29d4a9407e Update README.md 2 years ago
.gitlab/issue_templates Create bug report issue template 6 years ago
ansible Map the content_security_policy header to the request_uri. 2 years ago
git_hooks Rename invoke tasks to standardize format 5 years ago
tildes Require password when modifying account recovery 2 years ago
.gitattributes Add .gitattributes file to control line-endings 6 years ago
.gitignore Add pip-wheel-metadata folder to .gitignore 6 years ago
CONTRIBUTING.md Fix link re-directing to development page 4 years ago
LICENSE Add license and copyright info to all source files 7 years ago
README.md Update README.md 2 years ago
Vagrantfile Switch to Debian 10 and Ansible 4 years ago

README.md

Tildes

This is the code behind Tildes, a non-profit community site. The official repository is located on GitLab at https://gitlab.com/tildes/tildes

For general information about Tildes and its goals, please see the announcement blog post and the Tildes Docs site.

Intallation Instructions

Synchronize changes between your forked repository and the original repository in Git, set up a remote that points to the upstream repository.

Platform Navigation: • Mac: Open Terminal. • Windows: Open Git Bash. • Linux: Open your terminal emulator.

Instructions:

  1. Check Current Remote Configuration: $ git remote -v > origin <URL_of_upstream_repository> (fetch) > origin <URL_of_upstream_repository> (push)

  2. Add a New Remote Upstream Repository: $ git remote add upstream <URL_of_upstream_repository>

  3. Verify the Remote Configuration: $ git remote -v > origin <URL_of_upstream_repository> (fetch) > origin <URL_of_upstream_repository> (push) > upstream <URL_of_upstream_repository> (fetch) > upstream <URL_of_upstream_repository> (push)

The application is written in Python 3.8, using the Pyramid web framework. It is served by Gunicorn behind an nginx reverse-proxy.

Issue tracker / plans

Known issues and plans for upcoming changes are tracked on GitLab: https://gitlab.com/tildes/tildes/issues

The "board" view is useful as an overview: https://gitlab.com/tildes/tildes/-/boards

Contributing to Tildes development

Please see the Contributing doc for more detailed information about setting up a development version of Tildes and how to contribute to development.

License

Copyright (c) 2018 Tildes contributors code@tildes.net

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see https://www.gnu.org/licenses/.