PageRenderTime 49ms CodeModel.GetById 23ms RepoModel.GetById 0ms app.codeStats 0ms

/vanilla/description.py

https://github.com/nuxleus/cherokee-webserver-distribution
Python | 53 lines | 51 code | 1 blank | 1 comment | 0 complexity | a783d495b67d55216c03f947143cb542 MD5 | raw file
  1. # -*- Mode: python; Coding: utf-8 -*-
  2. DESC_SHORT = """<p>Vanilla is an open-source, pluggable, themable,
  3. multi-lingual community-building solution. It is specially made to
  4. help small communities grow larger through SEO mojo, totally
  5. customizable social tools, and great user experience.</p>"""
  6. DESC_LONG = """<p>Vanilla can seamlessly integrate with your existing
  7. website, blog, or custom-built application.</p>
  8. <p>Vanilla's major features include: forum, custom domain, custom
  9. theme, sso (single sing-on), stats, advanced role-management, and
  10. more.</p>
  11. <p>Vanilla is a powerful community publishing platform, and it comes
  12. with a great set of features designed to make your experience and your
  13. communities experience easy and as pleasant and appealing as
  14. possible. It offers a standards-compliant, fast, and light publishing
  15. platform, with sensible default settings and features, and an
  16. extremely customizable core.</p>
  17. <p>There is also a large number of powerful plugins, that extend the
  18. functionality of Vanilla. The core of Vanilla is designed to be lean,
  19. to maximize flexibility and minimize code bloat. Plugins offer custom
  20. functions and features so that you can tailor your community to your
  21. specific needs.</p>
  22. """
  23. software = {
  24. 'id': 'vanilla',
  25. 'name': 'Vanilla',
  26. 'version': '2.0.17.9',
  27. 'author': 'Vanilla',
  28. 'URL': 'http://vanillaforums.org',
  29. 'icon_small': 'vanilla_x96.png',
  30. 'icon_big': 'vanilla_x144.png',
  31. 'screenshots': ('shots_466.png', 'shots_467.png', 'shots_468.png', 'shots_469.png'),
  32. 'desc_short': DESC_SHORT,
  33. 'desc_long': DESC_LONG,
  34. 'category': 'Content Management',
  35. 'score': 5,
  36. }
  37. installation = {
  38. 'modes': ('vserver', 'webdir'),
  39. 'OS': ('linux', 'macosx', 'freebsd'),
  40. 'DB': ('mysql', 'postgresql')
  41. }
  42. maintainer = {
  43. 'name': None,
  44. 'email': None,
  45. }