Update README.md

main
Rádio Paralelo 2026-03-04 23:42:58 +00:00 committed by GitHub
parent 54cc9319e4
commit 4bd3f100d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 51 additions and 0 deletions

View File

@ -3,6 +3,53 @@
**Independent Media Center** a readytorun WordPress codebase that recreates the archived[indymedia.org](https://web.archive.org/web/*/indymedia.org) hub.
The stack runs inside Docker and pulls all required plugins via Composer.
**Features**
Newswire Publish and aggregate short news items.
Open Publishing Frontend submission for articles, podcasts, and videos.
Media Archive Store and browse images, audio, and video with searchable metadata.
**Included Plugins**
When you run composer install the plugins below are fetched from WPackagist (a Composer mirror of the WordPress.org plugin directory) and installed into wpcontent/plugins/{$name}/.
indymedia/indymedia-wordpress Core IndyMedia functionality.
activitypub Federated social publishing (ActivityPub).
Source: https://wordpress.org/plugins/activitypub/
antispam-bee Spam protection for comments/forms.
Source: https://wordpress.org/plugins/antispam-bee/
archiveo-importer-wayback Import Wayback Machine archives.
Source: https://wordpress.org/plugins/archiveo-importer-wayback/
easyfonts Simple font management.
Source: https://wordpress.org/plugins/easyfonts/
embed-privacy Privacyfriendly embeds (YouTube, etc.).
Source: https://wordpress.org/plugins/embed-privacy/
exif-remover Strips EXIF data from uploaded images.
Source: https://wordpress.org/plugins/exif-remover/
frontend-post-submission-manager-lite Frontend post submission handling.
Source: https://wordpress.org/plugins/frontend-post-submission-manager-lite/
indieweb IndieWeb microformats, endpoints, webmentions.
Source: https://wordpress.org/plugins/indieweb/
lh-wayback-machine Wayback Machine integration.
Source: https://wordpress.org/plugins/lh-wayback-machine/
og Adds Open Graph meta tags.
Source: https://wordpress.org/plugins/og/
pretty-rss-feeds Cleaner RSS feed output.
Source: https://wordpress.org/plugins/pretty-rss-feeds/
remove-ip Anonymizes IP addresses in comments.
Source: https://wordpress.org/plugins/remove-ip/
safe-paste Secure pastebin functionality.
Source: https://wordpress.org/plugins/safe-paste/
syndication-links Autogenerates syndication links (Twitter, Mastodon, etc.).
Source: https://wordpress.org/plugins/syndication-links/
unpredictable-image-filenames Randomizes uploaded image filenames for privacy.
Source: https://wordpress.org/plugins/unpredictable-image-filenames/
webmention Webmention support (IndieWeb).
Source: https://wordpress.org/plugins/webmention/
wp-super-cache Pagecaching to improve performance.
Source: https://wordpress.org/plugins/wp-super-cache/
---
### Quick start get it running in three steps
@ -70,6 +117,10 @@ All plugins are already present in `wp-content/plugins/` thanks to `composer ins
---
### About the plugins
### Custom muplugins
If you have PHP files that must always run (e.g., security hardening), place them in the local `src/` directory before building.