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 #16 from pi-engine/develop
update 20-05-2014
- Loading branch information
Showing
1,834 changed files
with
26,486 additions
and
74,151 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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
[submodule "usr/module/uclient"] | ||
path = usr/module/uclient | ||
url = https://github.com/pi-module/uclient | ||
[submodule "usr/module/demo"] | ||
path = usr/module/demo | ||
url = https://github.com/pi-module/demo | ||
[submodule "usr/module/saml"] | ||
path = usr/module/saml | ||
url = https://github.com/pi-module/saml | ||
[submodule "lib/vendor/simplesamlphp"] | ||
path = lib/vendor/simplesamlphp | ||
url = https://github.com/pi-vendor/simplesamlphp |
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,24 @@ | ||
Front-end building asset | ||
---------------- | ||
Tools: [gruntjs](http://gruntjs.com/) | ||
|
||
To execute asset build, use: | ||
|
||
``` | ||
grunt | ||
``` | ||
|
||
To execute clear asset build files, use | ||
|
||
``` | ||
grunt clear | ||
``` | ||
|
||
To execute 'www/asset' and 'www/public' files to usr, use | ||
|
||
``` | ||
grunt back | ||
``` | ||
|
||
|
||
-- By @sexnothing |
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,48 @@ | ||
{ | ||
"name": "pi/pi", | ||
"description": "Pi is a multi-tenant application development engine for cloud ready SaaS platform with support for SSO/OAuth.", | ||
"type": "project", | ||
"keywords": [ | ||
"Pi", | ||
"ZendFramework", | ||
"MultiTenant", | ||
"SaaS" | ||
], | ||
"homepage": "http://pialog.org", | ||
"license": "BSD-3-Clause", | ||
"authors": [ | ||
{ | ||
"name": "Taiwen Jiang", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Pi Team", | ||
"homepage": "https://github.com/pi-engine/pi/graphs/contributors" | ||
} | ||
], | ||
"require": { | ||
"php": ">=5.4.0", | ||
"ext-ctype": "*", | ||
"ext-fileinfo": "*", | ||
"ext-gd": "*", | ||
"ext-mbstring": "*", | ||
"ext-json": "*", | ||
"ext-pdo": "*", | ||
"ext-spl": "*", | ||
"lib-curl": "*" | ||
}, | ||
"require-dev": { | ||
}, | ||
"suggest": { | ||
"ext-apc": "for opcode cache and system persistent data", | ||
"ext-discount": "for Markdown text parsing", | ||
"ext-intl": "for i18n features" | ||
}, | ||
"extra": { | ||
"branch-alias": { | ||
"dev-master": "2.4-dev", | ||
"dev-develop": "2.5-dev" | ||
} | ||
}, | ||
"minimum-stability": "dev" | ||
} |
Binary file not shown.
Binary file not shown.
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.