1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-08 22:26:46 +02:00

fixes for docs and packages

This commit is contained in:
Awilum
2018-03-09 13:42:39 +03:00
parent 6ce2b2c7b1
commit 7186fa46db
2 changed files with 11 additions and 17 deletions

View File

@@ -1,5 +1,5 @@
<p align="center">
<img src="https://github.com/rawilum/rawilum/blob/dev/rawilum-logo-big.jpg?raw=true" alt="Rawilum" width="25%" height="25%" />
<img src="https://github.com/rawilum/rawilum/blob/dev/rawilum-logo-big.jpg?raw=true" alt="Rawilum" width="40%" height="40%" />
</p>
Rawilum is Modern Open Source Flat-File Content Management site.
@@ -7,7 +7,7 @@ Content in Rawilum is just a simple files written with markdown syntax in pages
You simply create markdown files in the pages folder and that becomes a page.
## Requirements
PHP 5.5.9 or higher with PHP's [Multibyte String module](http://php.net/mbstring)
PHP 7.1.3 or higher with PHP's [Multibyte String module](http://php.net/mbstring)
Apache with [Mod Rewrite](http://httpd.apache.org/docs/current/mod/mod_rewrite.html)
## Installation
@@ -17,32 +17,28 @@ Apache with [Mod Rewrite](http://httpd.apache.org/docs/current/mod/mod_rewrite.h
[Download the latest version.](http://rawilum.org/download)
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 youve done this, be sure to chmod the following directories (with containing files) to 777, so they are readable and writable by Rawilum:
* `cache/`
* `config/`
* `storage/`
* `themes/`
* `plugins/`
* `site/`
#### Using Composer
You can easily install Rawilum with Composer.
```
composer create-project rawilum-cms/rawilum
composer create-project rawilum/rawilum
```
## Contributing
1. Help on the [Forum.](http://forum.Rawilum.org)
1. Help on the [Forum.](http://forum.rawilum.org)
2. Develop a new plugin.
3. Create a new theme.
4. Find and [report issues.](https://github.com/Rawilum/Rawilum/issues)
4. Find and [report issues.](https://github.com/rawilum/rawilum/issues)
5. Link back to [Rawilum](http://rawilum.org).
## Links
- [Site](http://rawilum.org)
- [Forum](http://forum.Rawilum.org)
- [Forum](http://forum.rawilum.org)
- [Documentation](http://rawilum.org/documentation)
- [Github Repository](https://github.com/Rawilum/Rawilum)
- [Github Repository](https://github.com/rawilum/rawilum)
## License
See [LICENSE](https://github.com/Rawilum/Rawilum/blob/master/LICENSE.md)
See [LICENSE](https://github.com/rawilum/rawilum/blob/master/LICENSE.md)

View File

@@ -1,5 +1,5 @@
{
"name": "rawilum-cms/rawilum",
"name": "rawilum/rawilum",
"type": "library",
"description": "Rawilum is Modern Open Source Flat-File Content Management System",
"keywords": ["Rawilum", "php", "cms", "flat-file", "markdown"],
@@ -13,7 +13,7 @@
}
],
"support": {
"issues": "https://github.com/rawilum-cms/rawilum/issues"
"issues": "https://github.com/rawilum/rawilum/issues"
},
"require": {
"php": ">=7.1.3",
@@ -26,8 +26,6 @@
"symfony/finder": "4.0.4",
"symfony/event-dispatcher": "4.0.5",
"pimple/pimple": "3.2.3",
"klein/klein": "2.1.2",
altorouter/altorouter: "",
"force/session" : "*",
"force/shortcode" : "*",
"force/arr" : "*",