Difference between revisions of "WebIssues"

From MiMec
Jump to: navigation, search
m
Line 1: Line 1:
<b>WebIssues</b> is a multi-platform system for issue tracking and team collaboration. See http://webissues.mimec.org for more information.
+
<b>WebIssues</b> is an open source, multi-platform system for issue tracking and team collaboration. See http://webissues.mimec.org for more information.
  
This purpose of the wiki is to gather information for developers and advanced users of WebIssues. It is also a central place for all technical documentation of the WebIssues system and individual projects.
+
This purpose of this Wiki is to gather information for developers and advanced users of WebIssues. It is also a central place for all technical documentation of the WebIssues system.
  
We are looking for developers (both PHP and C++/Qt), and also for testers, translators, web designers, documentation writers and packagers. Check out the [[WebIssues:Roadmap|Roadmap]] and the 'Features and Ideas' section below to see how you can help. [http://webissues.mimec.org/development Contact us] if you wish to join the WebIssues Team.
+
We are looking for developers (both PHP and C++/Qt), and also for testers, translators, web designers, documentation writers and packagers. Check out the [[WebIssues:Roadmap|Roadmap]] and the 'Technical Design' section below to see how you can help. [http://webissues.mimec.org/development Contact us] if you wish to join the WebIssues Team.
  
 
== General Information ==
 
== General Information ==
Line 10: Line 10:
 
;[[/SVN Repository|SVN Repository]] : information about accessing the SVN code repository
 
;[[/SVN Repository|SVN Repository]] : information about accessing the SVN code repository
  
== Technical Documentation ==
+
== Guides ==
  
;[[/Architecture|Architecture]] : general architecture of the system and its components
+
;[[/Installation|Installation]] : WebIssues installation guide
;[[/Guidelines|Guidelines]] : various standards and guidelines for WebIssues developers
+
;[[/Configuration|Configuration]] : administering and configuring WebIssues server
;[[/Protocol|Protocol]] : design of the WebIssues protocol
+
;[[/Translation|Translation]] : information and resources for translators
  
== Features and Ideas ==
+
== Overviews ==
 +
 
 +
;[[/Architecture|Architecture]] : general architecture of the system
 +
;[[/Guidelines|Guidelines]] : standards and guidelines for WebIssues developers
 +
;[[/Protocol|Protocol]] : design of the WebIssues communication protocol
 +
 
 +
== Technical Design ==
  
 
;[[/Email Notifications|Email Notifications]] : server-side extensions introduced in version 0.8.4
 
;[[/Email Notifications|Email Notifications]] : server-side extensions introduced in version 0.8.4
;[[/Web and Mobile Interfaces|Web and Mobile Interfaces]] : proposals for the fifth stage of development
+
;[[/Plan for Version 1.0|Plan for Version 1.0]] : design of WebIssues version 1.0
;[[/Plan for Version 1.0|Plan for Version 1.0]] : plan of developing version 1.0 of the server and client
+
;[[/MVC Pattern|MVC Pattern]] : simple MVC framework for WebIssues 1.0
;[[/Server Refactoring|Server Refactoring]] : refactoring of the server for version 1.0
 
;[[/MVC Pattern|MVC Pattern]] : simple MVC framework for the server
 

Revision as of 14:27, 21 June 2010

WebIssues is an open source, multi-platform system for issue tracking and team collaboration. See http://webissues.mimec.org for more information.

This purpose of this Wiki is to gather information for developers and advanced users of WebIssues. It is also a central place for all technical documentation of the WebIssues system.

We are looking for developers (both PHP and C++/Qt), and also for testers, translators, web designers, documentation writers and packagers. Check out the Roadmap and the 'Technical Design' section below to see how you can help. Contact us if you wish to join the WebIssues Team.

General Information

Roadmap 
list of implemented and planned features
SVN Repository 
information about accessing the SVN code repository

Guides

Installation 
WebIssues installation guide
Configuration 
administering and configuring WebIssues server
Translation 
information and resources for translators

Overviews

Architecture 
general architecture of the system
Guidelines 
standards and guidelines for WebIssues developers
Protocol 
design of the WebIssues communication protocol

Technical Design

Email Notifications 
server-side extensions introduced in version 0.8.4
Plan for Version 1.0 
design of WebIssues version 1.0
MVC Pattern 
simple MVC framework for WebIssues 1.0