Module: sip-router Branch: janakj/flatstore Commit: 5269c8d891516498d10ea630ad872bb5d306cf60 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=5269c8d8...
Author: Henning Westerholt henning.westerholt@1und1.de Committer: Henning Westerholt henning.westerholt@1und1.de Date: Wed Feb 27 13:53:33 2008 +0000
- first round of cleanups for documentation - remove all FAQ and DEVEL files considered empty in content (no content at all or just the default lines) - remove of the <RevHistory>/</RevHistory> tag (and of course anything between them) - remove the comments at the end of the file that begins with "<!-- Keep this element at the end of the file" - credits for the patch/ the change scripts goes to Edson Gellert Schubert, 4lists at gmail dot com
git-svn-id: https://openser.svn.sourceforge.net/svnroot/openser/trunk@3769 689a6050-402a-0410-94f2-e92a70836424
---
.../db_flatstore/km_doc/db_flatstore_devel.sgml | 11 --- modules/db_flatstore/km_doc/db_flatstore_faq.sgml | 70 -------------------- modules/db_flatstore/km_doc/db_flatstore_user.sgml | 11 --- 3 files changed, 0 insertions(+), 92 deletions(-)
diff --git a/modules/db_flatstore/km_doc/db_flatstore_devel.sgml b/modules/db_flatstore/km_doc/db_flatstore_devel.sgml index f1afc53..cf299a2 100644 --- a/modules/db_flatstore/km_doc/db_flatstore_devel.sgml +++ b/modules/db_flatstore/km_doc/db_flatstore_devel.sgml @@ -2,12 +2,6 @@
<chapter> <chapterinfo> - <revhistory> - <revision> - <revnumber>$Revision$</revnumber> - <date>$Date$</date> - </revision> - </revhistory> </chapterinfo> <title>Developer's Guide</title> <para> @@ -15,8 +9,3 @@ </para> </chapter>
-<!-- Keep this element at the end of the file -Local Variables: -sgml-parent-document: ("db_flatstore.sgml" "book" "chapter") -End: ---> diff --git a/modules/db_flatstore/km_doc/db_flatstore_faq.sgml b/modules/db_flatstore/km_doc/db_flatstore_faq.sgml deleted file mode 100644 index bc8e5b9..0000000 --- a/modules/db_flatstore/km_doc/db_flatstore_faq.sgml +++ /dev/null @@ -1,70 +0,0 @@ -<!-- Module FAQ --> - -<chapter> - <chapterinfo> - <revhistory> - <revision> - <revnumber>$Revision$</revnumber> - <date>$Date$</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: ("db_flatstore.sgml" "Book" "chapter") -End: ---> diff --git a/modules/db_flatstore/km_doc/db_flatstore_user.sgml b/modules/db_flatstore/km_doc/db_flatstore_user.sgml index 6043f35..a72a07a 100644 --- a/modules/db_flatstore/km_doc/db_flatstore_user.sgml +++ b/modules/db_flatstore/km_doc/db_flatstore_user.sgml @@ -2,12 +2,6 @@
<chapter> <chapterinfo> - <revhistory> - <revision> - <revnumber>$Revision$</revnumber> - <date>$Date$</date> - </revision> - </revhistory> </chapterinfo> <title>User's Guide</title> @@ -199,8 +193,3 @@ modparam("db_flatstore", "flush", 0) </section> </chapter>
-<!-- Keep this element at the end of the file -Local Variables: -sgml-parent-document: ("db_flatstore.sgml" "Book" "chapter") -End: --->