Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified build/lib.phar
Binary file not shown.
Binary file modified build/lib.zip
Binary file not shown.
5 changes: 5 additions & 0 deletions docs/Configuration/Constants.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,14 @@ The [Insight](../Insight) configuration constants:

CODE: {"lang": "php"}

// define('INSIGHT_DEBUG', true); // Optional to troubleshoot install
define('INSIGHT_IPS', '*');
define('INSIGHT_AUTHKEYS', '<Authorization Key>');
define('INSIGHT_PATHS', dirname(__FILE__));
define('INSIGHT_SERVER_PATH', '/<ServerScript.php>');

* The `INSIGHT_DEBUG` constant enables debug mode used to troubleshoot installation.

* The `INSIGHT_IPS` constant lists all client *IP Addresses* (or prefixes) that are allowed to access *FirePHP*.

* The `INSIGHT_AUTHKEYS` constant lists all client *Authorization Keys* that are allowed to access *FirePHP*. See
Expand All @@ -35,6 +38,8 @@ The [Insight](../Insight) configuration constants:
For example, if an application is hosted at **http://example.com/application/**, the `INSIGHT_SERVER_PATH` constant
must be set to **/application/**.

SECURITY: Do not keep `INSIGHT_DEBUG` enabled after installation was successful!

SECURITY: Keep `INSIGHT_IPS` as specific as possible!

SECURITY: If you allow **ALL** (`*`) for **BOTH** `INSIGHT_IPS` and `INSIGHT_AUTHKEYS` **ANYONE** will be able to access your application internals!
Expand Down
5 changes: 5 additions & 0 deletions docs/Configuration/Files.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,11 @@ Place the following at the **top** of the [bootstrap](http://devzone.zend.com/ar

INFO: The `INSIGHT_CONFIG_PATH` must be an **absolute** path.

INFO: Set `define('INSIGHT_DEBUG', true);` to troubleshoot installation.

SECURITY: Do not keep `INSIGHT_DEBUG` enabled after installation was successful!


If using the *phar* archive
---------------------------

Expand Down
21 changes: 19 additions & 2 deletions docs/Implementations.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,29 @@ FirePHP uses open [Protocols](Protocols) to send data from the server to the cli
library for PHP, implementations for other programming languages have become available. These implementations
differ primarily in the language they target, the protocols they implement and the features they support.

Language: .NET
Language: Lisp
==============

* Homepage: [https://github.com/html/firephp](https://github.com/html/firephp)
* Language: Common Lisp
* Implements: [All data in headers wildfire protocol](Protocols#header-only)

Language: Microsoft .NET
========================

FireDotNet for [NLog](http://nlog-project.org/)
-----------------------------------------------

* Homepage: [http://code.google.com/p/firedotnet/](http://code.google.com/p/firedotnet/)
* Homepage: [http://code.google.com/p/firedotnet/](http://code.google.com/p/firedotnet)
* Language: C#
* Implements: [All data in headers wildfire protocol](Protocols#header-only)

Language: Microsoft ASP
=======================

ClassicASP-FirePHP
------------------

* Homepage: [https://github.com/dmeagor/ClassicASP-FirePHP](https://github.com/dmeagor/ClassicASP-FirePHP)
* Language: ASP
* Implements: [All data in headers wildfire protocol](Protocols#header-only)
10 changes: 8 additions & 2 deletions docs/Integrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,17 @@ Frameworks
NOTICE: See [http://www.firephp.org/Wiki/](http://www.firephp.org/Wiki/) for all framework integrations until that information has been
migrated to this page.

### [Symfony 2](https://github.com/symfony/symfony/)
### [FuelPHP](http://fuelphp.com/)

* [Fuel FirePHP Package](https://github.com/kriansa/fuel-firephp) (bundles the [FirePHPCore](Configuration/Traditional) library)

*Symfony 2* has native *FirePHP* support via [Monolog](https://github.com/Seldaek/monolog) based on the [FirePHPCore](Configuration/Traditional) library.

PLANNED: *FirePHP 1.0* support for *Monolog* is planned. See: [https://github.com/Seldaek/monolog/pull/30](https://github.com/Seldaek/monolog/pull/30)
* Tutorial: [Symfony2 AJAX Monolog FirePHP: The Simple Story](http://www.craftitonline.com/2011/08/symfony2-ajax-monolog-firephp-the-simple-story/)

### [Symfony 2](https://github.com/symfony/symfony/)

*Symfony 2* has native *FirePHP* support via [Monolog](https://github.com/Seldaek/monolog) based on the [FirePHPCore](Configuration/Traditional) library.

* Tutorial: [Symfony2 AJAX Monolog FirePHP: The Simple Story](http://www.craftitonline.com/2011/08/symfony2-ajax-monolog-firephp-the-simple-story/)

Expand Down
5 changes: 3 additions & 2 deletions workspace/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ The [PINF JavaScript Loader](https://github.com/pinf/loader-js) is used to provi
Documentation
=============

commonjs -v https://github.com/pinf/server-js -v --port 8080 https://github.com/pinf/docs-js ../docs/
commonjs --script docs ./ -v --port 8080

open http://localhost:8080/



Tests
=====

Expand Down
12 changes: 10 additions & 2 deletions workspace/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@
"test": {
"location": "./",
"module": "/scripts/test.js"
},
"docs": {
"locator": {
"id": "github.com/pinf/docs-js/"
},
"options": {
"packagePath": "../"
}
}
},
"dependencies": [
Expand All @@ -25,10 +33,10 @@
],
"mappings": {
"nodejs": {
"id": "nodejs.org"
"id": "nodejs.org/"
},
"pinf": {
"id": "pinf.org/loader"
"id": "pinf.org/loader/"
},
"modules": {
"id": "github.com/pinf/modules-js/"
Expand Down
21 changes: 13 additions & 8 deletions workspace/program.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
{
"boot": "workspace",
"extends": {
"location": "../program.packages.json"
},
"extends": [
{
"location": "https://raw.github.com/pinf/docs-js/v0.1.16/program.declarations.json"
},
{
"location": "../program.packages.json"
}
],
"engine": [
"node"
],
Expand All @@ -17,15 +22,15 @@
"location": "../"
}
},
"nodejs.org": {
"provider": "nodejs.org"
"nodejs.org/": {
"provider": "nodejs.org/"
},
"pinf.org/loader": {
"provider": "pinf.org/loader"
"pinf.org/loader/": {
"provider": "pinf.org/loader/"
},
"github.com/pinf/modules-js/": {
"locator": {
"archive": "https://github.com/pinf/modules-js/zipball/master"
"archive": "https://github.com/pinf/modules-js/zipball/v0.1.18"
}
},
"github.com/kriskowal/q/": {
Expand Down