-
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 85e0c6d
Showing
2 changed files
with
84 additions
and
0 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,22 @@ | ||
Copyright (c) Phalcon Team and contributors | ||
https://phalcon.io | ||
|
||
MIT License | ||
|
||
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. |
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,62 @@ | ||
<p align="center"><a href="https://docs.phalcon.io" target="_blank"> | ||
<img src="https://assets.phalcon.io/phalcon/images/svg/phalcon-logo-transparent-black.svg" height="100" alt="Phalcon"/> | ||
</a></p> | ||
|
||
<p align="center"> | ||
Hosting By: | ||
<br /> | ||
<a href="https://www.netlify.com"> | ||
<img src="https://www.netlify.com/img/global/badges/netlify-color-accent.svg"/> | ||
</a> | ||
</p> | ||
|
||
Official [Phalcon][0] documentation website. | ||
|
||
[![Netlify Status](https://api.netlify.com/api/v1/badges/96373ff5-88bd-4788-9d2d-1d40f4759803/deploy-status)](https://app.netlify.com/sites/phalcon-docs/deploys) | ||
|
||
## Documentation | ||
* Official documentation is [located here][1] | ||
* Translations must be sent to [Crowdin project][2] | ||
|
||
## Community | ||
* Follow us on [GitHub][3], [Facebook][4], [Twitter][5] or [Gab.ai][6] | ||
* Get Phalcon support on [Discord][7] and [Official Forums][8] | ||
|
||
## Contributing | ||
|
||
This work is an open source, community-driven project. See [CONTRIBUTING.md][9] | ||
for details about contributions to this repository. | ||
|
||
|
||
## Sponsors | ||
|
||
Become a sponsor and get your logo on our README on Github with a link to your site. [[Become a sponsor](https://opencollective.com/phalcon#sponsor)] | ||
|
||
<a href="https://opencollective.com/phalcon/#contributors"> | ||
<img src="https://opencollective.com/phalcon/tiers/sponsors.svg?avatarHeight=48&width=800"> | ||
</a> | ||
|
||
## Backers | ||
|
||
Support us with a monthly donation and help us continue our activities. [[Become a backer](https://opencollective.com/phalcon#backer)] | ||
|
||
<a href="https://opencollective.com/phalcon/#contributors"> | ||
<img src="https://opencollective.com/phalcon/tiers/backers.svg?avatarHeight=48&width=800&height=200"> | ||
</a> | ||
|
||
|
||
## License | ||
|
||
This work licensed under the New BSD License. See the [LICENSE][10] file for more information. | ||
|
||
[0]: https://phalcon.io | ||
[1]: https://docs.phalcon.io | ||
[2]: https://crowdin.com/project/phalcon-documentation | ||
[3]: https://github.com/phalcon/cphalcon | ||
[4]: https://phalcon.io/fb | ||
[5]: https://phalcon.io/t | ||
[6]: https://phalcon.io/gab | ||
[7]: https://phalcon.io/discord | ||
[8]: https://forum.phalcon.io | ||
[9]: https://github.com/phalcon/cphalcon/blob/master/CONTRIBUTING.md | ||
[10]: https://github.com/phalcon/cphalcon/blob/master/LICENSE.txt |