From beb06282d4e737b60cabd65682a16ab2430ef7a9 Mon Sep 17 00:00:00 2001 From: Saeed Rasooli Date: Sat, 28 Dec 2024 10:11:42 +0330 Subject: [PATCH] rename plugin `ABCMedicalNotes` to `MakindoMedical`, #267 --- doc/p/__index__.md | 2 +- ...bc_medical_notes.md => makindo_medical.md} | 8 +++---- plugins-meta/index.json | 24 +++++++++---------- ...edical_notes.toml => makindo_medical.toml} | 0 ...bc_medical_notes.py => makindo_medical.py} | 6 ++--- 5 files changed, 20 insertions(+), 20 deletions(-) rename doc/p/{abc_medical_notes.md => makindo_medical.md} (88%) rename plugins-meta/tools/{abc_medical_notes.toml => makindo_medical.toml} (100%) rename pyglossary/plugins/{abc_medical_notes.py => makindo_medical.py} (95%) diff --git a/doc/p/__index__.md b/doc/p/__index__.md index 7dba872e6..2ed38e5ca 100644 --- a/doc/p/__index__.md +++ b/doc/p/__index__.md @@ -1,7 +1,6 @@ | Description | Name | Doc Link | | ----------- | ---- | -------- | | Aard 2 (.slob) | Aard2Slob | [aard2_slob.md](./aard2_slob.md) | -| ABC Medical Notes (SQLite3) | ABCMedicalNotes | [abc_medical_notes.md](./abc_medical_notes.md) | | Almaany.com (SQLite3) | Almaany | [almaany.md](./almaany.md) | | AppleDict Source | AppleDict | [appledict.md](./appledict.md) | | AppleDict Binary | AppleDictBin | [appledict_bin.md](./appledict_bin.md) | @@ -33,6 +32,7 @@ | JMnedict | JMnedict | [jmnedict.md](./jmnedict.md) | | JSON (.json) | Json | [json.md](./json.md) | | Lingoes Source (.ldf) | LingoesLDF | [lingoes_ldf.md](./lingoes_ldf.md) | +| Makindo Medical Reference (SQLite3) | MakindoMedical | [makindo_medical.md](./makindo_medical.md) | | Octopus MDict (.mdx) | OctopusMdict | [octopus_mdict.md](./octopus_mdict.md) | | QuickDic version 6 (.quickdic) | QuickDic6 | [quickdic6.md](./quickdic6.md) | | SQL (.sql) | Sql | [sql.md](./sql.md) | diff --git a/doc/p/abc_medical_notes.md b/doc/p/makindo_medical.md similarity index 88% rename from doc/p/abc_medical_notes.md rename to doc/p/makindo_medical.md index 7db7f6070..565c353e1 100644 --- a/doc/p/abc_medical_notes.md +++ b/doc/p/makindo_medical.md @@ -1,12 +1,12 @@ -## ABC Medical Notes (SQLite3) +## Makindo Medical Reference (SQLite3) ### General Information | Attribute | Value | | --------------- | ----------------------------------------------------------------------------------------------- | -| Name | ABCMedicalNotes | -| snake_case_name | abc_medical_notes | -| Description | ABC Medical Notes (SQLite3) | +| Name | MakindoMedical | +| snake_case_name | makindo_medical | +| Description | Makindo Medical Reference (SQLite3) | | Extensions | | | Read support | Yes | | Write support | No | diff --git a/plugins-meta/index.json b/plugins-meta/index.json index de3646dd5..b939747fe 100644 --- a/plugins-meta/index.json +++ b/plugins-meta/index.json @@ -84,18 +84,6 @@ "icu": "PyICU" } }, - { - "module": "abc_medical_notes", - "lname": "abc_medical_notes", - "name": "ABCMedicalNotes", - "description": "ABC Medical Notes (SQLite3)", - "extensions": [], - "singleFile": true, - "optionsProp": {}, - "canRead": true, - "canWrite": false, - "readOptions": {} - }, { "module": "almaany", "lname": "almaany", @@ -1342,6 +1330,18 @@ "lzma" ] }, + { + "module": "makindo_medical", + "lname": "makindo_medical", + "name": "MakindoMedical", + "description": "Makindo Medical Reference (SQLite3)", + "extensions": [], + "singleFile": true, + "optionsProp": {}, + "canRead": true, + "canWrite": false, + "readOptions": {} + }, { "module": "octopus_mdict_new", "lname": "octopus_mdict", diff --git a/plugins-meta/tools/abc_medical_notes.toml b/plugins-meta/tools/makindo_medical.toml similarity index 100% rename from plugins-meta/tools/abc_medical_notes.toml rename to plugins-meta/tools/makindo_medical.toml diff --git a/pyglossary/plugins/abc_medical_notes.py b/pyglossary/plugins/makindo_medical.py similarity index 95% rename from pyglossary/plugins/abc_medical_notes.py rename to pyglossary/plugins/makindo_medical.py index f02417e91..2e2f5f579 100644 --- a/pyglossary/plugins/abc_medical_notes.py +++ b/pyglossary/plugins/makindo_medical.py @@ -27,9 +27,9 @@ ] enable = True -lname = "abc_medical_notes" -name = "ABCMedicalNotes" -description = "ABC Medical Notes (SQLite3)" +lname = "makindo_medical" +name = "MakindoMedical" +description = "Makindo Medical Reference (SQLite3)" extensions = () extensionCreate = ".db" singleFile = True