Changes between Version 1 and Version 2 of Core


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Core

    v1 v2  
     1 
     2This is the central component of LiquidFeedback, called "The Core". It consists of a PostgreSQL database definition scheme ([http://www.public-software-group.org/mercurial/liquid_feedback_core/file/tip/core.sql core.sql]), providing all needed data structures and logic, and 2 service programs 
     3([http://www.public-software-group.org/mercurial/liquid_feedback_core/file/tip/lf_update.c lf_update.c], [http://www.public-software-group.org/mercurial/liquid_feedback_core/file/tip/lf_export lf_export]) to trigger regular tasks or to export a dump of the database stripped off some private data like login, password and profile data. It is providing data structures for authentication and authorisation while not implementing these mechanisms itself inside the core. 
     4 
     5The core is stable. Official releases are provided at [http://www.public-software-froup.org/liquid_feedback_core]. Current development versions are available at the [http://www.public-software-group.org/mercurial/liquid_feedback_core repository]. 
     6 
    17== Roadmap Core == 
    28- Disabling voting weight of inactive users (done, scheduled to release)