# Tokusho Generator

日本語と英語の案内を併記しています。  
This README includes both Japanese and English guidance.

---

## 日本語

### 概要
特定商取引法に基づく表示ページを、WordPress 管理画面から作成・管理できるプラグインです。  
保存したデータはショートコード `[tokusho]` で表示できます。

### 主な機能
- 管理画面フォームから必要項目を保存
- 入力値のバリデーション
- ショートコード `[tokusho]` で出力
- 生成 HTML のダウンロード

### 動作要件
- WordPress 6.6 以上
- PHP 8.1 以上

### インストール（一般ユーザー向け）
1. 右上の **Code → Download ZIP** からダウンロード
2. ZIP を解凍し、フォルダ名が `tokusho-generator` であることを確認
3. `wp-content/plugins/` にアップロード
4. WordPress 管理画面の「プラグイン」から有効化


### ライセンス
GNU General Public License v3.0 or later

---

## English

### Overview
Tokusho Generator is a WordPress plugin that helps you create and manage a legal disclosure page required under Japan's Specified Commercial Transactions Act.
Saved data can be rendered using the `[tokusho]` shortcode.

### Features
- Save required legal/business fields from the admin form
- Validate input values before publishing
- Render the page with `[tokusho]`
- Download generated HTML

### Requirements
- WordPress 6.6 or later
- PHP 8.1 or later

### Installation (for general users)
1. Click **Code → Download ZIP** at the top right of this page
2. Unzip the archive and confirm the folder is named `tokusho-generator`
3. Upload it to `wp-content/plugins/`
4. Activate it from the WordPress Plugins screen


### License
GNU General Public License v3.0 or later
