├── README.md ├── images ├── awesome.svg ├── badges_static │ ├── activity_less_month_green.svg │ ├── activity_less_week_brightgreen.svg │ ├── activity_more_year.svg │ ├── stars_more_1K_green.svg │ └── stars_more_500_yellowgreen.svg ├── public_domain.svg └── readme_icon.png └── wiki └── AWESOME-DEMOCRACY_index.wiki /README.md: -------------------------------------------------------------------------------- 1 | Curated List of democracy-related resources ... 2 | ![awesome\_badge](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg) 3 | 4 | # Contents 5 | 6 | - [Philosophy](#Philosophy) 7 | - [Seminal contributions to modern democracy](#Philosophy#Seminal%20contributions%20to%20modern%20democracy) 8 | - [Techniques/Technology](#Techniques/Technology) 9 | - [Software](#Techniques/Technology#Software) 10 | - [Software-Development](#Techniques/Technology#Software#Software-Development) 11 | - [related awesome-sites on github](#Techniques/Technology#Software#Software-Development#related%20awesome-sites%20on%20github) 12 | - [possibly related Tags/Topics on github](#Techniques/Technology#Software#Software-Development#possibly%20related%20Tags/Topics%20on%20github) 13 | - [Known Democracy Bugs](#Known%20Democracy%20Bugs) 14 | - [actual empirical bugs](#Known%20Democracy%20Bugs#actual%20empirical%20bugs) 15 | - [License](#License) 16 | - [TODO](#TODO) 17 | 18 | # Philosophy 19 | 20 | Democracy makes our work and living here possible. 21 | 22 | It is the ASCII, the code big parts of the worlds social, political and 23 | cultural processes are based upon. 24 | 25 | It is the fundamental OS. 26 | 27 | It is about cooperation and colaboration. 28 | 29 | But it hasn't existed always, nor will it. 30 | 31 | And it is far from being perfect - it demands development to avoid 32 | beeing outdated and deprecated. 33 | 34 | 35 | 36 | ## Seminal contributions to modern democracy 37 | 38 | ...rebasing 39 | 40 | 41 |
42 | 43 | 44 | | X | idea / author | key concepts | source-code / other ressources | timestamp/commit | 45 | | - | --------------------------------------------------------------------------- | ------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- | ---------------- | 46 | | | [Equality](https://en.wikipedia.org/wiki/Equality) | social, gender, racial equality | | | 47 | | | | | | | 48 | | | [Liberty](https://en.wikipedia.org/wiki/Liberty) | free will | | | 49 | | | | free expression / press | | | 50 | | | [Pluralism](https://en.wikipedia.org/wiki/Pluralism_\(political_theory\)) | | | | 51 | | | | | | | 52 | | | [Magna\_Carta](https://en.wikipedia.org/wiki/Magna_Carta) | limiting feudality | [jpg](https://en.wikipedia.org/wiki/File:Magna_Carta_\(British_Library_Cotton_MS_Augustus_II.106\).jpg) | 1215 | 53 | | | | | | | 54 | | | [Letterpress\_printing](https://en.wikipedia.org/wiki/Letterpress_printing) | technological development: | | 1440 | 55 | | | | communication | | | 56 | | | | | | | 57 | | | [Protestant Reformation](https://en.wikipedia.org/wiki/Reformation) | limiting catholicism | | 1517 | 58 | | | | | | | 59 | | | [John\_Locke](https://en.wikipedia.org/wiki/John_Locke) | liberalism | [two treatises of civil government](http://oll.libertyfund.org/titles/locke-the-two-treatises-of-civil-government-hollis-ed) | 1689 | 60 | | | | | | | 61 | | | [Burlamaqui](https://en.wikipedia.org/wiki/Jean-Jacques_Burlamaqui) | checks and balances | [principles of natural and politic law](http://oll.libertyfund.org/titles/burlamaqui-the-principles-of-natural-and-politic-law) | 1747 | 62 | | | | | | | 63 | | | [Rousseau](https://en.wikipedia.org/wiki/Jean-Jacques_Rousseaui) | general will | [ContratSocial\_pdf](http://www.ibiblio.org/ml/libri/r/RousseauJJ_ContratSocial_p.pdf) | 1762 | 64 | | | | | | | 65 | | | [Voltaire](https://en.wikipedia.org/wiki/Voltaire) | | [philosophical letters](http://oll.libertyfund.org/titles/voltaire-the-works-of-voltaire-vol-xix-philosophical-letters) | 1765 | 66 | | | | | | | 67 | | | [Montesquieu](https://en.wikipedia.org/wiki/Montesquieu) | republicanism | [complete works](http://oll.libertyfund.org/titles/montesquieu-complete-works-4-vols-1777) | 1777 | 68 | | | | separation of power | | | 69 | | | | | | | 70 | | | [Tocqueville](https://en.wikipedia.org/wiki/Alexis_de_Tocqueville) | | [de la democratie en amerique](http://oll.libertyfund.org/titles/tocqueville-de-la-democratie-en-amerique-4-vols-12th-ed-1848) | 1848 | 71 | | | | | | | 72 | | | | | | | 73 | | | [modern Internet](https://en.wikipedia.org/wiki/Internet) | technological development: | | 1990 | 74 | | | | communication | | | 75 | | | | | | | 76 | | | [electronic\_voting](https://en.wikipedia.org/wiki/Electronic_voting) | technological development: | | 2004 | 77 | | | | communication | | | 78 | 79 |
80 | 81 | 82 | 83 | 84 | # Techniques/Technology 85 | 86 | 87 | 88 | ## Monitoring 89 | 90 |
91 | 92 | 93 | - [internationaldemocracywatch](http://www.internationaldemocracywatch.org) 94 | - [eiu democracy index](https://www.eiu.com/topic/democracy-index) 95 | - [statewatch](http://www.statewatch.org/) 96 | - [transparency](https://www.transparency.org/) 97 | - [freedom of press](https://rsf.org/en/ranking) 98 | 99 |
100 | 101 | 102 | 103 | ## Software 104 | 105 | - [OpenSource](https://en.wikipedia.org/wiki/Open-source_software) /[Free\_and\_open\_source\_software](https://en.wikipedia.org/wiki/Free_and_open-source_software) 106 | - [Linux](https://en.wikipedia.org/wiki/Linux) 107 | 108 | - [GitHub](https://en.wikipedia.org/wiki/GitHub) (but what to do since it is owned by Microsoft?) 109 | 110 | 111 | 112 | ### Software-Development 113 | 114 | - [humanetech](https://humanetech.com/) 115 | - [democraciaenred](https://democraciaenred.org/) 116 | - [opendemocracynet](https://www.opendemocracy.net) 117 | 118 | 119 | #### on [github](https://github.com) 120 | 121 |
122 | 123 | 124 | | X | [github](https://github.com) | project url / deployments | topic | activity / last commit | Stars | 125 | | -- | ---------------------------------------------------------------------------- | -------------------------------------------------------------------- | -------------------- | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | 126 | | 1 | [democracyos](https://github.com/DemocracyOS/democracyos) | [democracyos](http://democracyos.org/) | | ![last commit](https://img.shields.io/github/last-commit/democracyos/democracyos.svg?style=social) | ![stars](https://img.shields.io/github/stars/democracyos/democracyos.svg?style=social&label=Stars) | 127 | | | | [evoks](https://evoks.hu/) | | | | 128 | | | | [pjlr democracyos](http://pjlr.democracyos.eu/) | | | | 129 | | 2 | [consul](https://github.com/consul/consul) | | | ![last commit](https://img.shields.io/github/last-commit/consul/consul.svg?style=social) | ![stars](https://img.shields.io/github/stars/consul/consul.svg?style=social&label=Stars) | 130 | | | | [consulproject](http://consulproject.org) | | | | 131 | | | | [decide madrid](https://decide.madrid.es/) | | | | 132 | | 4 | [democracy io](https://github.com/sinak/democracy.io) | | | ![last commit](https://img.shields.io/github/last-commit/sinak/democracy.io.svg?style=social) | ![stars](https://img.shields.io/github/stars/sinak/democracy.io.svg?style=social&label=Stars) | 133 | | 5 | [civiwiki](https://github.com/civiwiki) | [civiwiki](https://www.civiwiki.org/) | masscommunication | ![last commit](https://img.shields.io/github/last-commit/civiwiki/civiwiki.svg?style=social) | ![stars](https://img.shields.io/github/stars/civiwiki/civiwiki.svg?style=social&label=Stars) | 134 | | 6 | [publicwhip](https://github.com/openaustralia/publicwhip) | | votation/ | ![last commit](https://img.shields.io/github/last-commit/openaustralia/publicwhip.svg?style=social) | ![stars](https://img.shields.io/github/stars/openaustralia/publicwhip.svg?style=social&label=Stars) | 135 | | | | | results/ | | | 136 | | | | | control delegates | | | 137 | | 7 | [rundfunk mitbestimmen](https://github.com/roschaefer/rundfunk-mitbestimmen) | [rundfunk mitbestimmen](https://rundfunk-mitbestimmen.de/) | votation/ | ![last commit](https://img.shields.io/github/last-commit/roschaefer/rundfunk-mitbestimmen.svg?style=social) | ![stars](https://img.shields.io/github/stars/roschaefer/rundfunk-mitbestimmen.svg?style=social&label=Stars) | 138 | | | | | results | | | 139 | | | | | participation | | | 140 | | 8 | [democracy client](https://github.com/demokratie-live/democracy-client) | | | ![last commit](https://img.shields.io/github/last-commit/demokratie-live/democracy-client.svg?style=social) | ![stars](https://img.shields.io/github/stars/demokratie-live/democracy-client.svg?style=social&label=Stars) | 141 | | 9 | [alaveteli](https://github.com/mysociety/alaveteli) | [alaveteli org](http://alaveteli.org) | control jurisdiction | ![last commit](https://img.shields.io/github/last-commit/mysociety/alaveteli.svg?style=social) | ![stars](https://img.shields.io/github/stars/mysociety/alaveteli.svg?style=social&label=Stars) | 142 | | 10 | [decidim](https://github.com/decidim/decidim) | [decidim](https://decidim.org/) | community/ | ![last commit](https://img.shields.io/github/last-commit/decidim/decidim.svg?style=social) | ![stars](https://img.shields.io/github/stars/decidim/decidim.svg?style=social&label=Stars) | 143 | | | | | government | | | 144 | | | | [decidim barcel](https://www.decidim.barcelona/) | | | | 145 | | | | [osallistu hel](https://osallistu.hel.fi/) | | | | 146 | | | | [participa castillalamancha](https://participa.castillalamancha.es/) | | | | 147 | | | | [erabaki pamplona](https://erabaki.pamplona.es/) | | | | 148 | | | | ...many more | | | | 149 | | | [data4democracy](https://github.com/data4democracy.github.com) | | | | | 150 | | | [ciudadanointeligente](https://github.com/votainteligente-portal-electoral.github.com) | | | | | 151 |
152 | 153 | 154 | #### on [gitlab](https://gitlab.com) 155 | 156 |
157 | 158 | 159 | | X | [gitlab](https://gitlab.com) | project url / deployments | topic | activity / last commit | Stars | 160 | | - | ------------------------------------------------------------------------------------- | ------------------------- | ----- | ---------------------- | ----- | 161 | | | [democracy tools](https://gitlab.com/democracy-tools) | | | | | 162 | | | [democracy](https://gitlab.com/sofistica/democracy) | | | | | 163 | | | [your priorities app](https://gitlab.com/dormeno/your-priorities-app) | | | | | 164 | | | [consul pol](https://gitlab.com/Enabl.ist/consul-pol) | | | | | 165 | | | [democracy box](https://gitlab.com/ethan/democracy-box) | | | | | 166 | | | [sovereign](https://gitlab.com/karankohli13/sovereign) . | | | | | 167 | | | [democracy plus](https://gitlab.com/mchase/democracy-plus) | | | | | 168 | | | [javascript democracy](https://gitlab.com/hd-sunrise/javascript-democracy) | | | | | 169 | | | [pseudo democracy discord bot](https://gitlab.com/Syl20/pseudo-democracy-discord-bot) | | | | | 170 | | | [Rules of Order](https://gitlab.com/Eudaimonstro/Steves-Rules-of-Order) | | | | | 171 | | | [coop governance](https://gitlab.com/pwgd/platform-coop-governance) | | | | | 172 | | | [simple direct democracy website](https://gitlab.com/simple-direct-democracy/website) | | | | | 173 | | | [election transparency](https://gitlab.com/hrbrmstr/election-transparency) | | | | | 174 | | | | | | | | 175 | 176 |
177 | 178 | #### related awesome-sites on github 179 | 180 |
181 | 182 | 183 | - [awesome-democracy-data](https://github.com/andrewcstewart/awesome-democracy-data) 184 | - [awesome humanetech](https://github.com/engagingspaces/awesome-humane-tech) 185 | - [humans](https://github.com/learn-anything/humans) 186 | - [awesome readme](https://github.com/matiassingers/awesome-readme) 187 | - [awesome hci](https://github.com/tanyuan/awesome-hci) 188 | - [awesome humanitarian_foss](https://github.com/EticaAI/awesome-humanitarian-foss) 189 | 190 |
191 | 192 | #### possibly related Tags/Topics on github 193 | 194 |
195 | 196 | 197 | - [citizens](https://github.com/topics/citizens) 198 | - [civic tech](https://github.com/topics/civic-tech) 199 | - [decision making](https://github.com/topics/decision-making) 200 | - [deliberation](https://github.com/topics/deliberation) 201 | - [democracy measures](https://github.com/topics/democracy-measures) 202 | - [democracy](https://github.com/topics/democracy) 203 | - [democracynow](https://github.com/topics/democracynow) 204 | - [e-participation](https://github.com/topics/e-participation) 205 | - [liquid democracy](https://github.com/topics/liquid-democracy) 206 | - [municipalities](https://github.com/topics/municipalities) 207 | - [open data](https://github.com/topics/open-data) 208 | - [parliamentary data](https://github.com/topics/parliamentary-data) 209 | - [parliamentary monitoring](https://github.com/topics/parliamentary-monitoring) 210 | - [political science](https://github.com/topics/political-science) 211 | - [politics](https://github.com/topics/politics) 212 | - [poll](https://github.com/topics/poll) 213 | - [popular proposals](https://github.com/topics/popular-proposals) 214 | - [right to know](https://github.com/topics/right-to-know) 215 | - [social](https://github.com/topics/social) 216 | - [vote](https://github.com/topics/vote) 217 | - [voting](https://github.com/topics/voting) 218 | 219 |
220 | 221 | 222 | 223 | 224 | # Known Democracy Bugs 225 | 226 |
227 | 228 | 229 | 230 | 231 | ## sistemic bugs and diseases 232 | 233 | which usually result in different levels of inequality of power 234 | 235 | 236 | ### political historical counterconcepts 237 | - [ ] monarchy 238 | - [ ] constitutional monarchy 239 | - aristocracy 240 | - dictatorship 241 | - authoritarianism 242 | - due to inactivity/passiveness 243 | - authoritarianism -\> mentality -\> beliefs -\> education 244 | - nepotism 245 | 246 | 247 | ### political caveats 248 | - overrated importance of property 249 | 250 | 251 | 252 | ## actual empirical bugs 253 | 254 | - lack of participation 255 | - due to: 256 | - lack of motivation 257 | - due to: 258 | - lack of rights (mainly global level) 259 | - governmental (jurisdictional) and social discrimination 260 | - lack of knowledge (education) 261 | - lack of knowledge (information) 262 | - lack of knowledge (communication) 263 | - lack of interest -\> motivation 264 | - lack of institutional responsibility -\> education 265 | - lack of individual responsibility -\> education 266 | - lack of realistic (well-communicated) offers/projects 267 | - lack of access 268 | - due to: 269 | - mismanaged burocracy 270 | - digital gap 271 | - abusive manipulation of information -\> fake-news 272 | - economic inequality 273 | - protectionism 274 | - corruption 275 | - power abuse 276 | - authoritarianism 277 | - abusive manipulation of information 278 | - abundance -\> property 279 | - religious fanaticism 280 | - destruction of the ecosystem 281 | - lack of education 282 | 283 | - dilemma: strong liberalism reveals strong individualism and selfishness 284 | 285 | - problem: decision-making is slower than with competitive political systems (time factor) 286 | 287 | 288 | 289 | 290 | # strategies against democracy bugs 291 | 292 | - freedom of information 293 | 294 | - better financed educational systems 295 | 296 | - [FOSS ](https://www.wikipedia.org/en/Free_and_open-source_software) since it tackles lack of education and property issues 297 | 298 | 299 | 300 | 301 | 302 | # tactics against democracy bugs 303 | 304 | - [wikipedia.org][wikipedia.org] 305 | 306 | - libraries since they fight lack of knowledge 307 | 308 |
309 | 310 | 311 | 312 | 313 | # Resources 314 | - [Project Gutenberg](http://www.gutenberg.org/wiki/Main_Page) 315 | - [Online Library of Liberty](http://oll.libertyfund.org) (liberal perspective) 316 | 317 | 318 | 319 | 320 | # License 321 | 322 | ![Creative Commons 4.0](file:../images/public_domain.svg) 323 | 324 | This work is licensed under [Creative Commons Attribution 4.0International License](http://creativecommons.org/licenses/by/4.0/) 325 | 326 | 327 | 328 | 329 | # TODO 330 | 331 |
332 | 333 | 334 | - Content 335 | - github-list 336 | - complete list 337 | - organise/sort list 338 | - establish ranking criteria 339 | - Democracy Ecosystem 340 | - Liberal Culture 341 | - Layers 342 | - recent layers: 343 | - transparency-debate 344 | - Definitions 345 | - grades of democracy 346 | 347 |
348 | -------------------------------------------------------------------------------- /images/awesome.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /images/badges_static/activity_less_month_green.svg: -------------------------------------------------------------------------------- 1 | activityactivity< month< month -------------------------------------------------------------------------------- /images/badges_static/activity_less_week_brightgreen.svg: -------------------------------------------------------------------------------- 1 | activityactivity< week< week -------------------------------------------------------------------------------- /images/badges_static/activity_more_year.svg: -------------------------------------------------------------------------------- 1 | activityactivity> year> year -------------------------------------------------------------------------------- /images/badges_static/stars_more_1K_green.svg: -------------------------------------------------------------------------------- 1 | starsstars< 1K< 1K -------------------------------------------------------------------------------- /images/badges_static/stars_more_500_yellowgreen.svg: -------------------------------------------------------------------------------- 1 | starsstars< 500< 500 -------------------------------------------------------------------------------- /images/public_domain.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 9 | 10 | 11 | 12 | 13 | 14 | 21 | 25 | 35 | 36 | 37 | 48 | 55 | 67 | 69 | 71 | 72 | 74 | 75 | 78 | 79 | 80 | 86 | 96 | 97 | 98 | 99 | -------------------------------------------------------------------------------- /images/readme_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shacts/awesome-democracy/d622633799ae075a8bd48b3ad74db1f08b6d4e26/images/readme_icon.png -------------------------------------------------------------------------------- /wiki/AWESOME-DEMOCRACY_index.wiki: -------------------------------------------------------------------------------- 1 | Curated List of democracy-related resources ... {{https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg|awesome_badge}} 2 | 3 | = Contents = 4 | - [[#Philosophy|Philosophy]] 5 | - [[#Philosophy#Seminal contributions to modern democracy|Seminal contributions to modern democracy]] 6 | - [[#Techniques/Technology|Techniques/Technology]] 7 | - [[#Techniques/Technology#Software|Software]] 8 | - [[#Techniques/Technology#Software#Software-Development|Software-Development]] 9 | - [[#Techniques/Technology#Software#Software-Development#related awesome-sites on github|related awesome-sites on github]] 10 | - [[#Techniques/Technology#Software#Software-Development#possibly related Tags/Topics on github|possibly related Tags/Topics on github]] 11 | - [[#Known Democracy Bugs|Known Democracy Bugs]] 12 | - [[#Known Democracy Bugs#actual empirical bugs|actual empirical bugs]] 13 | - [[#License|License]] 14 | - [[#TODO|TODO]] 15 | 16 | 17 | = Philosophy = 18 | 19 | Democracy makes our work and living here possible. 20 | 21 | It is the ASCII, the code big parts of the worlds social, political and cultural processes are based upon. 22 | 23 | It is the fundamental OS. 24 | 25 | It is about cooperation and colaboration. 26 | 27 | But it hasn't existed always, nor will it. 28 | 29 | And it is far from being perfect - it demands development to avoid beeing outdated and deprecated. 30 | 31 | 32 | %%{{{== Seminal contributions to modern democracy == 33 | == Seminal contributions to modern democracy == 34 | ...rebasing 35 | 36 | - [[http://oll.libertyfund.org|oll libertyfund org]] 37 | 38 | | X | idea / author | key concepts | source-code / other ressources | timestamp/commit | 39 | |---|-----------------------------------------------------------------------------|---------------------------------|----------------------------------------------------------------------------------------------------------------------------------|------------------| 40 | | | [[https://en.wikipedia.org/wiki/Equality|Equality]] | social, gender, racial equality | | | 41 | | | | | | | 42 | | | [[https://en.wikipedia.org/wiki/Liberty|Liberty]] | free will | | | 43 | | | | free expression / press | | | 44 | | | [[https://en.wikipedia.org/wiki/Pluralism_(political_theory)|Pluralism]] | | | | 45 | | | | | | | 46 | | | [[https://en.wikipedia.org/wiki/Magna_Carta|Magna_Carta]] | limiting feudality | [[https://en.wikipedia.org/wiki/File:Magna_Carta_(British_Library_Cotton_MS_Augustus_II.106).jpg|jpg]] | 1215 | 47 | | | | | | | 48 | | | [[https://en.wikipedia.org/wiki/Letterpress_printing|Letterpress_printing]] | technological development: | | 1440 | 49 | | | | communication | | | 50 | | | | | | | 51 | | | [[https://en.wikipedia.org/wiki/Reformation|Protestant Reformation]] | limiting catholicism | | 1517 | 52 | | | | | | | 53 | | | [[https://en.wikipedia.org/wiki/John_Locke|John_Locke]] | liberalism | [[http://oll.libertyfund.org/titles/locke-the-two-treatises-of-civil-government-hollis-ed|two treatises of civil government]] | 1689 | 54 | | | | | | | 55 | | | [[https://en.wikipedia.org/wiki/Jean-Jacques_Burlamaqui|Burlamaqui]] | checks and balances | [[http://oll.libertyfund.org/titles/burlamaqui-the-principles-of-natural-and-politic-law|principles of natural and politic law]] | 1747 | 56 | | | | | | | 57 | | | [[https://en.wikipedia.org/wiki/Jean-Jacques_Rousseaui|Rousseau]] | general will | [[http://www.ibiblio.org/ml/libri/r/RousseauJJ_ContratSocial_p.pdf|ContratSocial_pdf]] | 1762 | 58 | | | | | | | 59 | | | [[https://en.wikipedia.org/wiki/Voltaire|Voltaire]] | | [[http://oll.libertyfund.org/titles/voltaire-the-works-of-voltaire-vol-xix-philosophical-letters|philosophical letters]] | 1765 | 60 | | | | | | | 61 | | | [[https://en.wikipedia.org/wiki/Montesquieu|Montesquieu]] | republicanism | [[http://oll.libertyfund.org/titles/montesquieu-complete-works-4-vols-1777|complete works]] | 1777 | 62 | | | | separation of power | | | 63 | | | | | | | 64 | | | [[https://en.wikipedia.org/wiki/Alexis_de_Tocqueville|Tocqueville]] | | [[http://oll.libertyfund.org/titles/tocqueville-de-la-democratie-en-amerique-4-vols-12th-ed-1848|de la democratie en amerique]] | 1848 | 65 | | | | | | | 66 | | | | | | | 67 | | | [[https://en.wikipedia.org/wiki/Internet|modern Internet]] | technological development: | | 1990 | 68 | | | | communication | | | 69 | | | | | | | 70 | | | [[https://en.wikipedia.org/wiki/Electronic_voting|electronic_voting]] | technological development: | | 2004 | 71 | | | | communication | | | 72 | 73 | %%}}} 74 | 75 | = Techniques/Technology = 76 | %%
77 | %% click here to see all Tech-related-TODOs 78 | %% ``` 79 | %% == Assembly == 80 | %% === Representative Assembly === 81 | %% ===== Parliament ===== 82 | %% ``` 83 | 84 | == Monitoring == 85 | - [[http://www.internationaldemocracywatch.org|internationaldemocracywatch]] 86 | - [[https://www.eiu.com/topic/democracy-index|eiu democracy index]] 87 | - [[http://www.statewatch.org/|statewatch]] 88 | - [[https://www.transparency.org/|transparency]] 89 | - [[https://rsf.org/en/ranking|freedom of press]] 90 | 91 | == Software == 92 | - [[https://en.wikipedia.org/wiki/Open-source_software|OpenSource]] / [[https://en.wikipedia.org/wiki/Free_and_open-source_software|Free_and_open source_software]] 93 | - [[https://en.wikipedia.org/wiki/Linux|Linux]] 94 | - [[https://en.wikipedia.org/wiki/GitHub|GitHub]] (but what if it gets bought by Microsoft?) 95 | 96 | 97 | === Software-Development === 98 | - [[https://humanetech.com/|humanetech]] 99 | - [[https://democraciaenred.org/|democraciaenred]] 100 | - [[https://www.opendemocracy.net|opendemocracy net]] 101 | 102 | %%{{{==== on [[https://github.com|github]] ==== 103 | 104 | ==== on [[https://github.com|github]] ==== 105 | 106 | | X | [[https://github.com|github]] | project url / deployments | topic | activity / last commit | Stars | 107 | |----|-------------------------------------------------------------------------------|-----------------------------------------------------------------------|----------------------|-------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------| 108 | | 1 | [[https://github.com/DemocracyOS/democracyos|democracyos]] | [[http://democracyos.org/|democracyos]] | | {{https://img.shields.io/github/last-commit/democracyos/democracyos.svg?style=social|last commit}} | {{https://img.shields.io/github/stars/democracyos/democracyos.svg?style=social&label=Stars|stars}} | 109 | | | | [[https://evoks.hu/|evoks]] | | | | 110 | | | | [[http://pjlr.democracyos.eu/|pjlr democracyos]] | | | | 111 | | 2 | [[https://github.com/consul/consul|consul]] | | | {{https://img.shields.io/github/last-commit/consul/consul.svg?style=social|last commit}} | {{https://img.shields.io/github/stars/consul/consul.svg?style=social&label=Stars|stars}} | 112 | | | | [[http://consulproject.org|consulproject]] | | | | 113 | | | | [[https://decide.madrid.es/|decide madrid]] | | | | 114 | | 4 | [[https://github.com/sinak/democracy.io|democracy io]] | | | {{https://img.shields.io/github/last-commit/sinak/democracy.io.svg?style=social|last commit}} | {{https://img.shields.io/github/stars/sinak/democracy.io.svg?style=social&label=Stars|stars}} | 115 | | 5 | [[https://github.com/civiwiki|civiwiki]] | [[https://www.civiwiki.org/|civiwiki]] | masscommunication | {{https://img.shields.io/github/last-commit/civiwiki/civiwiki.svg?style=social|last commit}} | {{https://img.shields.io/github/stars/civiwiki/civiwiki.svg?style=social&label=Stars|stars}} | 116 | | 6 | [[https://github.com/openaustralia/publicwhip|publicwhip]] | | votation/ | {{https://img.shields.io/github/last-commit/openaustralia/publicwhip.svg?style=social|last commit}} | {{https://img.shields.io/github/stars/openaustralia/publicwhip.svg?style=social&label=Stars|stars}} | 117 | | | | | results/ | | | 118 | | | | | control delegates | | | 119 | | 7 | [[https://github.com/roschaefer/rundfunk-mitbestimmen|rundfunk mitbestimmen]] | [[https://rundfunk-mitbestimmen.de/|rundfunk mitbestimmen]] | votation/ | {{https://img.shields.io/github/last-commit/roschaefer/rundfunk-mitbestimmen.svg?style=social|last commit}} | {{https://img.shields.io/github/stars/roschaefer/rundfunk-mitbestimmen.svg?style=social&label=Stars|stars}} | 120 | | | | | results | | | 121 | | | | | participation | | | 122 | | 8 | [[https://github.com/demokratie-live/democracy-client|democracy client]] | | | {{https://img.shields.io/github/last-commit/demokratie-live/democracy-client.svg?style=social|last commit}} | {{https://img.shields.io/github/stars/demokratie-live/democracy-client.svg?style=social&label=Stars|stars}} | 123 | | 9 | [[https://github.com/mysociety/alaveteli|alaveteli]] | [[http://alaveteli.org|alaveteli org]] | control jurisdiction | {{https://img.shields.io/github/last-commit/mysociety/alaveteli.svg?style=social|last commit}} | {{https://img.shields.io/github/stars/mysociety/alaveteli.svg?style=social&label=Stars|stars}} | 124 | | 10 | [[https://github.com/decidim/decidim|decidim]] | [[https://decidim.org/|decidim]] | community/ | {{https://img.shields.io/github/last-commit/decidim/decidim.svg?style=social|last commit}} | {{https://img.shields.io/github/stars/decidim/decidim.svg?style=social&label=Stars|stars}} | 125 | | | | | government | | | 126 | | | | [[https://www.decidim.barcelona/|decidim barcel]] | | | | 127 | | | | [[https://osallistu.hel.fi/|osallistu hel]] | | | | 128 | | | | [[https://participa.castillalamancha.es/|participa castillalamancha]] | | | | 129 | | | | [[https://erabaki.pamplona.es/|erabaki pamplona]] | | | | 130 | | | | ...many more | | | | 131 | | |[[https://github.com/data4democracy.github.com|data4democracy]] | | | | | 132 | %%}}} 133 | 134 | %%{{{==== on [[https://gitlab.com|gitlab]] ==== 135 | 136 | ==== on [[https://gitlab.com|gitlab]] ==== 137 | (first draft) 138 | 139 | | X | [[https://gitlab.com|gitlab]] | project url / deployments | topic | activity / last commit | Stars | 140 | |---|----------------------------------------------------------------------------------------|---------------------------|-------|------------------------|-------| 141 | | | [[https://gitlab.com/democracy-tools|democracy tools]] | | | | | 142 | | | [[https://gitlab.com/sofistica/democracy|democracy]] | | | | | 143 | | | [[https://gitlab.com/dormeno/your-priorities-app|your priorities app]] | | | | | 144 | | | [[https://gitlab.com/Enabl.ist/consul-pol|consul pol]] | | | | | 145 | | | [[https://gitlab.com/ethan/democracy-box|democracy box]] | | | | | 146 | | | [[https://gitlab.com/karankohli13/sovereign|sovereign]] . | | | | | 147 | | | [[https://gitlab.com/mchase/democracy-plus|democracy plus]] | | | | | 148 | | | [[https://gitlab.com/hd-sunrise/javascript-democracy|javascript democracy]] | | | | | 149 | | | [[https://gitlab.com/Syl20/pseudo-democracy-discord-bot|pseudo democracy discord bot]] | | | | | 150 | | | [[https://gitlab.com/Eudaimonstro/Steves-Rules-of-Order|Rules of Order]] | | | | | 151 | | | [[https://gitlab.com/pwgd/platform-coop-governance|coop governance]] | | | | | 152 | | | [[https://gitlab.com/simple-direct-democracy/website|simple direct democracy website]] | | | | | 153 | | | [[https://gitlab.com/hrbrmstr/election-transparency|election transparency]] | | | | | 154 | | | https://gitlab.com/gonzalop67/Democracy | | | | | 155 | %%}}} 156 | 157 | %% [![Throughput Graph](https://graphs.waffle.io/neovim/neovim/throughput.svg)](https://waffle.io/neovim/neovim/metrics) TODO 158 | %% https://github.com/EFForg/privacybadger 159 | 160 | ==== related awesome-sites on github ==== 161 | %%
162 | %% click here to more 163 | %% ``` 164 | - [[https://github.com/engagingspaces/awesome-humane-tech|awesome humane tech]] 165 | - [[https://github.com/learn-anything/humans|humans]] 166 | - [[https://github.com/matiassingers/awesome-readme|awesome readme]] 167 | - [[https://github.com/tanyuan/awesome-hci|awesome hci]] 168 | - [[https://github.com/EticaAI/awesome-humanitarian-foss|awesome humanitarian foss]] 169 | %% ``` 170 | 171 | ==== possibly related Tags/Topics on github ==== 172 | %%
173 | %% click here to see more 174 | %% ``` 175 | - [[https://github.com/topics/citizens|citizens]] 176 | - [[https://github.com/topics/civic-tech|civic tech]] 177 | - [[https://github.com/topics/decision-making|decision making]] 178 | - [[https://github.com/topics/deliberation|deliberation]] 179 | - [[https://github.com/topics/democracy-measures|democracy measures]] 180 | - [[https://github.com/topics/democracy|democracy]] 181 | - [[https://github.com/topics/democracynow|democracynow]] 182 | - [[https://github.com/topics/e-participation|e-participation]] 183 | - [[https://github.com/topics/liquid-democracy|liquid democracy]] 184 | - [[https://github.com/topics/municipalities|municipalities]] 185 | - [[https://github.com/topics/open-data|open data]] 186 | - [[https://github.com/topics/parliamentary-data|parliamentary data]] 187 | - [[https://github.com/topics/parliamentary-monitoring|parliamentary monitoring]] 188 | - [[https://github.com/topics/political-science|political science]] 189 | - [[https://github.com/topics/politics|politics]] 190 | - [[https://github.com/topics/poll|poll]] 191 | - [[https://github.com/topics/popular-proposals|popular proposals]] 192 | - [[https://github.com/topics/right-to-know|right to know]] 193 | - [[https://github.com/topics/social|social]] 194 | - [[https://github.com/topics/vote|vote]] 195 | - [[https://github.com/topics/voting|voting]] 196 | %% ``` 197 | 198 | 199 | = Known Democracy Bugs = 200 | 201 | == sistemic bugs == 202 | - monarchy 203 | - constitutional monarchy 204 | - dictatorship 205 | - authoritarism 206 | - due to inactivity/passivness 207 | - authoritarism -> mentality -> beliefs -> education 208 | - overrated importance of property 209 | 210 | == actual empirical bugs == 211 | %%
212 | %% click here to see more 213 | %% ``` 214 | - lack of participation 215 | - due to: 216 | - lack of motivation 217 | - due to: 218 | - lack of rights (mainly global level) 219 | - governmental (jurisdictional) and social discrimination 220 | - lack of knowledge (education) 221 | - lack of knowledge (information) 222 | - lack of knowledge (communication) 223 | - lack of interest -> motivation 224 | - lack of institutional responsability -> education 225 | - lack of individual responsability -> education 226 | - lack of realistic (well-communicated) offers/projects 227 | - lack of access 228 | - due to: 229 | - mismanaged burocracy 230 | - digital gap 231 | - abusive manipulation of information -> fake-news 232 | 233 | - economic inequality 234 | - corruption 235 | - power abuse 236 | - authoritarism 237 | - abusive manipulation of information 238 | - abundance -> property 239 | - religious fanatism 240 | - ecodestruction 241 | %% ``` 242 | 243 | = License = 244 | {{file:../images/public_domain.svg|Creative Commons 4.0}} 245 | 246 | This work is licensed under [[http://creativecommons.org/licenses/by/4.0/|Creative Commons Attribution 4.0 International License]] 247 | 248 | 249 | %%
250 | %% click here to see TODO 251 | %% ``` 252 | = TODO = 253 | - [ ] Content 254 | - [ ] github-list 255 | - [ ] complete list 256 | - [ ] organizse/sort list 257 | - [ ] establish ranking criteria 258 | - [ ] Democracy Ecosystem 259 | - [ ] Liberal Culture 260 | - [ ] Layers 261 | - [ ] recent layers: 262 | - [ ] transparency-debate 263 | %% ``` 264 | 265 | %% - [ ] Selfupdating list -> algorithm 266 | %% - [ ] scoring: https://github.com/unixorn/awesome-zsh-plugins/blob/master/zsh-plugin-assessor/zsh-plugin-assessor 267 | 268 | %% - [o] Layout 269 | %% - [X] Badges 270 | %% - [ ] Images 271 | 272 | %% [![dockeri.co](http://dockeri.co/image/_/node)](https://registry.hub.docker.com/_/node/) 273 | --------------------------------------------------------------------------------