We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Scripts under bin/ will be deprecated, and reasonable alternative(s) will be suggested or provided.
Scripts under bin/ are provided for miscelaneous tasks.
Currently, following scripts are provided We have to find or implement their alternatives.
arc2webarc.pl
2.7a: for converting sympa archives in wwsympa format.
⇒ Pre-3.0 is lost. Deprecate.
init_comment.pl
3.1b.7: Script to initialize newly introduced comment_subscriber data row
⇒ Process not required for current version. Deprecate
mod2html.pl
4.0a.3: provide a script for generating missing HTML views of moderated messages
⇒ HTML view should be generated automatically. Deprecate with fix.
p12topem.pl
Pre-3.0: Convert PKCS#12 to PEM certificate and prfeivate key.
⇒ Just a wrapper of openssl(1) utility. Deprecate.
sympa_soap_client.pl
⇒ Implement as new command such as:
sympa test soap ...
sympa
test
soap
sympa_test_ldap.pl
sympa test ldap ...
ldap
testlogs.pl
sympa test syslog ...
syslog
tpl2tt2.pl
4.2b.3: migrate .tpl files to .tt2 format.
⇒ Orgranization of templates has been changed and it's no use. Deprecate.
upgrade_bulk_spool.pl
sympa upgrade outgoing ...
upgrade
outgoing
upgrade_send_spool.pl
sympa upgrade incoming ...
incoming
upgrade_shared_repository.pl
sympa upgrade shared ...
shared
upgrade_sympa_password.pl
sympa upgrade password ...
password
This is a sub-issue of #1303.
The text was updated successfully, but these errors were encountered:
Deprecate scripts under bin/ (sympa-community#1386): arc2webarc.pl, i…
3315f29
…nit_comment.pl, p12topem.pl and tpl2tt2.pl
Merge pull request #1403 from ikedas/issue-1386_part1 by ikedas
12b26a3
Deprecate scripts under bin/ (#1386), part 1 of 2
Merge pull request #1405 from ikedas/issue-1386_part2 by ikedas
4616f36
Deprecate scripts under bin/ (#1386), part 2 of 2
Deprecate scripts under bin/ (sympa-community#1386), fixed
9f53a5c
Merge pull request #1521 from ikedas/issue-1386_fix1 by ikedas
75b5d99
Deprecate scripts under bin/ (#1386), fixed
Deprecate scripts under bin/ (sympa-community#1386), documentation
3429a20
Successfully merging a pull request may close this issue.
Expected Behavior
Scripts under bin/ will be deprecated, and reasonable alternative(s) will be suggested or provided.
Current Behavior
Scripts under bin/ are provided for miscelaneous tasks.
Possible Solution
Currently, following scripts are provided We have to find or implement their alternatives.
arc2webarc.pl
2.7a: for converting sympa archives in wwsympa format.
⇒ Pre-3.0 is lost. Deprecate.
init_comment.pl
3.1b.7: Script to initialize newly introduced comment_subscriber data row
⇒ Process not required for current version. Deprecate
mod2html.pl
4.0a.3: provide a script for generating missing HTML views of moderated messages
⇒ HTML view should be generated automatically. Deprecate with fix.
p12topem.pl
Pre-3.0: Convert PKCS#12 to PEM certificate and prfeivate key.
⇒ Just a wrapper of openssl(1) utility. Deprecate.
sympa_soap_client.pl
⇒ Implement as new command such as:
sympa
test
soap
...sympa_test_ldap.pl
⇒ Implement as new command such as:
sympa
test
ldap
...testlogs.pl
⇒ Implement as new command such as:
sympa
test
syslog
...tpl2tt2.pl
4.2b.3: migrate .tpl files to .tt2 format.
⇒ Orgranization of templates has been changed and it's no use. Deprecate.
upgrade_bulk_spool.pl
⇒ Implement as new command such as:
sympa
upgrade
outgoing
...upgrade_send_spool.pl
⇒ Implement as new command such as:
sympa
upgrade
incoming
...upgrade_shared_repository.pl
⇒ Implement as new command such as:
sympa
upgrade
shared
...upgrade_sympa_password.pl
⇒ Implement as new command such as:
sympa
upgrade
password
...Context
This is a sub-issue of #1303.
The text was updated successfully, but these errors were encountered: