https://github.com/users/ottlinger/projects/2
This application lets you easily change mail addresses or other HTML contents into ASCII-encoded values. Therefore your webpages remain human-readable and spiders are unable to detect your mail addresses and use them for unwanted purposes, when relying on regular expressions for data extraction.
This app can be launched as a standalone version.
:smile:
Details about the current versions can be found in the changelog
This project uses Maven to generate its artefacts.
If you want to run this programme as a standalone application, perform the following:
./mvnw clean install -Plive-demo
to launch the applicationA different possibility is to launch the combined uberJAR:
./mvnw clean install
java -jar target/spamschutz-1.1.0-SNAPSHOT-executable.jar
- please adapt the version numberRelates to issue #22
As of now the application can be localized (at the moment only German and English are supported). Use the following parameters to explicitly set language and country or trust your system defaults:
./mvnw -Plive-demo -Duser.language=en -Duser.country=US
A current snapshot's maven site reports is a good place to start to understand the application without trying it.