https://github.com/silentsoft/actlist-innorules-ruletrace-converter-plugin
https://github.com/silentsoft/actlist-innorules-ruletrace-converter-plugin
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/silentsoft/actlist-innorules-ruletrace-converter-plugin
- Owner: silentsoft
- License: apache-2.0
- Created: 2020-02-17T11:05:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-21T16:15:26.000Z (over 3 years ago)
- Last Synced: 2024-12-30T00:14:17.803Z (over 1 year ago)
- Language: Java
- Size: 123 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Innorules Ruletrace Converter
[](https://github.com/silentsoft/actlist-innorules-ruletrace-converter-plugin/releases)
[](https://github.com/silentsoft/actlist-innorules-ruletrace-converter-plugin/blob/master/LICENSE.txt)
[](https://hits.sh/github.com/silentsoft/actlist-innorules-ruletrace-converter-plugin/)
> Drag and drop your rule trace files to convert special delimiters.
## Features
- Convert special delimiters on rule trace `.xml`.
- replace `STX(0x02)`, `EOT(0x04)`, `GS(0x1D)` and `RS(0x1E)` to `:`
- replace `ETX(0x03)` and `` to `;`
- replace `<>` to `<>`
- replace `&` to `&`
- Insert XML specification to first line if not exists.
- Automatic conversion to specific directory every 5 seconds.
- Automatic encoding detaction (`EUC-KR` or `UTF-8`)
## Packaging
```
$ mvn clean package
```
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please note we have a [CODE_OF_CONDUCT](https://github.com/silentsoft/actlist-innorules-ruletrace-converter-plugin/blob/master/CODE_OF_CONDUCT.md), please follow it in all your interactions with the project.
## License
Please refer to [LICENSE](https://github.com/silentsoft/actlist-innorules-ruletrace-converter-plugin/blob/master/LICENSE.txt) and [NOTICE](https://github.com/silentsoft/actlist-innorules-ruletrace-converter-plugin/blob/master/NOTICE.md).