Plugin Directory

Changeset 3452574


Ignore:
Timestamp:
02/03/2026 05:46:10 AM (2 months ago)
Author:
ondoku3
Message:

v1.0.26: Improve search optimization - update plugin name, tags, and description

Location:
ondoku
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • ondoku/tags/1.0.26/ondokusan.php

    r3452568 r3452574  
    11<?php
    22/*
    3 Plugin Name: text-to-speech Ondoku
    4 Description: Create an audio file that automatically reads the text aloud when posting a blog, and insert it with an HTML tag at the beginning of the blog.
     3Plugin Name: Ondoku - Text to Speech (TTS)
     4Description: Text to Speech (TTS) plugin. Automatically convert posts to MP3 audio. 音読さん - ブログ読み上げ・音声化プラグイン。
    55Author: Ondoku
    6 Version: 1.0.25
     6Version: 1.0.26
    77Text Domain: ondoku3
    88Domain Path: /languages/
     
    1313
    1414define( 'ONDOKUSAN', __FILE__ );
    15 define( 'ONDOKUSAN_VERSION', '1.0.25' );
     15define( 'ONDOKUSAN_VERSION', '1.0.26' );
    1616define( 'ONDOKUSAN_DIR', untrailingslashit( dirname( __FILE__) ) );
    1717define( 'ONDOKUSAN_URL', untrailingslashit( plugins_url( '', __FILE__ ) ) );
  • ondoku/tags/1.0.26/readme.txt

    r3452568 r3452574  
    1 === text-to-speech Ondoku ===
     1=== Ondoku - Text to Speech (TTS) ===
    22Contributors: ondoku3
    3 Tags: speech, read, text ,mp3
    4 Tested up to: 6.0
     3Tags: text-to-speech, tts, speech, audio, accessibility, read-aloud, voice, mp3, japanese, podcast, ondoku
     4Tested up to: 6.7
    55Requires at least: 5.1
    6 Requires PHP: 7.0
    7 Stable tag: 1.0.25
     6Requires PHP: 8.0
     7Stable tag: 1.0.26
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
    1010
    11 
    12 Create an audio file that automatically reads the text aloud when posting a blog, and insert it with an HTML tag at the beginning of the blog.
     11Text to Speech (TTS) plugin. Automatically convert posts to MP3 audio. 音読さん - ブログ読み上げ・音声化プラグイン。
    1312
    1413== Description ==
    1514
    16 It is a plugin for WordPress of Ondoku that converts text into an audio file and reads it aloud. With this plugin, you can have your blog text read aloud.
     15**Ondoku (音読さん)** is a Text-to-Speech (TTS) plugin that automatically converts your WordPress posts into audio files (MP3).
    1716
    18 * Free registration is required for reading aloud to use this plug-in.
    19 https://ondoku3.com
     17ブログ記事を自動で音声ファイル(MP3)に変換する読み上げプラグインです。投稿を公開するだけで、自動的に音声が生成されます。
    2018
     19### Features / 機能
    2120
     21* Automatic audio generation on publish (投稿公開時に自動で音声生成)
     22* Audio player at the top of posts (記事の先頭にオーディオプレーヤーを挿入)
     23* Multiple languages and voices (多言語・複数音声対応)
     24* Adjustable speed and pitch (速度・ピッチ調整可能)
     25* Japanese text-to-speech support (日本語テキスト読み上げ対応)
    2226
     27### Use Cases / 活用シーン
     28
     29* Accessibility for visually impaired users (視覚障がい者のアクセシビリティ向上)
     30* Listen while commuting (通勤中のながら聴き)
     31* Podcast-style blog content (ポッドキャスト風ブログコンテンツ)
     32
     33### 日本語 (Japanese)
     34
     35音読さんは、WordPressのテキスト読み上げ(TTS)プラグインです。ブログ記事を音声ファイルに変換し、読み上げ音声を自動生成します。
     36
     37* 音声読み上げ・テキスト読み上げに対応
     38* 日本語を含む多言語対応
     39* 無料登録で利用可能: [https://ondoku3.com](https://ondoku3.com)
    2340
    2441== Installation ==
    2542
    26 1. From the WP admin panel, click “Plugins” -> “Add new”.
    27 2. In the browser input box, type “Ondoku”.
    28 3. Select the “Ondoku” plugin and click “Install”.
     431. From the WP admin panel, click "Plugins" -> "Add new".
     442. In the browser input box, type "Ondoku" or "TTS".
     453. Select the "Ondoku - Text to Speech (TTS)" plugin and click "Install".
    29464. Activate the plugin.
    3047
     
    33501. Download the plugin from this page.
    34512. Save the .zip file to a location on your computer.
    35 3. Open the WP admin panel, and click “Plugins” -> “Add new”.
    36 4. Click “upload”.. then browse to the .zip file downloaded from this page.
    37 5. Click “Install”.. and then “Activate plugin”.
     523. Open the WP admin panel, and click "Plugins" -> "Add new".
     534. Click "upload".. then browse to the .zip file downloaded from this page.
     545. Click "Install".. and then "Activate plugin".
    3855
    39 THEN
     56### Setup / 設定
    4057
    41 The setup is very easy.
    42 
    43 1. Open the [settings](https://ondoku3.com/ja/users/setting/) page while logged in to Ondoku.
    44 
    45 2. Copy the access token.
    46 
    47 3. Just paste the access token from "Settings" of "Plugins" of WordPress and save it.
     581. Register at [Ondoku](https://ondoku3.com) (Free registration required)
     592. Open the [settings](https://ondoku3.com/ja/users/setting/) page while logged in
     603. Copy the access token
     614. Paste the access token in WordPress "Settings" -> "Ondoku settings"
    4862
    4963== Frequently Asked Questions ==
    5064
    51 https://ondoku3.com/post/ondoku-faq/
     65= Do I need to register? =
     66Yes, free registration at [ondoku3.com](https://ondoku3.com) is required to get an access token.
     67
     68= What languages are supported? =
     69Multiple languages including English, Japanese, Chinese, Korean, and more.
     70
     71= Is it free? =
     72Basic usage is free. See [ondoku3.com](https://ondoku3.com) for pricing details.
     73
     74For more FAQs: [https://ondoku3.com/post/ondoku-faq/](https://ondoku3.com/post/ondoku-faq/)
     75
     76== Screenshots ==
     77
     781. Audio player embedded at the top of posts
     792. Settings page for configuring voice and speed
    5280
    5381== Changelog ==
    5482
    55 2020/10/24 Created
     83= 1.0.25 =
     84* Added settings link to plugins list
    5685
    57 2021/03/06 Support voice and speed, pitch settings.
     86= 1.0.24 =
     87* Release preparation
    5888
    59 2021/03/07 Redirect to setting, when install plugin.
    60 
    61 2021/03/12 Add new language and voices.
    62 
    63 2021/10/08 Add token check.
    64 
    65 2023/08/26 Add new languages and voices
     89= 1.0.23 =
     90* Added new languages and voices
    6691
    6792== Upgrade Notice ==
    6893
    69 2020/10/24 Created
    70 
    71 2021/03/06 Support voice and speed, pitch settings.
    72 
    73 2021/03/07 Redirect to setting, when install plugin.
    74 
    75 2021/03/12 Add new language and voices.
    76 
    77 2021/10/08 Add token check.
    78 
    79 2022/09/15 Add new Japanese voices and set player width 100%
    80 
    81 2023/08/26 Add new languages and voices
     94= 1.0.25 =
     95Added settings link to plugins list for easier access.
  • ondoku/trunk/ondokusan.php

    r3452568 r3452574  
    11<?php
    22/*
    3 Plugin Name: text-to-speech Ondoku
    4 Description: Create an audio file that automatically reads the text aloud when posting a blog, and insert it with an HTML tag at the beginning of the blog.
     3Plugin Name: Ondoku - Text to Speech (TTS)
     4Description: Text to Speech (TTS) plugin. Automatically convert posts to MP3 audio. 音読さん - ブログ読み上げ・音声化プラグイン。
    55Author: Ondoku
    6 Version: 1.0.25
     6Version: 1.0.26
    77Text Domain: ondoku3
    88Domain Path: /languages/
     
    1313
    1414define( 'ONDOKUSAN', __FILE__ );
    15 define( 'ONDOKUSAN_VERSION', '1.0.25' );
     15define( 'ONDOKUSAN_VERSION', '1.0.26' );
    1616define( 'ONDOKUSAN_DIR', untrailingslashit( dirname( __FILE__) ) );
    1717define( 'ONDOKUSAN_URL', untrailingslashit( plugins_url( '', __FILE__ ) ) );
  • ondoku/trunk/readme.txt

    r3452568 r3452574  
    1 === text-to-speech Ondoku ===
     1=== Ondoku - Text to Speech (TTS) ===
    22Contributors: ondoku3
    3 Tags: speech, read, text ,mp3
    4 Tested up to: 6.0
     3Tags: text-to-speech, tts, speech, audio, accessibility, read-aloud, voice, mp3, japanese, podcast, ondoku
     4Tested up to: 6.7
    55Requires at least: 5.1
    6 Requires PHP: 7.0
    7 Stable tag: 1.0.25
     6Requires PHP: 8.0
     7Stable tag: 1.0.26
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
    1010
    11 
    12 Create an audio file that automatically reads the text aloud when posting a blog, and insert it with an HTML tag at the beginning of the blog.
     11Text to Speech (TTS) plugin. Automatically convert posts to MP3 audio. 音読さん - ブログ読み上げ・音声化プラグイン。
    1312
    1413== Description ==
    1514
    16 It is a plugin for WordPress of Ondoku that converts text into an audio file and reads it aloud. With this plugin, you can have your blog text read aloud.
     15**Ondoku (音読さん)** is a Text-to-Speech (TTS) plugin that automatically converts your WordPress posts into audio files (MP3).
    1716
    18 * Free registration is required for reading aloud to use this plug-in.
    19 https://ondoku3.com
     17ブログ記事を自動で音声ファイル(MP3)に変換する読み上げプラグインです。投稿を公開するだけで、自動的に音声が生成されます。
    2018
     19### Features / 機能
    2120
     21* Automatic audio generation on publish (投稿公開時に自動で音声生成)
     22* Audio player at the top of posts (記事の先頭にオーディオプレーヤーを挿入)
     23* Multiple languages and voices (多言語・複数音声対応)
     24* Adjustable speed and pitch (速度・ピッチ調整可能)
     25* Japanese text-to-speech support (日本語テキスト読み上げ対応)
    2226
     27### Use Cases / 活用シーン
     28
     29* Accessibility for visually impaired users (視覚障がい者のアクセシビリティ向上)
     30* Listen while commuting (通勤中のながら聴き)
     31* Podcast-style blog content (ポッドキャスト風ブログコンテンツ)
     32
     33### 日本語 (Japanese)
     34
     35音読さんは、WordPressのテキスト読み上げ(TTS)プラグインです。ブログ記事を音声ファイルに変換し、読み上げ音声を自動生成します。
     36
     37* 音声読み上げ・テキスト読み上げに対応
     38* 日本語を含む多言語対応
     39* 無料登録で利用可能: [https://ondoku3.com](https://ondoku3.com)
    2340
    2441== Installation ==
    2542
    26 1. From the WP admin panel, click “Plugins” -> “Add new”.
    27 2. In the browser input box, type “Ondoku”.
    28 3. Select the “Ondoku” plugin and click “Install”.
     431. From the WP admin panel, click "Plugins" -> "Add new".
     442. In the browser input box, type "Ondoku" or "TTS".
     453. Select the "Ondoku - Text to Speech (TTS)" plugin and click "Install".
    29464. Activate the plugin.
    3047
     
    33501. Download the plugin from this page.
    34512. Save the .zip file to a location on your computer.
    35 3. Open the WP admin panel, and click “Plugins” -> “Add new”.
    36 4. Click “upload”.. then browse to the .zip file downloaded from this page.
    37 5. Click “Install”.. and then “Activate plugin”.
     523. Open the WP admin panel, and click "Plugins" -> "Add new".
     534. Click "upload".. then browse to the .zip file downloaded from this page.
     545. Click "Install".. and then "Activate plugin".
    3855
    39 THEN
     56### Setup / 設定
    4057
    41 The setup is very easy.
    42 
    43 1. Open the [settings](https://ondoku3.com/ja/users/setting/) page while logged in to Ondoku.
    44 
    45 2. Copy the access token.
    46 
    47 3. Just paste the access token from "Settings" of "Plugins" of WordPress and save it.
     581. Register at [Ondoku](https://ondoku3.com) (Free registration required)
     592. Open the [settings](https://ondoku3.com/ja/users/setting/) page while logged in
     603. Copy the access token
     614. Paste the access token in WordPress "Settings" -> "Ondoku settings"
    4862
    4963== Frequently Asked Questions ==
    5064
    51 https://ondoku3.com/post/ondoku-faq/
     65= Do I need to register? =
     66Yes, free registration at [ondoku3.com](https://ondoku3.com) is required to get an access token.
     67
     68= What languages are supported? =
     69Multiple languages including English, Japanese, Chinese, Korean, and more.
     70
     71= Is it free? =
     72Basic usage is free. See [ondoku3.com](https://ondoku3.com) for pricing details.
     73
     74For more FAQs: [https://ondoku3.com/post/ondoku-faq/](https://ondoku3.com/post/ondoku-faq/)
     75
     76== Screenshots ==
     77
     781. Audio player embedded at the top of posts
     792. Settings page for configuring voice and speed
    5280
    5381== Changelog ==
    5482
    55 2020/10/24 Created
     83= 1.0.25 =
     84* Added settings link to plugins list
    5685
    57 2021/03/06 Support voice and speed, pitch settings.
     86= 1.0.24 =
     87* Release preparation
    5888
    59 2021/03/07 Redirect to setting, when install plugin.
    60 
    61 2021/03/12 Add new language and voices.
    62 
    63 2021/10/08 Add token check.
    64 
    65 2023/08/26 Add new languages and voices
     89= 1.0.23 =
     90* Added new languages and voices
    6691
    6792== Upgrade Notice ==
    6893
    69 2020/10/24 Created
    70 
    71 2021/03/06 Support voice and speed, pitch settings.
    72 
    73 2021/03/07 Redirect to setting, when install plugin.
    74 
    75 2021/03/12 Add new language and voices.
    76 
    77 2021/10/08 Add token check.
    78 
    79 2022/09/15 Add new Japanese voices and set player width 100%
    80 
    81 2023/08/26 Add new languages and voices
     94= 1.0.25 =
     95Added settings link to plugins list for easier access.
Note: See TracChangeset for help on using the changeset viewer.