postgres_faq.sgml 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. <!-- Module FAQ -->
  2. <chapter>
  3. <chapterinfo>
  4. <revhistory>
  5. <revision>
  6. <revnumber>$Revision$</revnumber>
  7. <date>$Date$</date>
  8. </revision>
  9. </revhistory>
  10. </chapterinfo>
  11. <title>Frequently Asked Questions</title>
  12. <qandaset defaultlabel="number">
  13. <qandaentry>
  14. <question>
  15. <para>Where can I find more about OpenSER?</para>
  16. </question>
  17. <answer>
  18. <para>
  19. Take a look at &serhomelink;.
  20. </para>
  21. </answer>
  22. </qandaentry>
  23. <qandaentry>
  24. <question>
  25. <para>Where can I post a question about this module?</para>
  26. </question>
  27. <answer>
  28. <para>
  29. First at all check if your question was already answered on one of
  30. our mailing lists:
  31. </para>
  32. <itemizedlist>
  33. <listitem>
  34. <para>User Mailing List - &seruserslink;</para>
  35. </listitem>
  36. <listitem>
  37. <para>Developer Mailing List - &serdevlink;</para>
  38. </listitem>
  39. </itemizedlist>
  40. <para>
  41. E-mails regarding any stable &ser; release should be sent to
  42. &serusersmail; and e-mails regarding development versions
  43. should be sent to &serdevmail;.
  44. </para>
  45. <para>
  46. If you want to keep the mail private, send it to
  47. &serhelpmail;.
  48. </para>
  49. </answer>
  50. </qandaentry>
  51. <qandaentry>
  52. <question>
  53. <para>How can I report a bug?</para>
  54. </question>
  55. <answer>
  56. <para>
  57. Please follow the guidelines provided at:
  58. &serbugslink;.
  59. </para>
  60. </answer>
  61. </qandaentry>
  62. </qandaset>
  63. </chapter>
  64. <!-- Keep this element at the end of the file
  65. Local Variables:
  66. sgml-parent-document: ("postgres.sgml" "Book" "chapter")
  67. End:
  68. -->