Description
About
What is the economic power structure of the private groups in your country? Who are the actors who accumulate the most power in this structure, and what is the relationship amongst them? What is the degree of influence of this invisible power structure, over government decisions in terms of development and economic policies? How does the State relate and feed this power structure and what are the counterparts of this relationship for the well being of society? It is with the objective to respond to these and other questions that we built the “Brazil’s Owners” Project and corresponding methodology.
“Who Owns your Country” is a plugin for WordPress which uses the methodology developped by EITA (https://eita.org.br) and IMD (https://maisdemocracia.org.br) for the project “WHO OWNS BRAZIL” (https://proprietariosdobrasil.org.br).
It connects enterprises, people and government’s ownership and revenue information to build Power Networks and a ranking of the most powerful actors in this constellation, allowing visitors to see the data in a variety of ways, including charts, factsheets and interactive network maps.
For more information on the methodology, visit https://proprietariosdobrasil.org.br/inicio/metodologia . We also have a paper about the methodology in English available at https://www.proprietariosdobrasil.org.br/tygel_who_owns_brazil.pdf
Contributions
We will be glad to collaborate with other actors who wish to use the plugin in their country and make it better. Don’t hesitate to join us in this common effort to contribute for a real democratic world, in which the economic powers are not directing the whole economy of the countries!
If you would like to send a question to us, just write to the support forum.
Translations
Who Owns Your Country is a fully internationalized (i.e. fully translateable) plugin.
If you would like to add a translation of the plugin to your language, you can do it online at our Translation platform: https://osx6cfk.oneskyapp.com/collaboration/project?id=6944.
If your language is not listed there, please send a message to us at [email protected] . We’ll immediately add your language for you to start translating.
Available languages
- English
- Brazilian Portuguese, by daniel tygel
- Portugal Portuguese, by daniel tygel
Screenshots
Installation
- Download the zip file and unzip it in the wp-content/plugins folder of your wordpress installation
- Go to the plugins administration panel in your WP website and activate the plugin
- You can change settings in the “Owners” configuration menu.
Using the plugin in your template
When you activate the plugin, you’ll see an “Owners” item in the left menu of the WP Admin Panel. You can easily insert new owners, with the shareholders, logo, revenue, type (state, enterprise, person) and other related information.
The plugin creates automatically a special “factsheet” page for each owner added (see screnshots). Besides that, it creates a search utility for listing owners with different filters and orderings.
You can make changes in the “Owners” settings page. For example, you can decide what slug defines the owner’s URLs. By default, it’s owners. If your WordPress site is configured to have permalinks (post name), then the address of an owner will be: yourwebsite/owners/name-of-the-owner. And the place where the guests can look for owners will be: yourwebsite/owners.
Please let us know if you have any doubts by writing to the support forum.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Who owns Your Country?” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Who owns Your Country?” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
0.94
- Update network immediately when there are less owners than the configured threshold of 150 owners
- Make hourly crons start right in the next hour, and not only when the reference time occurs
- Include the 6th step – which was not being run – in cron updates of the owners network
- Added paper in English about the methodology in readme files
- Correct proprietariosdobrasil.org.br link in readme files
- Fixed bug of networks cache not being cleaned after shareholder changes
- Clear rewrite rules cache for new installs and when settings are changed
- Fix other PHP warnings because of declaring attribute or index in empty objects and arrays
- Avoid saving shares in revisions
- Add title to the single_owner theme file
- Clean post_ids heys when generating network cache
- Change defaults image_size to 150px and cron frequency to hourly
0.93
- Added pt_PT language
0.92
- Fixed some PHP warnings for empty objects
- Changed the way whoowns tables are called
0.91
- Fixed the header of whoowns.php to point to most recent file
- Fixed typo in utils.php (from <? to <?php)
- Added translators website in the README.txt file.
0.9
- The plugin now offers a built-in “factsheet” page of each owner, so that the plugin works on any template out of the box without the need to change it.
- The plugin now offers a built-in “look for owners” page, so that the this feature works on any template out of the box without the need to change it.
- Added hooks for the factsheet for templates (or other plugins) customizations
- Added hooks for the owners search page for templates (or other plugins) customizations
- Updated the javascript and stylesheets files
- Updated the Brazilian Portuguese translation
0.8
- Added the plugin to wordpress repository, with all the basic infrastructure available.