File: auth_faq.sgml

package info (click to toggle)
openser 1.1.0-9etch1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 9,828 kB
  • ctags: 11,809
  • sloc: ansic: 120,528; sh: 5,249; yacc: 1,716; makefile: 1,261; php: 656; perl: 205; sql: 190
file content (70 lines) | stat: -rw-r--r-- 1,608 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!-- Module FAQ -->

<chapter>
    <chapterinfo>
	<revhistory>
	    <revision>
		<revnumber>$Revision: 1.1.1.1 $</revnumber>
		<date>$Date: 2005/06/13 16:47:32 $</date>
	    </revision>
	</revhistory>
    </chapterinfo>
    <title>Frequently Asked Questions</title>
    <qandaset defaultlabel="number">
	<qandaentry>
	    <question>
		<para>Where can I find more about OpenSER?</para>
	    </question>
	    <answer>
		<para>
			Take a look at &serhomelink;.
		</para>
	    </answer>
	</qandaentry>
	<qandaentry>
	    <question>
		<para>Where can I post a question about this module?</para>
	    </question>
	    <answer>
		<para>
			First at all check if your question was already answered on one of
			our mailing lists: 
		</para>
		<itemizedlist>
		    <listitem>
			<para>User Mailing List - &seruserslink;</para>
		    </listitem>
		    <listitem>
			<para>Developer Mailing List - &serdevlink;</para>
		    </listitem>
		</itemizedlist>
		<para>
			E-mails regarding any stable &ser; release should be sent to 
			&serusersmail; and e-mails regarding development versions
			should be sent to &serdevmail;.
		</para>
		<para>
			If you want to keep the mail private, send it to 
			&serhelpmail;.
		</para>
	    </answer>
	</qandaentry>
	<qandaentry>
	    <question>
		<para>How can I report a bug?</para>
	    </question>
	    <answer>
		<para>
			Please follow the guidelines provided at:
			&serbugslink;.
		</para>
	    </answer>
	</qandaentry>
    </qandaset>
</chapter>

<!-- Keep this element at the end of the file
Local Variables:
sgml-parent-document: ("auth.sgml" "Book" "chapter")
End:
-->