clean out deadwood: remove unsused source files
authormh <mh>
Fri, 13 Dec 2002 01:11:28 +0000 (01:11 +0000)
committermh <mh>
Fri, 13 Dec 2002 01:11:28 +0000 (01:11 +0000)
12 files changed:
source/content-types.properties [deleted file]
source/mir/misc/ConfigException.java [deleted file]
source/mir/misc/InputSourceResolver.java [deleted file]
source/mir/misc/Location.java [deleted file]
source/mir/misc/XmlSaxonStyler.java [deleted file]
source/mir/misc/XmlStyler.java [deleted file]
source/mir/misc/XslStyleCache.java [deleted file]
source/mircoders/storage/DatabaseImageColor.java [deleted file]
source/mircoders/storage/DatabaseImageFormat.java [deleted file]
source/mircoders/storage/DatabaseImageLayout.java [deleted file]
source/mircoders/storage/DatabaseImageType.java [deleted file]
source/server.xml [deleted file]

diff --git a/source/content-types.properties b/source/content-types.properties
deleted file mode 100755 (executable)
index e3c4407..0000000
+++ /dev/null
@@ -1,285 +0,0 @@
-#sun.net.www MIME content-types table; version 1.6, 05/04/99
-#
-# Property fields:
-#
-#   <description> ::= 'description' '=' <descriptive string>
-#    <extensions> ::= 'file_extensions' '=' <comma-delimited list, include '.'>
-#         <image> ::= 'icon' '=' <filename of icon image>
-#        <action> ::= 'browser' | 'application' | 'save' | 'unknown'
-#   <application> ::= 'application' '=' <command line template>
-#
-
-#
-# The "we don't know anything about this data" type(s).
-# Used internally to mark unrecognized types.
-#
-content/unknown: description=Unknown Content
-unknown/unknown: description=Unknown Data Type
-
-#
-# The template we should use for temporary files when launching an application
-# to view a document of given type.
-#
-temp.file.template: /tmp/%s
-
-#
-# The "real" types.
-#
-application/octet-stream: \
-       description=Generic Binary Stream;\
-       file_extensions=.saveme,.dump,.hqx,.arc,.o,.a,.bin,.exe,.z,.gz
-
-application/oda: \
-       description=ODA Document;\
-       file_extensions=.oda
-
-application/pdf: \
-       description=Adobe PDF Format;\
-       file_extensions=.pdf
-
-application/postscript: \
-       description=Postscript File;\
-       file_extensions=.eps,.ai,.ps;\
-       icon=ps;\
-       action=application;\
-       application=imagetool %s
-
-application/x-dvi: \
-       description=TeX DVI File;\
-       file_extensions=.dvi;\
-       action=application;\
-       application=xdvi %s
-
-application/x-hdf: \
-       description=Hierarchical Data Format;\
-       file_extensions=.hdf;\
-       action=save
-
-application/x-latex: \
-       description=LaTeX Source;\
-       file_extensions=.latex
-
-application/x-netcdf: \
-       description=Unidata netCDF Data Format;\
-       file_extensions=.nc,.cdf;\
-       action=save
-
-application/x-tex: \
-       description=TeX Source;\
-       file_extensions=.tex
-
-application/x-texinfo: \
-       description=Gnu Texinfo;\
-       file_extensions=.texinfo,.texi
-
-application/x-troff: \
-       description=Troff Source;\
-       file_extensions=.t,.tr,.roff;\
-       action=application;\
-       application=xterm -title troff -e sh -c \"nroff %s | col | more -w\"
-
-application/x-troff-man: \
-       description=Troff Manpage Source;\
-       file_extensions=.man;\
-       action=application;\
-       application=xterm -title troff -e sh -c \"nroff -man %s | col | more -w\"
-
-application/x-troff-me: \
-       description=Troff ME Macros;\
-       file_extensions=.me;\
-       action=application;\
-       application=xterm -title troff -e sh -c \"nroff -me %s | col | more -w\"
-
-application/x-troff-ms: \
-       description=Troff MS Macros;\
-       file_extensions=.ms;\
-       action=application;\
-       application=xterm -title troff -e sh -c \"nroff -ms %s | col | more -w\"
-
-application/x-wais-source: \
-       description=Wais Source;\
-       file_extensions=.src,.wsrc
-
-application/zip: \
-       description=Zip File;\
-       file_extensions=.zip;\
-       icon=zip;\
-       action=save
-
-application/x-bcpio: \
-       description=Old Binary CPIO Archive;\
-       file_extensions=.bcpio; action=save
-
-application/x-cpio: \
-       description=Unix CPIO Archive;\
-       file_extensions=.cpio; action=save
-
-application/x-gtar: \
-       description=Gnu Tar Archive;\
-       file_extensions=.gtar;\
-       icon=tar;\
-       action=save
-
-application/x-shar: \
-       description=Shell Archive;\
-       file_extensions=.sh,.shar;\
-       action=save
-
-application/x-sv4cpio: \
-       description=SVR4 CPIO Archive;\
-       file_extensions=.sv4cpio; action=save
-
-application/x-sv4crc: \
-       description=SVR4 CPIO with CRC;\
-       file_extensions=.sv4crc; action=save
-
-application/x-tar: \
-       description=Tar Archive;\
-       file_extensions=.tar;\
-       icon=tar;\
-       action=save
-
-application/x-ustar: \
-       description=US Tar Archive;\
-       file_extensions=.ustar;\
-       action=save
-
-audio/basic: \
-       description=Basic Audio;\
-       file_extensions=.snd,.au;\
-       icon=audio;\
-       action=application;\
-       application=audiotool %s
-
-audio/x-aiff: \
-       description=Audio Interchange Format File;\
-       file_extensions=.aifc,.aif,.aiff;\
-       icon=aiff
-
-audio/x-wav: \
-       description=Wav Audio;\
-       file_extensions=.wav;\
-       icon=wav
-
-image/gif: \
-       description=GIF Image;\
-       file_extensions=.gif;\
-       icon=gif;\
-       action=browser
-
-image/ief: \
-       description=Image Exchange Format;\
-       file_extensions=.ief
-
-image/jpeg: \
-       description=JPEG Image;\
-       file_extensions=.jfif,.jfif-tbnl,.jpe,.jpg,.jpeg;\
-       icon=jpeg;\
-       action=browser;\
-       application=imagetool %s
-
-image/tiff: \
-       description=TIFF Image;\
-       file_extensions=.tif,.tiff;\
-       icon=tiff
-
-image/vnd.fpx: \
-       description=FlashPix Image;\
-       file_extensions=.fpx,.fpix
-
-image/x-cmu-rast: \
-       description=CMU Raster Image;\
-       file_extensions=.ras
-
-image/x-portable-anymap: \
-       description=PBM Anymap Format;\
-       file_extensions=.pnm
-
-image/x-portable-bitmap: \
-       description=PBM Bitmap Format;\
-       file_extensions=.pbm
-
-image/x-portable-graymap: \
-       description=PBM Graymap Format;\
-       file_extensions=.pgm
-
-image/x-portable-pixmap: \
-       description=PBM Pixmap Format;\
-       file_extensions=.ppm
-
-image/x-rgb: \
-       description=RGB Image;\
-       file_extensions=.rgb
-
-image/x-xbitmap: \
-       description=X Bitmap Image;\
-       file_extensions=.xbm,.xpm
-
-image/x-xwindowdump: \
-       description=X Window Dump Image;\
-       file_extensions=.xwd
-
-image/png: \
-       description=PNG Image;\
-       file_extensions=.png;\
-       icon=png;\
-       action=browser
-
-text/html: \
-       description=HTML Document;\
-       file_extensions=.htm,.html;\
-       icon=html
-
-text/plain: \
-       description=Plain Text;\
-       file_extensions=.text,.c,.cc,.c++,.h,.pl,.txt,.java,.el;\
-       icon=text;\
-       action=browser
-
-text/tab-separated-values: \
-       description=Tab Separated Values Text;\
-       file_extensions=.tsv
-
-text/x-setext: \
-       description=Structure Enhanced Text;\
-       file_extensions=.etx
-
-video/mpeg: \
-       description=MPEG Video Clip;\
-       file_extensions=.mpg,.mpe,.mpeg;\
-       icon=mpeg;\
-       action=application;\
-       application=mpeg_play %s
-
-video/quicktime: \
-       description=QuickTime Video Clip;\
-       file_extensions=.mov,.qt
-
-application/x-troff-msvideo: \
-       description=AVI Video;\
-       file_extensions=.avi;\
-       icon=avi
-
-video/x-sgi-movie: \
-       description=SGI Movie;\
-       file_extensions=.movie,.mv
-
-message/rfc822: \
-       description=Internet Email Message;\
-       file_extensions=.mime
-
-application/xml: \
-       description=XML document;\
-       file_extensions=.xml
-
-audio/mp3: \
-       description=MPEG Layer 3;\
-       file_extensions=.mp3;\
-       icon=mpeg;\
-       action=application;\
-       application=mpg123 %s
-
-audio/vnd.rn-realaudio: \
-       description=RealAudio File;\    
-       file_extensions=.ra
-
diff --git a/source/mir/misc/ConfigException.java b/source/mir/misc/ConfigException.java
deleted file mode 100755 (executable)
index 4c9ffa3..0000000
+++ /dev/null
@@ -1,157 +0,0 @@
-/*
- * Copyright (C) 2001, 2002  The Mir-coders group
- *
- * This file is part of Mir.
- *
- * Mir is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * Mir is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with Mir; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
- *
- * In addition, as a special exception, The Mir-coders gives permission to link
- * the code of this program with the com.oreilly.servlet library, any library
- * licensed under the Apache Software License, The Sun (tm) Java Advanced
- * Imaging library (JAI), The Sun JIMI library (or with modified versions of
- * the above that use the same license as the above), and distribute linked
- * combinations including the two.  You must obey the GNU General Public
- * License in all respects for all of the code used other than the above
- * mentioned libraries.  If you modify this file, you may extend this exception
- * to your version of the file, but you are not obligated to do so.  If you do
- * not wish to do so, delete this exception statement from your version.
- */
-
-package mir.misc;
-
-
-import java.io.*;
-
-/**
- * Reports the location of the error in the File.
- * Based and inspired by a source from the Ant distribution
- * (Copyright (c) 1999-2001 The Apache Software Foundation.)
- *
- * @version $Id: ConfigException.java,v 1.1.6.1 2002/09/01 21:31:40 mh Exp $
- *
- * @author The Mir-coders group
- */
-
-public class ConfigException extends RuntimeException {
-
-    /** Exception that might have caused this one. */
-    private Throwable cause;
-
-    /** Location in the build file where the exception occured */
-    private Location location = Location.UNKNOWN_LOCATION;
-
-    /**
-     * Constructs a build exception with no descriptive information.
-     */
-    public ConfigException() {
-        super();
-    }
-
-    /**
-     * Constructs an exception with the given descriptive message.
-     * @param msg Description of or information about the exception.
-     */
-    public ConfigException(String msg) {
-        super(msg);
-    }
-
-    /**
-     * Constructs an exception with the given message and exception as
-     * a root cause.
-     * @param msg Description of or information about the exception.
-     * @param cause Throwable that might have cause this one.
-     */
-    public ConfigException(String msg, Throwable cause) {
-        super(msg);
-        this.cause = cause;
-    }
-
-    /**
-     * Constructs an exception with the given message and exception as
-     * a root cause and a location in a file.
-     * @param msg Description of or information about the exception.
-     * @param cause Exception that might have cause this one.
-     * @param location Location in the project file where the error occured.
-     */
-    public ConfigException(String msg, Throwable cause, Location location) {
-        this(msg, cause);
-        this.location = location;
-    }
-
-    /**
-     * Constructs an exception with the given exception as a root cause.
-     * @param cause Exception that might have caused this one.
-     */
-    public ConfigException(Throwable cause) {
-        super(cause.toString());
-        this.cause = cause;
-    }
-
-    /**
-     * Constructs an exception with the given descriptive message and a location
-     * in a file.
-     * @param msg Description of or information about the exception.
-     * @param location Location in the project file where the error occured.
-     */
-    public ConfigException(String msg, Location location) {
-        super(msg);
-        this.location = location;
-    }
-
-    /**
-     * Constructs an exception with the given exception as
-     * a root cause and a location in a file.
-     * @param cause Exception that might have cause this one.
-     * @param location Location in the project file where the error occured.
-     */
-    public ConfigException(Throwable cause, Location location) {
-        this(cause);
-        this.location = location;
-    }
-
-    /**
-     * Returns the nested exception.
-     */
-    public Throwable getException() {
-        return cause;
-    }
-
-    /**
-     * Returns the location of the error and the error message.
-     */
-    public String toString() {
-        return location.toString() + getMessage();
-    }
-
-    /**
-     * Sets the file location where the error occured.
-     */
-    public void setLocation(Location location) {
-        this.location = location;
-    }
-
-    /**
-     * Returns the file location where the error occured.
-     */
-    public Location getLocation() {
-        return location;
-    }
-
-    // Override stack trace methods to show original cause:
-    public void printStackTrace() {
-        printStackTrace(System.err);
-    }
-    
-}
diff --git a/source/mir/misc/InputSourceResolver.java b/source/mir/misc/InputSourceResolver.java
deleted file mode 100755 (executable)
index aca39ee..0000000
+++ /dev/null
@@ -1,107 +0,0 @@
-/*
- * Copyright (C) 2001, 2002  The Mir-coders group
- *
- * This file is part of Mir.
- *
- * Mir is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * Mir is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with Mir; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
- *
- * In addition, as a special exception, The Mir-coders gives permission to link
- * the code of this program with the com.oreilly.servlet library, any library
- * licensed under the Apache Software License, The Sun (tm) Java Advanced
- * Imaging library (JAI), The Sun JIMI library (or with modified versions of
- * the above that use the same license as the above), and distribute linked
- * combinations including the two.  You must obey the GNU General Public
- * License in all respects for all of the code used other than the above
- * mentioned libraries.  If you modify this file, you may extend this exception
- * to your version of the file, but you are not obligated to do so.  If you do
- * not wish to do so, delete this exception statement from your version.
- */
-
-package mir.misc;
-
-import java.io.FileInputStream;
-import java.io.InputStream;
-import java.io.FileNotFoundException;
-import java.io.IOException;
-import org.xml.sax.InputSource;
-import org.xml.sax.SAXException;
-import com.icl.saxon.ExtendedInputSource;
-
-/**
- * Title:
- * Description:
- * Copyright:    Copyright (c) 2001
- * Company:
- * @author
- * @version 1.0
- */
-
-
-public class InputSourceResolver {
-  private static InputSourceResolver single    = new InputSourceResolver();
-  private String prefix = "";
-
-  /**
-   * InputSourceResolver constructor comment.
-   */
-  private InputSourceResolver() {
-    super();
-  }
-
-  /**
-   * Singleton Constructor
-   * @return de.matetrade.tools.InputSourceResolver
-   */
-  private static InputSourceResolver getInstance() {
-    return single;
-  }
-
-  /**
-   * This method was created in VisualAge.
-   * @return InputStream
-   * @param key java.lang.String
-   */
-  private InputStream getFileInputStream( String key )
-    throws IOException {
-
-    FileInputStream is = null;
-    try {
-      is = new FileInputStream( prefix + key );
-    } catch ( FileNotFoundException ex ) {
-      throw new IOException( "FileNotFoundExcpetion: input for <" + key + "> not found" );
-    }
-
-    return is;
-  }
-
-
-  /**
-   * This method was created in VisualAge.
-   * @return org.xml.sax.InputSource
-   * @param key java.lang.String
-   */
-  public static InputSource resolve( String key )
-    throws IOException {
-
-    InputSource is = new InputSource( single.getFileInputStream( key ) );
-    if ( key.indexOf( ':' ) >= 0 ) {
-      is.setSystemId( "file:///" + key );              // special for win (file:///c:/xxx)
-    } else {
-      is.setSystemId( "file://" + key );
-    }
-
-    return is;
-  }
-}
\ No newline at end of file
diff --git a/source/mir/misc/Location.java b/source/mir/misc/Location.java
deleted file mode 100755 (executable)
index 3ba5904..0000000
+++ /dev/null
@@ -1,91 +0,0 @@
-/*
- * Copyright (C) 2001, 2002  The Mir-coders group
- *
- * This file is part of Mir.
- *
- * Mir is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * Mir is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with Mir; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
- *
- * In addition, as a special exception, The Mir-coders gives permission to link
- * the code of this program with the com.oreilly.servlet library, any library
- * licensed under the Apache Software License, The Sun (tm) Java Advanced
- * Imaging library (JAI), The Sun JIMI library (or with modified versions of
- * the above that use the same license as the above), and distribute linked
- * combinations including the two.  You must obey the GNU General Public
- * License in all respects for all of the code used other than the above
- * mentioned libraries.  If you modify this file, you may extend this exception
- * to your version of the file, but you are not obligated to do so.  If you do
- * not wish to do so, delete this exception statement from your version.
- */
-
-package mir.misc;
-
-/**
- * Stores the file name and line number in a file.
- *
- * @version $Id: Location.java,v 1.1.6.1 2002/09/01 21:31:40 mh Exp $
- *
- */
-public class Location {
-    private String fileName;
-    private int lineNumber;
-    private int columnNumber;
-
-    public static final Location UNKNOWN_LOCATION = new Location();
-
-    /**
-     * Creates an "unknown" location.
-     */
-    private Location() {
-        this(null, 0, 0);
-    }
-
-    /**
-     * Creates a location consisting of a file name but no line number.
-     */
-    public Location(String fileName) {
-        this(fileName, 0, 0);
-    }
-
-    /**
-     * Creates a location consisting of a file name and line number.
-     */
-    public Location(String fileName, int lineNumber, int columnNumber) {
-        this.fileName = fileName;
-        this.lineNumber = lineNumber;
-        this.columnNumber = columnNumber;
-    }
-
-    /**
-     * Returns the file name, line number and a trailing space. An error
-     * message can be appended easily. For unknown locations, returns
-     * an empty string.
-     */
-    public String toString() {
-        StringBuffer buf = new StringBuffer();
-
-        if (fileName != null) {
-            buf.append(fileName);
-
-            if (lineNumber != 0) {
-                buf.append(":");
-                buf.append(lineNumber);
-            }
-
-            buf.append(": ");
-        }
-
-        return buf.toString();
-    }
-}
diff --git a/source/mir/misc/XmlSaxonStyler.java b/source/mir/misc/XmlSaxonStyler.java
deleted file mode 100755 (executable)
index 9dc8b29..0000000
+++ /dev/null
@@ -1,74 +0,0 @@
-/*
- * Copyright (C) 2001, 2002  The Mir-coders group
- *
- * This file is part of Mir.
- *
- * Mir is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * Mir is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with Mir; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
- *
- * In addition, as a special exception, The Mir-coders gives permission to link
- * the code of this program with the com.oreilly.servlet library, any library
- * licensed under the Apache Software License, The Sun (tm) Java Advanced
- * Imaging library (JAI), The Sun JIMI library (or with modified versions of
- * the above that use the same license as the above), and distribute linked
- * combinations including the two.  You must obey the GNU General Public
- * License in all respects for all of the code used other than the above
- * mentioned libraries.  If you modify this file, you may extend this exception
- * to your version of the file, but you are not obligated to do so.  If you do
- * not wish to do so, delete this exception statement from your version.
- */
-
-package mir.misc;
-
-import java.io.InputStream;
-import java.io.IOException;
-import java.io.OutputStream;
-import org.xml.sax.SAXException;
-import com.icl.saxon.trax.Transformer;
-import com.icl.saxon.trax.Templates;
-import com.icl.saxon.trax.Result;
-import com.icl.saxon.PreparedStyleSheet;
-import org.xml.sax.InputSource;
-
-/**
- * Title:        XmlSaxonStyler
- * Description:  Implement XmlStyler
- * Copyright:    Copyright (c) 2001
- * Company:      Indymedia
- * @author       idfx
- * @version 1.0
- */
-
-public class XmlSaxonStyler implements XmlStyler{
-
-  private XmlSaxonStyler() {}
-  private static XmlSaxonStyler styler = new XmlSaxonStyler();
-  public static XmlSaxonStyler getInstance(){
-    return styler;
-  }
-
-  public void style( String styleKey, InputStream is, OutputStream os )
-    throws SAXException {
-
-    Templates styleSheet = XslStyleCache.getPreparedStyleSheet( styleKey );
-    Transformer transformer = styleSheet.newTransformer();
-    transformer.transform( new InputSource( is ), new Result( os ) );
-  }
-
-  public void style( Transformer transformer, InputStream is, OutputStream os )
-    throws SAXException {
-
-    transformer.transform( new InputSource( is ), new Result( os ) );
-  }
-}
\ No newline at end of file
diff --git a/source/mir/misc/XmlStyler.java b/source/mir/misc/XmlStyler.java
deleted file mode 100755 (executable)
index 665cd9f..0000000
+++ /dev/null
@@ -1,52 +0,0 @@
-/*
- * Copyright (C) 2001, 2002  The Mir-coders group
- *
- * This file is part of Mir.
- *
- * Mir is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * Mir is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with Mir; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
- *
- * In addition, as a special exception, The Mir-coders gives permission to link
- * the code of this program with the com.oreilly.servlet library, any library
- * licensed under the Apache Software License, The Sun (tm) Java Advanced
- * Imaging library (JAI), The Sun JIMI library (or with modified versions of
- * the above that use the same license as the above), and distribute linked
- * combinations including the two.  You must obey the GNU General Public
- * License in all respects for all of the code used other than the above
- * mentioned libraries.  If you modify this file, you may extend this exception
- * to your version of the file, but you are not obligated to do so.  If you do
- * not wish to do so, delete this exception statement from your version.
- */
-
-package mir.misc;
-
-import java.io.InputStream;
-import java.io.OutputStream;
-import org.xml.sax.SAXException;
-
-/**
- * Title:        XmLStyler
- * Description:
- * Copyright:    Copyright (c) 2001
- * Company:      Indymedia
- * @author       idfx
- * @version 1.0
- */
-
-public interface XmlStyler {
-
-  void style( String styleKey, InputStream is, OutputStream os )
-    throws SAXException;
-
-}
\ No newline at end of file
diff --git a/source/mir/misc/XslStyleCache.java b/source/mir/misc/XslStyleCache.java
deleted file mode 100755 (executable)
index 23e2d6f..0000000
+++ /dev/null
@@ -1,124 +0,0 @@
-/*
- * Copyright (C) 2001, 2002  The Mir-coders group
- *
- * This file is part of Mir.
- *
- * Mir is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * Mir is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with Mir; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
- *
- * In addition, as a special exception, The Mir-coders gives permission to link
- * the code of this program with the com.oreilly.servlet library, any library
- * licensed under the Apache Software License, The Sun (tm) Java Advanced
- * Imaging library (JAI), The Sun JIMI library (or with modified versions of
- * the above that use the same license as the above), and distribute linked
- * combinations including the two.  You must obey the GNU General Public
- * License in all respects for all of the code used other than the above
- * mentioned libraries.  If you modify this file, you may extend this exception
- * to your version of the file, but you are not obligated to do so.  If you do
- * not wish to do so, delete this exception statement from your version.
- */
-
-package mir.misc;
-
-import java.io.IOException;
-
-import com.icl.saxon.PreparedStyleSheet;
-import org.xml.sax.InputSource;
-import org.xml.sax.SAXException;
-import com.icl.saxon.trax.Transformer;
-
-import java.util.Hashtable;
-
-/**
- * Title:
- * Description:
- * Copyright:    Copyright (c) 2001
- * Company:
- * @author
- * @version 1.0
- */
-
-
-public class XslStyleCache {
-
-  private static Hashtable cache;
-  private static XslStyleCache single = new XslStyleCache();
-
-
-  /**
-   * XSLStyleCache constructor comment.
-  */
-  private XslStyleCache() {
-    cache = new Hashtable();
-  }
-
-  /**
-   * singleton constructor
-   */
-  private static synchronized XslStyleCache getInstance() {
-    return single;
-  }
-
-
-  /**
-   * Clear Cache
-   */
-  public static void clear() {
-    cache.clear();
-  }
-
-  /**
-   * This method was created in VisualAge.
-   * @return
-   * @param key java.lang.String
-   */
-  public static PreparedStyleSheet getPreparedStyleSheet( String key )
-    throws SAXException {
-
-    PreparedStyleSheet styleSheet = (PreparedStyleSheet)single.cache.get( key );
-    try {
-      if ( styleSheet == null ) {
-        styleSheet = new PreparedStyleSheet();
-        styleSheet.prepare( InputSourceResolver.resolve( key ) );
-        single.cache.put( key, styleSheet );
-      }
-    } catch ( IOException ex ) {
-      throw new SAXException( "tunneld IOExcpetion:" + ex.getMessage() );
-    }
-
-    return styleSheet;
-  }
-
-  /**
-   * This method was created in VisualAge.
-   * @return
-   * @param key java.lang.String
-   */
-  public static Transformer getTransformer( String key ){
-
-    PreparedStyleSheet styleSheet = (PreparedStyleSheet)single.cache.get( key );
-    try {
-      if ( styleSheet == null ) {
-        styleSheet = new PreparedStyleSheet();
-        styleSheet.prepare( InputSourceResolver.resolve( key ) );
-        single.cache.put( key, styleSheet );
-      }
-    } catch ( IOException ex ) {
-      //throw new SAXException( "tunneld IOExcpetion:" + ex.getMessage() );
-    } catch (SAXException ex) {}
-
-    return styleSheet.newTransformer();
-  }
-
-}
\ No newline at end of file
diff --git a/source/mircoders/storage/DatabaseImageColor.java b/source/mircoders/storage/DatabaseImageColor.java
deleted file mode 100755 (executable)
index e4df053..0000000
+++ /dev/null
@@ -1,80 +0,0 @@
-/*
- * Copyright (C) 2001, 2002  The Mir-coders group
- *
- * This file is part of Mir.
- *
- * Mir is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * Mir is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with Mir; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
- *
- * In addition, as a special exception, The Mir-coders gives permission to link
- * the code of this program with the com.oreilly.servlet library, any library
- * licensed under the Apache Software License, The Sun (tm) Java Advanced
- * Imaging library (JAI), The Sun JIMI library (or with modified versions of
- * the above that use the same license as the above), and distribute linked
- * combinations including the two.  You must obey the GNU General Public
- * License in all respects for all of the code used other than the above
- * mentioned libraries.  If you modify this file, you may extend this exception
- * to your version of the file, but you are not obligated to do so.  If you do
- * not wish to do so, delete this exception statement from your version.
- */
-
-package mircoders.storage;
-
-import java.lang.*;
-import java.sql.*;
-import java.io.*;
-import java.util.*;
-
-import freemarker.template.*;
-
-import mir.storage.*;
-import mir.entity.*;
-import mir.misc.*;
-
-/**
- * <b>Diese Klasse implementiert die Datenbankverbindung zur MetaObjekt-Tabelle
- *
- *
- */
-
-public class DatabaseImageColor extends Database implements StorageObject{
-
-       private static DatabaseImageColor instance;
-       private static SimpleList publisherPopupData;
-
-       // the following *has* to be sychronized cause this static method
-       // could get preemted and we could end up with 2 instances of DatabaseFoo..
-       // see the "Singletons with needles and thread" article at JavaWorld -mh
-       public synchronized static DatabaseImageColor getInstance() 
-         throws StorageObjectException
-       {
-               if (instance == null) {
-                       instance = new DatabaseImageColor();
-                       instance.myselfDatabase = instance;
-               }
-               return instance;
-       }
-
-       private DatabaseImageColor() throws StorageObjectException
-       {
-               super();
-               this.hasTimestamp = false;
-               this.theTable="img_color";
-       }
-
-       public SimpleList getPopupData()
-        throws StorageObjectException { return getPopupData("name",true); }
-
-
-}
diff --git a/source/mircoders/storage/DatabaseImageFormat.java b/source/mircoders/storage/DatabaseImageFormat.java
deleted file mode 100755 (executable)
index 47b502c..0000000
+++ /dev/null
@@ -1,80 +0,0 @@
-/*
- * Copyright (C) 2001, 2002  The Mir-coders group
- *
- * This file is part of Mir.
- *
- * Mir is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * Mir is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with Mir; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
- *
- * In addition, as a special exception, The Mir-coders gives permission to link
- * the code of this program with the com.oreilly.servlet library, any library
- * licensed under the Apache Software License, The Sun (tm) Java Advanced
- * Imaging library (JAI), The Sun JIMI library (or with modified versions of
- * the above that use the same license as the above), and distribute linked
- * combinations including the two.  You must obey the GNU General Public
- * License in all respects for all of the code used other than the above
- * mentioned libraries.  If you modify this file, you may extend this exception
- * to your version of the file, but you are not obligated to do so.  If you do
- * not wish to do so, delete this exception statement from your version.
- */
-
-package mircoders.storage;
-
-import java.lang.*;
-import java.sql.*;
-import java.io.*;
-import java.util.*;
-
-import freemarker.template.*;
-
-import mir.storage.*;
-import mir.entity.*;
-import mir.misc.*;
-
-/**
- * <b>Diese Klasse implementiert die Datenbankverbindung zur MetaObjekt-Tabelle
- *
- *
- */
-
-public class DatabaseImageFormat extends Database implements StorageObject{
-
-       private static DatabaseImageFormat instance;
-       private static SimpleList publisherPopupData;
-
-       // the following *has* to be sychronized cause this static method
-       // could get preemted and we could end up with 2 instances of DatabaseFoo..
-       // see the "Singletons with needles and thread" article at JavaWorld -mh
-       public synchronized static DatabaseImageFormat getInstance() 
-         throws StorageObjectException
-       {
-               if (instance == null) {
-                       instance = new DatabaseImageFormat();
-                       instance.myselfDatabase = instance;
-               }
-               return instance;
-       }
-
-       private DatabaseImageFormat() throws StorageObjectException
-       {
-               super();
-               this.hasTimestamp = false;
-               this.theTable="img_format";
-       }
-
-       public SimpleList getPopupData()
-        throws StorageObjectException { return getPopupData("name",true); }
-
-
-}
diff --git a/source/mircoders/storage/DatabaseImageLayout.java b/source/mircoders/storage/DatabaseImageLayout.java
deleted file mode 100755 (executable)
index 54cdf46..0000000
+++ /dev/null
@@ -1,80 +0,0 @@
-/*
- * Copyright (C) 2001, 2002  The Mir-coders group
- *
- * This file is part of Mir.
- *
- * Mir is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * Mir is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with Mir; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
- *
- * In addition, as a special exception, The Mir-coders gives permission to link
- * the code of this program with the com.oreilly.servlet library, any library
- * licensed under the Apache Software License, The Sun (tm) Java Advanced
- * Imaging library (JAI), The Sun JIMI library (or with modified versions of
- * the above that use the same license as the above), and distribute linked
- * combinations including the two.  You must obey the GNU General Public
- * License in all respects for all of the code used other than the above
- * mentioned libraries.  If you modify this file, you may extend this exception
- * to your version of the file, but you are not obligated to do so.  If you do
- * not wish to do so, delete this exception statement from your version.
- */
-
-package mircoders.storage;
-
-import java.lang.*;
-import java.sql.*;
-import java.io.*;
-import java.util.*;
-
-import freemarker.template.*;
-
-import mir.storage.*;
-import mir.entity.*;
-import mir.misc.*;
-
-/**
- * <b>Diese Klasse implementiert die Datenbankverbindung zur MetaObjekt-Tabelle
- *
- *
- */
-
-public class DatabaseImageLayout extends Database implements StorageObject{
-
-       private static DatabaseImageLayout instance;
-       private static SimpleList publisherPopupData;
-
-       // the following *has* to be sychronized cause this static method
-       // could get preemted and we could end up with 2 instances of DatabaseFoo..
-       // see the "Singletons with needles and thread" article at JavaWorld -mh
-       public synchronized static DatabaseImageLayout getInstance() 
-         throws StorageObjectException
-       {
-               if (instance == null) {
-                       instance = new DatabaseImageLayout();
-                       instance.myselfDatabase = instance;
-               }
-               return instance;
-       }
-
-       private DatabaseImageLayout() throws StorageObjectException
-       {
-               super();
-               this.hasTimestamp = false;
-               this.theTable="img_layout";
-       }
-
-       public SimpleList getPopupData()
-        throws StorageObjectException { return getPopupData("name",true); }
-
-
-}
diff --git a/source/mircoders/storage/DatabaseImageType.java b/source/mircoders/storage/DatabaseImageType.java
deleted file mode 100755 (executable)
index a7a9a5f..0000000
+++ /dev/null
@@ -1,80 +0,0 @@
-/*
- * Copyright (C) 2001, 2002  The Mir-coders group
- *
- * This file is part of Mir.
- *
- * Mir is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * Mir is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with Mir; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
- *
- * In addition, as a special exception, The Mir-coders gives permission to link
- * the code of this program with the com.oreilly.servlet library, any library
- * licensed under the Apache Software License, The Sun (tm) Java Advanced
- * Imaging library (JAI), The Sun JIMI library (or with modified versions of
- * the above that use the same license as the above), and distribute linked
- * combinations including the two.  You must obey the GNU General Public
- * License in all respects for all of the code used other than the above
- * mentioned libraries.  If you modify this file, you may extend this exception
- * to your version of the file, but you are not obligated to do so.  If you do
- * not wish to do so, delete this exception statement from your version.
- */
-
-package mircoders.storage;
-
-import java.lang.*;
-import java.sql.*;
-import java.io.*;
-import java.util.*;
-
-import freemarker.template.*;
-
-import mir.storage.*;
-import mir.entity.*;
-import mir.misc.*;
-
-/**
- * <b>Diese Klasse implementiert die Datenbankverbindung zur MetaObjekt-Tabelle
- *
- *
- */
-
-public class DatabaseImageType extends Database implements StorageObject{
-
-       private static DatabaseImageType instance;
-       private static SimpleList publisherPopupData;
-
-       // the following *has* to be sychronized cause this static method
-       // could get preemted and we could end up with 2 instances of DatabaseFoo..
-       // see the "Singletons with needles and thread" article at JavaWorld -mh
-       public synchronized static DatabaseImageType getInstance() 
-         throws StorageObjectException
-       {
-               if (instance == null) {
-                       instance = new DatabaseImageType();
-                       instance.myselfDatabase = instance;
-               }
-               return instance;
-       }
-
-       private DatabaseImageType() throws StorageObjectException
-       {
-               super();
-               this.hasTimestamp = false;
-               this.theTable="img_type";
-       }
-
-       public SimpleList getPopupData()
-        throws StorageObjectException { return getPopupData("name",true); }
-
-
-}
diff --git a/source/server.xml b/source/server.xml
deleted file mode 100755 (executable)
index 61eabc2..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-<!-- Example Mir Configuration File -->
- <mir name="t">
-  <class name="mircoders.servlet.ServletModuleOpenIndy">
-    <property name="directOp" value="yes"/>
-  </class>
-  <class name="mir.storage.DatabaseConfig">
-      <property name="username" value="postgres"/>
-      <property name="password" value=""/>
-  </class>
-</mir>