You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,19 +39,19 @@ Perl Executing Browser (PEB) is an HTML GUI for [Perl 5](https://www.perl.org/)
39
39
40
40
## Design Objectives
41
41
***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
43
43
44
44
***2. Zero installation:**
45
-
run from any folder,
45
+
run from any folder
46
46
47
47
***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
49
49
50
50
***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
52
52
53
53
***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
55
55
56
56
## Target Audience
57
57
* Perl 5 enthusiasts and developers creating custom desktop applications including rich/thick/fat clients
@@ -153,7 +153,7 @@ Compiled and tested successfully using:
153
153
```
154
154
155
155
## 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.
157
157
158
158
## Settings
159
159
**Settings based on the existence of certain files and folders:**
0 commit comments