Skip to content

Commit 20948d3

Browse files
committed
documentation update
1 parent 3d45104 commit 20948d3

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,10 @@ Perl Executing Browser (PEB) is an HTML GUI for [Perl 5](https://www.perl.org/)
4747
* **3. Cross-platform availability:**
4848
usable on every platform, where Perl 5, Qt 5 and QtWebKit are available
4949

50-
* **4. Secure user-space solution:**
50+
* **4. Secure serverless solution:**
5151
no server of any kind is installed or started
5252

53-
* **5. Maximal reuse of existing web technologies and standards:**
54-
based on existing web technologies, standards and their documentation
53+
* **5. Maximal reuse of existing web technologies, standards and their documentation**
5554

5655
## Target Audience
5756
* Perl 5 enthusiasts and developers creating custom desktop applications including rich/thick/fat clients
@@ -153,7 +152,7 @@ Compiled and tested successfully using:
153152
```
154153

155154
## Calling Linux Superuser 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.
155+
Linux superuser Perl scripts 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.
157156

158157
## Settings
159158
**Settings based on the existence of certain files and folders:**

0 commit comments

Comments
 (0)