Difference between revisions of "WebIssues"
From MiMec
m |
|||
Line 1: | Line 1: | ||
− | <b>WebIssues</b> is | + | <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 | + | 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 ' | + | 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 | ||
− | == | + | == Guides == |
− | ;[[/ | + | ;[[/Installation|Installation]] : WebIssues installation guide |
− | ;[[/ | + | ;[[/Configuration|Configuration]] : administering and configuring WebIssues server |
− | ;[[/ | + | ;[[/Translation|Translation]] : information and resources for translators |
− | == | + | == 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 | ||
− | + | ;[[/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]] : | + | ;[[/MVC Pattern|MVC Pattern]] : simple MVC framework for WebIssues 1.0 |
− | |||
− | ;[[/MVC Pattern|MVC Pattern]] : simple MVC framework for |
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