Skip to content

Commit 2859922

Browse files
committed
documentation update
1 parent 7d27032 commit 2859922

File tree

4 files changed

+5
-31
lines changed

4 files changed

+5
-31
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ These are the basic steps for building your first PEB-based application using a
7575
* PEB can be started from any folder without installation procedure.
7676
* [Perl script output is seamlessly inserted in any local page.](./doc/SETTINGS.md#perl-scripts-api)
7777
* [Perl scripts with STDIN event loops can be repeatedly fed with data (Linux and Macintosh builds only).](./doc/SETTINGS.md#interactive-perl-scripts)
78-
* [Perl scripts implementing local servers can be started](./doc/SETTINGS.md#starting-local-server)
78+
* [Perl local servers can be started.](./doc/SETTINGS.md#starting-local-server)
7979
* [Any version of Perl 5 can be used.](./doc/REQUIREMENTS.md#runtime-requirements)
8080
* [Single file or multiple files, new filename, existing or new directory can be selected by user.](./doc/SETTINGS.md#selecting-files-and-folders)
8181
* [Custom labels for all JavaScript popup boxes and context menus](./doc/SETTINGS.md#html-page-api)

doc/screenshot.png

877 Bytes
Loading

resources/app/index-windows.html

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
<ul class="nav navbar-nav">
172172
<li>
173173
<a id="local-tests" role="button" data-toggle="dropdown" data-target="#">
174-
Local Tests
174+
Tests
175175
<span class="caret"></span>
176176
</a>
177177

@@ -207,20 +207,7 @@
207207
</li>
208208

209209
<li>
210-
<a id="web-tests" role="button" data-toggle="dropdown" data-target="#">
211-
Web Tests
212-
<span class="caret"></span>
213-
</a>
214-
215-
<ul class="dropdown-menu" role="menu">
216-
<li>
217-
<a href="https://www.google.com/">Google</a>
218-
</li>
219-
220-
<li>
221-
<a href="https://html5test.com/">HTML5test</a>
222-
</li>
223-
</ul>
210+
<a href="https://www.google.com/">Google</a>
224211
</li>
225212

226213
<li>

resources/app/index.html

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
167167
<ul class="nav navbar-nav">
168168
<li>
169169
<a id="local-tests" role="button" data-toggle="dropdown" data-target="#">
170-
Local Tests
170+
Tests
171171
<span class="caret"></span>
172172
</a>
173173

@@ -203,20 +203,7 @@
203203
</li>
204204

205205
<li>
206-
<a id="web-tests" role="button" data-toggle="dropdown" data-target="#">
207-
Web Tests
208-
<span class="caret"></span>
209-
</a>
210-
211-
<ul class="dropdown-menu" role="menu">
212-
<li>
213-
<a href="https://www.google.com/">Google</a>
214-
</li>
215-
216-
<li>
217-
<a href="https://html5test.com/">HTML5test</a>
218-
</li>
219-
</ul>
206+
<a href="https://www.google.com/">Google</a>
220207
</li>
221208

222209
<li>

0 commit comments

Comments
 (0)