pluginsGLPI / telegrambot

Telegram Bot for GLPI
https://pluginsglpi.github.io/telegrambot/
GNU General Public License v3.0
39 stars 33 forks source link

Format to submit the plugin #4

Closed ajsb85 closed 6 years ago

ajsb85 commented 8 years ago

http://plugins.glpi-project.org/#/submit

<root>
  <name>Displayed name</name>
  <key>System name</key>
  <state>stable</state>
  <logo>http://link/to/logo/with/dimensions/40px/40px</logo>
  <description>
    <short>
      <en>short description of the plugin, displayed on list, text only</en>
      <lang>...</lang>
    </short>
    <long>
      <en>short description of the plugin, displayed on detail, Markdown accepted</en>
      <lang>...</lang>
    </long>
  </description>
  <homepage>http://link/to/your/page</homepage>
  <download>http://link/to/your/files</download>
  <issues>http://link/to/your/issues</issues>
  <readme>http://link/to/your/readme</readme>
  <authors>
    <author>Your name</author>
  </authors>
  <versions>
    <version>
      <num>1.0</num>
      <compatibility>0.90</compatibility>
    </version>
  </versions>
  <langs>
    <lang>en_GB</lang>
    <lang>...</lang>
  </langs>
  <license>GPL v2+</license>
  <tags>
    <en>
      <tag>tag1</tag>
    </en>
    <lang>
      <tag>tag1</tag>
    </lang>
  </tags>
  <screenshots>
    <screenshot>http://link/to/your/screenshot</screenshot>
    <screenshot>http://link/to/your/screenshot</screenshot>
    <screenshot>...</screenshot>
  </screenshots>
</root>
ajsb85 commented 6 years ago

This task is done. Reference: https://git.io/vp3pw