diff --git a/inception/inception-telemetry/src/main/java/de/tudarmstadt/ukp/clarin/webanno/telemetry/TelemetryIntro.java b/inception/inception-telemetry/src/main/java/de/tudarmstadt/ukp/clarin/webanno/telemetry/TelemetryStrings.java similarity index 91% rename from inception/inception-telemetry/src/main/java/de/tudarmstadt/ukp/clarin/webanno/telemetry/TelemetryIntro.java rename to inception/inception-telemetry/src/main/java/de/tudarmstadt/ukp/clarin/webanno/telemetry/TelemetryStrings.java index a37ca8e552b..1df95e0b667 100644 --- a/inception/inception-telemetry/src/main/java/de/tudarmstadt/ukp/clarin/webanno/telemetry/TelemetryIntro.java +++ b/inception/inception-telemetry/src/main/java/de/tudarmstadt/ukp/clarin/webanno/telemetry/TelemetryStrings.java @@ -21,18 +21,18 @@ import de.tudarmstadt.ukp.clarin.webanno.support.wicket.resource.Strings; -public class TelemetryIntro +public class TelemetryStrings implements Serializable { private final String productName; private final String save; - public TelemetryIntro() + public TelemetryStrings() { this(Strings.getString("product.name"), Strings.getString("save")); } - public TelemetryIntro(String aProductName, String aSave) + public TelemetryStrings(String aProductName, String aSave) { super(); productName = aProductName; diff --git a/inception/inception-telemetry/src/main/java/de/tudarmstadt/ukp/clarin/webanno/telemetry/matomo/MatomoTelemetryTraitsEditor.html b/inception/inception-telemetry/src/main/java/de/tudarmstadt/ukp/clarin/webanno/telemetry/matomo/MatomoTelemetryTraitsEditor.html index 68e6bfea37b..a4235785194 100644 --- a/inception/inception-telemetry/src/main/java/de/tudarmstadt/ukp/clarin/webanno/telemetry/matomo/MatomoTelemetryTraitsEditor.html +++ b/inception/inception-telemetry/src/main/java/de/tudarmstadt/ukp/clarin/webanno/telemetry/matomo/MatomoTelemetryTraitsEditor.html @@ -23,32 +23,10 @@
- This usage data collector helps the developer team of
-
- When enabled, the anonymous usage statistics are sent to our server every time the - application is started and immediately when turning the collection on here. Also, - an update is sent in regular intervals for long-running instances. -
-
- NOTE: This collector does not collect any data from users (e.g.
- annotators) logging into the system. It does, however, collect the number of enabled
- user accounts in the server since that is important for assessing the size of the
- user base for a multi-user capable system such as
-
- Use the Toggle details... button above to see in full detail which data we - collect and why. -
+ +