diff --git a/help/help.html b/help/help.html index 7c749d2..fd8edf9 100644 --- a/help/help.html +++ b/help/help.html @@ -49,23 +49,23 @@

Windows

You can find more info here: Native_manifests

-In the folder, you can find is a file called "RegGenerator.vbs". This file creates a file named "link.reg".
+In the folder, you can find is a file called "RegGenerator.vbs". This script creates a file named "link.reg".
If you run this reg file, it sets a link to the CallMonitor.json file so that Firefox knows
where the file is and can use it. Therefore it is important that the VBS file must be in the
- same folder as the JSON file before running it.
+same folder as the JSON file before running it.

Summary:


With the file "CallMonitor_win.bat". you can see if the PY file can be executed.
Normally, the window should now show "Python started".

-If instead a message appears: ""python" is not recognized as an internal or external command [...]" or "Python was not found; run without arguments [...]" Then, the path to python.exe must be
+If instead a message appears like ""python" is not recognized as an internal or external command [...]" or "Python was not found; run without arguments [...]", then the path to python.exe must be
added to the environment variable. To avoid conflicts, this path should be set to the first position if possible. A user variable should be sufficient.
Afterwards, the browser should also be restarted to apply the change.
Alternatively, you can execute the file "set_python_path.bat", which will set the environment variable. @@ -86,9 +86,9 @@

Linux


Now, you have to make a few adjustments to the new files:
Go to the directory ~/.mozilla/native-messaging-hosts/
-The adjustments can be done by running the "fix.sh" file or you can do it yourself.
-In the "CallMonitor.json" file, the absolute path to "CallMonitor.py" must be specified at "path". (Replace the ~ by the home path, if this is in the same folder as the "CallMonitor.json")
-The "CallMonitor.py" must be made executable (if it isn't already).
+The adjustments can be done by running the "fix.sh".

+If you want to adjust it manually: In the "CallMonitor.json" file, the absolute path to "CallMonitor.py" must be specified at "path". (Replace the ~ by the home path, if this is in the same folder as the "CallMonitor.json")
+Also, the file "CallMonitor.py" must be made executable (if it isn't already).

Summary:
diff --git a/help/help_de.html b/help/help_de.html index 90f7dc9..fc438f7 100644 --- a/help/help_de.html +++ b/help/help_de.html @@ -32,9 +32,9 @@

FritzBox

  • Damit das Addon mit der FritzBox interagieren kann, muss TR-064 aktiviert sein (s. hier unter den Punkt "FRITZ!Box für Zugriff von Anwendungen einrichten")
    -
  • Für den CallMonitor muss der Port 1012 von der FritzBox freigeschaltet werden. Das kann man durch anwählen der Nummer #96*5* mittles Telefon erreichen. Mit der Nummer #96*4* lässt sich dies wieder sperren. +
  • Für den CallMonitor muss der Port 1012 von der FritzBox freigeschaltet werden. Das kann man durch Anwählen der Nummer #96*5* mittles Telefon erreichen. Mit der Nummer #96*4* lässt sich dies wieder sperren.

    -
  • Um mit dem Addon Nummer anwählen zu können, muss die Wahlhilfe aktiviert sein (s. hier) +
  • Um mit dem Addon Nummern anwählen zu können, muss die Wahlhilfe aktiviert sein (s. hier)

    Windows

    @@ -50,26 +50,26 @@

    Windows

    Weitere Infos findest du hier: Native_manifests

    -In dem Ordner befindet sich eine Datei namens "RegGenerator.vbs". Diese Datei erstellt eine Datei
    -namens "link.reg". Wenn man diese Reg-Datei dann ausführt, setzt sie ein Verweis zu der
    -CallMonitor.json-Datei, damit Firefox zum arbeiten weiß, wo die Datei ist. Daher ist es wichtig, dass
    +In dem Ordner befindet sich eine Datei namens "RegGenerator.vbs". Dieses Script erstellt eine Datei
    +namens "link.reg". Wenn man diese Reg-Datei dann ausführt, setzt sie einen Verweis zu der
    +CallMonitor.json-Datei, damit Firefox weiß, wo die Datei ist und diese verwenden kann. Daher ist es wichtig, dass
    sich die VBS-Datei im selben Ordner wie die JSON-Datei befinden, bevor man sie ausführt.

    Zusammenfassung:


    Mit der Datei "CallMonitor_win.bat" kann man schauen, ob sich die PY-Datei ausführen lässt.
    Im Normalfall sollte nun im Fenster "Python started" stehen.

    -Sollte stattdessen eine Meldung erscheinen, "Der Befehl "python" ist entweder falsch geschrieben [...]" oder Python was not found; run without arguments [...] muss in der
    +Sollte stattdessen eine Meldung erscheinen wie "Der Befehl "python" ist entweder falsch geschrieben [...]" oder "Python was not found; run without arguments [...]", muss in der
    Umgebungsvariable noch der Pfad zur python.exe eingetragen werden. Um Konflikte zu vermeiden, sollte man diesen Pfad möglichst an erste Stelle setzen. Eine Benutzervariable sollte ausreichen. Anschließend sollte auch der Browser neu gestartet werden, um die Änderung zu übernehmen.
    -Alternatiev kann man die Datei "set_python_path.bat" ausführen, die dann die Umgebungsvariable setzt. +Alternativ kann man die Datei "set_python_path.bat" ausführen, die dann die Umgebungsvariable setzt.


    @@ -87,9 +87,9 @@

    Linux


    Nun müssen noch ein paar Anpassungen bei den neuen Dateien vorgenommen werden:
    Gehe dazu in das Verzeichnis ~/.mozilla/native-messaging-hosts/
    -Die Anpassungen kann die "fix.sh" Datei erledigen, in dem man sie ausführt oder man macht es eigenständig. -In der Datei "CallMonitor.json" muss bei "path" der absolute Pfad zur "CallMonitor.py" angegeben werden. (Ersetze das ~ durch den Home-Pfad, wenn diese im gleichen Ordern wie die "CallMonitor.json" ist) -Die "CallMonitor.py" muss ausführbar gemacht werden (sofern sie es nicht bereits ist).
    +Die Anpassungen kann die "fix.sh" Datei erledigen, indem man sie ausführt.

    +Wenn du die Anpassungen manuell vornehmen möchtest: In der Datei "CallMonitor.json" muss bei "path" der absolute Pfad zur "CallMonitor.py" angegeben werden. (Ersetze das ~ durch den Home-Pfad, wenn diese im gleichen Ordern wie die "CallMonitor.json" ist)
    +Außerdem muss die Datei "CallMonitor.py" ausführbar gemacht werden (sofern sie es nicht bereits ist).

    Zusammenfassung: