summaryrefslogtreecommitdiffstats
authorRemko Tronçon2009-11-02 15:07:53 (GMT)
committer Remko Tronçon2009-11-02 15:07:53 (GMT)
commit9e7310f5e70111e70c75cc13d4b14026f2407e30 (patch) (unidiff)
treed15ea960992d97c52138bde8afb3eff06d82b1c6
parent8322aa79e36b03972e375674f9c310eaafbe0892 (diff)
downloadbeautiful-xmpp-testing-master.zip
beautiful-xmpp-testing-master.tar.gz
beautiful-xmpp-testing-master.tar.bz2
Added copyright and "About this article" section.HEAD1.0master
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--BeautifulXMPPTesting.xml17
-rw-r--r--SConstruct2
2 files changed, 18 insertions, 1 deletions
diff --git a/BeautifulXMPPTesting.xml b/BeautifulXMPPTesting.xml
index fb92ad1..4557a42 100644
--- a/BeautifulXMPPTesting.xml
+++ b/BeautifulXMPPTesting.xml
@@ -956,4 +956,21 @@
956 </para> 956 </para>
957 </colophon> 957 </colophon>
958 958
959 <colophon>
960 <title>About this Article</title>
961 <para>
962 The original version of this article appeared as a chapter in <ulink
963 url="http://oreilly.com/catalog/9780596159825"><citetitle>Beautiful
964 Testing</citetitle></ulink>.
965 </para>
966 </colophon>
967
968 <colophon>
969 <title>Copyright</title>
970 <para>
971 This work is licensed under a <ulink url="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0
972 License</ulink>.
973 </para>
974 </colophon>
975
959</article> 976</article>
diff --git a/SConstruct b/SConstruct
index b0cb21b..b313c00 100644
--- a/SConstruct
+++ b/SConstruct
@@ -1,6 +1,6 @@
1import os 1import os
2 2
3env = Environment() 3env = Environment(ENV = {'PATH' : os.environ['PATH']})
4env.Tool("docbook-kit", toolpath = ["docbook-kit/tools/SCons"], docbookkit_dir = "docbook-kit", docbook_dir = "docbook") 4env.Tool("docbook-kit", toolpath = ["docbook-kit/tools/SCons"], docbookkit_dir = "docbook-kit", docbook_dir = "docbook")
5Export("env") 5Export("env")
6 6