r96244 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r96243‎ | r96244 | r96245 >
Date:18:24, 4 September 2011
Author:maxsem
Status:ok
Tags:
Comment:
WikiHiero: updated readme
Modified paths:
  • /trunk/extensions/wikihiero/README (modified) (history)

Diff [purge]

Index: trunk/extensions/wikihiero/README
@@ -1,8 +1,6 @@
22 //////////////////////////////////////////////////////////////////////////
33
4 - WikiHiero - A PHP converter from text using "Manual for the encoding of
5 - hieroglyphic texts for computer input" syntax into HTML entities (table and
6 - images).
 4+ WikiHiero - WikiHiero - adds Ancient Egyptian hieroglyphs support to MediaWiki
75
86 Copyright (C) 2004 Guillaume Blanchard (Aoineko)
97
@@ -35,38 +33,6 @@
3634
3735 //////////////////////////////////////////////////////////////////////////
3836
39 -== INSTALL AS A WEB PAGE ==
40 -
41 -You need a server running Apache and PHP. WikiHiero was tested with
42 -Apache 1.3.27 and PHP 4.3.3, but must work with oldest version.
43 -
44 -1) Copy all file to your server.
45 -2) Enjoy!
46 -
47 -If you rename the pictures directory, pictures prefix or extension, please
48 -modify "wikihiero.php" to fit your changes. If you modify any picture size,
49 -or add/remove pictures, you need to run "wh_generate.php" to build an updated
50 -"wh_list.php".
51 -
52 -
53 -== ADD WIKI-HIERO TO YOUR HOMEPAGE, FORUM ==
54 -
55 -You need a server running Apache and PHP. WikiHiero was tested with
56 -Apache 1.3.27 and PHP 4.3.3, but must work with oldest version.
57 -
58 -1) Copy "wikihiero.php", "wh_list.php" and "img" directory to your server.
59 -2) Include "wikihiero.php" at the top of the file where you want to use it:
60 - <?php include "wikihiero.php"; ?>
61 - In both file are not in the same folder, don't forget to specify the path.
62 -3) Where you want show hieroglyphs, add the line
63 - <?php echo WikiHiero("my_text"); ?>
64 -4) Enjoy!
65 -
66 -If you rename the pictures directory, pictures prefix or extension, please
67 -modify "wikihiero.php" to fit your changes. If you modify any picture size,
68 -or add/remove pictures, you need to run "wh_generate.php" to build an updated
69 -"wh_list.php".
70 -
7137 == Version history ==
7238
7339 0.2.0: New parser
@@ -102,3 +68,12 @@
10369 0.2.9:
10470 - Add Esperanto interface.
10571 - Fix cartouche size
 72+
 73+1.0:
 74+- Seriously rewritten to conform with modern standards:
 75+-- Code overhauled and improved.
 76+-- Uses CSS instead of inline styles/attributes and produces valid HTML5.
 77+-- Adds Special:Hieroglyphs page that replaces two old and broken extra entry points.
 78+-- Uses MediaWiki localisation system.
 79+-- Honors $wgExtensionAssetsPath.
 80+- Support for functioning as something other than a MediaWiki extension dropped.

Status & tagging log