Remove XHTML Compiler to make it a submodule.
commitf4f7b07c17b8a6af15f5474f17f58fd0ed4ce7bd
authorEdward Z. Yang <edwardzyang@thewritingpot.com>
Thu, 26 Jun 2008 04:25:45 +0000 (25 21:25 -0700)
committerEdward Z. Yang <edwardzyang@thewritingpot.com>
Thu, 26 Jun 2008 04:25:45 +0000 (25 21:25 -0700)
tree8317df505a0344c7a08683cf7f9092b492222d77
parent520d2b9f6dd7c2cd14076b1a7d4b28e3eb39746c
Remove XHTML Compiler to make it a submodule.

Signed-off-by: Edward Z. Yang <edwardzyang@thewritingpot.com>
67 files changed:
xhtml-compiler/TODO.txt [deleted file]
xhtml-compiler/XHTMLCompiler.php [deleted file]
xhtml-compiler/XHTMLCompiler/DOMFilter.php [deleted file]
xhtml-compiler/XHTMLCompiler/DOMFilter/AbsolutePath.php [deleted file]
xhtml-compiler/XHTMLCompiler/DOMFilter/Acronymizer.php [deleted file]
xhtml-compiler/XHTMLCompiler/DOMFilter/AutoStyle.php [deleted file]
xhtml-compiler/XHTMLCompiler/DOMFilter/GenerateTableOfContents.php [deleted file]
xhtml-compiler/XHTMLCompiler/DOMFilter/IEConditionalComments.php [deleted file]
xhtml-compiler/XHTMLCompiler/DOMFilter/MarkLeadParagraphs.php [deleted file]
xhtml-compiler/XHTMLCompiler/DOMFilter/Quoter.php [deleted file]
xhtml-compiler/XHTMLCompiler/DOMFilter/RSSFromSVN.php [deleted file]
xhtml-compiler/XHTMLCompiler/DOMFilter/RSSGenerator.php [deleted file]
xhtml-compiler/XHTMLCompiler/DOMFilter/Subversion.php [deleted file]
xhtml-compiler/XHTMLCompiler/Directory.php [deleted file]
xhtml-compiler/XHTMLCompiler/Exception.php [deleted file]
xhtml-compiler/XHTMLCompiler/File.php [deleted file]
xhtml-compiler/XHTMLCompiler/Filter.php [deleted file]
xhtml-compiler/XHTMLCompiler/FilterManager.php [deleted file]
xhtml-compiler/XHTMLCompiler/PHP.php [deleted file]
xhtml-compiler/XHTMLCompiler/Page.php [deleted file]
xhtml-compiler/XHTMLCompiler/RSSFeed.php [deleted file]
xhtml-compiler/XHTMLCompiler/TextFilter.php [deleted file]
xhtml-compiler/XHTMLCompiler/TextFilter/Fragment.php [deleted file]
xhtml-compiler/catalog/catalog.xml [deleted file]
xhtml-compiler/catalog/xhtml-lat1.ent [deleted file]
xhtml-compiler/catalog/xhtml-special.ent [deleted file]
xhtml-compiler/catalog/xhtml-symbol.ent [deleted file]
xhtml-compiler/catalog/xhtml1-strict.dtd [deleted file]
xhtml-compiler/catalog/xhtml1-transitional.dtd [deleted file]
xhtml-compiler/common.php [deleted file]
xhtml-compiler/config.default.php [deleted file]
xhtml-compiler/config.filters.php [deleted file]
xhtml-compiler/config.smoketest.php [deleted file]
xhtml-compiler/docs/compile-svn.txt [deleted file]
xhtml-compiler/error.css [deleted file]
xhtml-compiler/error.xsl [deleted file]
xhtml-compiler/functions.php [deleted file]
xhtml-compiler/htaccess.php [deleted file]
xhtml-compiler/index.html [deleted file]
xhtml-compiler/main.php [deleted file]
xhtml-compiler/modules/README.txt [deleted file]
xhtml-compiler/modules/svn.so [deleted file]
xhtml-compiler/purgatory.php [deleted file]
xhtml-compiler/smoketests/(special)/index.xhtml [deleted file]
xhtml-compiler/smoketests/DOMFilter/AbsolutePath.xhtml [deleted file]
xhtml-compiler/smoketests/DOMFilter/Acronymizer.xhtml [deleted file]
xhtml-compiler/smoketests/DOMFilter/GenerateTableOfContents.xhtml [deleted file]
xhtml-compiler/smoketests/DOMFilter/IEConditionalComments.xhtml [deleted file]
xhtml-compiler/smoketests/DOMFilter/MarkLeadParagraphs.xhtml [deleted file]
xhtml-compiler/smoketests/DOMFilter/Quoter.xhtml [deleted file]
xhtml-compiler/smoketests/DOMFilter/RSSFromSVN.xhtml [deleted file]
xhtml-compiler/smoketests/entities.ent [deleted file]
xhtml-compiler/smoketests/entities.xhtml [deleted file]
xhtml-compiler/smoketests/index.xhtml [deleted file]
xhtml-compiler/smoketests/private/index.xhtml [deleted file]
xhtml-compiler/smoketests/recursive/index.xhtml [deleted file]
xhtml-compiler/smoketests/recursive/subdir/index.xhtml [deleted file]
xhtml-compiler/tests/XHTMLCompiler/DirectoryTest.php [deleted file]
xhtml-compiler/tests/XHTMLCompiler/ExceptionTest.php [deleted file]
xhtml-compiler/tests/XHTMLCompiler/FileSystemHarness.php [deleted file]
xhtml-compiler/tests/XHTMLCompiler/FileTest.php [deleted file]
xhtml-compiler/tests/XHTMLCompiler/FilterManagerTest.php [deleted file]
xhtml-compiler/tests/XHTMLCompiler/FunctionsTest.php [deleted file]
xhtml-compiler/tests/XHTMLCompiler/PageTest.php [deleted file]
xhtml-compiler/tests/XHTMLCompilerHarness.php [deleted file]
xhtml-compiler/tests/index.php [deleted file]
xhtml-compiler/update.php [deleted file]