Module: sip-router
Branch: janakj/mysql
Commit: 2b4d3ac4328516824a3dc06d57c057738cce4430
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2b4d3ac…
Author: Henning Westerholt <henning.westerholt(a)1und1.de>
Committer: Henning Westerholt <henning.westerholt(a)1und1.de>
Date: Wed Feb 6 13:32:59 2008 +0000
- fix user documentation and rename all sgml file after the name change
of the database modules
git-svn-id: https://openser.svn.sourceforge.net/svnroot/openser/trunk@3639 689a6050-402a-0410-94f2-e92a70836424
---
modules/db_mysql/km_README | 11 ++++++-----
.../db_mysql/km_doc/{mysql.sgml => db_mysql.sgml} | 6 +++---
.../{mysql_devel.sgml => db_mysql_devel.sgml} | 2 +-
.../km_doc/{mysql_faq.sgml => db_mysql_faq.sgml} | 2 +-
.../{mysql_parser.dia => db_mysql_parser.dia} | Bin 2461 -> 2461 bytes
.../km_doc/{mysql_user.sgml => db_mysql_user.sgml} | 12 ++++++------
6 files changed, 17 insertions(+), 16 deletions(-)
diff --git a/modules/db_mysql/km_README b/modules/db_mysql/km_README
index 9ffe9b0..fa0b7be 100644
--- a/modules/db_mysql/km_README
+++ b/modules/db_mysql/km_README
@@ -75,7 +75,7 @@ Chapter 1. User's Guide
Example 1-1. Set ping_interval parameter
...
-modparam("mysql", "ping_interval", 600)
+modparam("db_mysql", "ping_interval", 600)
...
__________________________________________________________
@@ -94,7 +94,7 @@ modparam("mysql", "ping_interval", 600)
Example 1-2. Set timeout_interval parameter
...
-modparam("mysql", "timeout_interval", 2)
+modparam("db_mysql", "timeout_interval", 2)
...
__________________________________________________________
@@ -122,11 +122,12 @@ modparam("auto_reconnect", "auto_reconnect", 0)
not compiled and installed by default. You can use one of the
next options.
- * - edit the "Makefile" and remove "mysql" from
+ * - edit the "Makefile" and remove "db_mysql" from
"excluded_modules" list. Then follow the standard procedure
to install OpenSER: "make all; make install".
- * - from command line use: 'make all include_modules="mysql";
- make install include_modules="mysql"'.
+ * - from command line use: 'make all
+ include_modules="db_mysql"; make install
+ include_modules="db_mysql"'.
__________________________________________________________
Chapter 2. Developer's Guide
diff --git a/modules/db_mysql/km_doc/mysql.sgml b/modules/db_mysql/km_doc/db_mysql.sgml
similarity index 89%
rename from modules/db_mysql/km_doc/mysql.sgml
rename to modules/db_mysql/km_doc/db_mysql.sgml
index cd4d6ac..f98b20c 100644
--- a/modules/db_mysql/km_doc/mysql.sgml
+++ b/modules/db_mysql/km_doc/db_mysql.sgml
@@ -1,9 +1,9 @@
<!DOCTYPE Book PUBLIC "-//OASIS//DTD DocBook V4.2//EN" [
-<!ENTITY user SYSTEM "mysql_user.sgml">
-<!ENTITY devel SYSTEM "mysql_devel.sgml">
-<!ENTITY faq SYSTEM "mysql_faq.sgml">
+<!ENTITY user SYSTEM "db_mysql_user.sgml">
+<!ENTITY devel SYSTEM "db_mysql_devel.sgml">
+<!ENTITY faq SYSTEM "db_mysql_faq.sgml">
<!-- Include general documentation entities -->
<!ENTITY % docentities SYSTEM "../../../doc/entities.sgml">
diff --git a/modules/db_mysql/km_doc/mysql_devel.sgml b/modules/db_mysql/km_doc/db_mysql_devel.sgml
similarity index 88%
rename from modules/db_mysql/km_doc/mysql_devel.sgml
rename to modules/db_mysql/km_doc/db_mysql_devel.sgml
index f7c2855..ec8667a 100644
--- a/modules/db_mysql/km_doc/mysql_devel.sgml
+++ b/modules/db_mysql/km_doc/db_mysql_devel.sgml
@@ -17,6 +17,6 @@
<!-- Keep this element at the end of the file
Local Variables:
-sgml-parent-document: ("mysql.sgml" "book" "chapter")
+sgml-parent-document: ("db_mysql.sgml" "book" "chapter")
End:
-->
diff --git a/modules/db_mysql/km_doc/mysql_faq.sgml b/modules/db_mysql/km_doc/db_mysql_faq.sgml
similarity index 96%
rename from modules/db_mysql/km_doc/mysql_faq.sgml
rename to modules/db_mysql/km_doc/db_mysql_faq.sgml
index 94ad10b..526bfb2 100644
--- a/modules/db_mysql/km_doc/mysql_faq.sgml
+++ b/modules/db_mysql/km_doc/db_mysql_faq.sgml
@@ -65,6 +65,6 @@
<!-- Keep this element at the end of the file
Local Variables:
-sgml-parent-document: ("mysql.sgml" "Book" "chapter")
+sgml-parent-document: ("db_mysql.sgml" "Book" "chapter")
End:
-->
diff --git a/modules/db_mysql/km_doc/mysql_parser.dia b/modules/db_mysql/km_doc/db_mysql_parser.dia
similarity index 100%
rename from modules/db_mysql/km_doc/mysql_parser.dia
rename to modules/db_mysql/km_doc/db_mysql_parser.dia
diff --git a/modules/db_mysql/km_doc/mysql_user.sgml b/modules/db_mysql/km_doc/db_mysql_user.sgml
similarity index 91%
rename from modules/db_mysql/km_doc/mysql_user.sgml
rename to modules/db_mysql/km_doc/db_mysql_user.sgml
index 7a41ee9..403912e 100644
--- a/modules/db_mysql/km_doc/mysql_user.sgml
+++ b/modules/db_mysql/km_doc/db_mysql_user.sgml
@@ -66,7 +66,7 @@
<title>Set <varname>ping_interval</varname> parameter</title>
<programlisting format="linespecific">
...
-modparam("mysql", "ping_interval", 600)
+modparam("db_mysql", "ping_interval", 600)
...
</programlisting>
</example>
@@ -93,7 +93,7 @@ modparam("mysql", "ping_interval", 600)
<title>Set <varname>timeout_interval</varname> parameter</title>
<programlisting format="linespecific">
...
-modparam("mysql", "timeout_interval", 2)
+modparam("db_mysql", "timeout_interval", 2)
...
</programlisting>
</example>
@@ -134,15 +134,15 @@ modparam("auto_reconnect", "auto_reconnect", 0)
<itemizedlist>
<listitem>
<para>
- - edit the "Makefile" and remove "mysql" from "excluded_modules"
+ - edit the "Makefile" and remove "db_mysql" from "excluded_modules"
list. Then follow the standard procedure to install &ser;:
"make all; make install".
</para>
</listitem>
<listitem>
<para>
- - from command line use: 'make all include_modules="mysql";
- make install include_modules="mysql"'.
+ - from command line use: 'make all include_modules="db_mysql";
+ make install include_modules="db_mysql"'.
</para>
</listitem>
</itemizedlist>
@@ -151,6 +151,6 @@ modparam("auto_reconnect", "auto_reconnect", 0)
<!-- Keep this element at the end of the file
Local Variables:
-sgml-parent-document: "mysql.sgml" "Book" "chapter")
+sgml-parent-document: "db_mysql.sgml" "Book" "chapter")
End:
-->
Hi all,
thanks to Frederick Bullik we've now a read-only subversion mirror of the
sip-router repository available. It contains at the moment only the master
branch, and is updated every five minutes. Just use
svn checkout http://devel.kamailio.org/sr-svn/trunk
I can add more branches in the future if needed.
Have fun,
Henning
Hello,
Automatically generated doxygen documentation for the sip-router source tree
can be found here:
http://sip-router.org/doxygen/sip-router
The documentation is auto-generated for every branch and tag in the git
repository every 15 minutes.
The main documentation is the documentation for the master branch:
http://sip-router.org/doxygen/sip-router/branch/master
You will probably notice that in some cases the documentation still refers to
SER in its title. This is due to the fact that we imported the contents of the
SER cvs repository into the sip-router repository. This will change gradually
as we fix the project name in the repository.
Jan.
Module: sip-router
Branch: janakj/postgres
Commit: b5771e5f01a81d8e1f59d7cd80212769dd104e8d
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b5771e5…
Author: Jan Janak <jan(a)iptel.org>
Committer: Jan Janak <jan(a)iptel.org>
Date: Mon Feb 16 15:18:05 2009 +0100
Merge branch 'master' of ssh://janakj@git.sip-router.org/sip-router into postgres
* 'master' of ssh://janakj@git.sip-router.org/sip-router:
SER replaced with SIP Router in the doxygen main file.
---
Module: sip-router
Branch: janakj/oracle
Commit: aad1137e2ea0cdc92201e7b30fda5429c31c9987
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=aad1137…
Author: Jan Janak <jan(a)iptel.org>
Committer: Jan Janak <jan(a)iptel.org>
Date: Mon Feb 16 15:18:04 2009 +0100
Merge branch 'master' of ssh://janakj@git.sip-router.org/sip-router into oracle
* 'master' of ssh://janakj@git.sip-router.org/sip-router:
SER replaced with SIP Router in the doxygen main file.
---
Module: sip-router
Branch: janakj/mysql
Commit: 21153f2dbc67e80579b9797e56f0f789bbabe093
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=21153f2…
Author: Jan Janak <jan(a)iptel.org>
Committer: Jan Janak <jan(a)iptel.org>
Date: Mon Feb 16 15:18:02 2009 +0100
Merge branch 'master' of ssh://janakj@git.sip-router.org/sip-router into mysql
* 'master' of ssh://janakj@git.sip-router.org/sip-router:
SER replaced with SIP Router in the doxygen main file.
---
Module: sip-router
Branch: janakj/ldap
Commit: a5ec520efadd627420028d1ffecba98575872299
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a5ec520…
Author: Jan Janak <jan(a)iptel.org>
Committer: Jan Janak <jan(a)iptel.org>
Date: Mon Feb 16 15:18:01 2009 +0100
Merge branch 'master' of ssh://janakj@git.sip-router.org/sip-router into ldap
* 'master' of ssh://janakj@git.sip-router.org/sip-router:
SER replaced with SIP Router in the doxygen main file.
---
Module: sip-router
Branch: janakj/flatstore
Commit: d97b2bec352bc90902ff5e225beafc7105e46ab3
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d97b2be…
Author: Jan Janak <jan(a)iptel.org>
Committer: Jan Janak <jan(a)iptel.org>
Date: Mon Feb 16 15:17:59 2009 +0100
Merge branch 'master' of ssh://janakj@git.sip-router.org/sip-router into flatstore
* 'master' of ssh://janakj@git.sip-router.org/sip-router:
SER replaced with SIP Router in the doxygen main file.
---
Module: sip-router
Branch: janakj/bdb
Commit: 01c8744e0f9c31c485bc3a8397c318ae3dd453a5
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=01c8744…
Author: Jan Janak <jan(a)iptel.org>
Committer: Jan Janak <jan(a)iptel.org>
Date: Mon Feb 16 15:17:58 2009 +0100
Merge branch 'master' of ssh://janakj@git.sip-router.org/sip-router into bdb
* 'master' of ssh://janakj@git.sip-router.org/sip-router:
SER replaced with SIP Router in the doxygen main file.
---
Module: sip-router
Branch: master
Commit: 5e3324ea2a02ea3dd6528e788ea01a766d4137bc
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=5e3324e…
Author: Jan Janak <jan(a)iptel.org>
Committer: Jan Janak <jan(a)iptel.org>
Date: Mon Feb 16 15:13:05 2009 +0100
SER replaced with SIP Router in the doxygen main file.
---
doc/doxygen/main.dox | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/doc/doxygen/main.dox b/doc/doxygen/main.dox
index d4135bb..924323d 100644
--- a/doc/doxygen/main.dox
+++ b/doc/doxygen/main.dox
@@ -1,14 +1,14 @@
/**
- * \mainpage SER Development Documentation
+ * \mainpage The SIP Router Development Documentation
*
- * The development documentation for SER consists of annotated and documented
+ * This development documentation contains annotated and documented
* source files. For the sake of clarity the documentation is split into the
* following groups:
*
* \section db_layer Database Abstraction Layer
*
* \ref db_api Database Abstraction Layer is a group of data structures and functions that
- * are used by all SER modules that need to access a database.
+ * are used by all SIP Router modules that need to access a database.
*
- * \section ser_modules SER Modules
+ * \section sr_modules SIP Router Modules
*/