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.

117 lines
3.9 KiB

  1. Pantheios - How You Can Help
  2. ============================
  3. Updated: 26th November 2010
  4. There are several ways in which you can help the Pantheios project:
  5. 1. Defect reports
  6. 2. Feature requests
  7. 3. Submit your own extensions: inserters, back-ends, front-ends
  8. 4. Sponsor development
  9. 5. Write articles, blog-posts about your experiences
  10. 6. Help flesh out the Wikipedia page for Pantheios
  11. 1. Defect reports
  12. -----------------
  13. A diagnostic logging library exists to help locate and identify defects in
  14. applications/components. An obvious consequence of this principle is that a
  15. diagnostic logging library should not itself be the source of faults.
  16. Consequently, we're very keen to hear of any problems you have in building
  17. and, especially, in using the library.
  18. If you're unsure whether your issue is a genuine defect in the library, we
  19. ask that you post a description of your problem on the project Help Forum,
  20. located at:
  21. http://sourceforge.net/projects/pantheios/forums/forum/475314
  22. If you're sure that your issue is a genuine defect, please feel free to
  23. submit an item in the project Bug Tracker, located at:
  24. http://sourceforge.net/tracker/?group_id=141831&atid=750757
  25. In either case, please help us to help you by submitting as much information
  26. about the problem as you think is relevant, including:
  27. * the compiler you're using
  28. * the architecture and operating system you're targeting
  29. * the version of Pantheios
  30. * the version of STLSoft
  31. * the version of other 3rd-party libraries, such as Boost, Loki, ...
  32. * whether you're building using the makefiles or via an IDE
  33. * a section of the build output, including the warnings/errors involved
  34. 2. Feature requests
  35. -------------------
  36. Pantheios is a living library, and we are not so foolish as to think that
  37. we've thought of all the ways in which C++ diagnostic logging can be
  38. improved.
  39. If there are features that you think would enhance the library, please feel
  40. free to share your ideas.
  41. If you're precisely sure what you need, please feel free to start a
  42. conversation on the Open Discussion Forum, located at:
  43. http://sourceforge.net/projects/pantheios/forums/forum/475313
  44. If you're clear of what you need, please feel free to submit an item in the
  45. project Feature Request Tracker, located at:
  46. http://sourceforge.net/tracker/?group_id=141831&atid=750760
  47. NOTE: Synesis Software provides commercial customisations of Pantheios,
  48. including custom front-ends and back-ends, custom severity levels, and much
  49. more. For such advanced uses, contact Synesis Software via their website
  50. at http://www.synesis.com.au/contact.html
  51. 3. Submit your own extensions: inserters, back-ends, front-ends
  52. ---------------------------------------------------------------
  53. If you have developed your own inserters, back-ends, front-ends, and wish to
  54. contribute them back to the project so others can benefit from your work,
  55. please get in contact at via the Open Discussion Forum, located at:
  56. http://sourceforge.net/projects/pantheios/forums/forum/475313
  57. 4. Sponsor development
  58. ----------------------
  59. If you value the diligence and effort that's gone into bringing you this
  60. production-quality software, please make a donation to the project, via:
  61. http://sourceforge.net/project/project_donations.php?group_id=141831
  62. 5. Write articles, blog-posts about your experiences
  63. ----------------------------------------------------
  64. If you've written articles or blogged about Pantheios, let us know and we'll
  65. list them on the website, at:
  66. http://www.pantheios.org/tutorials.html
  67. If you haven't, please consider doing so.
  68. 6. Help flesh out the Wikipedia page for Pantheios
  69. --------------------------------------------------
  70. Pantheios is a very popular logging library. Despite that, the powers that
  71. be at Wikipedia have deemed that it is not notable. If you disagree with
  72. that, please update the Pantheios Wikipedia page at:
  73. http://en.wikipedia.org/wiki/Pantheios
  74. =============================== End of file ================================