mirror of
https://github.com/flextype/flextype.git
synced 2025-08-04 04:07:48 +02:00
Flextype 1.0.0-alpha.3
This commit is contained in:
2
.github/FUNDING.yml
vendored
2
.github/FUNDING.yml
vendored
@@ -1 +1 @@
|
||||
custom: ['https://awilum.github.io/sponsors']
|
||||
custom: ['https://awilum.github.io/donate']
|
||||
|
58
BACKERS.md
58
BACKERS.md
@@ -1,58 +0,0 @@
|
||||
<h1 align="center">Sponsors & Backers</h1>
|
||||
|
||||
Flextype is an MIT-licensed open source project and completely free to use.
|
||||
|
||||
However, the amount of effort needed to maintain and develop new features for the project is not sustainable without proper financial backing. You can support it's ongoing development by being a backer or a sponsor:
|
||||
|
||||
* [Become a backer or sponsor](https://awilum.github.io/sponsors).
|
||||
|
||||
### Gold Sponsor
|
||||
|
||||
### Silver Sponsor
|
||||
|
||||
### Bronze Sponsor
|
||||
|
||||
### Generous Backer
|
||||
|
||||
### Backers
|
||||
|
||||
### Coffee Supporter
|
||||
* Anastasiia G.
|
||||
|
||||
### One-time donations
|
||||
* Viktoriya Kozyr
|
||||
* Izabela Sokołowska
|
||||
* Anastasiia G.
|
||||
* Joseph Newton
|
||||
* Dylan Carlson
|
||||
* Paul Masterson
|
||||
* Heinz Wüthrich
|
||||
* Monstra Pro
|
||||
* Izabela Sokołowska
|
||||
* William Marshall
|
||||
* dextra
|
||||
* RomanArt
|
||||
* Andrew
|
||||
* Latham
|
||||
* Moon Ant Radio
|
||||
* ZenLabs
|
||||
* AlxBuk
|
||||
* Hmelex
|
||||
* newbie
|
||||
* dok2d
|
||||
* KANekT
|
||||
* kromverk
|
||||
* AlexGor
|
||||
* uptraff
|
||||
* Knobloh Sergey (zaqwe)
|
||||
* Илья Земсков (vimruler)
|
||||
* Гриценко Екатерина
|
||||
* sergeyterr
|
||||
* vanchelo
|
||||
* La Grande
|
||||
|
||||
### Previous monthly supporters
|
||||
|
||||
* Jeremy Monroe
|
||||
* web-easy
|
||||
* Arseni Khramenkin
|
@@ -1,5 +1,14 @@
|
||||
# Release Notes for 1.x
|
||||
|
||||
<a name="1.0.0-alpha.3"></a>
|
||||
# [1.0.0-alpha.3](https://github.com/flextype/flextype/compare/v1.0.0-alpha.2...v1.0.0-alpha.3) (2022-11-19)
|
||||
|
||||
### Features
|
||||
|
||||
* **core** Core packages updated.
|
||||
* **core** Added new package Glowy Benchmark.
|
||||
|
||||
|
||||
<a name="1.0.0-alpha.2"></a>
|
||||
# [1.0.0-alpha.2](https://github.com/flextype/flextype/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) (2022-09-13)
|
||||
|
||||
|
@@ -1,9 +1,9 @@
|
||||
## CONTRIBUTE
|
||||
Flextype is an open source project and community contributions are essential to its growing and success. Contributing to the Flextype is easy and you can give as little or as much time as you want.
|
||||
|
||||
- Help on the [Communities.](https://awilum.github.io/flextype)
|
||||
- Help on the [Communities.](https://awilum.github.io/flextype/)
|
||||
- Develop a new plugin.
|
||||
- Create a new theme.
|
||||
- Find and [report issues.](https://github.com/flextype/flextype/issues)
|
||||
- Link back to [Flextype](https://awilum.github.io/flextype).
|
||||
- [Donate to keep Flextype free.](https://awilum.github.io/sponsors)
|
||||
- [Donate to keep Flextype free.](https://awilum.github.io/donate/)
|
||||
|
12
README.md
12
README.md
@@ -9,7 +9,7 @@
|
||||
|
||||
## INTRODUCTION
|
||||
|
||||
**Flextype** is an open-source **Hybrid Content Management System** with the freedom of a headless CMS and with the full functionality of a traditional CMS. Building this Content Management System, we focused on simplicity. To achieve this, we implemented a simple but powerful API's.
|
||||
**Flextype** is Modern Open Source Flat Files Content Management System. Building this Content Management System, we focused on simplicity. To achieve this, we implemented a simple but powerful API's.
|
||||
|
||||
With Flextype, you are in complete control. Design your data structure the way you want. Update and share your data with others and teams using version control. Flextype does not require MySQL database, because all the data are collected in a simple files. Perfect portability when changing your hosting provider. Just copy all the files from one server to another.
|
||||
|
||||
@@ -38,10 +38,10 @@ APC, APCu, XCache, Memcached, or Redis for better performance.
|
||||
|
||||
## QUICK INSTALLATION
|
||||
|
||||
1. [Download the latest version of Flextype](https://awilum.github.io/flextype/downloads).
|
||||
1. [Download the latest version of Flextype](https://awilum.github.io/flextype/downloads/).
|
||||
2. Unzip the contents to a new folder on your local computer, and upload to your webhost using the (S)FTP client of your choice. After you’ve done this, create directory <code>project</code> and be sure to chmod the following directory to <code>755</code> (or <code>777</code>), so it is readable and writable by Flextype.
|
||||
|
||||
[read the documentation](https://awilum.github.io/flextype/documentation)
|
||||
[read the documentation](https://awilum.github.io/flextype/documentation/)
|
||||
|
||||
## COMMUNITY
|
||||
Flextype is open source, community driven project, and maintained by community!
|
||||
@@ -66,8 +66,8 @@ Flextype is an MIT-licensed open source project and completely free to use.
|
||||
|
||||
However, the amount of effort needed to maintain and develop new features for the project is not sustainable without proper financial backing.
|
||||
|
||||
You can support it's ongoing development by being a project backer or a sponsor:
|
||||
* [Visit Sponsors page](https://awilum.github.io/sponsors)
|
||||
You can support it's ongoing development by being a project supporter:
|
||||
* [Visit Supporters page](https://awilum.github.io/supporters/)
|
||||
|
||||
### PLATFORM CONTRIBUTIONS
|
||||
|
||||
@@ -89,4 +89,4 @@ You may help us to create amazing knowledge base for Flextype. Fix spelling, add
|
||||
|
||||
## LICENSE
|
||||
[The MIT License (MIT)](https://github.com/flextype/flextype/blob/1.x/LICENSE.txt)
|
||||
Copyright (c) [Sergey Romanenko](https://awilum.github.io)
|
||||
Copyright (c) [Sergey Romanenko](https://awilum.github.io/)
|
||||
|
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "flextype/flextype",
|
||||
"type": "project",
|
||||
"description": "Hybrid Content Management System with the freedom of a headless CMS and with the full functionality of a traditional CMS",
|
||||
"description": "Modern Open Source Flat Files Content Management System.",
|
||||
"keywords": ["flextype", "php", "cms", "flat-file cms", "flat cms", "flatfile cms", "headless", "API", "html"],
|
||||
"homepage": "https://awilum.github.io/flextype",
|
||||
"license": "MIT",
|
||||
|
@@ -27,7 +27,7 @@ final class Flextype
|
||||
/**
|
||||
* Flextype version
|
||||
*/
|
||||
public const VERSION = '1.0.0-alpha.2';
|
||||
public const VERSION = '1.0.0-alpha.3';
|
||||
|
||||
/**
|
||||
* The Flextype instance.
|
||||
|
@@ -1,6 +1,6 @@
|
||||
name: Flextype
|
||||
version: "1.0.0-alpha.2"
|
||||
description: Hybrid Content Management System with the freedom of a headless CMS and with the full functionality of a traditional CMS
|
||||
version: "1.0.0-alpha.3"
|
||||
description: Modern Open Source Flat Files Content Management System.
|
||||
author:
|
||||
name: Sergey Romanenko
|
||||
email: awilum@msn.com
|
||||
|
Reference in New Issue
Block a user