Project structure: Unterschied zwischen den Versionen

Aus Open Source Ecology - Germany
Zur Navigation springen Zur Suche springen
K (followed -> follows)
(→‎Wiki: Remove redundant entry.)
 
(5 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 6: Zeile 6:
 
* Version control of development files.
 
* Version control of development files.
 
* Distributed development.
 
* Distributed development.
* Automatic backups (due to existing on several systems of distributed developers / users.
+
* Automatic backups (due to existing on several systems of distributed developers / users).
 
* Integration with a versatile [[0install | release and dependency tool]].
 
* Integration with a versatile [[0install | release and dependency tool]].
 
  
 
==Wiki==
 
==Wiki==
  
* As functionality modules collection/guide.
 
 
* Documentation
 
* Documentation
* Guidance, e.g. as a very short outline of useful functionality modules:
+
 
Because each module has its own repository and thus if it was then such a collection had to be located in the base repository. The wiki is a better place because such a collection is  
+
* Guidance, e.g. a very short outline of useful functionality modules. The wiki is a better place than base repositories because such a collection is  
 
** subjective,
 
** subjective,
 
** context dependent, e.g. eco focus versus gigantism focus, and
 
** context dependent, e.g. eco focus versus gigantism focus, and
Zeile 21: Zeile 19:
 
** hard coded
 
** hard coded
 
** or a movement may want to link to a certain eco-flavored fork of a base module giving the reader guidance in what repository / release to install.
 
** or a movement may want to link to a certain eco-flavored fork of a base module giving the reader guidance in what repository / release to install.
** Tagging: Somehow a connection must be created between Wiki and repositories. And such eco modules listings are one possiblity for achieving that.
+
** Somehow a connection must be created between Wiki and repositories. And such eco modules listings are one possiblity for achieving that.
  
Then the projects can be tagged properly using the Wiki categories.
+
* Tagging: The projects' documentation/guidance is tagged using Wiki categories in accordance with the categories listed in the module's feed XML (if using package manager [[0install]] for release distribution). This is slightly redundant but necessary because the wiki lists ''not yet released'' projects and may serve as an overview to many people (mostly developers) while searching for ''released'' projects should be done using the cross platform package manager.
Tagging the documentation/guidance in accordance with the modules which is done using a cross platform package manager e.g. [[0install]]. This is slightly redundant but necessary because the wiki lists ''not yet released'' projects and may serve as an overview to many people while searching for ''released'' projects should be done using the cross platform package manager.
 
  
 
==Forum==
 
==Forum==

Aktuelle Version vom 18. Juni 2017, 19:51 Uhr

A project may be structured as follows:


Repository

  • Version control of development files.
  • Distributed development.
  • Automatic backups (due to existing on several systems of distributed developers / users).
  • Integration with a versatile release and dependency tool.

Wiki

  • Documentation
  • Guidance, e.g. a very short outline of useful functionality modules. The wiki is a better place than base repositories because such a collection is
    • subjective,
    • context dependent, e.g. eco focus versus gigantism focus, and
    • prone to incompleteness (new module created without knowing of it)
    • hard coded
    • or a movement may want to link to a certain eco-flavored fork of a base module giving the reader guidance in what repository / release to install.
    • Somehow a connection must be created between Wiki and repositories. And such eco modules listings are one possiblity for achieving that.
  • Tagging: The projects' documentation/guidance is tagged using Wiki categories in accordance with the categories listed in the module's feed XML (if using package manager 0install for release distribution). This is slightly redundant but necessary because the wiki lists not yet released projects and may serve as an overview to many people (mostly developers) while searching for released projects should be done using the cross platform package manager.

Forum

Each wiki links to this forum topic for

  • news / announcements all in one location without having to create a new website for each and every project / module.
  • general discussion (while topic specific discussion for reference in commit messages goes into Github issues).