mirror of https://github.com/Squidex/squidex.git
16 changed files with 141 additions and 74 deletions
@ -0,0 +1,21 @@ |
|||||
|
MIT License |
||||
|
|
||||
|
Copyright (c) 2017 Qaisar Ahmad & Sebastian Stehle |
||||
|
|
||||
|
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. |
||||
@ -1 +1,31 @@ |
|||||
# Squidex |
 |
||||
|
|
||||
|
# What is Squidex? |
||||
|
|
||||
|
Squidex is an open source headless CMS and content management hub. In contrast to an traditional CMS Squidex provides a rich API with OData filter support and Swagger Definitions. It is up to you to build you UI on top of it. It can be website, a native App or just another server. |
||||
|
We built it on top of ASP.NET Core and CQRS and is tested for Windows and Linux on modern Browsers. |
||||
|
|
||||
|
[](https://gitter.im/squidex-cms/Lobby) |
||||
|
|
||||
|
Read the docs on [https://docs.squidex.io/](https://docs.squidex.io/) (work in progress) or just check out the code and play around. |
||||
|
|
||||
|
## Prerequisites |
||||
|
|
||||
|
* [Visual Studio Code](https://code.visualstudio.com/) or [Visual Studio 2017](https://www.visualstudio.com/vs/visual-studio-2017-rc/) |
||||
|
* [Node.js](https://nodejs.org/en/) |
||||
|
* [.NET Core SDK](https://www.microsoft.com/net/download/core#/current) (Already part of Visual Studio 2017) |
||||
|
* [MongoDB](https://www.mongodb.com/) |
||||
|
* [Redis](https://redis.io/download) (If you want to run Squidex on multiple hosts) |
||||
|
|
||||
|
## Contributors |
||||
|
|
||||
|
* [Qaisar Ahmad](http://www.qaisarahmad.com/) Interaction Designer, Pakistan |
||||
|
* [Sebastian Stehle](https://github.com/SebastianStehle) Software Engineer, German (currently Sweden) |
||||
|
|
||||
|
## Contributing |
||||
|
|
||||
|
Please create issues to report bugs, suggest new functionalities, ask questions or just share your thoughts about the project. We will really appreciate your contribution, thanks. |
||||
|
|
||||
|
## Cloud Version |
||||
|
|
||||
|
Although Squidex is free we are also working on a Saas version on [Https://cloud.squidex.io](https://cloud.squidex.io) (More information coming soon). We have also have plans to sell a premium version with first class support and some exlusive features. But don't be afraid, our first priority is to deliver a state of the art, stable, fast and free content management hub to make the life for all developers a little bit easier. |
||||
|
|||||
Loading…
Reference in new issue