浏览代码

Merge pull request #434 from csmith/web2

Add skeleton files for new web UI plugin.
pull/435/head
Greg Holmes 8 年前
父节点
当前提交
b68e97e2e0
共有 2 个文件被更改,包括 34 次插入0 次删除
  1. 3
    0
      ui_web2/build.gradle
  2. 31
    0
      ui_web2/plugin.config

+ 3
- 0
ui_web2/build.gradle 查看文件

@@ -0,0 +1,3 @@
1
+dependencies {
2
+  bundle group: 'com.sparkcore', name: 'spark-core', version: '4.2'
3
+}

+ 31
- 0
ui_web2/plugin.config 查看文件

@@ -0,0 +1,31 @@
1
+# This is a DMDirc configuration file.
2
+
3
+# This section indicates which sections below take key/value
4
+# pairs, rather than a simple list. It should be placed above
5
+# any sections that take key/values.
6
+keysections:
7
+  metadata
8
+  updates
9
+  version
10
+  defaults
11
+
12
+metadata:
13
+  author=Chris <chris@dmdirc.com>
14
+  mainclass=com.dmdirc.addons.ui_web2.WebController
15
+  description=Web-based DMDirc user interface
16
+  name=ui_web2
17
+  nicename=Web UI
18
+
19
+updates:
20
+  id=81
21
+
22
+version:
23
+  friendly=0.0
24
+
25
+provides:
26
+  web ui
27
+
28
+defaults:
29
+
30
+exports:
31
+

正在加载...
取消
保存