소스 검색

- entity &user; replaced with &admin; to obey naming structure (entities to be replaced by xinclude); updated obsolete address tags
- READMEs regenerated


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

Daniel-Constantin Mierla 17 년 전
부모
커밋
690b2cd848
2개의 변경된 파일6개의 추가작업 그리고 2개의 파일을 삭제
  1. 4 0
      modules/db_postgres/km_README
  2. 2 2
      modules/db_postgres/km_doc/db_postgres.xml

+ 4 - 0
modules/db_postgres/km_README

@@ -65,6 +65,10 @@ Chapter 1. User's Guide
 
 Chapter 2. Frequently Asked Questions
 
+   Revision History
+   Revision $Revision$ $Date: 2005-06-13 19:47:24 +0300 (Mon,
+                           13 Jun 2005) $
+
    2.1.
 
        Where can I find more about OpenSER?

+ 2 - 2
modules/db_postgres/km_doc/db_postgres.xml

@@ -3,7 +3,7 @@
 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
 
 
-<!ENTITY user SYSTEM "db_postgres_admin.xml">
+<!ENTITY admin SYSTEM "db_postgres_admin.xml">
 <!ENTITY faq SYSTEM "../../../doc/module_faq.xml">
 
 <!-- Include general documentation entities -->
@@ -46,7 +46,7 @@
     </bookinfo>
     <toc></toc>
     
-    &user;
+    &admin;
     &faq;
     
 </book>