cmor 0.0.59.pre → 0.0.60.pre
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +36 -17
- data/lib/cmor/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8ef1af9e681db5c8fbf893a2440e0b9bfc475e6809a4e0bc4bc14d8b1d88ae5f
|
|
4
|
+
data.tar.gz: 52e2c96d7992aa85916b320f431c41963d378e2310ed8a9f6e22834a66a7e731
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0034fcf24b276e7c424ef612d045f1c53ccb128c358a2c9087b6bf9276fa7725d680e7048b29922e4a042a266d8fa3e3f69e4e728da46a0535f655652bcd4d58
|
|
7
|
+
data.tar.gz: e19b36e729a21fe56e1a16472e6aaacce44f3ca1f7cd5430f4dcc8982d77237144bc28266178940581d761e6e7fcc2aa01d4f2e79a77f2c449f9974dd3124621
|
data/README.md
CHANGED
|
@@ -3,27 +3,46 @@
|
|
|
3
3
|
[](https://codeclimate.com/github/content-management-on-rails/cmor/maintainability)
|
|
4
4
|
|
|
5
5
|
# (C)ontent (m)anagement (o)n (r)ails a.k.a Seymore - Let's you see more and makes your content²!
|
|
6
|
-
Short description and motivation.
|
|
7
6
|
|
|
8
|
-
|
|
9
|
-
|
|
7
|
+
CMOR is a content management system for ruby on rails. It is highlgy extensible
|
|
8
|
+
and embraces the usage of engines.
|
|
9
|
+
|
|
10
|
+
## Architecture
|
|
11
|
+
|
|
12
|
+
CMOR modules live in the subfolders of this repository. Each module is a
|
|
13
|
+
separate gem that can be installed on its own. For convenience you can
|
|
14
|
+
install the cmor_suite gem. This will install all cmor modules at once.
|
|
15
|
+
|
|
16
|
+
If you want full control of all installation options you may want to install
|
|
17
|
+
the modules one by one.
|
|
18
|
+
|
|
19
|
+
## Available modules
|
|
20
|
+
|
|
21
|
+
* audits - Change auditing module (not installed by default)
|
|
22
|
+
* blog - Blogging module
|
|
23
|
+
* carousels - Picture carousels
|
|
24
|
+
* cms - Content management core module with layouts, pages, redirects, partials, navigations
|
|
25
|
+
* contact - Provides a contact form.
|
|
26
|
+
* core_backend - Core module that provides shared backend features
|
|
27
|
+
* core_frontend - Core module that provides shared frontend features
|
|
28
|
+
* files - Provides uploads/downloads
|
|
29
|
+
* galleries - Picture galleries with lightbox support
|
|
30
|
+
* legal - Provides a eu gdpr compiant cookie banner and integration of a privacy policy
|
|
31
|
+
* links - Provides nested lists of links and a link footer
|
|
32
|
+
* multi_tenancy - Provides multi tenancy across all modules (not installed by default)
|
|
33
|
+
* partners - Provides a showcase and a slider for your business partners
|
|
34
|
+
* rbac - Role based authorization framework with a nice admin interface
|
|
35
|
+
* seo - Integration of seo feature like automatic sitemap generation, meta tags and micro formats
|
|
36
|
+
* showcase - A showcase for your projects/products
|
|
37
|
+
* system - A system insights dashbard for active storage, delayed job, changelogs, etc.
|
|
38
|
+
* tags - A flexiable tagging solution for your models
|
|
39
|
+
* testimonials - Display customer testimonials and opinions
|
|
40
|
+
* transports - An import/export system for your business models (not installed by default) (work in progress)
|
|
41
|
+
* user_area - User authentication
|
|
10
42
|
|
|
11
43
|
## Installation
|
|
12
|
-
Add this line to your application's Gemfile:
|
|
13
44
|
|
|
14
|
-
|
|
15
|
-
gem 'cmor'
|
|
16
|
-
```
|
|
17
|
-
|
|
18
|
-
And then execute:
|
|
19
|
-
```bash
|
|
20
|
-
$ bundle
|
|
21
|
-
```
|
|
22
|
-
|
|
23
|
-
Or install it yourself as:
|
|
24
|
-
```bash
|
|
25
|
-
$ gem install cmor
|
|
26
|
-
```
|
|
45
|
+
See the [README file](cmor_suite/README.md) in [cmor_suite](cmor_suite) for more information.
|
|
27
46
|
|
|
28
47
|
## Running all specs
|
|
29
48
|
```bash
|
data/lib/cmor/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cmor
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.60.pre
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Roberto Vasquez Angel
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-
|
|
11
|
+
date: 2020-10-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rspec
|
|
@@ -108,7 +108,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
108
108
|
requirements:
|
|
109
109
|
- - ">="
|
|
110
110
|
- !ruby/object:Gem::Version
|
|
111
|
-
version:
|
|
111
|
+
version: 2.4.4
|
|
112
112
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
113
113
|
requirements:
|
|
114
114
|
- - ">"
|