WP Manifestindependent plugin directory
manifest / content / tucursillo-academic-system

Tucursillo Academic System

WordPress plugin for LearnDash academic automation - Tucursillo Academic System

by Tucursillo · github.com/davidvillarm/tucursillo-academic-system · website

1stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/davidvillarm/tucursillo-academic-system/archive/refs/heads/main.zip

Readme

=== Tucursillo Academic System === Contributors: tucursillo Requires at least: 6.0 Tested up to: 6.7 Requires PHP: 8.0 Stable tag: 0.1.0 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html

Automates academic lesson creation, uploads, and AI-assisted content for LearnDash LMS.

== Description ==

Internal academic automation platform for Tucursillo. Teachers upload materials; the plugin queues background processing, generates lesson content from templates, and publishes to LearnDash.

== Installation ==

  1. Upload the plugin folder to /wp-content/plugins/.
  2. Activate through the 'Plugins' menu.
  3. Ensure LearnDash LMS is installed.
  4. Optional: run npm install && npm run build:assets to bundle Alpine.js locally.

== Frequently Asked Questions ==

= Does this delete existing LearnDash content? =

No. The plugin only creates new lessons and never auto-deletes existing content.

== Changelog ==

= 0.1.0 =

  • Initial boilerplate: admin panel, REST API, upload queue, templates, LearnDash service stubs, AI architecture.

Read the full README on GitHub →