forked from pi-engine/pi
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from pi-engine/master
Update from main repo
- Loading branch information
Showing
256 changed files
with
7,389 additions
and
4,008 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,14 @@ | ||
Pi Engine | ||
================= | ||
|
||
Xoops/Pi Engine (The Engine, hereafter) is a role oriented modularized framework, an application development engine for web and mobile, designed as the next generation of XOOPS. | ||
Pi Engine is a role oriented application development engine for web and mobile, designed as the next generation and a successor to Xoops. | ||
Pi is developed upon PHP and MySQL with selected third-party frameworks including but not limited to [Zend Framework library](https://github.com/zendframework/zf2), [jQuery](https://github.com/jquery/jquery), [Bootstrap](https://github.com/twitter/bootstrap) and [Backbone](https://github.com/documentcloud/backbone). | ||
|
||
The Engine is released under a New BSD License and the project is intended to promote a sustainable ecosystem that benefits all contributors and users. | ||
Pi Project follows the philosophy of open standard, open design, open development and open structure. Pi is born as a complete open source project and intended to build a sustainable ecosystem that benefits all contributors and users. | ||
|
||
The Xoops/Pi Engine is a successor of the XOOPS Project led by Ono Kazumi (onokazu), skalpa and Taiwen Jiang (phppp). The Pi Team is inspired by them and benefits from their experiences and spirit. Pi Engine will continue to inherit and promote XOOPS brand. | ||
[Pi Team](https://github.com/pi-engine/pi/wiki/Pi-Team) is highly inspired by the Xoops led by onokazu (Ono Kazumi), skalpa and phppp (Taiwen Jiang, or D.J.) successively since 2001 and will continue to support and promote Xoops. | ||
|
||
**Check out the [Pi Day Release](https://github.com/pi-engine/pi/blob/master/doc/pi-day-release.txt).** | ||
**Check out [Latest Release](https://github.com/pi-engine/pi/blob/master/doc/releasenotes.txt).** | ||
|
||
|
||
|
||
|
@@ -19,159 +20,24 @@ Features and practices | |
4. Design-friendly templating | ||
5. DevOps oriented architecture | ||
|
||
To get started, check out [Pi Engine Repository](https://github.com/pi-engine/pi). | ||
|
||
|
||
|
||
Quick start | ||
----------- | ||
|
||
Clone the repo, `git clone git://github.com/pi-engine/pi.git`, or [download the latest release](https://github.com/xoops/pi/zipball/master). | ||
|
||
|
||
|
||
Versioning | ||
---------- | ||
|
||
For transparency and insight into our release cycle, and striving to maintain backward compatibility, Xoops/Pi Engine will be maintained under the Semantic Versioning guidelines as much as possible. | ||
|
||
Releases will be numbered in the following format: | ||
|
||
`<major>.<minor>.<patch>` | ||
|
||
And constructed with the following guidelines: | ||
|
||
* Breaking backward compatibility bumps the major (and resets the minor and patch) | ||
* New additions without breaking backward compatibility bumps the minor (and resets the patch) | ||
* Bug fixes and misc changes bumps the patch | ||
|
||
For more information on SemVer, please visit http://semver.org/. | ||
|
||
|
||
|
||
Bug/feature tracker | ||
----------- | ||
|
||
To report a bug or request a feature, please create an issue here on GitHub [Pi Issues](https://github.com/pi-engine/pi/issues) that conforms with [necolas's guidelines](https://github.com/necolas/issue-guidelines). | ||
|
||
|
||
|
||
------- | ||
|
||
Keep up to date on announcements and more by following Pi Engine on Twitter, [@XoopsProject](http://twitter.com/XoopsProject). | ||
|
||
|
||
|
||
Blog | ||
---- | ||
|
||
Read more detailed announcements, discussions, and more on [Xoops/Pi Engine Dev Blog](http://dev.xoopsengine.org). | ||
|
||
|
||
|
||
|
||
* Check documents at [Pi Wiki](https://github.com/pi-engine/pi/wiki) | ||
* Download the [latest code](https://github.com/xoops/pi/zipball/master). | ||
* Clone Pi repo `git clone git://github.com/pi-engine/pi.git` and [keep updated](https://help.github.com/articles/fork-a-repo#pull-in-upstream-changes). | ||
|
||
Development | ||
---------- | ||
|
||
Beyond production and application, the Engine also strives to be strictly standard compliant, including but not limited to: | ||
|
||
1. Versioning - [Semantic Versioning Specification](http://semver.org) | ||
2. PHP - [PSR compliant](https://github.com/php-fig/fig-standards), [Zend Framework Coding Standards](http://framework.zend.com/wiki/display/ZFDEV2/Coding+Standards) | ||
3. HTML/CSS - [Google HTML/CSS Style Guide](http://google-styleguide.googlecode.com/svn/trunk/htmlcssguide.xml) | ||
4. JavaScript - [Google JavaScript Style Guide](http://google-styleguide.googlecode.com/svn/trunk/javascriptguide.xml) | ||
5. All code must be strictly compliant to its corresponding standards, no warning/notice messages allowed | ||
|
||
|
||
Third-party libraries utilized in this framework: | ||
|
||
1. PHP - [Zend Framework 2](https://github.com/zendframework/zf2) | ||
2. JavaScript - [jQuery](https://github.com/jquery/jquery) | ||
3. CSS/JS - [Bootstrap](https://github.com/twitter/bootstrap)/[Backbone](https://github.com/documentcloud/backbone) | ||
|
||
|
||
|
||
|
||
Contributing | ||
------------ | ||
|
||
If you wish to contribute to Xoops/Pi Engine, please read both the CONTRIBUTING.md and README-GIT.md file. | ||
|
||
|
||
Authors | ||
------- | ||
|
||
**[Taiwen Jiang (D.J.)](http://github.com/taiwen)** | ||
+ XOOPS account: phppp | ||
+ http://twitter.com/taiwen | ||
+ http://github.com/pi-engine | ||
+ http://weibo.com/nope | ||
+ https://www.facebook.com/xoops | ||
Pi Engine is started by Taiwen Jiang (Xoops Project Lead and Dev Lead), Marc Desrousseaux (Xoops QA Lead), Hossein Azizabadi (Xoops Persian Lead), Kris (Xoops Council Member and Xoops France Lead), etc. You are welcome to join **[Pi Team](https://github.com/pi-engine/pi/wiki/Pi-Team)**. | ||
|
||
**[Hossein Azizabadi](http://github.com/voltan)** | ||
+ XOOPS account: voltan | ||
|
||
**[marco](http://github.com/MarcoXoops)** | ||
+ XOOPS account: marco_fr | ||
|
||
**[kris](http://github.com/krisxoofoo)** | ||
+ XOOPS account: kris | ||
|
||
**[Lin Zongshu](http://github.com/linzongshu)** | ||
|
||
**[EEFOCUS Team](http://www.eefocus.com)** | ||
+ [Dong Lijun](https://github.com/donglijun) | ||
+ [Liu Chuang](https://github.com/liuchuangww) | ||
+ [Liao Wei](https://github.com/sexnothing) | ||
+ [Simon Zhang](https://github.com/zhangsimon) | ||
+ [Danyi Feng](https://github.com/d4ny1) | ||
|
||
**[Longquan Monastery Team](http://weibo.com/lqsit)** | ||
+ [Master Xianxin](https://github.com/htouch) | ||
+ [Xiandu](https://github.com/gwisdomroof) | ||
+ [Zhang Jing](https://github.com/zhangjing1117) | ||
|
||
**[Wen.org.cn Team](http://wen.org.cn)** | ||
+ [Liot](https://github.com/liot) [email protected] | ||
|
||
|
||
Acknowledgements | ||
---------------- | ||
|
||
The Pi Team would like to thank Mr. Su Gongyu from EEFOCUS.com and Master Xianxin from Longquan Monastery for their ultimate support. The Wen.org.cn Team has been a great support since early days of Xoops Project and continues to be a part of the Pi Team. | ||
You may contribute to Pi at github by submitting your code to Pi repo with **[Pull Request](https://help.github.com/articles/using-pull-requests)** or submitting bug reports and feature requests to **[Issue Tracker](https://github.com/pi-engine/pi/issues)**. | ||
|
||
|
||
Copyright and License | ||
--------------------- | ||
|
||
The Engine is released under a New BSD License and the project is intended to promote a sustainable ecosystem that benefits all contributors and users. | ||
|
||
New BSD License | ||
Copyright (c) 2011, Pi Engine Project | ||
All rights reserved. | ||
|
||
Redistribution and use in source and binary forms, with or without modification, | ||
are permitted provided that the following conditions are met: | ||
|
||
* Redistributions of source code must retain the above copyright notice, | ||
this list of conditions and the following disclaimer. | ||
|
||
* Redistributions in binary form must reproduce the above copyright notice, | ||
this list of conditions and the following disclaimer in the documentation | ||
and/or other materials provided with the distribution. | ||
The Engine is released under a [New BSD License](https://github.com/pi-engine/pi/blob/master/doc/license.txt). | ||
|
||
* Neither the name of Pi Engine nor the names of its | ||
contributors may be used to endorse or promote products derived from this | ||
software without specific prior written permission. | ||
|
||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND | ||
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED | ||
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | ||
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR | ||
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES | ||
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; | ||
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON | ||
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | ||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS | ||
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Pi Day Release for Pi Engine | ||
|
||
The Pi Team is pleased to present the Pi Day Release as the first public release of Xoops/Pi Engine as the next generation of XOOPS in years. | ||
|
||
Check out [Pi Day Release Announcement](https://github.com/pi-engine/pi/blob/master/doc/pi-day-release.txt) for details. | ||
|
||
Taiwen Jiang | ||
Lead for Pi Development Team | ||
March 14th, 2013 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.