diff --git a/README.md b/README.md index 11691ee..98360af 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ indymedia/indymedia-wordpress – Core IndyMedia functionality. --- -### Quick start – get it running in three steps +### Get it running in three steps 1. **Clone the repository** @@ -83,9 +83,9 @@ indymedia/indymedia-wordpress – Core IndyMedia functionality. |-----------|-------------| | **Dockerfile** | Builds a clean `wordpress:php8.2-apache` image, installs Composer, WP‑CLI, and copies your custom theme. | | **composer.json / composer.lock** | Lists the 18 plugins (WPackagist mirror) that are installed into `wp-content/plugins/`. | -| **indy‑wp/indywp/** | Your custom theme (built and ready to use). | +| **indy‑wp/indywp/** | Indymedia custom theme (built and ready to use). | | **config/php.ini** | Optional PHP tweaks (upload limits, memory, etc.). | -| **docker‑compose.yml** *(optional)* | Example compose file for a full stack (MySQL, phpMyAdmin, etc.). | +| **docker‑compose.yml** | Docker compose file for a full stack (MySQL, phpMyAdmin, etc.). | | **README.md** | This file. | --- @@ -118,6 +118,9 @@ All plugins are already present in `wp-content/plugins/` thanks to `composer ins The core theme is **Twenty Twenty‑Five**, licensed under **GPL v2 or later**. All other code in this repository is also distributed under the GPL v2+ (see individual plugin licenses). +The theme repository is available at: +https://codeberg.org/radioparalelo/indy-wp + --- ### Contributing