瀏覽代碼

- change module docs FAQ link to a common one in the doc dir
- remove module specific FAQ content from the file in doc, this way no FAQ
content will be created
- credits for the patch/ the change scripts goes to Edson Gellert Schubert,
4lists at gmail dot com
- update all READMEs, for most module docs the FAQ and devel information were
now removed


git-svn-id: https://openser.svn.sourceforge.net/svnroot/openser/trunk@3839 689a6050-402a-0410-94f2-e92a70836424

Henning Westerholt 17 年之前
父節點
當前提交
bbf39b7f2f

+ 0 - 34
modules/db_flatstore/km_README

@@ -33,7 +33,6 @@ Jan Janak
               1.5.1. flat_rotate
 
    2. Developer's Guide
-   3. Frequently Asked Questions
 
    List of Examples
    1-1. Set "flush" parameter
@@ -173,36 +172,3 @@ modparam("db_flatstore", "flush", 0)
 Chapter 2. Developer's Guide
 
    The module implements the DB API.
-     __________________________________________________________
-
-Chapter 3. Frequently Asked Questions
-
-   3.1. Where can I find more about OpenSER?
-   3.2. Where can I post a question about this module?
-   3.3. How can I report a bug?
-
-   3.1. Where can I find more about OpenSER?
-
-   Take a look at http://openser.org/.
-
-   3.2. Where can I post a question about this module?
-
-   First at all check if your question was already answered on one
-   of our mailing lists:
-
-     * User Mailing List -
-       http://openser.org/cgi-bin/mailman/listinfo/users
-     * Developer Mailing List -
-       http://openser.org/cgi-bin/mailman/listinfo/devel
-
-   E-mails regarding any stable OpenSER release should be sent to
-   <[email protected]> and e-mails regarding development versions
-   should be sent to <[email protected]>.
-
-   If you want to keep the mail private, send it to
-   <[email protected]>.
-
-   3.3. How can I report a bug?
-
-   Please follow the guidelines provided at:
-   http://sourceforge.net/tracker/?group_id=139143.

+ 1 - 1
modules/db_flatstore/km_doc/db_flatstore.sgml

@@ -3,7 +3,7 @@
 
 <!ENTITY user SYSTEM "db_flatstore_user.sgml">
 <!ENTITY devel SYSTEM "db_flatstore_devel.sgml">
-<!ENTITY faq SYSTEM "db_flatstore_faq.sgml">
+<!ENTITY faq SYSTEM "../../../doc/module_faq.sgml">
 
 <!-- Include general documentation entities -->
 <!ENTITY % docentities SYSTEM "../../../doc/entities.sgml">

+ 1 - 2
modules/db_flatstore/km_doc/db_flatstore_devel.sgml

@@ -1,8 +1,7 @@
 <!-- Module Developer's Guide -->
 
 <chapter>
-	<chapterinfo>
-	</chapterinfo>
+	
 	<title>Developer's Guide</title>
 	<para>
 	The module implements the DB <acronym>API</acronym>.

+ 1 - 2
modules/db_flatstore/km_doc/db_flatstore_user.sgml

@@ -1,8 +1,7 @@
 <!-- Module User's Guide -->
 
 <chapter>
-	<chapterinfo>
-	</chapterinfo>
+	
 	<title>User's Guide</title>
 	
 	<section>