https://github.com/fortrabbit/legal
Legal documents of fortrabbit in markdown with trackable changes
https://github.com/fortrabbit/legal
fortrabbit gdpr legal-documents privacy terms terms-of-service
Last synced: 4 months ago
JSON representation
Legal documents of fortrabbit in markdown with trackable changes
- Host: GitHub
- URL: https://github.com/fortrabbit/legal
- Owner: fortrabbit
- License: other
- Created: 2016-02-12T09:12:04.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2025-11-28T10:51:40.000Z (7 months ago)
- Last Synced: 2026-01-25T19:33:19.107Z (5 months ago)
- Topics: fortrabbit, gdpr, legal-documents, privacy, terms, terms-of-service
- Homepage: https://www.fortrabbit.com/terms
- Size: 938 KB
- Stars: 9
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Security: security-measures.md
- Support: support-policy.md
Awesome Lists containing this project
README
# fortrabbit legal documents
Ever wondered, what actually have changed in that terms? Well, we too. We believe in transparency. See a diff and a version history of our terms and other legal documents. What has been changed, when, why, who did it?
## Contributing
This is a read-only repo for obvious reasons. Pull requests in favor for "better" terms will most likely be rejected, typos are welcome!
## How this is integrated
This is the original source of text. We include this repo as a Git subtree in the App which finally will render all this and a bunch of other stuff in our front facing marketing website: https://www.fortrabbit.com. Example Git subtree usage for our case:
```bash
# 1 — initialize
git subtree add --prefix resources/views/legal git@github.com:fortrabbit/legal master
# 2 — pull
git subtree pull --prefix resources/views/legal git@github.com:fortrabbit/legal master
# 3 — push
git subtree push --prefix resources/views/legal git@github.com:fortrabbit/legal master
```
Probably use the `--squash` parameter on all of the above.
## License
Do what ever you want with it. Fork and reuse for your own project.