Skip to content

Commit 6e53a65

Browse files
committed
documentation update
1 parent 074c0b8 commit 6e53a65

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,19 +39,19 @@ Perl Executing Browser (PEB) is an HTML GUI for [Perl 5](https://www.perl.org/)
3939

4040
## Design Objectives
4141
* **1. Fast and easy graphical user interface for Perl 5 desktop applications:**
42-
use Perl 5, JavaScript, HTML 5 and CSS to create beautiful desktop applications,
42+
use Perl 5, JavaScript, HTML 5 and CSS to create beautiful desktop applications
4343

4444
* **2. Zero installation:**
45-
run from any folder,
45+
run from any folder
4646

4747
* **3. Cross-platform availability:**
48-
use it on every platform, where Perl 5, Qt 5 and QtWebKit are available,
48+
use it on every platform, where Perl 5, Qt 5 and QtWebKit are available
4949

5050
* **4. Secure user-space solution:**
51-
no server of any kind is installed or started,
51+
no server of any kind is installed or started
5252

5353
* **5. Maximal (re)use of existing web technologies and standards:**
54-
use as much as possible from existing web technologies, standards and their documentation.
54+
use as much as possible from existing web technologies, standards and their documentation
5555

5656
## Target Audience
5757
* Perl 5 enthusiasts and developers creating custom desktop applications including rich/thick/fat clients
@@ -153,7 +153,7 @@ Compiled and tested successfully using:
153153
```
154154

155155
## Calling Linux Superuser Scripts
156-
Linux superuser Perl scripts with elevated privileges can be started using ```gksudo``` and a special query string item ```user=root```. So if PEB finds an URL like: ```http://local-pseudodomain/perl/root-open-directory.pl?user=root```, it will call ```gksudo```, which will ask the user for the root password and start the script. Output is displayed inside PEB like the output from any other Perl script. User data is supplied to the superuser Perl scripts as the first command line argument without STDIN input or QUERY_STRING environment variable like in the user-level Perl scripts.
156+
Linux superuser Perl scripts with elevated privileges can be started using the special query string item ```user=root```. So if PEB finds an URL like: ```http://local-pseudodomain/perl/root-open-directory.pl?user=root```, it will call ```gksudo```, which will ask the user for the root password and start the script. Output is displayed inside PEB like the output from any other Perl script. User data is supplied to superuser Perl scripts as the first command line argument without STDIN input or QUERY_STRING environment variable like in the user-level Perl scripts.
157157

158158
## Settings
159159
**Settings based on the existence of certain files and folders:**

0 commit comments

Comments
 (0)