Ansico-plugins/ansico-plugins/readme.txt

67 lines
2.4 KiB
Text
Raw Permalink Normal View History

2026-04-18 20:50:31 +00:00
=== Ansico Plugins ===
2026-04-18 20:57:04 +00:00
Contributors: aphandersen
Tags: forgejo, plugins, private directory, ansico
2026-04-18 20:50:31 +00:00
Requires at least: 6.3
2026-04-18 20:57:04 +00:00
Tested up to: 6.9.4
Requires PHP: 7.0
2026-04-18 21:19:08 +00:00
Stable tag: 1.0.0.2
2026-04-18 20:57:04 +00:00
License: GPL-3.0-or-later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
2026-04-18 20:50:31 +00:00
2026-04-18 20:57:04 +00:00
Gives access to Ansico plugin directory with Ansico plugins.
2026-04-18 20:50:31 +00:00
== Description ==
2026-04-18 21:19:08 +00:00
Ansico Plugins gives WordPress access to Ansico's private Forgejo-based plugin directory and lets administrators install, activate, reinstall, update and delete internal plugins from Ansico releases.
2026-04-18 20:50:31 +00:00
2026-04-18 20:57:04 +00:00
= Features =
* Connects WordPress to Ansico's Forgejo server.
* Lists internal plugin repositories from Ansico.
* Reads plugin metadata and README content from repositories.
* Opens a WordPress-style details popup for each plugin.
* Installs plugins from the latest Forgejo release ZIP.
2026-04-18 21:19:08 +00:00
* Supports activate, reinstall, update and delete actions.
2026-04-18 20:57:04 +00:00
* Supports self-updates for Ansico Plugins itself.
* Includes Ansico default settings and a reset button.
2026-04-18 21:19:08 +00:00
* Supports plugin presentation from `readme.txt` in WordPress format.
2026-04-18 20:50:31 +00:00
== Installation ==
2026-04-18 20:57:04 +00:00
1. Upload the plugin ZIP through WordPress, or copy the plugin folder to `/wp-content/plugins/`.
2. Activate **Ansico Plugins**.
3. Open **Settings -> Ansico Plugins**.
4. Review the default Ansico settings or click **Reset til Ansico standard**.
5. Open **Plugins -> Ansico Plugins** to browse available plugins.
2026-04-18 20:50:31 +00:00
2026-04-18 20:57:04 +00:00
== Frequently Asked Questions ==
2026-04-18 20:50:31 +00:00
2026-04-18 20:57:04 +00:00
= Does it work without an access token? =
2026-04-18 20:50:31 +00:00
2026-04-18 20:57:04 +00:00
Yes. Public Ansico repositories can be listed without a token. A token can still be added for private repositories or stricter API access.
2026-04-18 20:50:31 +00:00
2026-04-18 20:57:04 +00:00
= Can Ansico Plugins update itself? =
2026-04-18 20:50:31 +00:00
2026-04-18 20:57:04 +00:00
Yes. Self-update support is built in and can check the configured Ansico Plugins repository for newer releases.
2026-04-18 21:19:08 +00:00
== Screenshots ==
1. The Ansico Plugins catalogue in WordPress admin.
2. The plugin details modal with tabs and metadata.
2026-04-18 20:57:04 +00:00
== Changelog ==
2026-04-18 20:50:31 +00:00
2026-04-18 21:19:08 +00:00
= 1.0.0.2 =
* Added support for parsing `readme.txt` in WordPress format.
* Added tabbed plugin details view with Description, Installation, Changelog and Screenshots.
* Added generated plugin icon and plugin banner assets.
* Improved metadata extraction priority so `readme.txt` can drive plugin presentation.
2026-04-18 20:57:04 +00:00
= 1.0.0 =
* First stable release.
* WordPress-style plugin catalogue UI.
* Details popup with metadata and optional screenshot.
2026-04-18 21:19:08 +00:00
* Install, activate, reinstall, update and delete actions.
2026-04-18 20:57:04 +00:00
* Self-update support for Ansico Plugins.
* Ansico default configuration and reset button.