Plugin for bludit CMS to use "isso" as commenting system
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
974 B

  1. {
  2. "plugin-data":
  3. {
  4. "name": "Isso client",
  5. "description": "Use Isso comments in your bludit blog. (This is only a client implementation. You still need an Isso server! Visit posativ.org/isso for more info.) "
  6. },
  7. "intro-header": "-- See the project page for more info about Isso: https://posativ.org/isso/ --",
  8. "enable-on-page": "Enable Isso on pages",
  9. "enable-on-post": "Enable Isso on posts",
  10. "enable-on-default-page": "Enable Isso on default home page",
  11. "path-to-data": "Path to Isso data (e.g. your fcgi script)",
  12. "path-to-script": "Path to script source for Isso (e.g. embed.js)",
  13. "path-to-css": "Path to custom CSS file",
  14. "required-settings": "Required settings",
  15. "optional-settings": "Optional settings",
  16. "true": "true",
  17. "false": "false",
  18. "color-code": "colorcode (e.g. \"#2277aa\")",
  19. "language-code": "language code (e.g. \"en\")",
  20. "number": "number",
  21. "no-script-msg": "The comment section powered by Isso can not be shown without javascript!"
  22. }