Skip to content

Commit

Permalink
1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmi3yy committed Mar 23, 2018
1 parent 13ea97c commit e91f8f2
Show file tree
Hide file tree
Showing 2,326 changed files with 68,929 additions and 123,136 deletions.
71 changes: 67 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,74 @@
# ignore any files beginning with .
#\.*
# assets
/assets/.thumbs/*
!/assets/.thumbs/index.html
!/assets/.thumbs/.htaccess

/assets/backup/*
!/assets/backup/index.html
!/assets/backup/.htaccess

# and any files in the cache directory
/assets/cache/*
!/assets/cache/.htaccess
!/assets/cache/index.html
!/assets/cache/siteManager.php
!/assets/cache/sitePublishing.idx.php
!/assets/cache/images/index.html
!/assets/cache/rss/index.html
!/assets/cache/updater/index.html

/assets/docs/*
!/assets/docs/.htaccess
!/assets/docs/changelog.txt
!/assets/docs/index.html
!/assets/docs/license.txt

/assets/export/*
!/assets/export/index.html
!/assets/export/.htaccess

/assets/files/*
!/assets/files/index.html
!/assets/files/.htaccess

/assets/images/*
!/assets/images/index.html
!/assets/images/evo-logo.png
!/assets/images/.htaccess

/assets/import/*
!/assets/import/index.html
!/assets/import/.htaccess

# and the config file
/assets/site/*
!/assets/site/index.html
!/assets/site/.htaccess

# Manager
/manager/includes/config.inc.php

# Composer
/composer.phar
/vendor/*
!/vendor/.htaccess
!/vendor/index.html

# IDE Helper
modx_evolution.IDEhelper.php
_ide_helper.php
.phpstorm.meta.php

#node.JS
/node_modules
npm-debug.log

# System
ftpsync.settings
Thumbs.db
Desktop.ini
.DS_Store
.idea
.vagrant
.rocketeer

# except do not ignore .gitignore
!.gitignore
40 changes: 32 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,44 @@
# Evolution CMS

**What is EVO**
[![CMS Evolution](https://img.shields.io/badge/CMS-Evolution-brightgreen.svg)](https://github.com/evolution-cms/evolution) [![GitHub release](https://img.shields.io/github/release/evolution-cms/evolution.svg)](https://github.com/evolution-cms/evolution/releases) ![PHP version](https://img.shields.io/badge/PHP->=v5.6-green.svg?php=5.6) [![Issues](https://img.shields.io/github/issues-closed-raw/evolution-cms/evolution.svg?maxAge=2592000)](https://github.com/evolution-cms/evolution/issues) [![Code quality](https://img.shields.io/scrutinizer/g/evolution-cms/evolution.svg?maxAge=2592000&b=develop)](https://scrutinizer-ci.com/g/evolution-cms/evolution/?branch=develop) [![Documentation](https://img.shields.io/badge/Documentation-processed-orange.svg)](https://github.com/evolution-cms/docs/)

EVO is an open source Content Management System and Application Framework. Initially inspired by Etomite 0.6, then it been MODX Evolution 0.7 - 1.0.8 is an ongoing project written by Raymond Irving and a core team of contributors MODX, and now its Evolution CMS maintained by Dmytro Lukianenko and a core team of contributors at the EVO Project. EVO is distributed under the GPL license and is now run by a professional team of developers from all over the world. Visit the Forums for more information.
Evolution CMS requires **PHP >= 5.6**

EVO provides a fast, lightweight and powerful framework on which to deploy and secure your website and web applications. For example, it gives you a true system for registered web users and groups that is separate from administration users. You can grant some web users access to one page and others access to another page. For content management, you can easily duplicate documents, folders (and all their children!), chunks and snippets. Most significant, though, is EVO's ability to empower you to quickly and easily create and maintain a rich and dynamic website like never before.

Evolution CMS requires **PHP version 5.4 and higher**.
## What is EVO

**EVO** is an open source Content Management System and Application Framework.

## History

Initially inspired by **Etomite 0.6**, then it been **MODX Evolution 0.7 - 1.0.8** is an ongoing project written by *Raymond Irving* and a core team of contributors **MODX**, and now its **Evolution CMS** maintained by *Dmytro Lukianenko* and a core team of contributors at the **EVO Project**.

## License

**EVO** is distributed under the **GPL license** and is now run by a professional team of developers from all over the world. Visit the Forums for more information.

## Features

**EVO** provides a fast, lightweight and powerful framework on which to deploy and secure your website and web applications.

For example, it gives you a true system for registered web users and groups that is separate from administration users. You can grant some web users access to one page and others access to another page.

For content management, you can easily duplicate documents, folders (and all their children!), chunks and snippets.

Most significant, though, is **EVO's** ability to empower you to quickly and easily create and maintain a rich and dynamic website like never before.


## Install
Just use [Evo Installer](https://github.com/evolution-cms/installer)


### Screenshots

![screenshot_1](https://cloud.githubusercontent.com/assets/523389/20504423/97db8bf8-b047-11e6-9eef-550c1c7d34f2.jpg)
![screenshot_1](https://user-images.githubusercontent.com/7342798/30167975-5ec146c0-93e8-11e7-8cf8-b324c2b09477.jpg)

![screenshot_2](https://cloud.githubusercontent.com/assets/523389/20504414/926ceec8-b047-11e6-8760-3d11d6610977.jpg)
![screenshot_2](https://user-images.githubusercontent.com/7342798/30128635-b34fa2a4-9343-11e7-9d87-13d0e17fb69e.jpg)

![screenshot_3](https://cloud.githubusercontent.com/assets/523389/20504420/956ef5d0-b047-11e6-9460-7c7a471bada6.jpg)
![screenshot_3](https://user-images.githubusercontent.com/7342798/30128638-b5b2cdc8-9343-11e7-8c75-0864d00fe28a.jpg)

### References

Expand All @@ -31,4 +55,4 @@ Extras:
https://extras.evolution-cms.com

Documentation:
https://evolution-docs.com
https://evolution-docs.com
5 changes: 5 additions & 0 deletions assets/.thumbs/.htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
IndexIgnore */*
<Files *.php>
Order Deny,Allow
Deny from all
</Files>
Empty file modified assets/.thumbs/index.html
100644 → 100755
Empty file.
File renamed without changes.
Empty file modified assets/backup/index.html
100644 → 100755
Empty file.
Empty file modified assets/cache/images/.htaccess
100644 → 100755
Empty file.
Empty file modified assets/cache/images/ht.access
100644 → 100755
Empty file.
Empty file modified assets/cache/images/index.html
100644 → 100755
Empty file.
Empty file modified assets/cache/siteManager.php
100644 → 100755
Empty file.
Empty file modified assets/cache/sitePublishing.idx.php
100644 → 100755
Empty file.
2 changes: 0 additions & 2 deletions assets/cache/updater/ht.access

This file was deleted.

6 changes: 5 additions & 1 deletion assets/docs/.htaccess
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@ IndexIgnore */*
<Files "changelog.txt">
Order Allow,Deny
Deny from all
</Files>
</Files>
<Files *.php>
Order Deny,Allow
Deny from all
</Files>
Loading

0 comments on commit e91f8f2

Please sign in to comment.