Skip to content
This repository was archived by the owner on Jul 1, 2022. It is now read-only.

Commit 38291f1

Browse files
committedNov 9, 2018
[OPENY-177] Replace OpenY with Open Y
1 parent 6413dbd commit 38291f1

File tree

168 files changed

+322
-322
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

168 files changed

+322
-322
lines changed
 

‎README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ The Open Y platform is a content management system that uses Drupal 8 functional
2626
# Demo
2727
You can always evaluate distribution by visiting demo website - http://sandbox.openymca.org. To get admin credentials to the sandbox - please [visit page for details](http://openymca.org/sandbox-details).
2828

29-
![OpenY Sandbox](docs/assets/sandbox.gif "OpenY Demo")
29+
![Open Y Sandbox](docs/assets/sandbox.gif "Open Y Demo")
3030

31-
*\* OpenY version 1.3.*
31+
*\* Open Y version 1.3.*
3232

3333
# Installation
3434

@@ -44,7 +44,7 @@ composer create-project ymcatwincities/openy-project:8.1.x-dev MY_PROJECT --no-i
4444
cd MY_PROJECT && composer update
4545
```
4646

47-
In order to properly install OpenY Distribution, we have separate composer project - [openy-project](https://github.com/ymcatwincities/openy-project). Please read detailed installation instructions [here](https://github.com/ymcatwincities/openy-project).
47+
In order to properly install Open Y Distribution, we have separate composer project - [openy-project](https://github.com/ymcatwincities/openy-project). Please read detailed installation instructions [here](https://github.com/ymcatwincities/openy-project).
4848

4949
# Development
5050
For development environment please read documentation [openy-project](https://github.com/ymcatwincities/openy-project#development-environment).

‎RoboFile.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<?php
22
/**
3-
* OpenY Robo commands.
3+
* Open Y Robo commands.
44
*
55
* @see http://robo.li/
66
*/
77
class RoboFile extends \Robo\Tasks {
88
/**
9-
* Create OpenY project https://github.com/ymcatwincities/openy-project without installation.
9+
* Create Open Y project https://github.com/ymcatwincities/openy-project without installation.
1010
*
1111
* @param string $path
1212
* Installation path that will be used to create "openy-project" folder.
@@ -57,7 +57,7 @@ function OpenySetBranch($path, $branch) {
5757
}
5858

5959
/**
60-
* Installs OpenY from fork as dependency.
60+
* Installs Open Y from fork as dependency.
6161
*
6262
* @param string $path
6363
* Installation path where "openy-project" is placed.

0 commit comments

Comments
 (0)
This repository has been archived.