Skip to content

Commit 0e471ac

Browse files
committed
changed name from KroTor to Kronymous to comply with Tor trademark rules
1 parent 98d90d2 commit 0e471ac

9 files changed

+38
-34
lines changed

Diff for: gui/css/theme.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ body.hide {
6767
.main-container .advanced-button {
6868
margin: 16px 8px 0 0; }
6969
.main-container .autostart_fix {
70-
width: 150px;
70+
width: 160px;
7171
display: inline-block;
7272
margin-top: 17px;
7373
float: right; }

Diff for: gui/js/main.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,13 @@ document.getElementById('anonymity_ok_button').addEventListener("click", functio
6363

6464
//start / restart tor button
6565
document.getElementById('start_button').addEventListener("click", function () {
66-
if (document.getElementById('start_button_text').innerHTML == "Start Tor") {
66+
if (document.getElementById('start_button_text').innerHTML == "Start Tor Proxy") {
6767
document.getElementById('terminal').classList.add('visible');
6868
lib.init(function () {
6969
runTor();
7070
});
71-
updateTorStatus( "Tor is running, see below for details.");
72-
document.getElementById('start_button_text').innerHTML = "Restart Tor";
71+
updateTorStatus( "Tor Proxy is running, see below for details.");
72+
document.getElementById('start_button_text').innerHTML = "Restart Tor Proxy";
7373
document.getElementById('anonymity').setAttribute('style', 'display:inline-block');
7474
} else {
7575
chrome.storage.local.set({ restarting_tor: true });
@@ -78,7 +78,7 @@ document.getElementById('start_button').addEventListener("click", function () {
7878
location.href = "restart.html";
7979
}, 300);
8080
//update tor status text
81-
updateTorStatus("Restarting Tor ...");
81+
updateTorStatus("Restarting Tor Proxy ...");
8282
}
8383
});
8484

Diff for: gui/main.html

+23-19
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
</head>
2424
<body>
2525
<div class="main-switch-container main-switch-container--centered">
26-
<h5>Krotor</h5>
26+
<h5>Kronymous</h5>
2727
</div>
2828
<hr class="outer-hr"/>
2929
<h6 class="h6padding--fix">
30-
<span id="tor_status">Tor is not running.</span>
30+
<span id="tor_status">Tor Proxy is not running.</span>
3131
<button id="settings_button"
3232
class="mdl-button mdl-js-button mdl-button--raised mdl-js-ripple-effect mdl-button--accent settings-button advanced-button">
3333
<div data-icon="ei-gear"></div>
@@ -46,7 +46,7 @@ <h6 class="h6padding--fix">
4646
<div id="p1" class="mdl-progress mdl-js-progress"></div>
4747
<button id="start_button"
4848
class="mdl-button mdl-js-button mdl-button--raised mdl-js-ripple-effect mdl-button--accent advanced-button">
49-
<span id="start_button_text">Start Tor</span>
49+
<span id="start_button_text">Start Tor Proxy</span>
5050
</button>
5151
<button id="anonymity"
5252
class="mdl-button mdl-js-button mdl-button--raised mdl-js-ripple-effect mdl-button--accent advanced-button">
@@ -55,7 +55,7 @@ <h6 class="h6padding--fix">
5555
<label id="autostart_checkbox_cover" class="mdl-checkbox mdl-js-checkbox mdl-js-ripple-effect autostart_fix"
5656
for="autostart_checkbox">
5757
<input type="checkbox" id="autostart_checkbox" class="mdl-checkbox__input"/>
58-
<span class="mdl-checkbox__label">Autostart Tor</span>
58+
<span class="mdl-checkbox__label">Autostart Tor Proxy</span>
5959
</label>
6060

6161
<!--div class="mdl-tooltip" for="autostart_checkbox_cover">
@@ -73,19 +73,20 @@ <h2 class="mdl-card__title-text">
7373
</div>
7474
<div class="mdl-card__supporting-text">
7575
<p>
76-
Thanks for installing KroTor, with this app you can access internet via Tor. [visit any blocked
76+
Thanks for installing Kronymous, with this app you can access internet via Tor Network. [visit any blocked
7777
websites, browse anonymously etc]<br/>
7878
Once started, tor socks proxy will be available <em>on your system</em> which can be accessed at
7979
127.0.0.1:9999<br/>
80-
This app is open sourced, for details click <a href="https://deepankar.io/krotor"
81-
target="_blank">here</a>.
80+
This app is open sourced, for details click <a href="https://deepankar.io/kronymous"
81+
target="_blank">here</a>.<br/>
82+
Earlier this app's name was KroTor, it has been changed to Kronymous in order comply with Tor trademark rules.
8283
</p>
8384
<hr/>
8485
<p>
8586
<strong>Instructions</strong><br/>
8687
In order to use Tor Socks proxy created by this app, please configure any extension/system
8788
settings/apps accordingly.<br/>
88-
<em>Following instructions are only applicable for Google Chrome.</em><br/>
89+
<em>Following instructions are only applicable for Google Chrome/Chrome OS.</em><br/>
8990
Chrome Apps (such as this one) cannot set the proxy settings in the Chrome browser, only extensions can
9091
do so.As an example, one can use extension <a
9192
href="https://chrome.google.com/webstore/detail/proxy-switchyomega/padekgcemlokbadohgkifijomclgjgif"
@@ -95,14 +96,14 @@ <h2 class="mdl-card__title-text">
9596
Install <a
9697
href="https://chrome.google.com/webstore/detail/proxy-switchyomega/padekgcemlokbadohgkifijomclgjgif"
9798
target="_blank">ProxySwitchyOmega</a> or any proxy extension.<br/>
98-
Create a proxy profile named KroTor with following settings.<br/>
99+
Create a proxy profile named Kronymous with following settings.<br/>
99100
protocol : socks5<br/>
100101
server : 127.0.0.1<br/>
101102
port : 9999 (or the tor port you defined in settings)<br/>
102103
<strong>Using it</strong><br/>
103-
1. Run KroTor, click on Start Tor, <em>make sure you see "Bootstrapped 100%" in terminal window(app's
104+
1. Run Kronymous, click on Start Tor, <em>make sure you see "Bootstrapped 100%" in terminal window(app's
104105
middle section with black background)</em><br/>
105-
2. Enable KroTor proxy in SwitchyOmega's dropdown menu(click its icon i.e. black O on right side of
106+
2. Enable Kronymous proxy in SwitchyOmega's dropdown menu(click its icon i.e. black O on right side of
106107
address bar)
107108
</p>
108109
<hr/>
@@ -112,11 +113,11 @@ <h2 class="mdl-card__title-text">
112113
</p>
113114
<hr/>
114115
<p>
115-
If Tor takes too long to connect, try enabling/modifying accessible ports in settings.
116+
If it takes too long to connect, try enabling/modifying accessible ports in settings.
116117
</p>
117118
<hr/>
118119
<p>
119-
If you face any issue, <a href="https://codebuff.net/krotor/support" target="_blank">please ask on the
120+
If you face any issue, <a href="https://deepankar.io/kronymous/support" target="_blank">please ask on the
120121
support page</a>.
121122
</p>
122123
<hr/>
@@ -140,9 +141,12 @@ <h2 class="mdl-card__title-text">
140141
</p>
141142
<hr/>
142143
<p>
144+
This binary running in this app was ported and compiled from official Tor Codebase<br/>
143145
Please note that this Chrome App is not a substitute of <a
144146
href="https://www.torproject.org/download/download-easy.html.en" target="_blank">Tor Browser
145-
Bundle</a>
147+
Bundle</a><br/>
148+
This app is produced independently from the Tor® anonymity software and carries no guarantee from The Tor Project about quality, suitability or anything else.<br/>
149+
There is plan to get it merged in official Tor Project.
146150
</p>
147151
</div>
148152
<div class="mdl-card__actions mdl-card--border">
@@ -158,7 +162,7 @@ <h2 class="mdl-card__title-text">
158162
<div id="anonymity_overlay" class="demo-card-square mdl-card mdl-shadow--2dp mdl-card--scrollable">
159163
<div class="mdl-card__title">
160164
<h5>
161-
Instructions to check if you are accessing internet via Tor and browsing anonymously.
165+
Instructions to check if you are accessing internet via Tor Network and browsing anonymously.
162166
</h5>
163167
</div>
164168
<div class="mdl-card__supporting-text">
@@ -183,7 +187,7 @@ <h5>
183187
<hr/>
184188
<p>
185189
As a general rule:<br/>
186-
Make sure you use KroTor only with those applications/operating systems which have support for
190+
Make sure you use Kronymous only with those applications/operating systems which have support for
187191
socks4/socks5 proxy support (remote dns resolution). Example: for Google Chrome you can use switchyomega
188192
extension.
189193
</p>
@@ -201,17 +205,17 @@ <h5>
201205
in which the user's system connects to outside world must not lead to disclosure of user's
202206
identity)<br/>
203207
2. The action of user must not lead to disclosure of user's identity.<br/>
204-
KroTor(Tor Network) takes care of first part and user is responsible for second part.<br/>
208+
Kronymous (Tor Network) takes care of first part and user is responsible for second part.<br/>
205209
IMHO, no one can guarantee a 100% anonymity or for that matter I definitely cannot(because of second
206210
part), that being said it is highly likely that user will remain anonymous without any extra steps other
207-
than setting KroTor correctly.<br/>
211+
than setting Kronymous correctly.<br/>
208212
To increase the chances of being anonymous on chrome, run chrome in incognito mode with all the
209213
extensions(except proxy extension) disabled, password auto fetching disabled and avoid using
210214
applications/websites which do not honor proxy/privacy settings.(you can disable the JavaScript also)
211215
For more details visit:
212216
<a href="https://www.torproject.org/download/download#warning" target="_blank">https://www.torproject.org/download/download#warning</a>
213217
<br/>
214-
<strong>The developer is not responsible for any of user's actions or user's actions' consequences.
218+
<strong>The developer take no responsibility for any of user's actions or user's actions' consequences.
215219
This app is provided as is without any guarantees.</strong>
216220
</p>
217221
</div>

Diff for: gui/restart.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</head>
1515
<body>
1616
<div class="main-switch-container main-container--centered">
17-
<h2>Restarting Tor</h2>
17+
<h2>Restarting Tor Proxy</h2>
1818
<div class="mdl-progress mdl-js-progress mdl-progress__indeterminate"></div>
1919
</div>
2020
<script src="js/restart.js"></script>

Diff for: gui/settings.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<div class="mdl-tooltip" for="back_button">
2525
Save your current settings and go back.
2626
</div>
27-
<h5>Krotor - Settings</h5>
27+
<h5>Kronymous - Settings</h5>
2828
<button id="defaults"
2929
class="mdl-button mdl-js-button mdl-button--raised mdl-js-ripple-effect mdl-button--accent save-button">
3030
Restore Default Settings
@@ -165,15 +165,15 @@ <h2 class="mdl-card__title-text">
165165
<div class="demo-card-square mdl-card mdl-shadow--2dp">
166166
<div class="mdl-card__title">
167167
<h2 class="mdl-card__title-text">
168-
Autostart Tor
168+
Autostart Tor Proxy
169169
<label class="mdl-switch mdl-js-switch mdl-js-ripple-effect" for="autostart_tor">
170170
<input type="checkbox" id="autostart_tor" class="mdl-switch__input"/>
171171
<span class="mdl-switch__label"></span>
172172
</label>
173173
</h2>
174174
</div>
175175
<div class="mdl-card__supporting-text">
176-
Start tor as soon as you start this app,(the app will NOT run at system or chrome startup)
176+
Start tor proxy as soon as you start this app,(the app will NOT run at system or chrome startup)
177177
</div>
178178
</div>
179179
<div class="demo-card-square mdl-card mdl-shadow--2dp">

Diff for: krotor_128.png renamed to kronymous_128.png

File renamed without changes.

Diff for: krotor_16.png renamed to kronymous_16.png

File renamed without changes.

Diff for: krotor_48.png renamed to kronymous_48.png

File renamed without changes.

Diff for: manifest.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
2-
"name": "KroTor - Access internet via TOR",
3-
"short_name": "KroTor",
2+
"name": "Kronymous - Access internet via Tor Network",
3+
"short_name": "Kronymous",
44
"description": "",
5-
"version": "0.1.9",
5+
"version": "0.2.0",
66
"manifest_version": 2,
77
"minimum_chrome_version": "36",
88
"icons": {
9-
"16": "krotor_16.png",
10-
"48": "krotor_48.png",
11-
"128": "krotor_128.png"
9+
"16": "kronymous_16.png",
10+
"48": "kronymous_48.png",
11+
"128": "kronymous_128.png"
1212
},
1313
"offline_enabled": false,
1414
"permissions": [

0 commit comments

Comments
 (0)