Changes between Version 7 and Version 8 of Frontend
- Timestamp:
- 02/06/2011 10:05:23 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Frontend
v7 v8 8 8 == Get the source == 9 9 We are using [http://mercurial.selenic.com/ mercurial] as revision control system. In most distributions it's available as a package named mercurial. 10 11 === Official beta releases === 12 Official beta releases are provided at [http://www.public-software-group.org/liquid_feedback_frontend]. 13 14 === Repository liquid_feedback_frontend === 15 This repository contains only patches reviewed by a maintainer and scheduled for the next release. Official beta releases are tagged with the corresponding tag. Public read access is available [http://www.public-software-group.org/mercurial/liquid_feedback_frontend/ via the Web] or by cloning the repository: 16 {{{ 17 hg clone http://www.public-software-group.org/mercurial/liquid_feedback_frontend 18 }}} 19 You can update it at any time with the following sequence (from within the directory): 20 {{{ 21 hg pull -u 22 }}} 10 23 11 24 === Repository liquid_feedback_frontend.devel === … … 21 34 If you register as contributor, you will get all needed information to get write access to this repository. 22 35 23 === Repository liquid_feedback_frontend ===24 This repository contains only patches reviewed by a maintainer and scheduled for the next release. Official beta releases are tagged with the corresponding tag. Public read access is available [http://www.public-software-group.org/mercurial/liquid_feedback_frontend/ via the Web] or by cloning the repository:25 {{{26 hg clone http://www.public-software-group.org/mercurial/liquid_feedback_frontend27 }}}28 You can update it at any time with the following sequence (from within the directory):29 {{{30 hg pull -u31 }}}32 33 === Official beta releases ===34 Official beta releases are provided at [http://www.public-software-group.org/liquid_feedback_frontend].35 36 36 == Roadmap Frontend == 37 37 - Support for disabling voting weights of inactive users (done, scheduled to release)
