=== Document Organizer by Volade ===
Contributors: volade
Tags: documents, organizer, retention, compliance, volade
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
Stable tag: 1.0.0
License: GPLv2 or later

Self-hosted document organizer — folders, metadata, retention tags, review status, audit trail, 4 presets, export JSON, REST dor/v1, WP-CLI wp dor.

== Description ==

Self-hosted document **filing** and compliance classification lite. Freemium — **not** a certified records-management / eIDAS archive system, **not** a full DAM or SharePoint. Organization remains responsible for retention policies and legal holds. Demo data is for workflow testing only.

* Folders / categories with optional parent nesting
* Document metadata (title, file ref or media attachment ID, MIME, SHA-256 checksum, status, retention date, tags)
* Review status (ok / needs_update / expired) with notes
* Audit events table (IPs hashed)
* Shortcodes: `[dor_list folder="contrats"]`, `[dor_search]`
* 4 presets: cabinet-juridique, agence-web, asso-1901, rh-pme
* Dashboard KPIs, export JSON, Site Health
* REST API `dor/v1` (Volade account connected for REST when SDK is present)
* WP-CLI `wp dor` (status, preset, export, list, create)

== Installation ==

1. Upload the plugin folder to `/wp-content/plugins/document-organizer-by-volade/`
2. Activate through the 'Plugins' menu in WordPress
3. Open Document Organizer under Volade or Tools

== Frequently Asked Questions ==

= Is this a certified records-management / eIDAS archive? =

No. This plugin is a filing and classification helper. It does not replace certified electronic archives or legal hold systems.

= Full DAM / SharePoint? =

No. It organizes document metadata and links to the media library or file refs — not a digital asset management suite.

= Which REST / CLI prefix? =

REST namespace `dor/v1` and WP-CLI command `wp dor`.

= Shortcodes? =

`[dor_list folder="contrats"]` for a public lite list of active docs, `[dor_search]` for title/tag search (when public list is enabled).

== Changelog ==

= 1.0.0 =
* Initial MVP (roadmap #75).
