// -----------------------------------------------------------------------
// This file is part of AROUNDMe
// 
// Copyright (C) 2003-2007 Barnraiser
// http://www.barnraiser.org/
// info@barnraiser.org
// 
// This program 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 3 of the License, or
// (at your option) any later version.
// 
// This program 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 this program; see the file COPYING.txt.  If not, see
// <http://www.gnu.org/licenses/>
// -----------------------------------------------------------------------


1. The XHTML Parser is not wonderful when dealing with line breaks. It adds
   <p> and <br /> tags and should avoid doing this near other tags. This is a
   bit random and does not always create valid XHTML - Basically it needs
   re-writing.

2. Some MIME types for files (such as tar.gz) do not work. This is a known
   issue with PHP and their suggestion is to use PECL. We'll migrate to that
   in a near future release.

3. The plugin mechanism needs altering to create a class based API. The API
   needs documenting to allow for third parties to create plugin-ins.

4. We need to modify the DNS handling to go to http://domain.org rather than 
   http://reserved_word.domain.org

5. MySQL full text searches do not appear to work low with low volumes of 
   data. We seen MySQL expertise for help as to how to better work with this.

6. The popuyp stylesheet editor is "expert mode" only today. We need to 
   enhance this with a simple form version and selectable pre-set styles.

7. The HTML editor needs image thumbnail display (for easily selected an 
   image for insertion and a plugin selector.
 
