E-democracy module
Antinoo - March 27, 2009 - 17:25
Does there exist a module with which users can propose/vote/emendate/etc. laws, and do other e-democracy related actions?
Thanks in advance.
Giovanni
Does there exist a module with which users can propose/vote/emendate/etc. laws, and do other e-democracy related actions?
Thanks in advance.
Giovanni
I am unaware of a module per
I am unaware of a module per se. But this functionality can be done with Wikitools (http://drupal.org/project/wikitools), or the Wiki and Talk modules, or you could simply develop this functionality on your own with drupal core modules. Use CCK to create a content type called "law." Combined with various access control modules (or just an embellished permission/role system), there are lots of ways of doing this.
----------------------------------------------------------------------
http://classicvinyl.biz
http://music.classicvinyl.biz
http://association.drupal.org/user/1207
I think wiki functionalities
I think wiki functionalities are too generic for my purposes.
I know I can do everything on my own, but I am/was looking for an already implemented module in order to avoid to reinvent the wheel.
I'll continue to look for a ready solution to use, otherwise I'll start to code it on my own.
Thanks anyway for your answer.