Skip to content

Latest commit

 

History

History
90 lines (56 loc) · 2.91 KB

README.md

File metadata and controls

90 lines (56 loc) · 2.91 KB

FirePHP 1.0

Status: dev

This project contains the FirePHP 1.0 PHP server library and provides a development environment for working on FirePHP.

The PINF JavaScript Loader is used to provide a development environment and package releases for this project.

NOTE: It is assumed you have the PINF JavaScript Loader mapped to the commonjs command and are using the node platform by default as explained here.

Demo

commonjs -v https://github.com/firephp/firephp

Development

git clone git://github.com/firephp/firephp.git
cd firephp
commonjs -v ./

// force internal modules to be reloaded with every request
commonjs -v ./ --reloading

Support & Feedback

Mailing list: http://groups.google.com/group/firephp-dev

Contribute

Collaboration Platform: https://github.com/firephp/firephp/

Collaboration Process:

  1. Send message to discuss your change
  2. Write a patch on your own
  3. Send pull request on github
  4. Discuss pull request on github to refine

You must explicitly license your patch by adding the following to the top of any file you modify in order for your patch to be accepted:

//  - <GithubUsername>, First Last <Email>, Copyright YYYY, MIT License

Author

This project is maintained by Christoph Dorn.

Documentation License

Creative Commons Attribution-NonCommercial-ShareAlike 3.0

Copyright (c) 2007+ Christoph Dorn

Code License

MIT License

Copyright (c) 2007+ Christoph Dorn

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.