diff --git a/.github/READIT.md b/.github/READIT.md index b663147..f03d3e9 100644 --- a/.github/READIT.md +++ b/.github/READIT.md @@ -3,8 +3,8 @@ ! ------------------------------------------------------------- ! Doc Type : Markdown ! Doc Name : (Overview .github) READIT.md - ! Doc Authors : Aoran Zeng - ! Contributors : Nul None + ! Doc Authors : 曾奥然 + ! Contributors : Nul None ! | ! Created On : <2025-06-20> ! Last Modified : <2025-06-20> diff --git a/.github/workflows/pkg-deb.yml b/.github/workflows/pkg-deb.yml index b00533a..56c3bc4 100644 --- a/.github/workflows/pkg-deb.yml +++ b/.github/workflows/pkg-deb.yml @@ -73,7 +73,7 @@ jobs: * Release version $version - -- Aoran Zeng $(date -R) + -- 曾奥然 $(date -R) EOF diff --git a/.vscode/README.md b/.vscode/README.md index de2c6f9..5f7b626 100644 --- a/.vscode/README.md +++ b/.vscode/README.md @@ -3,8 +3,8 @@ ! ------------------------------------------------------------- ! Doc Type : Markdown ! Doc Name : (for VS Code users) README.md - ! Doc Authors : Aoran Zeng - ! Contributors : Nul None + ! Doc Authors : 曾奥然 + ! Contributors : Nul None ! | ! Created On : <2025-06-18> ! Last Modified : <2025-06-20> diff --git a/bootstrap/README.md b/bootstrap/README.md index 297a0c5..86be134 100644 --- a/bootstrap/README.md +++ b/bootstrap/README.md @@ -3,8 +3,8 @@ ! ------------------------------------------------------------- ! Doc Type : Markdown ! Doc Name : (chsrc-bootstrap Introduction.md) - ! Doc Authors : Aoran Zeng - ! Contributors : Nul None + ! Doc Authors : 曾奥然 + ! Contributors : Nul None ! | ! Created On : <2025-07-12> ! Last Modified : <2025-07-22> diff --git a/doc/chsrc.1 b/doc/chsrc.1 index 8fe3be2..1e177e3 100644 --- a/doc/chsrc.1 +++ b/doc/chsrc.1 @@ -2,14 +2,14 @@ .\" SPDX-License-Identifier: GFDL-1.3-or-later .\" -------------------------------------------------------------- .\" Doc Type : Man Page -.\" Doc Authors : Aoran Zeng -.\" Contributors : Nul None +.\" Doc Authors : 曾奥然 +.\" Contributors : Nul None .\" | .\" Created On : <2024-08-21> -.\" Last Modified : <2025-08-11> -.\" -------------------------------------------------------------- +.\" Last Modified : <2025-10-29> +.\" ---------------------------------------------------------------- -.TH chsrc 1 "2025-08-11" "v0.2.2.3" "RubyMetric chsrc" +.TH chsrc 1 "2025-10-29" "v0.2.3.1" "RubyMetric chsrc" .SH NAME chsrc - Change Source for every software on every platform from the command line diff --git a/doc/chsrc.texi b/doc/chsrc.texi index bfb4238..0a87abe 100644 --- a/doc/chsrc.texi +++ b/doc/chsrc.texi @@ -2,29 +2,29 @@ @c SPDX-License-Identifier: GFDL-1.3-or-later @c -------------------------------------------------------------- @c Doc Type : Texinfo -@c Doc Authors : Aoran Zeng -@c Contributors : Nul None +@c Doc Authors : 曾奥然 +@c Contributors : Nul None @c | @c Created On : <2024-08-22> -@c Last Modified : <2025-08-11> +@c Last Modified : <2025-10-29> @c -------------------------------------------------------------- \input texinfo @setfilename chsrc.info @settitle chsrc -@set Chsrc_Version v0.2.2.3 -@set Doc_Publish_Date 2025-08-11 +@set Chsrc_Version v0.2.3.1 +@set Doc_Publish_Date 2025-10-29 @copying @comment 这是软件copyright,不是文档copyright,因此不放在titlepage -Copyright @copyright{} 2025 Aoran Zeng, Heng Guo +Copyright @copyright{} 2025 曾奥然, 郭恒 @end copying @titlepage @title chsrc printed manual @subtitle Change Source everywhere for every software! -@author Aoran Zeng +@author 曾奥然 @c @insertcopying For chsrc @value{Chsrc_Version} @page diff --git a/pkg/AUR/README.md b/pkg/AUR/README.md index d168a8d..c9a8185 100644 --- a/pkg/AUR/README.md +++ b/pkg/AUR/README.md @@ -3,8 +3,8 @@ ! ------------------------------------------------------------- ! Doc Type : Markdown ! Doc Name : README.md - ! Doc Authors : Aoran Zeng - ! Contributors : Nil Null + ! Doc Authors : 曾奥然 + ! Contributors : Nil Null ! | ! Created On : <2025-06-15> ! Last Modified : <2025-06-16> diff --git a/src/chsrc-main.c b/src/chsrc-main.c index 895adeb..3869f56 100644 --- a/src/chsrc-main.c +++ b/src/chsrc-main.c @@ -455,7 +455,8 @@ cli_print_version () { char *version_string = "v" Chsrc_Version " (" Chsrc_Release_Date ")"; - char *str = xy_str_gsub (RAWSTR_chsrc_for_v, "@ver@", version_string); + char *str = xy_str_gsub (CHINESE ? RAWSTR_chsrc_for_v_CHINESE : RAWSTR_chsrc_for_v_ENGLISH, + "@ver@", version_string); println (str); } diff --git a/src/framework/version.h b/src/framework/version.h index 76865f5..b8c08b9 100644 --- a/src/framework/version.h +++ b/src/framework/version.h @@ -12,12 +12,12 @@ * 发布新版本前请修改此文件 * ------------------------------------------------------------*/ -#define Chsrc_Version "0.2.3.1" +#define Chsrc_Version "0.2.3.2-dev1" // 以下四个宏仅用于 resource/chsrc.rc #define Chsrc_Version_Major 0 #define Chsrc_Version_Minor 2 #define Chsrc_Version_Patch 3 -#define Chsrc_Version_Pre 1 +#define Chsrc_Version_Pre 2 -#define Chsrc_Release_Date "2025/10/28" +#define Chsrc_Release_Date "2025/10/29" diff --git a/src/rawstr4c.h b/src/rawstr4c.h index fbac961..e875cbe 100644 --- a/src/rawstr4c.h +++ b/src/rawstr4c.h @@ -1,14 +1,16 @@ #pragma once /** - * Generated by rawstr4c v1.0.0-2025/08/09 + * Generated by rawstr4c v1.1.0-2025/09/27 */ char RAWSTR_chsrc_USAGE_CHINESE[] = "\345\220\215\347\247\260\072\012\040\040\040\143\150\163\162\143\040\055\040\103\150\141\156\147\145\040\123\157\165\162\143\145\040\055\040\050\107\120\114\166\063\053\051\012\012\347\211\210\346\234\254\072\012\040\040\040\100\166\145\162\100\012\012\344\275\277\347\224\250\072\012\040\040\040\143\150\163\162\143\040\074\143\157\155\155\141\156\144\076\040\133\157\160\164\151\157\156\163\135\040\133\164\141\162\147\145\164\135\040\133\155\151\162\162\157\162\135\012\012\345\221\275\344\273\244\072\012\040\040\040\150\145\154\160\054\040\040\150\040\040\040\040\040\040\040\040\040\040\040\040\040\040\040\040\040\040\040\346\211\223\345\215\260\346\255\244\345\270\256\345\212\251\357\274\214\346\210\226\040\055\150\054\040\055\055\150\145\154\160\012\040\040\040\151\163\163\165\145\054\040\151\040\040\040\040\040\040\040\040\040\040\040\040\040\040\040\040\040\040\040\346\237\245\347\234\213\347\233\270\345\205\263\151\163\163\165\145\012\012\040\040\040\154\151\163\164\054\040\154\163\054\040\154\040\040\040\040\040\040\040\040\040\040\040\040\040\040\040\040\345\210\227\345\207\272\345\217\257\347\224\250\351\225\234\345\203\217\347\253\231\345\222\214\345\217\257\346\215\242\346\272\220\347\233\256\346\240\207\012\040\040\040\154\151\163\164\040\040\155\151\162\162\157\162\174\164\141\162\147\145\164\040\040\040\040\040\040\040\040\345\210\227\345\207\272\346\224\257\346\214\201\347\232\204\072\040\351\225\234\345\203\217\347\253\231\057\346\215\242\346\272\220\347\233\256\346\240\207\012\040\040\040\154\151\163\164\040\040\157\163\174\154\141\156\147\174\167\141\162\145\040\040\040\040\040\040\040\040\040\345\210\227\345\207\272\346\224\257\346\214\201\347\232\204\072\040\346\223\215\344\275\234\347\263\273\347\273\237\057\347\274\226\347\250\213\350\257\255\350\250\200\057\350\275\257\344\273\266\012\040\040\040\154\151\163\164\040\040\040\074\164\141\162\147\145\164\076\040\040\040\040\040\040\040\040\040\040\040\040\346\237\245\347\234\213\350\257\245\347\233\256\346\240\207\345\217\257\347\224\250\346\272\220\344\270\216\346\224\257\346\214\201\345\212\237\350\203\275\012\012\040\040\040\155\145\141\163\165\162\145\054\040\155\054\040\143\145\163\165\040\074\164\141\162\147\145\164\076\040\040\345\257\271\350\257\245\347\233\256\346\240\207\346\211\200\346\234\211\346\272\220\346\265\213\351\200\237\012\012\040\040\040\147\145\164\054\040\147\040\074\164\141\162\147\145\164\076\040\040\040\040\040\040\040\040\040\040\040\040\346\237\245\347\234\213\350\257\245\347\233\256\346\240\207\345\275\223\345\211\215\346\272\220\347\232\204\344\275\277\347\224\250\346\203\205\345\206\265\012\012\040\040\040\163\145\164\054\040\163\040\074\164\141\162\147\145\164\076\040\040\040\040\040\040\040\040\040\040\040\040\346\215\242\346\272\220\357\274\214\350\207\252\345\212\250\346\265\213\351\200\237\345\220\216\346\214\221\351\200\211\346\234\200\345\277\253\346\272\220\012\040\040\040\163\145\164\040\040\040\040\074\164\141\162\147\145\164\076\040\040\146\151\162\163\164\040\040\040\040\040\346\215\242\346\272\220\357\274\214\344\275\277\347\224\250\347\273\264\346\212\244\345\233\242\351\230\237\346\265\213\351\200\237\347\254\254\344\270\200\347\232\204\346\272\220\012\040\040\040\163\145\164\040\040\040\040\074\164\141\162\147\145\164\076\040\074\155\151\162\162\157\162\076\040\040\040\346\215\242\346\272\220\357\274\214\346\214\207\345\256\232\344\275\277\347\224\250\346\237\220\351\225\234\345\203\217\347\253\231\040\050\351\200\232\350\277\207\154\151\163\164\040\074\164\141\162\147\145\164\076\346\237\245\347\234\213\051\012\040\040\040\163\145\164\040\040\040\040\074\164\141\162\147\145\164\076\040\040\074\125\122\114\076\040\040\040\040\040\346\215\242\346\272\220\357\274\214\347\224\250\346\210\267\350\207\252\345\256\232\344\271\211\346\272\220\125\122\114\012\040\040\040\162\145\163\145\164\040\040\074\164\141\162\147\145\164\076\040\040\040\040\040\040\040\040\040\040\040\040\351\207\215\347\275\256\357\274\214\344\275\277\347\224\250\344\270\212\346\270\270\351\273\230\350\256\244\344\275\277\347\224\250\347\232\204\346\272\220\012\012\351\200\211\351\241\271\072\012\040\040\040\055\144\162\171\040\040\040\040\040\040\040\040\040\040\040\040\040\040\040\040\040\040\040\040\040\040\040\104\162\171\040\122\165\156\357\274\214\346\250\241\346\213\237\346\215\242\346\272\220\350\277\207\347\250\213\357\274\214\345\221\275\344\273\244\344\273\205\346\211\223\345\215\260\345\271\266\344\270\215\350\277\220\350\241\214\012\040\040\040\055\154\157\143\141\154\040\040\040\040\040\040\040\040\040\040\040\040\040\040\040\040\040\040\040\040\040\344\273\205\345\257\271\346\234\254\351\241\271\347\233\256\350\200\214\351\235\236\345\205\250\345\261\200\346\215\242\346\272\220\040\050\351\200\232\350\277\207\154\163\040\074\164\141\162\147\145\164\076\346\237\245\347\234\213\346\224\257\346\214\201\346\203\205\345\206\265\051\012\040\040\040\055\151\160\166\066\040\040\040\040\040\040\040\040\040\040\040\040\040\040\040\040\040\040\040\040\040\040\344\275\277\347\224\250\111\120\166\066\346\265\213\351\200\237\012\040\040\040\055\145\156\050\147\154\151\163\150\051\040\040\040\040\040\040\040\040\040\040\040\040\040\040\040\040\040\344\275\277\347\224\250\350\213\261\346\226\207\350\276\223\345\207\272\012\040\040\040\055\156\157\055\143\157\154\157\162\040\040\040\040\040\040\040\040\040\040\040\040\040\040\040\040\040\040\346\227\240\351\242\234\350\211\262\350\276\223\345\207\272\012\012\347\273\264\346\212\244\072\012\040\040\040\351\202\200\350\257\267\346\202\250\346\213\205\344\273\273\040\040\103\150\145\146\054\040\344\270\272\347\224\250\346\210\267\346\212\212\345\205\263\346\202\250\347\206\237\346\202\211\347\232\204\040\162\145\143\151\160\145\012\012\040\040\040\346\272\220\344\273\243\347\240\201\345\234\260\345\235\200\072\040\150\164\164\160\163\072\057\057\147\151\164\150\165\142\056\143\157\155\057\122\165\142\171\115\145\164\162\151\143\057\143\150\163\162\143\012\040\040\040\346\210\220\344\270\272\347\273\264\346\212\244\350\200\205\072\040\150\164\164\160\163\072\057\057\147\151\164\150\165\142\056\143\157\155\057\122\165\142\171\115\145\164\162\151\143\057\143\150\163\162\143\057\151\163\163\165\145\163\057\062\067\065"; char RAWSTR_chsrc_USAGE_ENGLISH[] = "\116\101\115\105\072\012\040\040\040\143\150\163\162\143\040\055\040\103\150\141\156\147\145\040\123\157\165\162\143\145\040\055\040\050\107\120\114\166\063\053\051\012\012\126\105\122\123\111\117\116\072\012\040\040\040\100\166\145\162\100\012\012\125\123\101\107\105\072\012\040\040\040\143\150\163\162\143\040\074\143\157\155\155\141\156\144\076\040\133\157\160\164\151\157\156\163\135\040\133\164\141\162\147\145\164\135\040\133\155\151\162\162\157\162\135\012\012\103\117\115\115\101\116\104\123\072\012\040\040\040\150\145\154\160\054\040\040\150\040\040\040\040\040\040\040\040\040\040\040\040\040\040\040\040\040\040\040\120\162\151\156\164\040\164\150\151\163\040\150\145\154\160\054\040\157\162\040\055\150\054\040\055\055\150\145\154\160\012\040\040\040\151\163\163\165\145\054\040\151\040\040\040\040\040\040\040\040\040\040\040\040\040\040\040\040\040\040\040\123\145\145\040\162\145\154\141\164\145\144\040\151\163\163\165\145\163\012\012\040\040\040\154\151\163\164\054\040\154\163\054\040\154\040\040\040\040\040\040\040\040\040\040\040\040\040\040\040\040\114\151\163\164\040\141\166\141\151\154\141\142\154\145\040\155\151\162\162\157\162\040\163\151\164\145\163\040\141\156\144\040\163\165\160\160\157\162\164\145\144\040\164\141\162\147\145\164\163\012\040\040\040\154\151\163\164\040\040\155\151\162\162\157\162\174\164\141\162\147\145\164\040\040\040\040\040\040\040\040\114\151\163\164\040\163\165\160\160\157\162\164\145\144\072\040\040\155\151\162\162\157\162\040\163\151\164\145\163\057\163\165\160\160\157\162\164\145\144\040\164\141\162\147\145\164\163\012\040\040\040\154\151\163\164\040\040\157\163\174\154\141\156\147\174\167\141\162\145\040\040\040\040\040\040\040\040\040\114\151\163\164\040\163\165\160\160\157\162\164\145\144\072\040\117\123\145\163\057\120\162\157\147\162\141\155\155\151\156\147\040\114\141\156\147\165\141\147\145\163\057\123\157\146\164\167\141\162\145\163\012\040\040\040\154\151\163\164\040\040\040\074\164\141\162\147\145\164\076\040\040\040\040\040\040\040\040\040\040\040\040\126\151\145\167\040\141\166\141\151\154\141\142\154\145\040\163\157\165\162\143\145\163\040\141\156\144\040\163\165\160\160\157\162\164\151\156\147\040\146\145\141\164\165\162\145\163\040\146\157\162\040\074\164\141\162\147\145\164\076\012\012\040\040\040\155\145\141\163\165\162\145\054\040\155\054\040\143\145\163\165\040\074\164\141\162\147\145\164\076\040\040\115\145\141\163\165\162\145\040\166\145\154\157\143\151\164\171\040\157\146\040\141\154\154\040\163\157\165\162\143\145\163\040\157\146\040\074\164\141\162\147\145\164\076\012\012\040\040\040\147\145\164\054\040\147\040\074\164\141\162\147\145\164\076\040\040\040\040\040\040\040\040\040\040\040\040\126\151\145\167\040\164\150\145\040\143\165\162\162\145\156\164\040\163\157\165\162\143\145\040\163\164\141\164\145\040\146\157\162\040\074\164\141\162\147\145\164\076\012\012\040\040\040\163\145\164\054\040\163\040\074\164\141\162\147\145\164\076\040\040\040\040\040\040\040\040\040\040\040\040\103\150\141\156\147\145\040\163\157\165\162\143\145\054\040\163\145\154\145\143\164\040\164\150\145\040\146\141\163\164\145\163\164\040\163\157\165\162\143\145\040\142\171\040\141\165\164\157\155\141\164\151\143\040\163\160\145\145\144\040\155\145\141\163\165\162\145\155\145\156\164\012\040\040\040\163\145\164\040\040\040\040\074\164\141\162\147\145\164\076\040\040\146\151\162\163\164\040\040\040\040\040\103\150\141\156\147\145\040\163\157\165\162\143\145\054\040\163\145\154\145\143\164\040\164\150\145\040\146\141\163\164\145\163\164\040\163\157\165\162\143\145\040\155\145\141\163\165\162\145\144\040\142\171\040\164\150\145\040\155\141\151\156\164\141\151\156\145\162\163\040\164\145\141\155\012\040\040\040\163\145\164\040\040\040\040\074\164\141\162\147\145\164\076\040\074\155\151\162\162\157\162\076\040\040\040\103\150\141\156\147\145\040\163\157\165\162\143\145\054\040\163\160\145\143\151\146\171\040\141\040\155\151\162\162\157\162\040\163\151\164\145\040\050\126\151\141\040\140\154\151\163\164\040\074\164\141\162\147\145\164\076\140\051\012\040\040\040\163\145\164\040\040\040\040\074\164\141\162\147\145\164\076\040\040\074\125\122\114\076\040\040\040\040\040\103\150\141\156\147\145\040\163\157\165\162\143\145\054\040\165\163\151\156\147\040\165\163\145\162\055\144\145\146\151\156\145\144\040\163\157\165\162\143\145\040\125\122\114\012\040\040\040\162\145\163\145\164\040\040\074\164\141\162\147\145\164\076\040\040\040\040\040\040\040\040\040\040\040\040\122\145\163\145\164\040\040\163\157\165\162\143\145\040\164\157\040\164\150\145\040\165\160\163\164\162\145\141\155\047\163\040\144\145\146\141\165\154\164\012\012\117\120\124\111\117\116\123\072\012\040\040\040\055\144\162\171\040\040\040\040\040\040\040\040\040\040\040\040\040\040\040\040\040\040\040\040\040\040\040\104\162\171\040\122\165\156\056\040\123\151\155\165\154\141\164\145\040\164\150\145\040\163\157\165\162\143\145\040\143\150\141\156\147\151\156\147\040\160\162\157\143\145\163\163\054\040\143\157\155\155\141\156\144\040\157\156\154\171\040\160\162\151\156\164\163\054\040\156\157\164\040\162\165\156\012\040\040\040\055\154\157\143\141\154\040\040\040\040\040\040\040\040\040\040\040\040\040\040\040\040\040\040\040\040\040\103\150\141\156\147\145\040\163\157\165\162\143\145\040\157\156\154\171\040\146\157\162\040\164\150\151\163\040\160\162\157\152\145\143\164\040\162\141\164\150\145\162\040\164\150\141\156\040\147\154\157\142\141\154\154\171\040\050\126\151\141\040\140\154\163\040\074\164\141\162\147\145\164\076\140\051\012\040\040\040\055\151\160\166\066\040\040\040\040\040\040\040\040\040\040\040\040\040\040\040\040\040\040\040\040\040\040\123\160\145\145\144\040\155\145\141\163\165\162\145\155\145\156\164\040\165\163\151\156\147\040\111\120\166\066\012\040\040\040\055\145\156\050\147\154\151\163\150\051\040\040\040\040\040\040\040\040\040\040\040\040\040\040\040\040\040\117\165\164\160\165\164\040\151\156\040\105\156\147\154\151\163\150\012\040\040\040\055\156\157\055\143\157\154\157\162\040\040\040\040\040\040\040\040\040\040\040\040\040\040\040\040\040\040\117\165\164\160\165\164\040\167\151\164\150\157\165\164\040\143\157\154\157\162\012\012\115\101\111\116\124\101\111\116\072\012\040\040\040\127\145\040\151\156\166\151\164\145\040\171\157\165\040\164\157\040\142\145\143\157\155\145\040\141\040\103\150\145\146\040\164\157\040\145\156\163\165\162\145\040\164\150\145\040\161\165\141\154\151\164\171\040\157\146\040\162\145\143\151\160\145\163\040\171\157\165\040\141\162\145\040\146\141\155\151\154\151\141\162\040\167\151\164\150\040\146\157\162\040\165\163\145\162\163\072\012\012\040\040\040\123\157\165\162\143\145\040\103\157\144\145\072\040\040\040\040\040\040\040\040\040\040\040\040\040\040\040\100\165\162\154\100\012\040\040\040\102\145\143\157\155\145\040\141\040\115\141\151\156\164\141\151\156\145\162\072\040\040\040\040\040\040\040\150\164\164\160\163\072\057\057\147\151\164\150\165\142\056\143\157\155\057\122\165\142\171\115\145\164\162\151\143\057\143\150\163\162\143\057\151\163\163\165\145\163\057\062\067\065"; -char RAWSTR_chsrc_for_v[] = "\143\150\163\162\143\040\100\166\145\162\100\012\103\157\160\171\162\151\147\150\164\040\050\103\051\040\062\060\062\065\040\101\157\162\141\156\040\132\145\156\147\054\040\110\145\156\147\040\107\165\157\012\114\151\143\145\156\163\145\040\107\120\114\166\063\053\072\040\107\116\125\040\107\120\114\040\166\145\162\163\151\157\156\040\063\040\157\162\040\154\141\164\145\162\040\074\150\164\164\160\163\072\057\057\147\156\165\056\157\162\147\057\154\151\143\145\156\163\145\163\057\147\160\154\056\150\164\155\154\076\012\124\150\151\163\040\151\163\040\146\162\145\145\040\163\157\146\164\167\141\162\145\072\040\171\157\165\040\141\162\145\040\146\162\145\145\040\164\157\040\143\150\141\156\147\145\040\141\156\144\040\162\145\144\151\163\164\162\151\142\165\164\145\040\151\164\056\012\124\150\145\162\145\040\151\163\040\116\117\040\127\101\122\122\101\116\124\131\054\040\164\157\040\164\150\145\040\145\170\164\145\156\164\040\160\145\162\155\151\164\164\145\144\040\142\171\040\154\141\167\056\012\012\127\162\151\164\164\145\156\040\142\171\040\101\157\162\141\156\040\132\145\156\147\054\040\110\145\156\147\040\107\165\157\040\141\156\144\040\143\157\156\164\162\151\142\165\164\157\162\163\056\040\050\123\145\145\040\143\150\163\162\143\055\155\141\151\156\056\143\051"; +char RAWSTR_chsrc_for_v_CHINESE[] = "\143\150\163\162\143\040\100\166\145\162\100\012\012\103\157\160\171\162\151\147\150\164\040\050\103\051\040\062\060\062\063\055\062\060\062\065\040\346\233\276\345\245\245\347\204\266\054\040\351\203\255\346\201\222\012\350\256\270\345\217\257\350\257\201\040\107\120\114\166\063\053\357\274\232\107\116\125\040\107\120\114\040\347\254\254\040\063\040\347\211\210\346\210\226\346\233\264\351\253\230\347\211\210\346\234\254\040\074\150\164\164\160\163\072\057\057\147\156\165\056\157\162\147\057\154\151\143\145\156\163\145\163\057\147\160\154\056\150\164\155\154\076\012\350\277\231\346\230\257\350\207\252\347\224\261\350\275\257\344\273\266\357\274\232\346\202\250\345\217\257\344\273\245\350\207\252\347\224\261\344\277\256\346\224\271\345\222\214\345\210\206\345\217\221\345\256\203\343\200\202\012\345\234\250\346\263\225\345\276\213\345\205\201\350\256\270\347\232\204\346\234\200\345\244\247\350\214\203\345\233\264\345\206\205\357\274\214\346\234\254\350\275\257\344\273\266\346\214\211\047\345\216\237\346\240\267\047\346\217\220\344\276\233\357\274\214\344\270\215\344\275\234\344\273\273\344\275\225\346\230\216\347\244\272\346\210\226\346\232\227\347\244\272\347\232\204\344\277\235\350\257\201\343\200\202\012\012\347\224\261\344\275\234\350\200\205\357\274\232\346\233\276\345\245\245\347\204\266\343\200\201\351\203\255\346\201\222\357\274\214\345\215\217\344\275\234\350\200\205\357\274\232\115\151\153\141\143\150\165\062\063\063\063\343\200\201\110\141\160\160\171\040\107\141\155\145\040\344\273\245\345\217\212\345\220\204\344\275\215\350\264\241\347\214\256\350\200\205\345\274\200\345\217\221\343\200\202\050\350\257\246\350\247\201\040\143\150\163\162\143\055\155\141\151\156\056\143\054\040\346\210\226\040\140\143\150\163\162\143\040\154\163\040\074\164\141\162\147\145\164\076\140\051"; + +char RAWSTR_chsrc_for_v_ENGLISH[] = "\143\150\163\162\143\040\100\166\145\162\100\012\012\103\157\160\171\162\151\147\150\164\040\050\103\051\040\062\060\062\063\055\062\060\062\065\040\101\157\162\141\156\040\132\145\156\147\054\040\110\145\156\147\040\107\165\157\012\114\151\143\145\156\163\145\040\107\120\114\166\063\053\072\040\107\116\125\040\107\120\114\040\166\145\162\163\151\157\156\040\063\040\157\162\040\154\141\164\145\162\040\074\150\164\164\160\163\072\057\057\147\156\165\056\157\162\147\057\154\151\143\145\156\163\145\163\057\147\160\154\056\150\164\155\154\076\012\124\150\151\163\040\151\163\040\146\162\145\145\040\163\157\146\164\167\141\162\145\072\040\171\157\165\040\141\162\145\040\146\162\145\145\040\164\157\040\143\150\141\156\147\145\040\141\156\144\040\162\145\144\151\163\164\162\151\142\165\164\145\040\151\164\056\012\124\150\145\162\145\040\151\163\040\116\117\040\127\101\122\122\101\116\124\131\054\040\164\157\040\164\150\145\040\145\170\164\145\156\164\040\160\145\162\155\151\164\164\145\144\040\142\171\040\154\141\167\056\012\012\127\162\151\164\164\145\156\040\142\171\040\141\165\164\150\157\162\163\072\040\101\157\162\141\156\040\132\145\156\147\054\040\110\145\156\147\040\107\165\157\054\040\143\157\154\154\141\142\157\162\141\164\157\162\163\072\040\115\151\153\141\143\150\165\062\063\063\063\054\040\110\141\160\160\171\040\107\141\155\145\054\040\141\156\144\040\143\157\156\164\162\151\142\165\164\157\162\163\056\040\050\123\145\145\040\143\150\163\162\143\055\155\141\151\156\056\143\054\040\157\162\040\140\143\150\163\162\143\040\154\163\040\074\164\141\162\147\145\164\076\140\051"; char RAWSTR_chsrc_for_issue[] = "\346\210\221\344\273\254\345\220\214\346\227\266\345\234\250\040\107\151\164\110\165\142\040\345\222\214\040\107\151\164\145\145\040\346\216\245\345\217\227\040\151\163\163\165\145\040\345\222\214\040\102\165\147\040\346\212\245\345\221\212\072\012\012\040\040\055\040\150\164\164\160\163\072\057\057\147\151\164\150\165\142\056\143\157\155\057\122\165\142\171\115\145\164\162\151\143\057\143\150\163\162\143\057\151\163\163\165\145\163\012\040\040\055\040\150\164\164\160\163\072\057\057\147\151\164\145\145\056\143\157\155\057\122\165\142\171\115\145\164\162\151\143\057\143\150\163\162\143\057\151\163\163\165\145\163\012\012\012\346\254\242\350\277\216\345\217\202\344\270\216\345\205\267\344\275\223\344\273\273\345\212\241\072\012\012\040\040\040\123\150\145\154\154\040\141\165\164\157\055\143\157\155\160\154\145\164\151\157\156\040\347\273\210\347\253\257\345\221\275\344\273\244\350\207\252\345\212\250\350\241\245\345\205\250\072\012\012\040\040\040\040\040\040\040\040\150\164\164\160\163\072\057\057\147\151\164\150\165\142\056\143\157\155\057\122\165\142\171\115\145\164\162\151\143\057\143\150\163\162\143\057\151\163\163\165\145\163\057\062\060\064\012\012\040\040\040\346\220\234\351\233\206\344\270\212\346\270\270\351\273\230\350\256\244\346\272\220\345\234\260\345\235\200\357\274\214\345\270\256\345\212\251\350\277\233\350\241\214\040\143\150\163\162\143\040\162\145\163\145\164\072\012\012\040\040\040\040\040\040\040\040\150\164\164\160\163\072\057\057\147\151\164\150\165\142\056\143\157\155\057\122\165\142\171\115\145\164\162\151\143\057\143\150\163\162\143\057\151\163\163\165\145\163\057\061\061\061\012\012\040\040\040\346\220\234\351\233\206\346\265\213\351\200\237\345\234\260\345\235\200\357\274\214\350\277\233\350\241\214\347\262\276\345\207\206\346\265\213\351\200\237\072\012\012\040\040\040\040\040\040\040\040\150\164\164\160\163\072\057\057\147\151\164\150\165\142\056\143\157\155\057\122\165\142\171\115\145\164\162\151\143\057\143\150\163\162\143\057\151\163\163\165\145\163\057\062\060\065\012\012\040\040\040\345\270\256\345\212\251\346\262\241\346\234\211\351\242\204\347\274\226\350\257\221\347\232\204\345\271\263\345\217\260\347\274\226\345\206\231\040\163\150\145\154\154\040\350\204\232\346\234\254\072\012\012\040\040\040\040\040\040\040\040\150\164\164\160\163\072\057\057\147\151\164\150\165\142\056\143\157\155\057\122\165\142\171\115\145\164\162\151\143\057\143\150\163\162\143\057\151\163\163\165\145\163\057\062\063\060\012\012\012\346\224\257\346\214\201\347\232\204\351\200\232\347\224\250\351\225\234\345\203\217\347\253\231\072\012\040\040\055\040\150\164\164\160\163\072\057\057\147\151\164\150\165\142\056\143\157\155\057\122\165\142\171\115\145\164\162\151\143\057\143\150\163\162\143\057\167\151\153\151\012"; diff --git a/src/rawstr4c.md b/src/rawstr4c.md index 9fad98a..7922745 100644 --- a/src/rawstr4c.md +++ b/src/rawstr4c.md @@ -5,7 +5,7 @@ ! Config Authors: 曾奥然 ! Contributors : Nil Null ! Created On : <2025-07-22> - ! Last Modified : <2025-08-22> + ! Last Modified : <2025-10-29> ! ---------------------------------------------------------- --> # [rawstr4c] input for chsrc @@ -132,16 +132,36 @@ MAINTAIN: ## for `chsrc -v` -- name = `for__v` +- name = `for__v_CHINESE` ``` chsrc @ver@ -Copyright (C) 2025 Aoran Zeng, Heng Guo + +Copyright (C) 2023-2025 曾奥然, 郭恒 +许可证 GPLv3+:GNU GPL 第 3 版或更高版本 +这是自由软件:您可以自由修改和分发它。 +在法律允许的最大范围内,本软件按'原样'提供,不作任何明示或暗示的保证。 + +由作者:曾奥然、郭恒,协作者:Mikachu2333、Happy Game 以及各位贡献者开发。(详见 chsrc-main.c, 或 `chsrc ls `) +``` + +
+ + + +## for `chsrc -v -en` + +- name = `for__v_ENGLISH` + +``` +chsrc @ver@ + +Copyright (C) 2023-2025 Aoran Zeng, Heng Guo License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. -Written by Aoran Zeng, Heng Guo and contributors. (See chsrc-main.c) +Written by authors: Aoran Zeng, Heng Guo, collaborators: Mikachu2333, Happy Game, and contributors. (See chsrc-main.c, or `chsrc ls `) ```
diff --git a/tool/README.md b/tool/README.md index 2e1c6c7..55c7538 100644 --- a/tool/README.md +++ b/tool/README.md @@ -3,9 +3,9 @@ ! ------------------------------------------------------------- ! Doc Type : Markdown ! Doc Name : (Tools Introduction).md - ! Doc Authors : Aoran Zeng - ! | xuan - ! Contributors : ChatGPT + ! Doc Authors : 曾奥然 + ! | xuan + ! Contributors : ChatGPT ! | ! Created On : <2024-10-25> ! Last Modified : <2025-07-21>