An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Innorules Ruletrace Converter

[![release](https://shields.io/github/v/release/silentsoft/actlist-innorules-ruletrace-converter-plugin?display_name=tag)](https://github.com/silentsoft/actlist-innorules-ruletrace-converter-plugin/releases)
[![license](https://img.shields.io/badge/license-Apache--2.0-green.svg)](https://github.com/silentsoft/actlist-innorules-ruletrace-converter-plugin/blob/master/LICENSE.txt)
[![Hits](https://hits.sh/github.com/silentsoft/actlist-innorules-ruletrace-converter-plugin.svg)](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).