OSDN Git Service

コンテンツテンプレート情報ファイル更新。
authornaoki hirata <naoki@magic3.org>
Fri, 22 Aug 2014 04:58:44 +0000 (13:58 +0900)
committernaoki hirata <naoki@magic3.org>
Fri, 22 Aug 2014 04:58:44 +0000 (13:58 +0900)
include/ctemplate/info [deleted file]
include/ctemplate/info.js [deleted file]
include/ctemplate/info.jsonp

diff --git a/include/ctemplate/info b/include/ctemplate/info
deleted file mode 100644 (file)
index e0baba7..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-[
-    {
-        "version": "1.5",
-        "codename": "Cupcake"
-    },
-    {
-        "version": "1.6",
-        "codename": "Donut"
-    },
-    {
-        "version": "1.6",
-        "codename": "Donut"
-    },
-    {
-        "version": "4.4",
-        "codename": "KitKat"
-    }
-]
diff --git a/include/ctemplate/info.js b/include/ctemplate/info.js
deleted file mode 100644 (file)
index 67da05f..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-/**
- * コンテンツテンプレートディレクトリ情報
- *
- * JavaScript 1.5
- *
- * LICENSE: This source file is licensed under the terms of the GNU General Public License.
- *
- * @package    Magic3 Framework
- * @author     平田直毅(Naoki Hirata) <naoki@aplo.co.jp>
- * @copyright  Copyright 2006-2014 Magic3 Project.
- * @license    http://www.gnu.org/copyleft/gpl.html  GPL License
- * @version    1.0
- * @link       http://www.magic3.org
- */
-var content_template_info = [ 'test01', 'test02' ]
\ No newline at end of file
index 6ec7825..6678409 100644 (file)
@@ -1,18 +1,28 @@
+/**
+ * Magic3\8aÇ\97\9d\8b@\94\\97pJavaScript\83\89\83C\83u\83\89\83\8a
+ *
+ * JavaScript 1.5
+ *
+ * LICENSE: This source file is licensed under the terms of the GNU General Public License.
+ *
+ * @package    Magic3 Framework
+ * @author     \95½\93c\92¼\8bB(Naoki Hirata) <naoki@aplo.co.jp>
+ * @copyright  Copyright 2006-2014 Magic3 Project.
+ * @license    http://www.gnu.org/copyleft/gpl.html  GPL License
+ * @version    SVN: $Id$
+ * @link       http://www.magic3.org
+ */
 itemlist ([
     {
-        "version": "1.5",
-        "codename": "Cupcake"
+        "id": "boot_001",
+       "category": "bootstrap_content"
     },
     {
-        "version": "1.6",
-        "codename": "Donut"
+        "id": "boot_002",
+       "category": "bootstrap_content"
     },
     {
-        "version": "1.6",
-        "codename": "Donut"
-    },
-    {
-        "version": "4.4",
-        "codename": "KitKat"
+        "id": "boot_003",
+       "category": "bootstrap_content"
     }
 ])