Improved readme even more
This commit is contained in:
+21
-7
@@ -1,8 +1,6 @@
|
|||||||
PHP Console
|
PHP Console
|
||||||
===========
|
===========
|
||||||
|
|
||||||
**This is a slimmed-down fork modified to look like Sublime Text.**
|
|
||||||
|
|
||||||
A web console to try your PHP code.
|
A web console to try your PHP code.
|
||||||
|
|
||||||
Creating a test file or using php's interactive mode can be a bit cumbersome
|
Creating a test file or using php's interactive mode can be a bit cumbersome
|
||||||
@@ -12,6 +10,22 @@ right from your browser.
|
|||||||
It is secure since it's accessible only from localhost, and very easy to
|
It is secure since it's accessible only from localhost, and very easy to
|
||||||
setup and use.
|
setup and use.
|
||||||
|
|
||||||
|
About this fork
|
||||||
|
---------------
|
||||||
|
|
||||||
|
This is a fork of the original code by Jordi Boggiano.
|
||||||
|
|
||||||
|
Changes:
|
||||||
|
|
||||||
|
- Changed colors to look more like Sublime Text, with Monokai theme
|
||||||
|
- Slitly improved layout
|
||||||
|
- Removed info text at the bottom of the screen
|
||||||
|
- Output is now plain text, not HTML (more useful for debugging)
|
||||||
|
- Removed "krumo" (some kind of PHP library)
|
||||||
|
- Removed "clippy" (flash applet for clipboard support)
|
||||||
|
- Updated ACE to 1.2.0 with a patch to support the trait keyword
|
||||||
|
- Hidden loader animation (was broken)
|
||||||
|
|
||||||
Screenshot
|
Screenshot
|
||||||
----------
|
----------
|
||||||
|
|
||||||
@@ -44,16 +58,16 @@ Code contributions or ideas are obviously much welcome. Send pull requests or is
|
|||||||
Authors
|
Authors
|
||||||
-------
|
-------
|
||||||
|
|
||||||
Project originally by:
|
Originally by:
|
||||||
|
|
||||||
Jordi Boggiano - [j.boggiano@seld.be](mailto:j.boggiano@seld.be)
|
**Jordi Boggiano** - [j.boggiano@seld.be](mailto:j.boggiano@seld.be)<br>
|
||||||
[seld.be](http://seld.be/) - [@seldaek](http://twitter.com/seldaek)
|
[seld.be](http://seld.be/) - [@seldaek](http://twitter.com/seldaek)<br>
|
||||||
[github.com/Seldaek/php-console](https://github.com/Seldaek/php-console)
|
[github.com/Seldaek/php-console](https://github.com/Seldaek/php-console)
|
||||||
|
|
||||||
Modified by:
|
Modified by:
|
||||||
|
|
||||||
Ondřej Hruška - [ondra@ondrovo.com](mailto:ondra@ondrovo.com)
|
**Ondřej Hruška** - [ondra@ondrovo.com](mailto:ondra@ondrovo.com)<br>
|
||||||
[www.ondrovo.com](http://www.ondrovo.com) - [@MightyPork](http://twitter.com/MightyPork)
|
[www.ondrovo.com](http://www.ondrovo.com) - [@MightyPork](http://twitter.com/MightyPork)<br>
|
||||||
[github.com/MightyPork/php-console](https://github.com/MightyPork/php-console)
|
[github.com/MightyPork/php-console](https://github.com/MightyPork/php-console)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user