-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support scripts for maintenance #538
Comments
PR above contains two example scripts: correct_msgidCorrects texts to be translated in source code according to changes in en-US translation catalog (en_US.po). git-set-file-times(borrowed from Sets mtime and atime of files to the latest commit time in git. |
Hi Soji, |
@dverdin, you are right. As I wrote on #115:
Note: In short, currently it is only me who uses these scripts --- and the person who will take over release work in the future. |
OK, that's cool to me. As you're doing the maintenance work, you're probably the best fitted to know what tools are useful. |
PR above contains a script: pod2mdConverts POD data to Markdown format for documentation site. This may be used as a replacement of pod2man(1). To generate Markdown texts of all available PODs, run:
then, generated texts will be saved in |
PR above contains a script: xgettext.plExtract gettext strings from Sympa source. This may be used in gettextized Sympa source. Typically it is invoked as:
|
Expected Behavior
There may be several scripts to be shared among people interested in maintenance of Sympa source distribution.
Possible Solution
Scripts may be put in particular directory in source tree of repository, i.e.
support/
.Context
Some examples will be shown later.
The text was updated successfully, but these errors were encountered: