= LiquidFeedback Frontend = To provide web based user access to the core, there is LiquidFeedback Frontend. It contains a web based frontend for users with access to almost any of the functions of the core. The software is based on [http://www.public-software-group.org/webmcp WebMCP], a framework implemented by some of the authors of LiquidFeedback. = Get the source = We are using [http://mercurial.selenic.com/ mercurial] as revision control system. In most distributions it's available as a package named mercurial. == Official releases == Official releases are provided at [http://www.public-software-group.org/liquid_feedback_frontend]. == Repository liquid_feedback_frontend == 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: {{{ hg clone http://www.public-software-group.org/mercurial/liquid_feedback_frontend }}} You can update it at any time with the following sequence (from within the directory): {{{ hg pull -u }}} == Repository liquid_feedback_frontend.devel == All contributors have write access to this repository to commit patches. It may contain completely untested features. Public read access is available [http://www.public-software-group.org/mercurial/liquid_feedback_frontend.devel/ via the Web] or by cloning the repository: {{{ hg clone http://www.public-software-group.org/mercurial/liquid_feedback_frontend.devel }}} You can update it at any time with the following sequence (from within the directory): {{{ hg pull -u }}} If you register as contributor, you will get all needed information to get write access to this repository. = Roadmap = - Implement new features from core - Issue statement (not assigned) - Voting statement (not assigned)