Product SiteDocumentation Site

13.7. Lavoro collaborativo

13.7.1. Lavorare in gruppi: groupware

Groupware tools tend to be relatively complex to maintain because they aggregate multiple tools and have requirements that are not always easy to reconcile in the context of an integrated distribution. Thus there is a long list of groupware packages that were once available in Debian but have been dropped for lack of maintainers or incompatibility with other (newer) software in Debian. This has been the case with PHPGroupware, eGroupware, and Kolab.
All is not lost though. Many of the features traditionally provided by “groupware” software are increasingly integrated into “standard” software. This is reducing the requirement for specific, specialized groupware software. On the other hand, this usually requires a specific server. Citadel (in the citadel-suite package) and Sogo (in the sogo package) are alternatives that are available in Debian Stretch.

13.7.2. Lavoro collaborativo con FusionForge

FusionForge è uno strumento di sviluppo collaborativo che affonda le sue radici in SourceForge, un servizio di hosting per progetti di software libero. In generale ha lo stesso approccio basato sul modello standard di sviluppo del software libero. Il software stesso ha continuato a evolversi dopo che il codice di SourceForge è diventato proprietario. I suoi autori originali, la VA Software, hanno deciso di non rilasciare più versioni libere. La stessa cosa è accaduta di nuovo quando il primo fork (GForge) ha seguito la stessa strada. Poiché diverse persone e organizzazioni hanno partecipato allo sviluppo, l'attuale FusionForge include anche funzionalità che si rivolgono a un approccio più tradizionale allo sviluppo, oltre che a progetti non esclusivamente dedicati allo sviluppo del software.
FusionForge può essere visto come un amalgama di diversi strumenti dedicati alla gestione, al tracciamento e alla coordinazione di progetti. Questi strumenti possono più o meno essere classificati in tre famiglie:
  • communication: web forums, mailing-list manager, and announcement system allowing a project to publish news
  • tracking: tools to track project progress and schedule tasks, to track bugs, feature requests, or any other kind of “ticket”, and to run surveys
  • condivisione: gestore di documentazione per fornire un singolo archivio centrale per i documenti relativi a un progetto, gestore di file generici per il rilascio, sito web dedicato per ciascun progetto.
Since FusionForge largely targets development projects, it also integrates many tools such as CVS, Subversion, Git, Bazaar, Darcs, Mercurial and Arch for source control management (also called “configuration management” or “version control”). These programs keep a history of all the revisions of all tracked files (often source code files), with all the changes they go through, and they can merge modifications when several developers work simultaneously on the same part of a project.
Most of these tools can be accessed or even managed through a web interface, with a fine-grained permission system, and email notifications for some events.
Unfortunately, FusionForge is not part of Debian Stretch. It is a large software stack that is hard to maintain properly and benefits only few users who are usually expert enough to be able to backport the package from Debian Unstable.