Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/tools/readme_plugin_lin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ and use the one that is found first:

Tor does not necessarily need to be running or configured in any
special way to use ToChat, TorChat will care about all that automatically.
It will start a separate process with its own configuation that will not
It will start a separate process with its own configuration that will not
and can not interfere with your existing tor configuration and usage.

Now start pidgin from within a console window. You should see some
Expand All @@ -33,14 +33,14 @@ for a username just enter your name (or anything else), this is NOT the
TorChat ID, its just an account name to tell different TorChat profiles
apart with a human readable name. It will create a config folder
~/.torchat2_accountname/ for each account (profile). You can create as
many accounts (profiles) as you want and use them all simultanously.
many accounts (profiles) as you want and use them all simultaneously.

If you need a log file for debugging purposes create the folder
~/torchatlogs before you start it, TorChat will detect this and enable
logging for the plugin and for tor, if you want to disable logging smply
logging for the plugin and for tor, if you want to disable logging simply
remove this folder.

The TorChat plugin will recognize the following environment variables
on all platforms: PURPLEHOME, APPDATA, TOR_EXE to override the defaults
for the data directory (if you want to include it with portable Pidgn),
for the data directory (if you want to include it with portable Pidgin),
TOR_EXE is the path and name of the tor binary (not just the folder).
10 changes: 5 additions & 5 deletions src/tools/readme_plugin_win.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ rights for this):
%ProgramFiles%\Pidgin\plugins\

You also must have Tor installed in the usual location, this must
be one of the following folders (this is where the offical Tor
installer will install Tor.exe), TorChat will automtically search
be one of the following folders (this is where the official Tor
installer will install Tor.exe), TorChat will automatically search
these folders and use the one that is first found:

%ProgramFiles%\Tor\
%ProgramFiles%\Vidalia Bundle\Tor\

Tor only needs to be installed on your computer, it doesn not need to
Tor only needs to be installed on your computer, it does not need to
be running or configured in any special way to use TorChat. TorChat will
take care of all that automatically and without interfering with your
other usage of Tor.
Expand All @@ -34,12 +34,12 @@ for a username just enter your name (or anything else), this is NOT the
TorChat ID, its just an account name to tell different TorChat profiles
apart with a human readable name. It will create a config folder
%APPDATA%\torchat2_accountname\ for each account (profile). You can create
as many accounts (profiles) as you want and use them all simultanously.
as many accounts (profiles) as you want and use them all simultaneously.

If you need a log file for debugging purposes create the folder
%APPDATA%\torchatlogs before you start it, TorChat will detect this and
enable logging for the plugin and for tor, if you want to disable logging
smply remove this folder.
simply remove this folder.

The TorChat plugin will recognize the following environment variables
on all platforms: PURPLEHOME, APPDATA, TOR_EXE to override the defaults
Expand Down