RejikExport - program for converting rejik rules file (XML) into plain text files, suitable for importing into Sito (or rejik itself).
This program requires Microsoft .NET Framework to work.
Download
Configuration file (RejikExport.exe.config) settings, AppSettings section:
|
Parameter |
Description |
Example |
| tarArchiver |
Path to TAR unpacker. |
C:\Program Files\WinRAR\WinRAR.exe |
| tarArchiverArgs |
Arguments for TAR unpacker. Following substitutions are avaliable: @src@ - name of archive, @dst@ - folder, where to place unpacked files. |
e @src@ @dst@ |
| gzArchiver |
Path to GZIP unpacker. |
C:\Program Files\WinRAR\WinRAR.exe |
| gzArchiverArg |
Arguments for GZIP unpacker. Following substitutions are avaliable: @src@ - name of archive, @dst@ - folder, where to place unpacked files. |
e @src@ @dst@ |
| RejikUser |
Username, will be passed to rejik.ru site, while downloading file with rules. |
slavik |
| RejikPass |
Password, will be passed to rejik.ru site, while downloading file with rules. |
slavik-pass
|