Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 77cec97

Browse files
author
fuze
committed
init
0 parents commit 77cec97

File tree

6 files changed

+63
-0
lines changed

6 files changed

+63
-0
lines changed

‎icon.png‎

5.54 KB
Loading[フレーム]

‎install.php‎

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?php
2+
3+
function install_package(){
4+
5+
return true;
6+
7+
}
8+
9+
function after_install_package(){
10+
11+
return true;
12+
13+
}

‎manifest.en.ini‎

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
[info]
2+
title = "InstantCMS JSON API"
3+
image = "icon.png"
4+
5+
[version]
6+
major = "2"
7+
minor = "0"
8+
build = "0"
9+
date = "20160101"
10+
11+
[depends]
12+
core = "2.5.0"
13+
14+
[author]
15+
name = "InstantCMS Team"
16+
url = "http://instantcms.ru"
17+
18+
[install]
19+
type = "component"
20+
name = "api"
21+
22+
[description]
23+
text[] = "This component is for InstantCMS/Mobile app developers who want to use InstantCMS as mobile app data backend."

‎manifest.ru.ini‎

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
[info]
2+
title = "InstantCMS JSON API"
3+
image = "icon.png"
4+
5+
[version]
6+
major = "2"
7+
minor = "0"
8+
build = "0"
9+
date = "20160101"
10+
11+
[depends]
12+
core = "2.5.0"
13+
14+
[author]
15+
name = "InstantCMS Team"
16+
url = "http://instantcms.ru"
17+
18+
[install]
19+
type = "component"
20+
name = "api"
21+
22+
[description]
23+
text[] = "Компонент предназначен для разработчиков мобильных приложений."
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<?php
2+
define('LANG_API_CONTROLLER', 'InstantCMS JSON API');
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<?php
2+
define('LANG_API_CONTROLLER', 'InstantCMS JSON API');

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /