The directory structure is compatible with the intheworks namespace naming
convention cs, right?
(Meaning if we move to namespaces no change is needed)

Shame we loose the history... but this needs to be done

-Hannes

On Jun 15, 2009 7:22 p.m., "Christian Weiske" <cwei...@cweiske.de> wrote:

Hi all, especially bjori,



My proposed renamings for the classes are:
> http://tmp.cweiske.de/phd-moveclasses

Any objections?

#!/bin/sh
#copy phd classes around
#make sure you are in phd/

mkdir PhD
mkdir PhD/Format
mkdir PhD/Format/Abstract
mkdir PhD/Reader
mkdir PhD/Theme
mkdir PhD/Theme/PEAR
mkdir PhD/Theme/PHP
mkdir PhD/Package
mkdir PhD/Package/Default
mkdir PhD/data
mkdir PhD/data/langs

cp include/langs/*.xml PhD/data/langs/

cp formats/AbstractXHTMLFormat.php PhD/Format/Abstract/XHTML.php
cp formats/manpage.php PhD/Format/Manpage.php
cp formats/pdf.php PhD/Format/PDF.php
cp formats/xhtml.php PhD/Format/XHTML.php

cp include/PhDFormat.class.php PhD/Format/Legacy.php
cp include/PhDEnterpriseFormat.class.php PhD/Format.php
cp include/PhDFormatFactory.php PhD/Format/Factory.php

cp config.php PhD/Config.php

cp include/PhDBuildOptions.class.php PhD/BuildOptionsParser.php
cp include/PhDHelper.class.php PhD/Helper.php
cp include/PhDHighlighter.class.php PhD/Highlighter.php
cp include/PhDIndex.class.php PhD/Index.php
cp include/PhDMediaManager.class.php PhD/MediaManager.php
cp include/PhDRender.class.php PhD/Render.php
cp include/PhDErrors.php PhD/functions.php
cp include/PhDObjectStorage.class.php PhD/ObjectStorage.php

cp include/PhDTheme.class.php PhD/Theme.php
cp include/PhDThemeXhtml.class.php PhD/Theme/XHTML.php

cp include/PhDReader.class.php PhD/Reader/Legacy.php
cp include/PhDPartialReader.class.php PhD/Reader/Partial.php
cp include/PhDEnterpriseReader.class.php PhD/Reader.php

cp packages/Default/DefaultFactory.class.php
PhD/Package/Default/Factory.php cp packages/Default/xhtml.php
PhD/Package/Default/XHTML.php

cp themes/pear/pearbightml.php PhD/Theme/PEAR/BigHTML.php
cp themes/pear/pearchm.php PhD/Theme/PEAR/CHM.php
cp themes/pear/pearchunkedhtml.php PhD/Theme/PEAR/ChunkedHTML.php
cp themes/pear/peartheme.php PhD/Theme/PEAR/Base.php
cp themes/pear/pearweb.php PhD/Theme/PEAR/Web.php

cp themes/php/bightml.php PhD/Theme/PHP/BigHTML.php
cp themes/php/chmsource.php PhD/Theme/PHP/CHMSource.php
cp themes/php/chunkedhtml.php PhD/Theme/PHP/ChunkedHTML.php
cp themes/php/howto.php PhD/Theme/PHP/HowTo.php
cp themes/php/phpbigpdf.php PhD/Theme/PHP/BigPDF.php
cp themes/php/phpdotnet.php PhD/Theme/PHP/PHPDotNet.php
cp themes/php/phpfunctions.php PhD/Theme/PHP/Functions.php
cp themes/php/phpkdevelop.php PhD/Theme/PHP/KDevelop.php
cp themes/php/phppdf.php PhD/Theme/PHP/PDF.php
cp themes/php/phpweb.php PhD/Theme/PHP/Web.php

--
Regards/Mit freundlichen Grüßen
Christian Weiske

-= Geeking around in the name of science since 1982 =-

Reply via email to