Skip to content

Commit af8443b

Browse files
committed
documentation update
1 parent f7c06f5 commit af8443b

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

ACKNOWLEDGEMENTS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,3 +334,8 @@ https://en.wikipedia.org/wiki/Web_Open_Font_Format
334334
http://stackoverflow.com/questions/26177849/mime-types-for-woff-ttf-svg-and-eot-404ing-despite-being-setup-in-iis
335335
http://www.alienfactory.co.uk/articles/mime-types-for-web-fonts-in-bedsheet
336336
https://www.w3.org/services/svg-server/
337+
338+
## Travis CI
339+
http://stackoverflow.com/questions/25737062/travis-ci-for-a-qt5-project
340+
https://forum.qt.io/topic/50340/installing-qt-5-4-dev-packages-in-travis-ci/16
341+

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Perl Executing Browser
22
--------------------------------------------------------------------------------
33

4+
[![Build Status](https://travis-ci.org/ddmitov/perl-executing-browser.svg?branch=master)](https://travis-ci.org/ddmitov/perl-executing-browser)
45
Perl Executing Browser (PEB) is an HTML GUI for [Perl 5](https://www.perl.org/) desktop applications. It runs local Perl 5 scripts without server and with no timeout and is implemented as a C++ compiled executable based on [Qt 5](https://www.qt.io/) and [QtWebKit](https://trac.webkit.org/wiki/QtWebKit) libraries. PEB Perl scripts are fed from HTML forms using GET or POST requests to a built-in pseudo-domain. HTML interface for the [default Perl debugger](http://perldoc.perl.org/perldebug.html) is also available. Inspired by [NW.js](http://nwjs.io/) and [Electron](http://electron.atom.io/), PEB is another reuse of web technologies in desktop applications with Perl doing the heavy lifting.
56

67
## Contents

0 commit comments

Comments
 (0)