comparison doc/features.txt @ 8174:5ea419c1d571

add security advantage of depending on core library. After reading about NPM supply chain attacks, emphasize core functions of Roundup are available without reaching out to PyPi.
author John Rouillard <rouilj@ieee.org>
date Tue, 03 Dec 2024 10:53:32 -0500
parents b1ff8c0e3e1d
children 5145ad81970a
comparison
equal deleted inserted replaced
8173:079958914ed7 8174:5ea419c1d571
24 - Supports embedded databases like `SQLite`_ and dbm. Upgradable 24 - Supports embedded databases like `SQLite`_ and dbm. Upgradable
25 to databases like `MySQL`_ or `PostgreSQL`_ if needed. 25 to databases like `MySQL`_ or `PostgreSQL`_ if needed.
26 - Can be run in a container like Docker or kubernetes. 26 - Can be run in a container like Docker or kubernetes.
27 - Deploy in your network as a standalone web server or `through 27 - Deploy in your network as a standalone web server or `through
28 various methods`_ like WSGI, FastCGI, plain CGI, etc. 28 various methods`_ like WSGI, FastCGI, plain CGI, etc.
29 - Essential tracking features depend on the Python standard
30 library. Supplementary packages from PyPI are optional and can be
31 tailored to fit your unique threat model and security needs.
29 32
30 **Issue Tracking and Management** 33 **Issue Tracking and Management**
31 34
32 - Manage your issues your way. Handle bugs, features, milestones, 35 - Manage your issues your way. Handle bugs, features, milestones,
33 user feedback, fleet maintenance, office issues etc. 36 user feedback, fleet maintenance, office issues etc.

Roundup Issue Tracker: http://roundup-tracker.org/