Edgewall Software

Changes between Version 14 and Version 15 of SeaChange/CompetitionSurvey


Ignore:
Timestamp:
Mar 20, 2017, 12:09:54 AM (7 years ago)
Author:
Ryan J Ollos
Comment:

Remove duplicate information.

Legend:

Unmodified
Added
Removed
Modified
  • SeaChange/CompetitionSurvey

    v14 v15  
    88== Similar Projects
    99
    10  - [http://www.thoughtworks.com/products/mingle-agile-project-management Mingle]: agile project management
    11  - Instant code reviews in Google Code, eg [https://code.google.com/p/django-dynamic-formset/source/browse/tags/1.2/src/jquery.formset.js django-dynamic-formset]; you need to be signed in to see the review, though - #2035
    12  - GitHub, see also [http://gitlabhq.com/ GitLab]
    13    - [https://huboard.com/ HuBoard]: project management for GitHub issues
    14  - [https://bitbucket.org/ BitBucket]: free DVCS hosting for Git and Mercurial with a hosted wiki, issue tracker and source code.
    15  - [http://www.fogcreek.com/fogbugz/ FogBugz] and [http://www.fogcreek.com/kiln/ Kiln]: source code hosting for Git and Mercurial.
    16  - [https://kallithea-scm.org/ Kallithea]: source code hosting for Git and Mercurial.
    17  - RoundUp: bug tracker implemented in Python.
    18 
    19 == Bug Tracking Systems
    20 
    21 This page lists some of the bug tracking systems we draw inspiration from:
    22  * CvsTrac: Web-Based Bug And Patch-Set Tracking System For CVS, Subversion and Git, built by the SQLite developers.
    23    * Trac itself, you are here.
    24    * TracDerivatives, ie taking the code as a base.
    25    * RedMine and ChiliProject (https://www.chiliproject.org/): web based project management systems, heavily inspired by Trac; Ruby.
    26  * [http://phabricator.org/ Phabricator]: a collection of open source web applications that help software companies build better software.
    27  * FlySpray: uncomplicated, web-based bug tracking system for assisting with software development.
    28  * RoundUp: a simple-to-use and -install issue-tracking system with command-line, web and e-mail interfaces; Python.
    29  * ["Jira"]: capture and organize issues, assign work, and follow team activity; web-based.
    30  * FogBugz: bug tracking system.
    31  * BitBucket: web-based distributed version control; [http://mercurial.selenic.com/ Mercurial] and [http://git-scm.com/ Git].
    32  * GitHub: web-based distributed version control, [http://git-scm.com/ Git] only.
    33  * [https://allura.apache.org/ Allura]: bug tracking system, by Apache foundation.
    34  * [https://taiga.io/ Taiga]: a project management platform for startups and agile developers and designers who want a simple, beautiful tool; Python / Django.
     10- [http://www.thoughtworks.com/products/mingle-agile-project-management Mingle]: agile project management
     11- Instant code reviews in Google Code, eg [https://code.google.com/p/django-dynamic-formset/source/browse/tags/1.2/src/jquery.formset.js django-dynamic-formset]; you need to be signed in to see the review, though - #2035
     12- GitHub, [http://git-scm.com/ Git] only.
     13 - see also [http://gitlabhq.com/ GitLab]
     14 - [https://huboard.com/ HuBoard]: project management for GitHub issues
     15- [https://bitbucket.org/ BitBucket]: free DVCS hosting for Git and [http://mercurial.selenic.com/ Mercurial] with a hosted wiki, issue tracker and source code.
     16- [http://www.fogcreek.com/fogbugz/ FogBugz] and [http://www.fogcreek.com/kiln/ Kiln]: source code hosting for Git and Mercurial.
     17- [https://kallithea-scm.org/ Kallithea]: source code hosting for Git and Mercurial.
     18- RoundUp: bug tracker implemented in Python.
     19- CvsTrac: Web-Based Bug And Patch-Set Tracking System For CVS, Subversion and Git, built by the SQLite developers.
     20  - Trac itself, you are here.
     21  - TracDerivatives, ie taking the code as a base.
     22  - RedMine and ChiliProject (https://www.chiliproject.org/): web based project management systems, heavily inspired by Trac; Ruby.
     23- [http://phabricator.org/ Phabricator]: a collection of open source web applications that help software companies build better software.
     24- FlySpray: uncomplicated, web-based bug tracking system for assisting with software development.
     25- RoundUp: a simple-to-use and -install issue-tracking system with command-line, web and e-mail interfaces; Python.
     26- ["Jira"]: capture and organize issues, assign work, and follow team activity; web-based.
     27- [https://allura.apache.org/ Allura]: bug tracking system, by Apache foundation.
     28- [https://taiga.io/ Taiga]: a project management platform for startups and agile developers and designers who want a simple, beautiful tool; Python / Django.
    3529
    3630== Trac Clones