All Projects → tosdr → Tosdr.org

tosdr / Tosdr.org

Licence: agpl-3.0
ARCHIVED Source code for tosdr.org

Projects that are alternatives of or similar to Tosdr.org

Choosealicense.com
A site to provide non-judgmental guidance on choosing a license for your open source project
Stars: ✭ 2,648 (+475.65%)
Mutual labels:  open-source, law
Licensee
A Ruby Gem to detect under what license a project is distributed.
Stars: ✭ 476 (+3.48%)
Mutual labels:  open-source, law
Wanandroid
🏄 基于Architecture Components dependencies (Lifecycles,LiveData,ViewModel,Room)构建的WanAndroid开源项目。 你值得拥有的MVVM快速开发框架:https://github.com/jenly1314/MVVMFrame
Stars: ✭ 410 (-10.87%)
Mutual labels:  open-source
Flextype
Hybrid Content Management System with the freedom of a headless CMS and with the full functionality of a traditional CMS
Stars: ✭ 436 (-5.22%)
Mutual labels:  open-source
Steady
Analyses your Java and Python applications for open-source dependencies with known vulnerabilities, using both static analysis and testing to determine code context and usage for greater accuracy. https://eclipse.github.io/steady/
Stars: ✭ 423 (-8.04%)
Mutual labels:  open-source
Open Source Survey
The Open Source Survey
Stars: ✭ 413 (-10.22%)
Mutual labels:  open-source
Cortx
CORTX Community Object Storage is 100% open source object storage uniquely optimized for mass capacity storage devices.
Stars: ✭ 426 (-7.39%)
Mutual labels:  open-source
Arx
ARX is a comprehensive open source data anonymization tool aiming to provide scalability and usability. It supports various anonymization techniques, methods for analyzing data quality and re-identification risks and it supports well-known privacy models, such as k-anonymity, l-diversity, t-closeness and differential privacy.
Stars: ✭ 398 (-13.48%)
Mutual labels:  open-source
Aimet
AIMET is a library that provides advanced quantization and compression techniques for trained neural network models.
Stars: ✭ 453 (-1.52%)
Mutual labels:  open-source
Cdogs Sdl
Classic overhead run-and-gun game
Stars: ✭ 422 (-8.26%)
Mutual labels:  open-source
Hosthunter
HostHunter a recon tool for discovering hostnames using OSINT techniques.
Stars: ✭ 427 (-7.17%)
Mutual labels:  open-source
Luigi
Micro frontend framework
Stars: ✭ 417 (-9.35%)
Mutual labels:  open-source
Apm planner
APM Planner Ground Control Station (Qt)
Stars: ✭ 413 (-10.22%)
Mutual labels:  open-source
Spot mini mini
Dynamics and Domain Randomized Gait Modulation with Bezier Curves for Sim-to-Real Legged Locomotion.
Stars: ✭ 426 (-7.39%)
Mutual labels:  open-source
Vvvebjs
Drag and drop website builder javascript library.
Stars: ✭ 4,609 (+901.96%)
Mutual labels:  open-source
Lexpredict Lexnlp
LexNLP by LexPredict
Stars: ✭ 439 (-4.57%)
Mutual labels:  law
Text Decorator
Decorate your TextView easily
Stars: ✭ 402 (-12.61%)
Mutual labels:  open-source
Curriculum
The curriculum of Techtonica, a free tech training and job placement program for women and non-binary adults with low incomes.
Stars: ✭ 414 (-10%)
Mutual labels:  open-source
Material Kit React Native
Material Kit React Native
Stars: ✭ 424 (-7.83%)
Mutual labels:  open-source
Awesome Open Source Supporters
⭐️ A curated list of companies that offer their services for free to Open Source projects
Stars: ✭ 457 (-0.65%)
Mutual labels:  open-source

This Repository is archived in favor of https://github.com/tosdr/CrispCMS

Everything has been moved there!

This is the source code for www.tosdr.org. You should find more information about the project itself on the website.

The data specification is available on the wiki.

Personal information

This repo might contain information that was not intended to be public. In that case, please open a PR here or send us an email at team at tosdr dot org.

Clone this repository

There are git submodules in this repository. To automatically have them all, clone this repository with the git clone --recursive option. Alternatively, run git submodule init and git submodule update to pull in the submodules.

Build

Most of the website's source files are located in the src/ directory (although unfortunately some of it is still intermingled with the build files).

To build:

  1. Run npm install in the root of this repository to make sure you have the required packages.
  2. Make the changes you wish to make to the source files in this repository.
  3. Run grunt or ./node_modules/.bin/grunt in the root of this repository.
  4. Check whether the output in the dist/ directory is looking as intended.
  5. cp -r api/ dist/ . (needed for https://github.com/duckduckgo/duckduckgo-privacy-extension)
  6. Commit and push to github.
  7. To publish the new version of the website, assuming you have 5apps set up as a remote, run git subtree push --prefix dist 5apps master. But be careful: this updates the live site! Ask @hugoroy or @michielbdejong if you don't have permission

Using npm to build:

  1. Run npm install in the root of this repository to make sure you have the required packages.
  2. Make the changes you wish to make to the source files in this repository.
  3. Run npm run compile in the root of this repository
  4. Check whether the output in the dist/ directory is looking as intended.
  5. Commit and push to github using npm run publish

Using npm to build and publish in one command:

  1. Run npm install in the root of this repository to make sure you have the required packages.
  2. Make the changes you wish to make to the source files in this repository.
  3. Run npm run compileandpublish in the root of this repository

Develop other applications

API: http://www.tosdr.org/api.html

Also have a look at other apps, like the browser extensions: https://github.com/tosdr

Core developpers

Hosting

People who have access to the hosting:

License

AGPL-3.0+ (GNU Affero General Public License, version 3 or later)

See https://tosdr.org/legal.html for more details on the legal aspects of the project.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].