Author: mcbrown
Date: 2008-09-26 13:41:41 +0200 (Fri, 26 Sep 2008)
New Revision: 11871
Log:
Adding common topic guides
Added:
trunk/topic-guides/topics-common/Makefile
trunk/topic-guides/topics-common/Makefile.depends
trunk/topic-guides/topics-common/all-entities.ent
trunk/topic-guides/topics-common/mysql-ha-scalability-aspec.xml
trunk/topic-guides/topics-common/mysql-ha-scalability-base.xml
Added: trunk/topic-guides/topics-common/Makefile
===================================================================
--- trunk/topic-guides/topics-common/Makefile (rev 0)
+++ trunk/topic-guides/topics-common/Makefile 2008-09-26 11:41:41 UTC (rev 11871)
Changed blocks: 1, Lines Added: 90, Lines Deleted: 0; 2626 bytes
@@ -0,0 +1,90 @@
+# Makefile for MySQL Reference Manual
+
+# Location of repository root relative to current directory
+REPO_ROOT = ../..
+
+# Location of directory containing Makefile components
+MAKE_DIR = $(REPO_ROOT)/make.d
+
+# Set any variables here that should override imported standard variables
+
+DOC_LANG = en
+MAIN_DOC_BASENAME = mysql-security
+
+DOC_URL_BASE = http://dev.mysql.com/doc/mysqld-version-reference/$(DOC_LANG)/
+
+# Set IDMAP and remap variables
+
+IDMAP_LANG = $(DOC_LANG)
+IDMAP_MAIN = topic-guides
+
+IDMAP_URLBASE = $(IDMAP_MAIN)/$(IDMAP_LANG)
+IDMAP_REFS = . $(REPO_ROOT)/refman-5.1 \
+ $(REPO_ROOT)/refman-common \
+ $(REPO_ROOT)/ndbapi
+IDMAP_SRCS = $(call base_xml_files)
+
+# Import standard variables
+
+include $(MAKE_DIR)/vars-layout
+include $(MAKE_DIR)/vars-shell
+include $(MAKE_DIR)/vars-docbook
+
+# Import default target rule (causes help message to print)
+
+include $(MAKE_DIR)/default-target
+
+# Disable TOC for all docs in this directory
+
+GENERATE_TOC = --stringparam generate.toc "book nop,chapter nop"
+
+# Document dependency specifications
+# "make depend" updates the _SRCS variable
+# Set _SRCS_EXTRA variable by hand to any entity files needed
+
+DEPEND_FILES = mysql-ha-scalability.xml
+
+mysql-ha-scalability.xml: mysql-ha-scalability-arbitrary.xml
+ cp $< $@
+
+clean::
+ $(RM) $(DEPEND_FILES)
+
+# Import document dependency specifications
+
+include Makefile.depends
+
+# Import standard target rules
+
+# Need xml-html-dir for formatting the manual itself into a subdir,
+# but also need xml-html for formatting ReadMe.html
+
+include $(MAKE_DIR)/xml-dynxml
+include $(MAKE_DIR)/xml-valid
+include $(MAKE_DIR)/xml-format
+include $(MAKE_DIR)/xml-useless
+include $(MAKE_DIR)/xml-prep
+include $(MAKE_DIR)/xml-html
+include $(MAKE_DIR)/xml-html-dir
+include $(MAKE_DIR)/xml-html-section
+include $(MAKE_DIR)/xml-html-chapter
+include $(MAKE_DIR)/xml-html-web
+include $(MAKE_DIR)/xml-eclipse
+include $(MAKE_DIR)/xml-chm
+include $(MAKE_DIR)/xml-xhtml-dir
+include $(MAKE_DIR)/xml-pdf
+include $(MAKE_DIR)/xml-toc
+include $(MAKE_DIR)/xml-txt
+include $(MAKE_DIR)/xml-info
+include $(MAKE_DIR)/xml-man
+include $(MAKE_DIR)/xml-help
+include $(MAKE_DIR)/xml-remark
+include $(MAKE_DIR)/xml-titles
+include $(MAKE_DIR)/xml-depend
+include $(MAKE_DIR)/xml-listing
+include $(MAKE_DIR)/xml-arbitrary
+
+
+# Import directory specific extensions
+
+include $(MAKE_DIR)/Makefile.ext
Added: trunk/topic-guides/topics-common/Makefile.depends
===================================================================
--- trunk/topic-guides/topics-common/Makefile.depends (rev 0)
+++ trunk/topic-guides/topics-common/Makefile.depends 2008-09-26 11:41:41 UTC (rev 11871)
Changed blocks: 1, Lines Added: 57, Lines Deleted: 0; 5058 bytes
@@ -0,0 +1,57 @@
+mysql_ha_scalability_INCLUDES = \
+ ../../common/fixedchars.ent \
+ ../../common/phrases.ent \
+ ../../dynamic-docs/faq/memcached.xml \
+ ../../refman-5.1/legalnotice.en.xml \
+ ../../refman-5.1/versions.ent \
+ ../../refman-common/../refman-common/images/published/memcached-flow.png \
+ ../../refman-common/../refman-common/images/published/memcached-memalloc.png \
+ ../../refman-common/../refman-common/images/published/memcached-overview.png \
+ ../../refman-common/ha-drbd.xml \
+ ../../refman-common/ha-heartbeat.xml \
+ ../../refman-common/ha-memcached-core.xml \
+ ../../refman-common/ha-vm.xml \
+ ../../refman-common/ha.xml \
+ ../../refman-common/images/published/drbd-main.png \
+ ../../refman-common/images/published/drbd-sepinterface.png \
+ ../../refman-common/images/published/ec2fig1.png \
+ ../../refman-common/images/published/ec2fig2.png \
+ ../../refman-common/images/published/ec2fig3.png \
+ ../../refman-common/images/published/ha-heartbeat-overview.png \
+ ../../refman-common/urls.ent \
+ all-entities.ent \
+ mysql-ha-scalability-aspec.xml.ha-drbd.none.chapter.xml \
+ mysql-ha-scalability-aspec.xml.ha-heartbeat.none.chapter.xml \
+ mysql-ha-scalability-aspec.xml.ha-memcached.none.chapter.xml \
+ mysql-ha-scalability-aspec.xml.ha-overview.all.chapter.xml \
+ mysql-ha-scalability-aspec.xml.ha-vm.none.chapter.xml
+mysql_ha_scalability_IMAGES = \
+ ../../refman-common/../refman-common/images/published/memcached-flow.png \
+ ../../refman-common/../refman-common/images/published/memcached-memalloc.png \
+ ../../refman-common/../refman-common/images/published/memcached-overview.png \
+ ../../refman-common/images/published/drbd-main.png \
+ ../../refman-common/images/published/drbd-sepinterface.png \
+ ../../refman-common/images/published/ec2fig1.png \
+ ../../refman-common/images/published/ec2fig2.png \
+ ../../refman-common/images/published/ec2fig3.png \
+ ../../refman-common/images/published/ha-heartbeat-overview.png
+mysql_ha_scalability_SOURCES = mysql-ha-scalability.xml $(mysql_ha_scalability_INCLUDES)
+mysql_ha_scalability_IDMAPS = \
+ ../../refman-5.1/metadata/faqs.idmap \
+ ../../refman-5.1/metadata/installing-core.idmap \
+ ../../refman-5.1/metadata/mysql-cluster.idmap \
+ ../../refman-5.1/metadata/replication.idmap \
+ ../../refman-5.1/metadata/se-innodb-core.idmap
+mysql-ha-scalability.validpure: $(mysql_ha_scalability_SOURCES)
+mysql-ha-scalability.titles: $(mysql_ha_scalability_SOURCES)
+mysql-ha-scalability.useless: $(mysql_ha_scalability_SOURCES)
+mysql-ha-scalability.valid: $(mysql_ha_scalability_SOURCES)
$(mysql_ha_scalability_IDMAPS)
+mysql-ha-scalability.validwarn: $(mysql_ha_scalability_SOURCES)
$(mysql_ha_scalability_IDMAPS)
+mysql-ha-scalability-prepped.xml: $(mysql_ha_scalability_SOURCES)
$(mysql_ha_scalability_IDMAPS)
+mysql-ha-scalability-manprepped.xml: $(mysql_ha_scalability_SOURCES)
$(mysql_ha_scalability_IDMAPS)
+mysql-ha-scalability-remprepped.xml: $(mysql_ha_scalability_SOURCES)
$(mysql_ha_scalability_IDMAPS)
+
+mysql-ha-scalability-aspec.xml.ha-drbd.none.chapter.xml
mysql-ha-scalability-aspec.xml.ha-heartbeat.none.chapter.xml
mysql-ha-scalability-aspec.xml.ha-memcached.none.chapter.xml
mysql-ha-scalability-aspec.xml.ha-overview.all.chapter.xml
mysql-ha-scalability-aspec.xml.ha-vm.none.chapter.xml: ../../common/fixedchars.ent
../../common/phrases.ent ../../refman-5.1/versions.ent ../../refman-common/ha-drbd.xml
../../refman-common/images/published/drbd-main.png
../../refman-common/images/published/drbd-sepinterface.png ../../refman-common/urls.ent
all-entities.ent ../../common/fixedchars.ent ../../common/phrases.ent
../../refman-5.1/versions.ent ../../refman-common/ha-heartbeat.xml
../../refman-common/images/published/ha-heartbeat-overview.png
../../refman-common/urls.ent all-entities.ent ../../common/fixedchars.ent
../../common/phrases.ent ../../dynamic-docs/faq/memcached.xml
../../refman-5.1/versions.ent
../../refman-common/../refman-common/images/published/memcached-flow.png ../!
../refman-common/../refman-common/images/published/memcached-memalloc.png
../../refman-common/../refman-common/images/published/memcached-overview.png
../../refman-common/ha-memcached-core.xml ../../refman-common/urls.ent all-entities.ent
../../common/fixedchars.ent ../../common/phrases.ent ../../refman-5.1/versions.ent
../../refman-common/ha.xml ../../refman-common/urls.ent all-entities.ent
../../common/fixedchars.ent ../../common/phrases.ent ../../refman-5.1/versions.ent
../../refman-common/ha-vm.xml ../../refman-common/images/published/ec2fig1.png
../../refman-common/images/published/ec2fig2.png
../../refman-common/images/published/ec2fig3.png ../../refman-common/urls.ent
all-entities.ent
+ $(RM) mysql-ha-scalability.xml mysql-ha-scalability-arbitrary.xml
+ $(MAKE) mysql-ha-scalability.xml
+
Added: trunk/topic-guides/topics-common/all-entities.ent
===================================================================
--- trunk/topic-guides/topics-common/all-entities.ent (rev 0)
+++ trunk/topic-guides/topics-common/all-entities.ent 2008-09-26 11:41:41 UTC (rev 11871)
Changed blocks: 1, Lines Added: 14, Lines Deleted: 0; 898 bytes
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ This file names all the entity files needed by .xml files in the
+ current directory. All ENTITY declarations should be given
+ first, followed by references to the those entities.
+-->
+<!ENTITY % fixedchars.entities SYSTEM "../../common/fixedchars.ent">
+<!ENTITY % urls.entities SYSTEM "../../refman-common/urls.ent">
+<!ENTITY % phrases.entities SYSTEM "../../common/phrases.ent">
+<!ENTITY % versions.entities SYSTEM "../../refman-5.1/versions.ent">
+%fixedchars.entities;
+%urls.entities;
+%phrases.entities;
+%versions.entities;
Added: trunk/topic-guides/topics-common/mysql-ha-scalability-aspec.xml
===================================================================
--- trunk/topic-guides/topics-common/mysql-ha-scalability-aspec.xml
(rev 0)
+++ trunk/topic-guides/topics-common/mysql-ha-scalability-aspec.xml 2008-09-26 11:41:41
UTC (rev 11871)
Changed blocks: 1, Lines Added: 20, Lines Deleted: 0; 1072 bytes
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<book>
+
+ <fragment id="mysql-ha-scalability">
+
+ <include prefix="refman-common" src="ha-overview" markas="chapter"
filter="all"/>
+
+ <include prefix="refman-common" src="ha-drbd" markas="chapter" filter="none"/>
+
+ <include prefix="refman-common" src="ha-heartbeat" markas="chapter"
filter="none"/>
+
+ <include prefix="refman-common" src="ha-memcached" markas="chapter"
filter="none"/>
+
+ <include prefix="refman-common" src="ha-vm" markas="chapter" filter="none"/>
+ <include prefix="refman-common" src="mysql-proxy" markas="chapter"
filter="none"/>
+ <include prefix="refman-common" src="load-balancer" markas="chapter"
filter="none"/>
+
+ </fragment>
+
+</book>
Added: trunk/topic-guides/topics-common/mysql-ha-scalability-base.xml
===================================================================
--- trunk/topic-guides/topics-common/mysql-ha-scalability-base.xml
(rev 0)
+++ trunk/topic-guides/topics-common/mysql-ha-scalability-base.xml 2008-09-26 11:41:41 UTC
(rev 11871)
Changed blocks: 1, Lines Added: 42, Lines Deleted: 0; 1168 bytes
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
+"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
+[
+ <!ENTITY % all.entities SYSTEM "all-entities.ent">
+ %all.entities;
+]>
+<book id="mysql-security-excerpt" lang="en">
+
+ <title>Security in MySQL</title>
+
+ <bookinfo>
+
+ <abstract>
+
+ <para>
+ This is the MySQL HA/Scalability Guide extract from the MySQL
+ Reference Manual.
+ </para>
+
+ <para>
+ Document generated on:
+
+<?dbtimestamp format="Y-m-d"?>
+
+ <remark role="repository.revision"/>
+ </para>
+
+ </abstract>
+
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../refman-5.1/legalnotice.en.xml"/>
+
+ </bookinfo>
+
+ <preface>
+
+
+ </preface>
+
+<!--SRCFILE mysql-ha-scalability-->
+
+</book>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r11871 - in trunk/topic-guides: . topics-common | martin.brown | 26 Sep |