[SR-Dev] git:janakj/mysql: - change module docs FAQ link to a common one in the doc dir

Jan Janak jan at iptel.org
Mon Feb 16 22:07:52 CET 2009


Module: sip-router
Branch: janakj/mysql
Commit: 6043e412ff51d1c45723a3a4f5fa6f363a54edee
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6043e412ff51d1c45723a3a4f5fa6f363a54edee

Author: Henning Westerholt <henning.westerholt at 1und1.de>
Committer: Henning Westerholt <henning.westerholt at 1und1.de>
Date:   Tue Mar  4 13:15:47 2008 +0000

- 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

---

 modules/db_mysql/km_README                 |   42 ----------------------------
 modules/db_mysql/km_doc/db_mysql.sgml      |    4 +--
 modules/db_mysql/km_doc/db_mysql_user.sgml |    3 +-
 3 files changed, 2 insertions(+), 47 deletions(-)

diff --git a/modules/db_mysql/km_README b/modules/db_mysql/km_README
index fa0b7be..69101ff 100644
--- a/modules/db_mysql/km_README
+++ b/modules/db_mysql/km_README
@@ -29,9 +29,6 @@ Daniel-Constantin Mierla
         1.4. Exported Functions
         1.5. Installation
 
-   2. Developer's Guide
-   3. Frequently Asked Questions
-
    List of Examples
    1-1. Set ping_interval parameter
    1-2. Set timeout_interval parameter
@@ -128,42 +125,3 @@ modparam("auto_reconnect", "auto_reconnect", 0)
      * - from command line use: 'make all
        include_modules="db_mysql"; make install
        include_modules="db_mysql"'.
-     __________________________________________________________
-
-Chapter 2. Developer's Guide
-
-   The module does not provide any API to use in other OpenSER
-   modules.
-     __________________________________________________________
-
-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
-   <users at openser.org> and e-mails regarding development versions
-   should be sent to <devel at openser.org>.
-
-   If you want to keep the mail private, send it to
-   <team at openser.org>.
-
-   3.3. How can I report a bug?
-
-   Please follow the guidelines provided at:
-   http://sourceforge.net/tracker/?group_id=139143.
diff --git a/modules/db_mysql/km_doc/db_mysql.sgml b/modules/db_mysql/km_doc/db_mysql.sgml
index f98b20c..509e408 100644
--- a/modules/db_mysql/km_doc/db_mysql.sgml
+++ b/modules/db_mysql/km_doc/db_mysql.sgml
@@ -2,8 +2,7 @@
 
 
 <!ENTITY user SYSTEM "db_mysql_user.sgml">
-<!ENTITY devel SYSTEM "db_mysql_devel.sgml">
-<!ENTITY faq SYSTEM "db_mysql_faq.sgml">
+<!ENTITY faq SYSTEM "../../../doc/module_faq.sgml">
 
 <!-- Include general documentation entities -->
 <!ENTITY % docentities SYSTEM "../../../doc/entities.sgml">
@@ -49,7 +48,6 @@
     <toc></toc>
     
     &user;
-    &devel;
     &faq;
     
 </book>
diff --git a/modules/db_mysql/km_doc/db_mysql_user.sgml b/modules/db_mysql/km_doc/db_mysql_user.sgml
index 077976e..60f4eab 100644
--- a/modules/db_mysql/km_doc/db_mysql_user.sgml
+++ b/modules/db_mysql/km_doc/db_mysql_user.sgml
@@ -1,8 +1,7 @@
 <!-- Module User's Guide -->
 
 <chapter>
-	<chapterinfo>
-	</chapterinfo>
+	
 	<title>User's Guide</title>
 	
 	<section>




More information about the sr-dev mailing list