Changes between Version 7 and Version 8 of Frontend


Ignore:
Timestamp:
02/06/2011 10:05:23 PM (2 years ago)
Author:
dark
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Frontend

    v7 v8  
    88== Get the source == 
    99We 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 === 
     12Official beta releases are provided at [http://www.public-software-group.org/liquid_feedback_frontend]. 
     13 
     14=== Repository liquid_feedback_frontend === 
     15This 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{{{ 
     17hg clone http://www.public-software-group.org/mercurial/liquid_feedback_frontend 
     18}}} 
     19You can update it at any time with the following sequence (from within the directory): 
     20{{{ 
     21hg pull -u 
     22}}} 
    1023 
    1124=== Repository liquid_feedback_frontend.devel === 
     
    2134If you register as contributor, you will get all needed information to get write access to this repository. 
    2235 
    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_frontend 
    27 }}} 
    28 You can update it at any time with the following sequence (from within the directory): 
    29 {{{ 
    30 hg pull -u 
    31 }}} 
    32  
    33 === Official beta releases === 
    34 Official beta releases are provided at [http://www.public-software-group.org/liquid_feedback_frontend]. 
    35  
    3636== Roadmap Frontend == 
    3737- Support for disabling voting weights of inactive users (done, scheduled to release)