//////////////////////////////////////////////////////////////////////////

 WikiHiero - WikiHiero - adds Ancient Egyptian hieroglyphs support to MediaWiki

 Copyright (C) 2004 Guillaume Blanchard (Aoineko)

 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 2
 of the License, or 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; if not, write to the Free Software
 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.

//////////////////////////////////////////////////////////////////////////

 Hieroglyphs pictures

 Copyright (c) 2004 S. Rosmorduc, G. Watson, J. Hirst

 Permission is granted to copy, distribute and/or modify those pictures
 under the terms of the GNU Free Documentation License, Version 1.2
 or any later version published by the Free Software Foundation;
 with no Invariant Sections, no Front-Cover Texts, and no Back-Cover
 Texts. A copy of the license is included in the section entitled "GNU
 Free Documentation License".

//////////////////////////////////////////////////////////////////////////

== Version history ==

0.2.0: New parser

0.2.1: Fix link to hieroglyph tables

0.2.2: 
- Fix hieroglyph size when into a [[w:cartouche|cartouche]]
- Fix phonemes table to use 'Aa' category rather than 'J'

0.2.3: Add Swedish interface

0.2.4: Add Japanese and Dutch interface

0.2.5:
- Fix Swedish interface
- Create a function to handle language entries lack
- Change 'height' option by a 'scale' (in percentage)
- Add a 'line' option to split text lines

0.2.6:
- Add source annotation.
- Support of both '-' and ' ' as separator

0.2.7:
- Add parsing process duration. 
- Add download section

0.2.8: 
- Add Chinese interface. 
- Minor fix

0.2.9: 
- Add Esperanto interface. 
- Fix cartouche size

1.0:
- Seriously rewritten to conform with modern standards:
-- Code overhauled and improved.
-- Uses CSS instead of inline styles/attributes and produces valid HTML5.
-- Adds Special:Hieroglyphs page that replaces two old and broken extra entry points.
-- Uses MediaWiki localisation system.
-- Honors $wgExtensionAssetsPath.
- Support for functioning as something other than a MediaWiki extension dropped.
