浏览代码

Enabled at https://conversejs.github.io/community-plugins/

Dele Olajide 5 年之前
父节点
当前提交
a55a5976b6
共有 3 个文件被更改,包括 3 次插入2 次删除
  1. 1 1
      README.md
  2. 二进制
      favicon.ico
  3. 2 1
      index.html

+ 1 - 1
README.md

@@ -22,4 +22,4 @@ Where `pluginname` should be the name of your plugin.
 Simple raise a PR with your new plugin. Please make sure you do the following first
 
 - Create a subfolder for your plugin and copy all your files in there. Please include a screenshot of the plugin working in converse.
-- Edit demo.html, add your plugin to the demo page and make sure it works.
+- Edit index.html, add your plugin to the index page and make sure it works.

二进制
favicon.ico


+ 2 - 1
demo.html → index.html

@@ -5,7 +5,7 @@
     <meta charset="utf-8"/>
     <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
     <title>Converse</title>
-    <link rel="shortcut icon" type="image/ico" href="https://conversejs.org/css/images/favicon.ico"/>
+    <link rel="shortcut icon" type="image/ico" href="favicon.ico"/>
     <link type="text/css" rel="stylesheet" media="screen" href="https://cdn.conversejs.org/5.0.5/dist/converse.min.css" />
     <script src="https://conversejs.org/3rdparty/libsignal-protocol.min.js"></script>
     <script src="https://cdn.conversejs.org/5.0.5/dist/converse.min.js"></script>
@@ -36,6 +36,7 @@
 
 </head>
 <body class="reset">
+    <a href="https://github.com/conversejs/community-plugins" onclick="_gaq.push(['_trackEvent', 'GitHub', 'Ribbon']);"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub"></a>
     <div class="converse-content" style="display:none">
         <div class="inner-content converse-brand row">
             <div class="converse-brand__padding"></div>