support.html 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Support</title>
  5. </head>
  6. <body>
  7. <div id="supportPage" data-role="page" class="page type-interior">
  8. <div data-role="content">
  9. <div class="content-primary">
  10. <div class="readOnlyContent">
  11. <div data-role="controlgroup" data-type="horizontal" class="localnav" data-mini="true">
  12. <a href="support.html" data-role="button" class="ui-btn-active">General</a>
  13. <a href="log.html" data-role="button">View Log</a>
  14. <a href="supporter.html" data-role="button">Become a Supporter</a>
  15. <a href="supporterKey.html" data-role="button">Supporter Key</a>
  16. </div>
  17. <h2>General Help</h2>
  18. <p>
  19. Media Browser has a thriving community of users and a vast knowledge base of information to help you get the most
  20. out of your media collection.
  21. </p>
  22. <p>
  23. The Community Tracker is a place where you can ask questions, post feature requests and report bugs and get timely
  24. <em>and friendly</em> help from a thriving community of users and developers.
  25. </p>
  26. <a data-role="button" data-icon="arrow-r" data-iconpos="right" href="http://community.mediabrowser.tv" target="_blank">Visit the Community Tracker</a>
  27. <p>
  28. Also, within the tracker, there is a large Knowledge Base of information compiled from users and developers to help you get the
  29. most out of Media Browser.
  30. </p>
  31. <a data-role="button" data-icon="search" data-iconpos="right" href="http://community.mediabrowser.tv/topics?category_id=5&&status=published" target="_blank">Search the Knowledge Base</a>
  32. <p>
  33. Finally, you can visit the Media Browser Web site to see what's happening with MB now and keep up with the developer blog.
  34. </p>
  35. <a data-role="button" data-icon="home" data-iconpos="right" href="http://www.mediabrowser3.com" target="_blank">Visit the Media Browser Web Site</a>
  36. </div>
  37. </div>
  38. </div>
  39. </div>
  40. </body>
  41. </html>