Skip to content

Commit

Permalink
update sample contents
Browse files Browse the repository at this point in the history
  • Loading branch information
ContentsViewer committed Aug 29, 2020
1 parent f080f83 commit cf3b9d1
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 15 deletions.
4 changes: 2 additions & 2 deletions Home/Master/Contents/.plugins/client.content
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
img.style.width = "80%";
img.style.maxHeight = "50px";
img.style.objectFit = "contain";
img.src = "/LinkageCMS/Master/.plugins/images/{画像パス}";
img.src = "/ContentsPlanet/Master/.plugins/images/{画像パス}";
a.appendChild(img);
div.appendChild(a);

Expand Down Expand Up @@ -104,7 +104,7 @@
background-size: cover;
background-position: center;
background-repeat: no-repeat;
background-image: url("/LinkageCMS/Master/.plugins/images/{画像パス}");
background-image: url("/ContentsPlanet/Master/.plugins/images/{画像パス}");
}
#main {
background-color: rgba(255, 255, 255, 0.7);
Expand Down
File renamed without changes
6 changes: 3 additions & 3 deletions Home/Master/Contents/Root.content
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<Header>
<Parent>
<Title> Welcome to Linkage CMS!
<Title> Welcome to ContentsPlanet!
<CreatedAt> 2018-10-07
<Tags> Root
<Summary>
Welcome to Linkage CMS!
Welcome to ContentsPlanet!

![LinkageCMS](CURRENT_DIR/Images/LinkageCMS.jpg)
![ContentsPlanet](CURRENT_DIR/Images/ContentsPlanet.jpg)

If you are starting up for the **first time**,
please set up your __username__ and __password__ according to the [./Setup/Setup].
Expand Down
6 changes: 3 additions & 3 deletions Home/Master/Contents/Root_ja.content
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<Header>
<Parent>
<Title> ようこそ! Linkage CMS
<Title> ようこそ! ContentsPlanet
<CreatedAt> 2018-10-07
<Tags> Root
<Summary>
ようこそ! Linkage CMS
ようこそ! ContentsPlanet

![LinkageCMS](CURRENT_DIR/Images/LinkageCMS.jpg)
![ContentsPlanet](CURRENT_DIR/Images/ContentsPlanet.jpg)

**はじめて立ち上げた方**は, まず, [./Setup/Setup_ja]を参考に,
__ユーザ名__と__パスワード__の設定を行ってください.
Expand Down
15 changes: 9 additions & 6 deletions Home/Master/Contents/Setup/Setup.content
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,19 @@
# 2. Check setup script.
[Setup Script](ROOT_URI/Setup)

# 3. Edit configurations in `CollabCMS.php->USER_TABLE->'master'`.
# 3. Edit configurations in `ContentsPlanet.php->USER_TABLE->'master'`.
```php
define('USER_TABLE', [
'master' => [
'hashedPassword' => '',
'digest' => '',
'contentsFolder' => './Master/Contents',
'isPublic' => true,
'hashedPassword' => '',
'digest' => '',
'contentsFolder' => './Master/Contents',
'isPublic' => true,
'enableRemoteEdit' => false,
'remoteURL' => '',
'remoteURL' => '',
'notifyingList' => [
// ['type' => 'mail', 'destination' => 'your.mail@address'],
]
],
]);
```
Expand Down
2 changes: 1 addition & 1 deletion Home/Master/Contents/Setup/Setup_ja.content
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
# 2. セットアップスクリプトの確認
[セットアップスクリプト](ROOT_URI/Setup)

# 3. `LinkageCMS.php->USER_TABLE->'master'`情報の書き換え
# 3. `ContentsPlanet.php->USER_TABLE->'master'`情報の書き換え
```php
define('USER_TABLE', [
'master' => [
Expand Down

0 comments on commit cf3b9d1

Please sign in to comment.