Skip to content

Commit eff8b29

Browse files
committed
documentation update
1 parent 86a8330 commit eff8b29

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ Perl Executing Browser (PEB) is an HTML user interface for [Perl 5](https://www.
3030
* [AppImageHub](./doc/APPIMAGE.md#appimagehub)
3131
* [Logging](#logging)
3232
* [History](#history)
33-
* [License](./LICENSE.md)
3433
* [Thanks and Credits](./CREDITS.md)
34+
* [License](./LICENSE.md)
3535
* [Authors](#authors)
3636

3737
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT",
@@ -97,8 +97,8 @@ in the documentation of this project are to be interpreted as described in [RFC
9797

9898
## Design Objectives
9999

100-
* **1. Easy and beautiful graphical user interface for Perl 5 desktop applications**
101-
* **2. Fast and zero-installation software**
100+
* **1. Easy graphical user interface for Perl 5 desktop applications**
101+
* **2. Zero-installation software**
102102
* **3. Cross-platform availability**
103103
* **4. Secure solution with no server process**
104104
* **5. Maximal reuse of existing web technologies and standards**
@@ -107,13 +107,13 @@ in the documentation of this project are to be interpreted as described in [RFC
107107

108108
* [PEB can be started from any folder without installation procedure.](./doc/CONSTANTS.md#files-and-folders)
109109
* No limitation on how long a Perl script can run.
110-
* [Perl script output is seamlessly inserted in a nice HTML user interface.](./doc/SETTINGS.md#perl-scripts-api)
110+
* [Perl script output is seamlessly inserted in an HTML user interface.](./doc/SETTINGS.md#perl-scripts-api)
111111
* [Any version of Perl 5 can be used.](./doc/REQUIREMENTS.md#runtime-requirements)
112-
* [Single file or multiple files, new filename, existing or new directory can be selected by user.](./doc/SETTINGS.md#selecting-files-and-folders)
113-
* [Unified logging of Perl and JavaScript errors in the JavaScript console](./doc/LOGGING.md)
112+
* [Select files and folders.](./doc/SETTINGS.md#selecting-files-and-folders)
113+
* [Logging of Perl errors in the JavaScript console](#logging)
114114
* [Optional warning for unsaved data in HTML forms](./doc/SETTINGS.md#html-page-api)
115-
* [Optional labels for all JavaScript popup boxes and context menus](./doc/SETTINGS.md#html-page-api)
116-
* [Optional icon for the main window and all dialog boxes](./doc/FILES.md#icon)
115+
* [Optional labels for the JavaScript popup boxes and context menus](./doc/SETTINGS.md#html-page-api)
116+
* [Optional icon](./doc/FILES.md#icon)
117117

118118
## Security
119119

doc/REQUIREMENTS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
## Compile-Time Requirements
44

5-
* Qt development bundle versions 5.2 - 5.5
5+
* Qt development bundle versions 5.2 - 5.5
66

7-
* ``QtWebKit`` library and headers
7+
* QtWebKit library and headers
88

99
PEB for Windows must be compiled by a GCC-based MinGW Qt development bundle.
1010

0 commit comments

Comments
 (0)