From 00a79146ea31de4be6e8fdfd4ea3c608c1a2d90a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Monta=C3=B1ana?= Date: Sat, 21 Apr 2012 17:40:15 +0200 Subject: [PATCH] Primer commit --- AportaContenido.php | 244 +++++ Configuracion.php | 139 +++ Distribucion.php | 79 ++ Elementos.php | 224 +++++ Fpdf.php | 1648 ++++++++++++++++++++++++++++++++ InformeInventario.php | 154 +++ InformeInventario2.php | 147 +++ InformePDF.php | 98 ++ InformePDF2.php | 85 ++ Inventario.php | 207 ++++ LICENSE | 674 +++++++++++++ Mantenimiento.php | 447 +++++++++ Menu.php | 52 + Pdf_mysql_table.php | 237 +++++ Sql.php | 198 ++++ css/estilo.css | 345 +++++++ font/courier.php | 7 + font/helvetica.php | 15 + font/helveticab.php | 15 + font/helveticabi.php | 15 + font/helveticai.php | 15 + font/makefont/cp1250.map | 251 +++++ font/makefont/cp1251.map | 255 +++++ font/makefont/cp1252.map | 251 +++++ font/makefont/cp1253.map | 239 +++++ font/makefont/cp1254.map | 249 +++++ font/makefont/cp1255.map | 233 +++++ font/makefont/cp1257.map | 244 +++++ font/makefont/cp1258.map | 247 +++++ font/makefont/cp874.map | 225 +++++ font/makefont/iso-8859-1.map | 256 +++++ font/makefont/iso-8859-11.map | 248 +++++ font/makefont/iso-8859-15.map | 256 +++++ font/makefont/iso-8859-16.map | 256 +++++ font/makefont/iso-8859-2.map | 256 +++++ font/makefont/iso-8859-4.map | 256 +++++ font/makefont/iso-8859-5.map | 256 +++++ font/makefont/iso-8859-7.map | 250 +++++ font/makefont/iso-8859-9.map | 256 +++++ font/makefont/koi8-r.map | 256 +++++ font/makefont/koi8-u.map | 256 +++++ font/makefont/makefont.php | 416 ++++++++ font/symbol.php | 15 + font/times.php | 15 + font/timesb.php | 15 + font/timesbi.php | 15 + font/timesi.php | 15 + font/zapfdingbats.php | 15 + img/anterior.png | Bin 0 -> 381 bytes img/apache.gif | Bin 0 -> 1806 bytes img/ascendente.png | Bin 0 -> 316 bytes img/avisos.png | Bin 0 -> 610 bytes img/bluecurve/anterior.png | Bin 0 -> 908 bytes img/bluecurve/ascendente.png | Bin 0 -> 769 bytes img/bluecurve/cerrar.png | Bin 0 -> 612 bytes img/bluecurve/descendente.png | Bin 0 -> 859 bytes img/bluecurve/editar.png | Bin 0 -> 626 bytes img/bluecurve/eliminar.png | Bin 0 -> 749 bytes img/bluecurve/fwd.png | Bin 0 -> 828 bytes img/bluecurve/informe.png | Bin 0 -> 761 bytes img/bluecurve/nuevo.png | Bin 0 -> 1073 bytes img/bluecurve/rew.png | Bin 0 -> 858 bytes img/bluecurve/siguiente.png | Bin 0 -> 863 bytes img/cerrar.png | Bin 0 -> 612 bytes img/codigoBarras.png | Bin 0 -> 16395 bytes img/corteagua.png | Bin 0 -> 43335 bytes img/cristal/anterior.png | Bin 0 -> 2149 bytes img/cristal/ascendente.png | Bin 0 -> 1554 bytes img/cristal/cerrar.png | Bin 0 -> 759 bytes img/cristal/descendente.png | Bin 0 -> 1570 bytes img/cristal/editar.png | Bin 0 -> 691 bytes img/cristal/eliminar.png | Bin 0 -> 892 bytes img/cristal/fwd.png | Bin 0 -> 1567 bytes img/cristal/informe.png | Bin 0 -> 1344 bytes img/cristal/nuevo.png | Bin 0 -> 1369 bytes img/cristal/rew.png | Bin 0 -> 1557 bytes img/cristal/siguiente.png | Bin 0 -> 2138 bytes img/cristalsvg/anterior.png | Bin 0 -> 381 bytes img/cristalsvg/cerrar.png | Bin 0 -> 759 bytes img/cristalsvg/editar.png | Bin 0 -> 691 bytes img/cristalsvg/eliminar.png | Bin 0 -> 892 bytes img/cristalsvg/nuevo.png | Bin 0 -> 1369 bytes img/cristalsvg/siguiente.png | Bin 0 -> 382 bytes img/descendente.png | Bin 0 -> 352 bytes img/editar.png | Bin 0 -> 626 bytes img/eliminar.png | Bin 0 -> 749 bytes img/gplv3.png | Bin 0 -> 4429 bytes img/informe.png | Bin 0 -> 761 bytes img/logo.png | Bin 0 -> 14405 bytes img/mysql.png | Bin 0 -> 1443 bytes img/nuevo.png | Bin 0 -> 1073 bytes img/personal/anterior.png | Bin 0 -> 1157 bytes img/personal/ascendente.png | Bin 0 -> 1174 bytes img/personal/descendente.png | Bin 0 -> 1058 bytes img/personal/editar.png | Bin 0 -> 818 bytes img/personal/eliminar.png | Bin 0 -> 820 bytes img/personal/fwd.png | Bin 0 -> 1245 bytes img/personal/informe.png | Bin 0 -> 1329 bytes img/personal/nuevo.png | Bin 0 -> 1225 bytes img/personal/rew.png | Bin 0 -> 1275 bytes img/personal/siguiente.png | Bin 0 -> 1132 bytes img/php.gif | Bin 0 -> 1160 bytes img/siguiente.png | Bin 0 -> 382 bytes img/tux.ico | Bin 0 -> 1150 bytes inc/configuracion.ant | 35 + inc/configuracion.inc | 35 + inc/inventario.menu | 12 + index.php | 33 + makedoc.sh | 94 ++ pdf.php | 13 + phpinfo.php | 3 + plant/principal.html | 67 ++ testbd.php | 55 ++ timerbar.js | 118 +++ tmp/inventarioArticulo.xml | 21 + tmp/inventarioUbicacion.xml | 23 + tmp/prueba.pdf | Bin 0 -> 4076 bytes upgrade.php | 159 +++ xml/informeArticulos.xml | 17 + xml/informeDescuadres.xml | 25 + xml/informeElementos.xml | 25 + xml/informeUbicaciones.xml | 14 + xml/inventarioArticulo.xml | 21 + xml/inventarioUbicacion.xml | 23 + xml/mantenimientoElementos.xml | 20 + 125 files changed, 11360 insertions(+) create mode 100644 AportaContenido.php create mode 100644 Configuracion.php create mode 100644 Distribucion.php create mode 100644 Elementos.php create mode 100644 Fpdf.php create mode 100644 InformeInventario.php create mode 100644 InformeInventario2.php create mode 100644 InformePDF.php create mode 100644 InformePDF2.php create mode 100644 Inventario.php create mode 100644 LICENSE create mode 100644 Mantenimiento.php create mode 100644 Menu.php create mode 100644 Pdf_mysql_table.php create mode 100644 Sql.php create mode 100644 css/estilo.css create mode 100644 font/courier.php create mode 100644 font/helvetica.php create mode 100644 font/helveticab.php create mode 100644 font/helveticabi.php create mode 100644 font/helveticai.php create mode 100644 font/makefont/cp1250.map create mode 100644 font/makefont/cp1251.map create mode 100644 font/makefont/cp1252.map create mode 100644 font/makefont/cp1253.map create mode 100644 font/makefont/cp1254.map create mode 100644 font/makefont/cp1255.map create mode 100644 font/makefont/cp1257.map create mode 100644 font/makefont/cp1258.map create mode 100644 font/makefont/cp874.map create mode 100644 font/makefont/iso-8859-1.map create mode 100644 font/makefont/iso-8859-11.map create mode 100644 font/makefont/iso-8859-15.map create mode 100644 font/makefont/iso-8859-16.map create mode 100644 font/makefont/iso-8859-2.map create mode 100644 font/makefont/iso-8859-4.map create mode 100644 font/makefont/iso-8859-5.map create mode 100644 font/makefont/iso-8859-7.map create mode 100644 font/makefont/iso-8859-9.map create mode 100644 font/makefont/koi8-r.map create mode 100644 font/makefont/koi8-u.map create mode 100644 font/makefont/makefont.php create mode 100644 font/symbol.php create mode 100644 font/times.php create mode 100644 font/timesb.php create mode 100644 font/timesbi.php create mode 100644 font/timesi.php create mode 100644 font/zapfdingbats.php create mode 100644 img/anterior.png create mode 100644 img/apache.gif create mode 100644 img/ascendente.png create mode 100644 img/avisos.png create mode 100644 img/bluecurve/anterior.png create mode 100644 img/bluecurve/ascendente.png create mode 100644 img/bluecurve/cerrar.png create mode 100644 img/bluecurve/descendente.png create mode 100644 img/bluecurve/editar.png create mode 100644 img/bluecurve/eliminar.png create mode 100644 img/bluecurve/fwd.png create mode 100644 img/bluecurve/informe.png create mode 100644 img/bluecurve/nuevo.png create mode 100644 img/bluecurve/rew.png create mode 100644 img/bluecurve/siguiente.png create mode 100644 img/cerrar.png create mode 100644 img/codigoBarras.png create mode 100644 img/corteagua.png create mode 100644 img/cristal/anterior.png create mode 100644 img/cristal/ascendente.png create mode 100644 img/cristal/cerrar.png create mode 100644 img/cristal/descendente.png create mode 100644 img/cristal/editar.png create mode 100644 img/cristal/eliminar.png create mode 100644 img/cristal/fwd.png create mode 100644 img/cristal/informe.png create mode 100644 img/cristal/nuevo.png create mode 100644 img/cristal/rew.png create mode 100644 img/cristal/siguiente.png create mode 100644 img/cristalsvg/anterior.png create mode 100644 img/cristalsvg/cerrar.png create mode 100644 img/cristalsvg/editar.png create mode 100644 img/cristalsvg/eliminar.png create mode 100644 img/cristalsvg/nuevo.png create mode 100644 img/cristalsvg/siguiente.png create mode 100644 img/descendente.png create mode 100644 img/editar.png create mode 100644 img/eliminar.png create mode 100644 img/gplv3.png create mode 100644 img/informe.png create mode 100644 img/logo.png create mode 100644 img/mysql.png create mode 100644 img/nuevo.png create mode 100644 img/personal/anterior.png create mode 100644 img/personal/ascendente.png create mode 100644 img/personal/descendente.png create mode 100644 img/personal/editar.png create mode 100644 img/personal/eliminar.png create mode 100644 img/personal/fwd.png create mode 100644 img/personal/informe.png create mode 100644 img/personal/nuevo.png create mode 100644 img/personal/rew.png create mode 100644 img/personal/siguiente.png create mode 100644 img/php.gif create mode 100644 img/siguiente.png create mode 100644 img/tux.ico create mode 100644 inc/configuracion.ant create mode 100644 inc/configuracion.inc create mode 100644 inc/inventario.menu create mode 100644 index.php create mode 100755 makedoc.sh create mode 100644 pdf.php create mode 100644 phpinfo.php create mode 100644 plant/principal.html create mode 100644 testbd.php create mode 100644 timerbar.js create mode 100644 tmp/inventarioArticulo.xml create mode 100644 tmp/inventarioUbicacion.xml create mode 100644 tmp/prueba.pdf create mode 100644 upgrade.php create mode 100644 xml/informeArticulos.xml create mode 100644 xml/informeDescuadres.xml create mode 100644 xml/informeElementos.xml create mode 100644 xml/informeUbicaciones.xml create mode 100644 xml/inventarioArticulo.xml create mode 100644 xml/inventarioUbicacion.xml create mode 100644 xml/mantenimientoElementos.xml diff --git a/AportaContenido.php b/AportaContenido.php new file mode 100644 index 0000000..a71ceb0 --- /dev/null +++ b/AportaContenido.php @@ -0,0 +1,244 @@ +. + * + */ + +define ('PIE','
GPL v3'. + 'Sitio web creado con Apache'. + 'Gestor de bases de datos mySQL'. + 'PHP Language
'); +define ('FORMULARIO_ACCESO','
'. + 'Usuario


Clave
'. + '

'); +define ('MENSAJE_DEMO','Puede Iniciar sesión con
usuario demo
contraseña demo
'); +define ('USUARIO_INCORRECTO','

'); +// Esta clase aportará el contenido a la plantilla +class AportaContenido { + /** + * + * @var boolean Aporta información sobre si el usuario está registrado o no. + */ + private $registrado; + /** + * @var string Nombre del usuario + */ + private $usuario=NULL; + /** + * @var Menu Menú de la página. + */ + private $miMenu; + /** + * @var database Controlador de la base de datos + */ + private $bdd; + /** + * @var string Opción elegida por el usuario + */ + private $opcionActual; + /** + * @var boolean Usuario y clave incorrectos? + */ + private $usuario_inc=false; + /** + * @var array Permisos del usuario + */ + private $perfil; + // El constructor necesita saber cuál es la opción actual + /** + * Constructor de la clase. + * @param BaseDatos $baseDatos Manejador de la base de datos + * @param boolean $registrado usuario registrado si/no + * @param String $usuario Nombre del usuario + * @param array $perfil Permisos de acceso del usuario + * @param String $opcion Opción elegida por el usuario + */ + public function __construct($baseDatos,$registrado,$usuario,$perfil,$opcion) + { + $this->bdd=$baseDatos; + $this->miMenu=new Menu('inc/inventario.menu'); + $this->registrado=$registrado; + $this->usuario=$usuario; + $this->perfil=$perfil; + $this->opcionActual=$opcion; + } + /** + * Devuelve la fecha actual + * @param string $formato formato de devolución de la fecha + * @param string $idioma idioma para formatear la fecha, p.ej. es_ES + * @return string + */ + public function fechaActual($formato='',$idioma='es_ES') + { + if ($formato=='') + $formato="%d-%b-%Y %H:%M"; + setlocale(LC_TIME,$idioma); + return strftime($formato); + } + /** + * + * @return string Mensaje el usuario debe registrarse. + */ + private function mensajeRegistro() + { + /** + * @todo: tarea de prueba + */ + return 'Debe registrarse para acceder a este apartado'; + } + + // Procesaremos todas las invocaciones a métodos en + // la función __call() + /** + * Procesa las peticiones de contenido de la plantilla. + * @param string $metodo Método a ejecutar + * @param string $parametros Parámetros del método + * @return string Contenido devuelto por el método + */ + public function __call($metodo,$parametros) + { + switch($metodo) { // Dependiendo del método invocado + case 'titulo': // devolvemos el título + return APLICACION; + case 'usuario': + if ($this->registrado) + return "Usuario=$this->usuario"; + else + return ''; + case 'fecha': return $this->fechaActual(); + case 'aplicacion': return APLICACION; + case 'menu': // el menú + if ($this->registrado) { + return $this->miMenu->insertaMenu(); + } else { + $salida=FORMULARIO_ACCESO; + if ($this->usuario_inc) { + $salida.=USUARIO_INCORRECTO; + } + $salida.=MENSAJE_DEMO; + return $salida; + } + case 'opcion': + list($opcion,$parametro)=explode("&",$this->opcionActual); + switch($opcion) { + case 'bienvenido': + return "Menú Principal"; + case 'principal': + return "Pantalla Inicial"; + case 'elementos': + case 'articulos': + case 'ubicaciones': + case 'usuarios': + case 'test': + return "Mantenimiento de ".ucfirst($opcion)."."; + case 'configuracion': + return 'Configuración y Preferencias.'; + case 'informeInventario':return "Informe de Inventario"; + case 'descuadres':return 'Informe de descuadres'; + } + return ''; + case 'control': + if ($this->registrado) + return 'Cerrar Sesión'; + else + return ''; + // Para incluir el contenido central de la página + case 'contenido': + // tendremos en cuenta cuál es la opción actual + /*echo "opcActual=$this->opcActual
"; + echo "Metodo=$Metodo
"; + print_r($Parametros);*/ +// if (!$this->registrado) { +// return $this->mensajeRegistro(); +// } + list($opcion,$parametro)=explode("&",$this->opcionActual); + switch($opcion) { + case 'principal': // contenido inicial + return '

'.PROGRAMA.''. + '


'.PIE; + case 'articulos': + case 'ubicaciones': + case 'test': + case 'elementos': + if ($this->perfil['Consulta']) { + $ele=new Mantenimiento($this->bdd,$this->perfil,$opcion); + return $ele->ejecuta(); + } else { + return $this->mensajePermisos(ucfirst($opcion)); + } + case 'usuarios': + if ($this->perfil['Usuarios']) { + $ele=new Mantenimiento($this->bdd,$this->perfil,$opcion); + return $ele->ejecuta(); + } else { + return $this->mensajePermisos('Usuarios'); + } + + case 'bienvenido': // El usuario quiere iniciar sesión + return 'Bienvenido '.$this->usuario.'

'.PROGRAMA.''. + '


'.PIE; + case 'configuracion': + if ($this->perfil['Config']) { + $conf=new Configuracion(); + return $conf->ejecuta(); + } else { + return $this->mensajePermisos('Configuracion'); + } + case 'informeInventario': + if ($this->perfil['Informe']) { + $info=new InformeInventario($this->bdd); + return $info->ejecuta(); + } else { + return $this->mensajePermisos('Informes'); + } + case 'descuadres': + if ($this->perfil['Informe']) { + $enlace='xml/informe'.ucfirst($opcion).'.xml'; + $informe=new InformePDF($this->bdd,$enlace,$this->registrado); + $informe->imprimeInforme(); + return; + } else { + return $this->mensajePermisos('Informes'); + } + } // Fin del contenido + case 'usuario_incorrecto': + $this->usuario_inc=true; + return; + case 'registro': // Si está registrado mostrar bienvenida + // si no, un enlace + if($this->bEstaRegistrado) { + return "Bienvenido $this->sUsuario
". + 'Cerrar sesión'; + } else { + return ''; + } + default: // Si es cualquier otra marca + return "Marca {$metodo} queda sin procesar"; + } + } + /** + * + * @param string $tipo + * @return string + */ + public function mensajePermisos($tipo) + { + return "

No tiene permiso para acceder a ".$tipo."

"; + } +} +?> diff --git a/Configuracion.php b/Configuracion.php new file mode 100644 index 0000000..3cfed42 --- /dev/null +++ b/Configuracion.php @@ -0,0 +1,139 @@ +. + * + */ + class Configuracion { + private $nombreCentro; + private $numFilas; + private $estilo; + private $servidor; + private $baseDatos; + private $usuario; + private $clave; + private $configuracion="inc/configuracion.inc"; + private $confNueva="inc/configuracion.new"; + private $confAnterior="inc/configuracion.ant"; + + public function ejecuta() + { + $fichero=file_get_contents($this->configuracion,FILE_TEXT); + $datos=explode("\n",$fichero); + $grabar=isset($_POST['servidor']); + if ($grabar) { + $fsalida=@fopen($this->confNueva,"wb"); + } + foreach($datos as $linea) { + if (stripos($linea,"DEFINE")!==false) { + $filtro=str_replace("'","",$linea); + list($clave,$valor)=explode(",",$filtro); + list($resto,$campo)=explode("(",$clave); + list($valor,$resto)=explode(")",$valor); + //$salida.="[$campo]=[$valor]
\n"; + switch ($campo) { + case 'CENTRO': + $this->nombreCentro=$valor; + if ($grabar) { + $linea=str_replace($valor, $_POST['centro'],$linea); + $this->nombreCentro=$_POST['centro']; + } + break; + case 'NUMFILAS': + $this->numFilas=$valor; + if ($grabar) { + $linea=str_replace($valor, $_POST['filas'],$linea); + $this->numFilas=$_POST['filas']; + } + break; + case 'ESTILO': + $this->estilo=$valor; + if ($grabar) { + $linea=str_replace($valor, $_POST['estilo'],$linea); + $this->estilo=$_POST['estilo']; + } + break; + case 'SERVIDOR': + $this->servidor=$valor; + if ($grabar) { + $linea=str_replace($valor, $_POST['servidor'],$linea); + $this->servidor=$_POST['servidor']; + } + break; + case 'BASEDATOS': + $this->baseDatos=$valor; + if ($grabar) { + $linea=str_replace($valor, $_POST['baseDatos'],$linea); + $this->baseDatos=$_POST['baseDatos']; + } + break; + case 'USUARIO': + $this->usuario=$valor; + if ($grabar) { + $linea=str_replace($valor, $_POST['usuario'],$linea); + $this->usuario=$_POST['usuario']; + } + break; + case 'CLAVE': + $this->clave=$valor; + if ($grabar) { + $linea=str_replace($valor, $_POST['clave'],$linea); + $this->clave=$_POST['clave']; + } + break; + } + } + if ($grabar) { + $registro=substr($linea,0,2)=="?>"?$linea:$linea."\n"; + fwrite($fsalida,$registro); + } + } + $salida.=$this->formulario(); + if ($grabar) { + $salida.=''; + fclose($fsalida); + unlink($this->confAnterior); + rename($this->configuracion,$this->confAnterior); + rename($this->confNueva,$this->configuracion); + } + return $salida; + } + private function formulario() + { + $personal=$this->estilo=="personal"?'selected':' '; + $bluecurve=$this->estilo=="bluecurve"?'selected':' '; + $cristal=$this->estilo=="cristal"?'selected':' '; + $salida='
'; + $salida.='

'; + $salida.=''; + $salida.=''; + $salida.=''; + $salida.=''; + $salida.=''; + $salida.=''; + $salida.=''; + $salida.=''; + $salida.=''; + $salida.='

'; + $salida.=''; + return $salida; + } + } +?> diff --git a/Distribucion.php b/Distribucion.php new file mode 100644 index 0000000..fb50160 --- /dev/null +++ b/Distribucion.php @@ -0,0 +1,79 @@ +. + * + */ +// +// Esta clase procesará una página sustituyendo +// las marcas {} por el contenido que proceda. +// +// El constructor recibe el nombre del archivo que +// actúa como plantilla de distribución del contenido +// y una referencia al objeto cuyos métodos deberán +// aportar los contenidos. +// +class Distribucion { + // Variable para conservar la plantilla + private $plantilla; + // Matriz que contendrá los nombres de elementos + private $elementos; + // Referencia al objeto cuyos métodos serán + // invocados para aportar el contenido + private $objeto; + // Constructor de la clase + public function __construct($archivo, $objeto) + { + // Recuperamos el contenido del archivo + $this->plantilla=file_get_contents($archivo) + or die('Fallo en la apertura de la plantilla '.$archivo); + // y guardamos la referencia al objeto + $this->objeto=$objeto; + // Extraemos todas las marcas de contenido + preg_match_all('/\{[A-Za-z]+\}/', $this->plantilla,$el, PREG_PATTERN_ORDER); + // Nos quedamos con la matriz de resultados + $this->elementos=$el[0]; + } + // Este método es el encargado de procesar la plantilla + public function procesaPlantilla() + { + // Tomamos la plantilla en una variable local, para + // así no modificar el contenido original + $pagina=$this->plantilla; + // Recorremos la matriz de marcas de contenido + foreach($this->elementos as $el) { + // Eliminamos los delimitadores { y } + $el=substr($el,1,strlen($el)-2); + // invocamos a la función del objeto + $resultado=$this->objeto->$el(); + // e introducimos su contenido en lugar de la marca + $pagina=str_replace('{'.$el.'}',$resultado,$pagina); + } + /** + * @todo Tratar de activar la compresión. + */ + // Si es posible comprimir +// if(strstr($_SERVER['HTTP_ACCEPT_ENCODING'],'gzip')) { +// // introducimos la cabecera que indica que el contenido está comprimido +// header('Content-Encoding: gzip'); +// // y comprime al m�ximo la información antes de enviarla +// return gzencode($pagina, 9); +// } + return $pagina; // enviamos sin comprimir + } +} +?> \ No newline at end of file diff --git a/Elementos.php b/Elementos.php new file mode 100644 index 0000000..fab88d4 --- /dev/null +++ b/Elementos.php @@ -0,0 +1,224 @@ + + * @version 1.0 + * @package Inventario + * @copyright Copyright (c) 2008, Ricardo Montañana Gómez + * @license http://www.gnu.org/licenses/gpl-3.0.txt + * This file is part of Inventario. + * Inventario 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. + * + * Inventario 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 Inventario. If not, see . + * + */ +//Es una especialización de Mantenimiento. +class Elementos extends Mantenimiento{ + + public function __construct($baseDatos,$nombre) + { + parent::__construct($baseDatos,$nombre); + } + public function ejecuta() + { + $opc=$_GET['opc']; + $id=$_GET['id']; + //sig o ant + $op=$_GET['op']; + //campo por el que ordenar la consulta + $orden=isset($_GET['orden'])?$_GET['orden']:'ubicacion'; + //ascendente o descendente + $sentido=isset($_GET['sentido'])?$_GET['sentido']:'asc'; + switch ($opc) { + case 'inicial': + return $this->consulta($id,$op,$orden,$sentido); + case 'editar': + return $this->muestra($id,EDICION); + case 'eliminar': + return $this->muestra($id,BORRADO); + case 'nuevo': + return $this->muestra(null,ANADIR); + case 'insertar': + return $this->insertar(); + case 'modificar': + return $this->modificar($id); + case 'borrar': + return $this->borrar($id); + case 'informe': + return $this->informe(); + case 'baja': + return $this->baja($id); + default: + return 'La clase gestion No entiende lo solicitado.'; + } + } + //La consulta es distinta de la general ya que va ordenada por fechas y + //no mostramos el id, además hay más botones de opciones. + private function consulta($fec,$op,$orden,$sentido) + { + //Esto es necesario ya que no se puede poner un alias en la clausula where + switch ($orden) { + case "ubicacion":$campoWhere="U.Descripcion";break; + case "articulo":$campoWhere="A.Descripcion";break; + case "marca":$campoWhere="A.Marca";break; + case "modelo":$campoWhere="A.Modelo";break; + case "numserie":$campoWhere="E.numserie";break; + case "fecha":$campoWhere="fecha";break; + } + $opSig=$sentido=='desc'?'<=':'>='; + $opAnt=$sentido=='desc'?'>=':'<='; + switch ($op) { + case "sig":$sufijo="and $campoWhere $opSig\"$fec\"";break; + case "ant":$ix=$fec;$sufijo="and $campoWhere $opAnt\"$ix\"";break; + default:$sufijo=""; + } + //Tratamiento de las claves foráneas + list($existen,$respuesta)=$this->obtieneClavesForaneas(); + if ($existen) { + foreach ($respuesta as $linea) { + list($campo,$tabla,$atributo)=explode(",",$linea); + $foraneas[$campo]=$tabla; + } + } + //Consulta paginada de las incidencias abiertas. + //$comando="select id,fecha,id_elemento,id_ubicacion,descripcion,id_proveedor ". + // "from Incidencias where isnull(fechaResolucion) $sufijo order by fecha desc limit ".NUMFILAS; + //$comando="select I.id,fecha,E.Descripcion as elemento,U.Descripcion as ubicacion,I.descripcion,P.Descripcion as proveedor ". + // "from Incidencias I inner join Elementos E on id_elemento=E.id inner join Ubicaciones U on id_ubicacion=U.id ". + // "inner join Proveedores P on id_proveedor=P.id where (isnull(fechaResolucion) or fechaResolucion='00-00-000') $sufijo order by ".$orden." ".$sentido." limit ".NUMFILAS; + $comando="SELECT E.id,U.Descripcion as ubicacion,A.Descripcion as articulo,A.Marca as marca,A.Modelo as modelo,E.numserie as numserie,E.cantidad,". + " DATE_FORMAT(E.fechacompra, '%d/%m/%Y') as fechaCompra ". + "FROM Elementos E inner join Articulos A on E.id_articulo=A.id inner join ". + "Ubicaciones U on E.id_ubicacion=U.id $sufijo order by ".$orden." ".$sentido." limit ".NUMFILAS; + //echo $comando;exit; + $resultado=$this->bdd->query($comando); + if (!$resultado) + return $this->errorBD("","No se pudo ejecutar la consulta $comando en la base de datos"); + if ($resultado->num_rows==0) { + //Evita un bucle infinito + if ($fec!="" && $op!="") + return $this->consulta("","",$orden,$sentido); + else + return "

No se pudo ejecutar la consulta $comando.

"; + } + //Prepara la salida de datos en una tabla. + //En la cabecera los nombres de los campos + $salida='

Preferencias
Nombre del Centro
Número de filas
Estilo
Base de datos
Servidor
Base de datos
Usuario
Clave
'; + $i=0; + $primero=true; + while ($campo=$resultado->fetch_field()) { + if($primero) { + //Saltamos el id que no lo queremos en pantalla + $primero=false; + continue; + } + //Si es una clave foránea pondrá el nombre de la tabla + if ($foraneas[$campo->name]) { + $listaClaves[$i]=$foraneas[$campo->name]; + $dato=$foraneas[$campo->name]; + } else + $dato=ucfirst($campo->name); + $i+=1; + $salida.="\n"; + } + $salida.=""; + //En el cuerpo los datos + $primero=true; + while($fila=$resultado->fetch_assoc()) { + $salida.=""; + $resultado->field_seek(0); + $idSig=$fila[$orden]; + $id=$fila['id']; + //Se queda con la fecha mayor + if ($primero) { + $primero=false; + $idAnt=$idSig; + } + $i=0; + $primer=true; + while($campo=$resultado->fetch_field()) { + if ($primer) { + //Se debe saltar el primer campo que es el id y no lo queremos en pantalla. + $primer=false; + continue; + } + if ($listaClaves[$i]) + $dato=$this->obtenerDescripcion($listaClaves[$i],$fila[$campo->name]); + else + $dato=$fila[$campo->name]; + $salida.=""; + $i+=1; + } + //Icono de editar + $iconoEditar='editar'; + //Icono de eliminar + $iconoEliminar='eliminar'; + $iconoBaja='Baja'; + $salida.="\n"; + } + $salida.="
url&orden=".strtolower($dato)."\"> $dato Acción
".$dato."$iconoAvisos $iconoEditar  $iconoBaja   $iconoEliminar

"; + //Añade botones de comandos + $enlace='\"anterior\"\n"; + $siguiente=$enlace.$idSig."&op=sig\">\"siguiente\"\n"; + $anadir=''. + 'nuevo'; + $az='asc'; + $za='desc'; + $informe='informe'; + $salida.='

'. + "$anterior  $az  $anadir  $informe  $za  $siguiente

"; + $resultado->close(); + return $salida; + } + //Función que genera un campo de lista con los valores de descripción de la + //tabla a la cual pertenece la clave foránea. + protected function generaLista($tabla,$campo,$valor,$modo) + { + //La tabla debe tener un campo Descripción + $comando="select id,Descripcion from $tabla order by Descripcion"; + if ($tabla=="Articulos") + $comando="select id,Descripcion,Marca,Modelo from $tabla order by Descripcion"; + $resultado=$this->bdd->query($comando); + if (!$resultado) + return $this->errorBD($comando); + $modoEfectivo=$modo=="readonly" ? "disabled" : ""; + $salida="\n

"; + $resultado->close(); + return $salida; + } + private function baja($id) + { + //Baja del elemento de inventario + /* + $fecha=strftime("%Y-%m-%d"); + $comando="update Incidencias set fechaResolucion='$fecha' where id='$id';"; + $resultado=$this->bdd->query($comando); + if (!$resultado) + return $this->errorBDD($comando);*/ + header('location: '.$this->url); + } +} diff --git a/Fpdf.php b/Fpdf.php new file mode 100644 index 0000000..7bb02a9 --- /dev/null +++ b/Fpdf.php @@ -0,0 +1,1648 @@ +_dochecks(); + //Initialization of properties + $this->page=0; + $this->n=2; + $this->buffer=''; + $this->pages=array(); + $this->OrientationChanges=array(); + $this->state=0; + $this->fonts=array(); + $this->FontFiles=array(); + $this->diffs=array(); + $this->images=array(); + $this->links=array(); + $this->InFooter=false; + $this->lasth=0; + $this->FontFamily=''; + $this->FontStyle=''; + $this->FontSizePt=12; + $this->underline=false; + $this->DrawColor='0 G'; + $this->FillColor='0 g'; + $this->TextColor='0 g'; + $this->ColorFlag=false; + $this->ws=0; + //Standard fonts + $this->CoreFonts=array('courier'=>'Courier','courierB'=>'Courier-Bold','courierI'=>'Courier-Oblique','courierBI'=>'Courier-BoldOblique', + 'helvetica'=>'Helvetica','helveticaB'=>'Helvetica-Bold','helveticaI'=>'Helvetica-Oblique','helveticaBI'=>'Helvetica-BoldOblique', + 'times'=>'Times-Roman','timesB'=>'Times-Bold','timesI'=>'Times-Italic','timesBI'=>'Times-BoldItalic', + 'symbol'=>'Symbol','zapfdingbats'=>'ZapfDingbats'); + //Scale factor + if($unit=='pt') + $this->k=1; + elseif($unit=='mm') + $this->k=72/25.4; + elseif($unit=='cm') + $this->k=72/2.54; + elseif($unit=='in') + $this->k=72; + else + $this->Error('Incorrect unit: '.$unit); + //Page format + if(is_string($format)) + { + $format=strtolower($format); + if($format=='a3') + $format=array(841.89,1190.55); + elseif($format=='a4') + $format=array(595.28,841.89); + elseif($format=='a5') + $format=array(420.94,595.28); + elseif($format=='letter') + $format=array(612,792); + elseif($format=='legal') + $format=array(612,1008); + else + $this->Error('Unknown page format: '.$format); + $this->fwPt=$format[0]; + $this->fhPt=$format[1]; + } + else + { + $this->fwPt=$format[0]*$this->k; + $this->fhPt=$format[1]*$this->k; + } + $this->fw=$this->fwPt/$this->k; + $this->fh=$this->fhPt/$this->k; + //Page orientation + $orientation=strtolower($orientation); + if($orientation=='p' || $orientation=='portrait') + { + $this->DefOrientation='P'; + $this->wPt=$this->fwPt; + $this->hPt=$this->fhPt; + } + elseif($orientation=='l' || $orientation=='landscape') + { + $this->DefOrientation='L'; + $this->wPt=$this->fhPt; + $this->hPt=$this->fwPt; + } + else + $this->Error('Incorrect orientation: '.$orientation); + $this->CurOrientation=$this->DefOrientation; + $this->w=$this->wPt/$this->k; + $this->h=$this->hPt/$this->k; + //Page margins (1 cm) + $margin=25.35/$this->k; + $this->SetMargins($margin,$margin); + //Interior cell margin (1 mm) + $this->cMargin=$margin/10; + //Line width (0.2 mm) + $this->LineWidth=.567/$this->k; + //Automatic page break + $this->SetAutoPageBreak(true,2*$margin); + //Full width display mode + $this->SetDisplayMode('fullwidth'); + //Enable compression + $this->SetCompression(true); + //Set default PDF version number + $this->PDFVersion='1.3'; +} + +function SetMargins($left,$top,$right=-1) +{ + //Set left, top and right margins + $this->lMargin=$left; + $this->tMargin=$top; + if($right==-1) + $right=$left; + $this->rMargin=$right; +} + +function SetLeftMargin($margin) +{ + //Set left margin + $this->lMargin=$margin; + if($this->page>0 && $this->x<$margin) + $this->x=$margin; +} + +function SetTopMargin($margin) +{ + //Set top margin + $this->tMargin=$margin; +} + +function SetRightMargin($margin) +{ + //Set right margin + $this->rMargin=$margin; +} + +function SetAutoPageBreak($auto,$margin=0) +{ + //Set auto page break mode and triggering margin + $this->AutoPageBreak=$auto; + $this->bMargin=$margin; + $this->PageBreakTrigger=$this->h-$margin; +} + +function SetDisplayMode($zoom,$layout='continuous') +{ + //Set display mode in viewer + if($zoom=='fullpage' || $zoom=='fullwidth' || $zoom=='real' || $zoom=='default' || !is_string($zoom)) + $this->ZoomMode=$zoom; + else + $this->Error('Incorrect zoom display mode: '.$zoom); + if($layout=='single' || $layout=='continuous' || $layout=='two' || $layout=='default') + $this->LayoutMode=$layout; + else + $this->Error('Incorrect layout display mode: '.$layout); +} + +function SetCompression($compress) +{ + //Set page compression + if(function_exists('gzcompress')) + $this->compress=$compress; + else + $this->compress=false; +} + +function SetTitle($title) +{ + //Title of document + $this->title=$title; +} + +function SetSubject($subject) +{ + //Subject of document + $this->subject=$subject; +} + +function SetAuthor($author) +{ + //Author of document + $this->author=$author; +} + +function SetKeywords($keywords) +{ + //Keywords of document + $this->keywords=$keywords; +} + +function SetCreator($creator) +{ + //Creator of document + $this->creator=$creator; +} + +function AliasNbPages($alias='{nb}') +{ + //Define an alias for total number of pages + $this->AliasNbPages=$alias; +} + +function Error($msg) +{ + //Fatal error + die('FPDF error: '.$msg); +} + +function Open() +{ + //Begin document + $this->state=1; +} + +function Close() +{ + //Terminate document + if($this->state==3) + return; + if($this->page==0) + $this->AddPage(); + //Page footer + $this->InFooter=true; + $this->Footer(); + $this->InFooter=false; + //Close page + $this->_endpage(); + //Close document + $this->_enddoc(); +} + +function AddPage($orientation='') +{ + //Start a new page + if($this->state==0) + $this->Open(); + $family=$this->FontFamily; + $style=$this->FontStyle.($this->underline ? 'U' : ''); + $size=$this->FontSizePt; + $lw=$this->LineWidth; + $dc=$this->DrawColor; + $fc=$this->FillColor; + $tc=$this->TextColor; + $cf=$this->ColorFlag; + if($this->page>0) + { + //Page footer + $this->InFooter=true; + $this->Footer(); + $this->InFooter=false; + //Close page + $this->_endpage(); + } + //Start new page + $this->_beginpage($orientation); + //Set line cap style to square + $this->_out('2 J'); + //Set line width + $this->LineWidth=$lw; + $this->_out(sprintf('%.2f w',$lw*$this->k)); + //Set font + if($family) + $this->SetFont($family,$style,$size); + //Set colors + $this->DrawColor=$dc; + if($dc!='0 G') + $this->_out($dc); + $this->FillColor=$fc; + if($fc!='0 g') + $this->_out($fc); + $this->TextColor=$tc; + $this->ColorFlag=$cf; + //Page header + $this->Header(); + //Restore line width + if($this->LineWidth!=$lw) + { + $this->LineWidth=$lw; + $this->_out(sprintf('%.2f w',$lw*$this->k)); + } + //Restore font + if($family) + $this->SetFont($family,$style,$size); + //Restore colors + if($this->DrawColor!=$dc) + { + $this->DrawColor=$dc; + $this->_out($dc); + } + if($this->FillColor!=$fc) + { + $this->FillColor=$fc; + $this->_out($fc); + } + $this->TextColor=$tc; + $this->ColorFlag=$cf; +} + +function Header() +{ + //To be implemented in your own inherited class +} + +function Footer() +{ + //To be implemented in your own inherited class +} + +function PageNo() +{ + //Get current page number + return $this->page; +} + +function SetDrawColor($r,$g=-1,$b=-1) +{ + //Set color for all stroking operations + if(($r==0 && $g==0 && $b==0) || $g==-1) + $this->DrawColor=sprintf('%.3f G',$r/255); + else + $this->DrawColor=sprintf('%.3f %.3f %.3f RG',$r/255,$g/255,$b/255); + if($this->page>0) + $this->_out($this->DrawColor); +} + +function SetFillColor($r,$g=-1,$b=-1) +{ + //Set color for all filling operations + if(($r==0 && $g==0 && $b==0) || $g==-1) + $this->FillColor=sprintf('%.3f g',$r/255); + else + $this->FillColor=sprintf('%.3f %.3f %.3f rg',$r/255,$g/255,$b/255); + $this->ColorFlag=($this->FillColor!=$this->TextColor); + if($this->page>0) + $this->_out($this->FillColor); +} + +function SetTextColor($r,$g=-1,$b=-1) +{ + //Set color for text + if(($r==0 && $g==0 && $b==0) || $g==-1) + $this->TextColor=sprintf('%.3f g',$r/255); + else + $this->TextColor=sprintf('%.3f %.3f %.3f rg',$r/255,$g/255,$b/255); + $this->ColorFlag=($this->FillColor!=$this->TextColor); +} + +function GetStringWidth($s) +{ + //Get width of a string in the current font + $s=(string)$s; + $cw=&$this->CurrentFont['cw']; + $w=0; + $l=strlen($s); + for($i=0;$i<$l;$i++) + $w+=$cw[$s{$i}]; + return $w*$this->FontSize/1000; +} + +function SetLineWidth($width) +{ + //Set line width + $this->LineWidth=$width; + if($this->page>0) + $this->_out(sprintf('%.2f w',$width*$this->k)); +} + +function Line($x1,$y1,$x2,$y2) +{ + //Draw a line + $this->_out(sprintf('%.2f %.2f m %.2f %.2f l S',$x1*$this->k,($this->h-$y1)*$this->k,$x2*$this->k,($this->h-$y2)*$this->k)); +} + +function Rect($x,$y,$w,$h,$style='') +{ + //Draw a rectangle + if($style=='F') + $op='f'; + elseif($style=='FD' || $style=='DF') + $op='B'; + else + $op='S'; + $this->_out(sprintf('%.2f %.2f %.2f %.2f re %s',$x*$this->k,($this->h-$y)*$this->k,$w*$this->k,-$h*$this->k,$op)); +} + +function AddFont($family,$style='',$file='') +{ + //Add a TrueType or Type1 font + $family=strtolower($family); + if($file=='') + $file=str_replace(' ','',$family).strtolower($style).'.php'; + if($family=='arial') + $family='helvetica'; + $style=strtoupper($style); + if($style=='IB') + $style='BI'; + $fontkey=$family.$style; + if(isset($this->fonts[$fontkey])) + $this->Error('Font already added: '.$family.' '.$style); + include($this->_getfontpath().$file); + if(!isset($name)) + $this->Error('Could not include font definition file'); + $i=count($this->fonts)+1; + $this->fonts[$fontkey]=array('i'=>$i,'type'=>$type,'name'=>$name,'desc'=>$desc,'up'=>$up,'ut'=>$ut,'cw'=>$cw,'enc'=>$enc,'file'=>$file); + if($diff) + { + //Search existing encodings + $d=0; + $nb=count($this->diffs); + for($i=1;$i<=$nb;$i++) + { + if($this->diffs[$i]==$diff) + { + $d=$i; + break; + } + } + if($d==0) + { + $d=$nb+1; + $this->diffs[$d]=$diff; + } + $this->fonts[$fontkey]['diff']=$d; + } + if($file) + { + if($type=='TrueType') + $this->FontFiles[$file]=array('length1'=>$originalsize); + else + $this->FontFiles[$file]=array('length1'=>$size1,'length2'=>$size2); + } +} + +function SetFont($family,$style='',$size=0) +{ + //Select a font; size given in points + global $fpdf_charwidths; + + $family=strtolower($family); + if($family=='') + $family=$this->FontFamily; + if($family=='arial') + $family='helvetica'; + elseif($family=='symbol' || $family=='zapfdingbats') + $style=''; + $style=strtoupper($style); + if(strpos($style,'U')!==false) + { + $this->underline=true; + $style=str_replace('U','',$style); + } + else + $this->underline=false; + if($style=='IB') + $style='BI'; + if($size==0) + $size=$this->FontSizePt; + //Test if font is already selected + if($this->FontFamily==$family && $this->FontStyle==$style && $this->FontSizePt==$size) + return; + //Test if used for the first time + $fontkey=$family.$style; + if(!isset($this->fonts[$fontkey])) + { + //Check if one of the standard fonts + if(isset($this->CoreFonts[$fontkey])) + { + if(!isset($fpdf_charwidths[$fontkey])) + { + //Load metric file + $file=$family; + if($family=='times' || $family=='helvetica') + $file.=strtolower($style); + include($this->_getfontpath().$file.'.php'); + if(!isset($fpdf_charwidths[$fontkey])) + $this->Error('Could not include font metric file'); + } + $i=count($this->fonts)+1; + $this->fonts[$fontkey]=array('i'=>$i,'type'=>'core','name'=>$this->CoreFonts[$fontkey],'up'=>-100,'ut'=>50,'cw'=>$fpdf_charwidths[$fontkey]); + } + else + $this->Error('Undefined font: '.$family.' '.$style); + } + //Select it + $this->FontFamily=$family; + $this->FontStyle=$style; + $this->FontSizePt=$size; + $this->FontSize=$size/$this->k; + $this->CurrentFont=&$this->fonts[$fontkey]; + if($this->page>0) + $this->_out(sprintf('BT /F%d %.2f Tf ET',$this->CurrentFont['i'],$this->FontSizePt)); +} + +function SetFontSize($size) +{ + //Set font size in points + if($this->FontSizePt==$size) + return; + $this->FontSizePt=$size; + $this->FontSize=$size/$this->k; + if($this->page>0) + $this->_out(sprintf('BT /F%d %.2f Tf ET',$this->CurrentFont['i'],$this->FontSizePt)); +} + +function AddLink() +{ + //Create a new internal link + $n=count($this->links)+1; + $this->links[$n]=array(0,0); + return $n; +} + +function SetLink($link,$y=0,$page=-1) +{ + //Set destination of internal link + if($y==-1) + $y=$this->y; + if($page==-1) + $page=$this->page; + $this->links[$link]=array($page,$y); +} + +function Link($x,$y,$w,$h,$link) +{ + //Put a link on the page + $this->PageLinks[$this->page][]=array($x*$this->k,$this->hPt-$y*$this->k,$w*$this->k,$h*$this->k,$link); +} + +function Text($x,$y,$txt) +{ + //Output a string + $s=sprintf('BT %.2f %.2f Td (%s) Tj ET',$x*$this->k,($this->h-$y)*$this->k,$this->_escape($txt)); + if($this->underline && $txt!='') + $s.=' '.$this->_dounderline($x,$y,$txt); + if($this->ColorFlag) + $s='q '.$this->TextColor.' '.$s.' Q'; + $this->_out($s); +} + +function AcceptPageBreak() +{ + //Accept automatic page break or not + return $this->AutoPageBreak; +} + +function Cell($w,$h=0,$txt='',$border=0,$ln=0,$align='',$fill=0,$link='') +{ + //Output a cell + $k=$this->k; + if($this->y+$h>$this->PageBreakTrigger && !$this->InFooter && $this->AcceptPageBreak()) + { + //Automatic page break + $x=$this->x; + $ws=$this->ws; + if($ws>0) + { + $this->ws=0; + $this->_out('0 Tw'); + } + $this->AddPage($this->CurOrientation); + $this->x=$x; + if($ws>0) + { + $this->ws=$ws; + $this->_out(sprintf('%.3f Tw',$ws*$k)); + } + } + if($w==0) + $w=$this->w-$this->rMargin-$this->x; + $s=''; + if($fill==1 || $border==1) + { + if($fill==1) + $op=($border==1) ? 'B' : 'f'; + else + $op='S'; + $s=sprintf('%.2f %.2f %.2f %.2f re %s ',$this->x*$k,($this->h-$this->y)*$k,$w*$k,-$h*$k,$op); + } + if(is_string($border)) + { + $x=$this->x; + $y=$this->y; + if(strpos($border,'L')!==false) + $s.=sprintf('%.2f %.2f m %.2f %.2f l S ',$x*$k,($this->h-$y)*$k,$x*$k,($this->h-($y+$h))*$k); + if(strpos($border,'T')!==false) + $s.=sprintf('%.2f %.2f m %.2f %.2f l S ',$x*$k,($this->h-$y)*$k,($x+$w)*$k,($this->h-$y)*$k); + if(strpos($border,'R')!==false) + $s.=sprintf('%.2f %.2f m %.2f %.2f l S ',($x+$w)*$k,($this->h-$y)*$k,($x+$w)*$k,($this->h-($y+$h))*$k); + if(strpos($border,'B')!==false) + $s.=sprintf('%.2f %.2f m %.2f %.2f l S ',$x*$k,($this->h-($y+$h))*$k,($x+$w)*$k,($this->h-($y+$h))*$k); + } + if($txt!=='') + { + if($align=='R') + $dx=$w-$this->cMargin-$this->GetStringWidth($txt); + elseif($align=='C') + $dx=($w-$this->GetStringWidth($txt))/2; + else + $dx=$this->cMargin; + if($this->ColorFlag) + $s.='q '.$this->TextColor.' '; + $txt2=str_replace(')','\\)',str_replace('(','\\(',str_replace('\\','\\\\',$txt))); + $s.=sprintf('BT %.2f %.2f Td (%s) Tj ET',($this->x+$dx)*$k,($this->h-($this->y+.5*$h+.3*$this->FontSize))*$k,$txt2); + if($this->underline) + $s.=' '.$this->_dounderline($this->x+$dx,$this->y+.5*$h+.3*$this->FontSize,$txt); + if($this->ColorFlag) + $s.=' Q'; + if($link) + $this->Link($this->x+$dx,$this->y+.5*$h-.5*$this->FontSize,$this->GetStringWidth($txt),$this->FontSize,$link); + } + if($s) + $this->_out($s); + $this->lasth=$h; + if($ln>0) + { + //Go to next line + $this->y+=$h; + if($ln==1) + $this->x=$this->lMargin; + } + else + $this->x+=$w; +} + +function MultiCell($w,$h,$txt,$border=0,$align='J',$fill=0) +{ + //Output text with automatic or explicit line breaks + $cw=&$this->CurrentFont['cw']; + if($w==0) + $w=$this->w-$this->rMargin-$this->x; + $wmax=($w-2*$this->cMargin)*1000/$this->FontSize; + $s=str_replace("\r",'',$txt); + $nb=strlen($s); + if($nb>0 && $s[$nb-1]=="\n") + $nb--; + $b=0; + if($border) + { + if($border==1) + { + $border='LTRB'; + $b='LRT'; + $b2='LR'; + } + else + { + $b2=''; + if(strpos($border,'L')!==false) + $b2.='L'; + if(strpos($border,'R')!==false) + $b2.='R'; + $b=(strpos($border,'T')!==false) ? $b2.'T' : $b2; + } + } + $sep=-1; + $i=0; + $j=0; + $l=0; + $ns=0; + $nl=1; + while($i<$nb) + { + //Get next character + $c=$s{$i}; + if($c=="\n") + { + //Explicit line break + if($this->ws>0) + { + $this->ws=0; + $this->_out('0 Tw'); + } + $this->Cell($w,$h,substr($s,$j,$i-$j),$b,2,$align,$fill); + $i++; + $sep=-1; + $j=$i; + $l=0; + $ns=0; + $nl++; + if($border && $nl==2) + $b=$b2; + continue; + } + if($c==' ') + { + $sep=$i; + $ls=$l; + $ns++; + } + $l+=$cw[$c]; + if($l>$wmax) + { + //Automatic line break + if($sep==-1) + { + if($i==$j) + $i++; + if($this->ws>0) + { + $this->ws=0; + $this->_out('0 Tw'); + } + $this->Cell($w,$h,substr($s,$j,$i-$j),$b,2,$align,$fill); + } + else + { + if($align=='J') + { + $this->ws=($ns>1) ? ($wmax-$ls)/1000*$this->FontSize/($ns-1) : 0; + $this->_out(sprintf('%.3f Tw',$this->ws*$this->k)); + } + $this->Cell($w,$h,substr($s,$j,$sep-$j),$b,2,$align,$fill); + $i=$sep+1; + } + $sep=-1; + $j=$i; + $l=0; + $ns=0; + $nl++; + if($border && $nl==2) + $b=$b2; + } + else + $i++; + } + //Last chunk + if($this->ws>0) + { + $this->ws=0; + $this->_out('0 Tw'); + } + if($border && strpos($border,'B')!==false) + $b.='B'; + $this->Cell($w,$h,substr($s,$j,$i-$j),$b,2,$align,$fill); + $this->x=$this->lMargin; +} + +function Write($h,$txt,$link='') +{ + //Output text in flowing mode + $cw=&$this->CurrentFont['cw']; + $w=$this->w-$this->rMargin-$this->x; + $wmax=($w-2*$this->cMargin)*1000/$this->FontSize; + $s=str_replace("\r",'',$txt); + $nb=strlen($s); + $sep=-1; + $i=0; + $j=0; + $l=0; + $nl=1; + while($i<$nb) + { + //Get next character + $c=$s{$i}; + if($c=="\n") + { + //Explicit line break + $this->Cell($w,$h,substr($s,$j,$i-$j),0,2,'',0,$link); + $i++; + $sep=-1; + $j=$i; + $l=0; + if($nl==1) + { + $this->x=$this->lMargin; + $w=$this->w-$this->rMargin-$this->x; + $wmax=($w-2*$this->cMargin)*1000/$this->FontSize; + } + $nl++; + continue; + } + if($c==' ') + $sep=$i; + $l+=$cw[$c]; + if($l>$wmax) + { + //Automatic line break + if($sep==-1) + { + if($this->x>$this->lMargin) + { + //Move to next line + $this->x=$this->lMargin; + $this->y+=$h; + $w=$this->w-$this->rMargin-$this->x; + $wmax=($w-2*$this->cMargin)*1000/$this->FontSize; + $i++; + $nl++; + continue; + } + if($i==$j) + $i++; + $this->Cell($w,$h,substr($s,$j,$i-$j),0,2,'',0,$link); + } + else + { + $this->Cell($w,$h,substr($s,$j,$sep-$j),0,2,'',0,$link); + $i=$sep+1; + } + $sep=-1; + $j=$i; + $l=0; + if($nl==1) + { + $this->x=$this->lMargin; + $w=$this->w-$this->rMargin-$this->x; + $wmax=($w-2*$this->cMargin)*1000/$this->FontSize; + } + $nl++; + } + else + $i++; + } + //Last chunk + if($i!=$j) + $this->Cell($l/1000*$this->FontSize,$h,substr($s,$j),0,0,'',0,$link); +} + +function Image($file,$x,$y,$w=0,$h=0,$type='',$link='') +{ + //Put an image on the page + if(!isset($this->images[$file])) + { + //First use of image, get info + if($type=='') + { + $pos=strrpos($file,'.'); + if(!$pos) + $this->Error('Image file has no extension and no type was specified: '.$file); + $type=substr($file,$pos+1); + } + $type=strtolower($type); + $mqr=get_magic_quotes_runtime(); + set_magic_quotes_runtime(0); + if($type=='jpg' || $type=='jpeg') + $info=$this->_parsejpg($file); + elseif($type=='png') + $info=$this->_parsepng($file); + else + { + //Allow for additional formats + $mtd='_parse'.$type; + if(!method_exists($this,$mtd)) + $this->Error('Unsupported image type: '.$type); + $info=$this->$mtd($file); + } + set_magic_quotes_runtime($mqr); + $info['i']=count($this->images)+1; + $this->images[$file]=$info; + } + else + $info=$this->images[$file]; + //Automatic width and height calculation if needed + if($w==0 && $h==0) + { + //Put image at 72 dpi + $w=$info['w']/$this->k; + $h=$info['h']/$this->k; + } + if($w==0) + $w=$h*$info['w']/$info['h']; + if($h==0) + $h=$w*$info['h']/$info['w']; + $this->_out(sprintf('q %.2f 0 0 %.2f %.2f %.2f cm /I%d Do Q',$w*$this->k,$h*$this->k,$x*$this->k,($this->h-($y+$h))*$this->k,$info['i'])); + if($link) + $this->Link($x,$y,$w,$h,$link); +} + +function Ln($h='') +{ + //Line feed; default value is last cell height + $this->x=$this->lMargin; + if(is_string($h)) + $this->y+=$this->lasth; + else + $this->y+=$h; +} + +function GetX() +{ + //Get x position + return $this->x; +} + +function SetX($x) +{ + //Set x position + if($x>=0) + $this->x=$x; + else + $this->x=$this->w+$x; +} + +function GetY() +{ + //Get y position + return $this->y; +} + +function SetY($y) +{ + //Set y position and reset x + $this->x=$this->lMargin; + if($y>=0) + $this->y=$y; + else + $this->y=$this->h+$y; +} + +function SetXY($x,$y) +{ + //Set x and y positions + $this->SetY($y); + $this->SetX($x); +} + +function Output($name='',$dest='') +{ + //Output PDF to some destination + //Finish document if necessary + if($this->state<3) + $this->Close(); + //Normalize parameters + if(is_bool($dest)) + $dest=$dest ? 'D' : 'F'; + $dest=strtoupper($dest); + if($dest=='') + { + if($name=='') + { + $name='doc.pdf'; + $dest='I'; + } + else + $dest='F'; + } + switch($dest) + { + case 'I': + //Send to standard output + if(ob_get_contents()) + $this->Error('Some data has already been output, can\'t send PDF file'); + if(php_sapi_name()!='cli') + { + //We send to a browser + header('Content-Type: application/pdf'); + if(headers_sent()) + $this->Error('Some data has already been output to browser, can\'t send PDF file'); + header('Content-Length: '.strlen($this->buffer)); + header('Content-disposition: inline; filename="'.$name.'"'); + } + echo $this->buffer; + break; + case 'D': + //Download file + if(ob_get_contents()) + $this->Error('Some data has already been output, can\'t send PDF file'); + if(isset($_SERVER['HTTP_USER_AGENT']) && strpos($_SERVER['HTTP_USER_AGENT'],'MSIE')) + header('Content-Type: application/force-download'); + else + header('Content-Type: application/octet-stream'); + if(headers_sent()) + $this->Error('Some data has already been output to browser, can\'t send PDF file'); + header('Content-Length: '.strlen($this->buffer)); + header('Content-disposition: attachment; filename="'.$name.'"'); + echo $this->buffer; + break; + case 'F': + //Save to local file + $f=fopen($name,'wb'); + if(!$f) + $this->Error('Unable to create output file: '.$name); + fwrite($f,$this->buffer,strlen($this->buffer)); + fclose($f); + break; + case 'S': + //Return as a string + return $this->buffer; + default: + $this->Error('Incorrect output destination: '.$dest); + } + return ''; +} + +/******************************************************************************* +* * +* Protected methods * +* * +*******************************************************************************/ +function _dochecks() +{ + //Check for locale-related bug + if(1.1==1) + $this->Error('Don\'t alter the locale before including class file'); + //Check for decimal separator + if(sprintf('%.1f',1.0)!='1.0') + setlocale(LC_NUMERIC,'C'); +} + +function _getfontpath() +{ + if(!defined('FPDF_FONTPATH') && is_dir(dirname(__FILE__).'/font')) + define('FPDF_FONTPATH',dirname(__FILE__).'/font/'); + return defined('FPDF_FONTPATH') ? FPDF_FONTPATH : ''; +} + +function _putpages() +{ + $nb=$this->page; + if(!empty($this->AliasNbPages)) + { + //Replace number of pages + for($n=1;$n<=$nb;$n++) + $this->pages[$n]=str_replace($this->AliasNbPages,$nb,$this->pages[$n]); + } + if($this->DefOrientation=='P') + { + $wPt=$this->fwPt; + $hPt=$this->fhPt; + } + else + { + $wPt=$this->fhPt; + $hPt=$this->fwPt; + } + $filter=($this->compress) ? '/Filter /FlateDecode ' : ''; + for($n=1;$n<=$nb;$n++) + { + //Page + $this->_newobj(); + $this->_out('<_out('/Parent 1 0 R'); + if(isset($this->OrientationChanges[$n])) + $this->_out(sprintf('/MediaBox [0 0 %.2f %.2f]',$hPt,$wPt)); + $this->_out('/Resources 2 0 R'); + if(isset($this->PageLinks[$n])) + { + //Links + $annots='/Annots ['; + foreach($this->PageLinks[$n] as $pl) + { + $rect=sprintf('%.2f %.2f %.2f %.2f',$pl[0],$pl[1],$pl[0]+$pl[2],$pl[1]-$pl[3]); + $annots.='<_textstring($pl[4]).'>>>>'; + else + { + $l=$this->links[$pl[4]]; + $h=isset($this->OrientationChanges[$l[0]]) ? $wPt : $hPt; + $annots.=sprintf('/Dest [%d 0 R /XYZ 0 %.2f null]>>',1+2*$l[0],$h-$l[1]*$this->k); + } + } + $this->_out($annots.']'); + } + $this->_out('/Contents '.($this->n+1).' 0 R>>'); + $this->_out('endobj'); + //Page content + $p=($this->compress) ? gzcompress($this->pages[$n]) : $this->pages[$n]; + $this->_newobj(); + $this->_out('<<'.$filter.'/Length '.strlen($p).'>>'); + $this->_putstream($p); + $this->_out('endobj'); + } + //Pages root + $this->offsets[1]=strlen($this->buffer); + $this->_out('1 0 obj'); + $this->_out('<_out($kids.']'); + $this->_out('/Count '.$nb); + $this->_out(sprintf('/MediaBox [0 0 %.2f %.2f]',$wPt,$hPt)); + $this->_out('>>'); + $this->_out('endobj'); +} + +function _putfonts() +{ + $nf=$this->n; + foreach($this->diffs as $diff) + { + //Encodings + $this->_newobj(); + $this->_out('<>'); + $this->_out('endobj'); + } + $mqr=get_magic_quotes_runtime(); + set_magic_quotes_runtime(0); + foreach($this->FontFiles as $file=>$info) + { + //Font file embedding + $this->_newobj(); + $this->FontFiles[$file]['n']=$this->n; + $font=''; + $f=fopen($this->_getfontpath().$file,'rb',1); + if(!$f) + $this->Error('Font file not found'); + while(!feof($f)) + $font.=fread($f,8192); + fclose($f); + $compressed=(substr($file,-2)=='.z'); + if(!$compressed && isset($info['length2'])) + { + $header=(ord($font{0})==128); + if($header) + { + //Strip first binary header + $font=substr($font,6); + } + if($header && ord($font{$info['length1']})==128) + { + //Strip second binary header + $font=substr($font,0,$info['length1']).substr($font,$info['length1']+6); + } + } + $this->_out('<_out('/Filter /FlateDecode'); + $this->_out('/Length1 '.$info['length1']); + if(isset($info['length2'])) + $this->_out('/Length2 '.$info['length2'].' /Length3 0'); + $this->_out('>>'); + $this->_putstream($font); + $this->_out('endobj'); + } + set_magic_quotes_runtime($mqr); + foreach($this->fonts as $k=>$font) + { + //Font objects + $this->fonts[$k]['n']=$this->n+1; + $type=$font['type']; + $name=$font['name']; + if($type=='core') + { + //Standard font + $this->_newobj(); + $this->_out('<_out('/BaseFont /'.$name); + $this->_out('/Subtype /Type1'); + if($name!='Symbol' && $name!='ZapfDingbats') + $this->_out('/Encoding /WinAnsiEncoding'); + $this->_out('>>'); + $this->_out('endobj'); + } + elseif($type=='Type1' || $type=='TrueType') + { + //Additional Type1 or TrueType font + $this->_newobj(); + $this->_out('<_out('/BaseFont /'.$name); + $this->_out('/Subtype /'.$type); + $this->_out('/FirstChar 32 /LastChar 255'); + $this->_out('/Widths '.($this->n+1).' 0 R'); + $this->_out('/FontDescriptor '.($this->n+2).' 0 R'); + if($font['enc']) + { + if(isset($font['diff'])) + $this->_out('/Encoding '.($nf+$font['diff']).' 0 R'); + else + $this->_out('/Encoding /WinAnsiEncoding'); + } + $this->_out('>>'); + $this->_out('endobj'); + //Widths + $this->_newobj(); + $cw=&$font['cw']; + $s='['; + for($i=32;$i<=255;$i++) + $s.=$cw[chr($i)].' '; + $this->_out($s.']'); + $this->_out('endobj'); + //Descriptor + $this->_newobj(); + $s='<$v) + $s.=' /'.$k.' '.$v; + $file=$font['file']; + if($file) + $s.=' /FontFile'.($type=='Type1' ? '' : '2').' '.$this->FontFiles[$file]['n'].' 0 R'; + $this->_out($s.'>>'); + $this->_out('endobj'); + } + else + { + //Allow for additional types + $mtd='_put'.strtolower($type); + if(!method_exists($this,$mtd)) + $this->Error('Unsupported font type: '.$type); + $this->$mtd($font); + } + } +} + +function _putimages() +{ + $filter=($this->compress) ? '/Filter /FlateDecode ' : ''; + reset($this->images); + while(list($file,$info)=each($this->images)) + { + $this->_newobj(); + $this->images[$file]['n']=$this->n; + $this->_out('<_out('/Subtype /Image'); + $this->_out('/Width '.$info['w']); + $this->_out('/Height '.$info['h']); + if($info['cs']=='Indexed') + $this->_out('/ColorSpace [/Indexed /DeviceRGB '.(strlen($info['pal'])/3-1).' '.($this->n+1).' 0 R]'); + else + { + $this->_out('/ColorSpace /'.$info['cs']); + if($info['cs']=='DeviceCMYK') + $this->_out('/Decode [1 0 1 0 1 0 1 0]'); + } + $this->_out('/BitsPerComponent '.$info['bpc']); + if(isset($info['f'])) + $this->_out('/Filter /'.$info['f']); + if(isset($info['parms'])) + $this->_out($info['parms']); + if(isset($info['trns']) && is_array($info['trns'])) + { + $trns=''; + for($i=0;$i_out('/Mask ['.$trns.']'); + } + $this->_out('/Length '.strlen($info['data']).'>>'); + $this->_putstream($info['data']); + unset($this->images[$file]['data']); + $this->_out('endobj'); + //Palette + if($info['cs']=='Indexed') + { + $this->_newobj(); + $pal=($this->compress) ? gzcompress($info['pal']) : $info['pal']; + $this->_out('<<'.$filter.'/Length '.strlen($pal).'>>'); + $this->_putstream($pal); + $this->_out('endobj'); + } + } +} + +function _putxobjectdict() +{ + foreach($this->images as $image) + $this->_out('/I'.$image['i'].' '.$image['n'].' 0 R'); +} + +function _putresourcedict() +{ + $this->_out('/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]'); + $this->_out('/Font <<'); + foreach($this->fonts as $font) + $this->_out('/F'.$font['i'].' '.$font['n'].' 0 R'); + $this->_out('>>'); + $this->_out('/XObject <<'); + $this->_putxobjectdict(); + $this->_out('>>'); +} + +function _putresources() +{ + $this->_putfonts(); + $this->_putimages(); + //Resource dictionary + $this->offsets[2]=strlen($this->buffer); + $this->_out('2 0 obj'); + $this->_out('<<'); + $this->_putresourcedict(); + $this->_out('>>'); + $this->_out('endobj'); +} + +function _putinfo() +{ + $this->_out('/Producer '.$this->_textstring('FPDF '.FPDF_VERSION)); + if(!empty($this->title)) + $this->_out('/Title '.$this->_textstring($this->title)); + if(!empty($this->subject)) + $this->_out('/Subject '.$this->_textstring($this->subject)); + if(!empty($this->author)) + $this->_out('/Author '.$this->_textstring($this->author)); + if(!empty($this->keywords)) + $this->_out('/Keywords '.$this->_textstring($this->keywords)); + if(!empty($this->creator)) + $this->_out('/Creator '.$this->_textstring($this->creator)); + $this->_out('/CreationDate '.$this->_textstring('D:'.date('YmdHis'))); +} + +function _putcatalog() +{ + $this->_out('/Type /Catalog'); + $this->_out('/Pages 1 0 R'); + if($this->ZoomMode=='fullpage') + $this->_out('/OpenAction [3 0 R /Fit]'); + elseif($this->ZoomMode=='fullwidth') + $this->_out('/OpenAction [3 0 R /FitH null]'); + elseif($this->ZoomMode=='real') + $this->_out('/OpenAction [3 0 R /XYZ null null 1]'); + elseif(!is_string($this->ZoomMode)) + $this->_out('/OpenAction [3 0 R /XYZ null null '.($this->ZoomMode/100).']'); + if($this->LayoutMode=='single') + $this->_out('/PageLayout /SinglePage'); + elseif($this->LayoutMode=='continuous') + $this->_out('/PageLayout /OneColumn'); + elseif($this->LayoutMode=='two') + $this->_out('/PageLayout /TwoColumnLeft'); +} + +function _putheader() +{ + $this->_out('%PDF-'.$this->PDFVersion); +} + +function _puttrailer() +{ + $this->_out('/Size '.($this->n+1)); + $this->_out('/Root '.$this->n.' 0 R'); + $this->_out('/Info '.($this->n-1).' 0 R'); +} + +function _enddoc() +{ + $this->_putheader(); + $this->_putpages(); + $this->_putresources(); + //Info + $this->_newobj(); + $this->_out('<<'); + $this->_putinfo(); + $this->_out('>>'); + $this->_out('endobj'); + //Catalog + $this->_newobj(); + $this->_out('<<'); + $this->_putcatalog(); + $this->_out('>>'); + $this->_out('endobj'); + //Cross-ref + $o=strlen($this->buffer); + $this->_out('xref'); + $this->_out('0 '.($this->n+1)); + $this->_out('0000000000 65535 f '); + for($i=1;$i<=$this->n;$i++) + $this->_out(sprintf('%010d 00000 n ',$this->offsets[$i])); + //Trailer + $this->_out('trailer'); + $this->_out('<<'); + $this->_puttrailer(); + $this->_out('>>'); + $this->_out('startxref'); + $this->_out($o); + $this->_out('%%EOF'); + $this->state=3; +} + +function _beginpage($orientation) +{ + $this->page++; + $this->pages[$this->page]=''; + $this->state=2; + $this->x=$this->lMargin; + $this->y=$this->tMargin; + $this->FontFamily=''; + //Page orientation + if(!$orientation) + $orientation=$this->DefOrientation; + else + { + $orientation=strtoupper($orientation{0}); + if($orientation!=$this->DefOrientation) + $this->OrientationChanges[$this->page]=true; + } + if($orientation!=$this->CurOrientation) + { + //Change orientation + if($orientation=='P') + { + $this->wPt=$this->fwPt; + $this->hPt=$this->fhPt; + $this->w=$this->fw; + $this->h=$this->fh; + } + else + { + $this->wPt=$this->fhPt; + $this->hPt=$this->fwPt; + $this->w=$this->fh; + $this->h=$this->fw; + } + $this->PageBreakTrigger=$this->h-$this->bMargin; + $this->CurOrientation=$orientation; + } +} + +function _endpage() +{ + //End of page contents + $this->state=1; +} + +function _newobj() +{ + //Begin a new object + $this->n++; + $this->offsets[$this->n]=strlen($this->buffer); + $this->_out($this->n.' 0 obj'); +} + +function _dounderline($x,$y,$txt) +{ + //Underline text + $up=$this->CurrentFont['up']; + $ut=$this->CurrentFont['ut']; + $w=$this->GetStringWidth($txt)+$this->ws*substr_count($txt,' '); + return sprintf('%.2f %.2f %.2f %.2f re f',$x*$this->k,($this->h-($y-$up/1000*$this->FontSize))*$this->k,$w*$this->k,-$ut/1000*$this->FontSizePt); +} + +function _parsejpg($file) +{ + //Extract info from a JPEG file + $a=GetImageSize($file); + if(!$a) + $this->Error('Missing or incorrect image file: '.$file); + if($a[2]!=2) + $this->Error('Not a JPEG file: '.$file); + if(!isset($a['channels']) || $a['channels']==3) + $colspace='DeviceRGB'; + elseif($a['channels']==4) + $colspace='DeviceCMYK'; + else + $colspace='DeviceGray'; + $bpc=isset($a['bits']) ? $a['bits'] : 8; + //Read whole file + $f=fopen($file,'rb'); + $data=''; + while(!feof($f)) + $data.=fread($f,4096); + fclose($f); + return array('w'=>$a[0],'h'=>$a[1],'cs'=>$colspace,'bpc'=>$bpc,'f'=>'DCTDecode','data'=>$data); +} + +function _parsepng($file) +{ + //Extract info from a PNG file + $f=fopen($file,'rb'); + if(!$f) + $this->Error('Can\'t open image file: '.$file); + //Check signature + if(fread($f,8)!=chr(137).'PNG'.chr(13).chr(10).chr(26).chr(10)) + $this->Error('Not a PNG file: '.$file); + //Read header chunk + fread($f,4); + if(fread($f,4)!='IHDR') + $this->Error('Incorrect PNG file: '.$file); + $w=$this->_freadint($f); + $h=$this->_freadint($f); + $bpc=ord(fread($f,1)); + if($bpc>8) + $this->Error('16-bit depth not supported: '.$file); + $ct=ord(fread($f,1)); + if($ct==0) + $colspace='DeviceGray'; + elseif($ct==2) + $colspace='DeviceRGB'; + elseif($ct==3) + $colspace='Indexed'; + else + $this->Error('Alpha channel not supported: '.$file); + if(ord(fread($f,1))!=0) + $this->Error('Unknown compression method: '.$file); + if(ord(fread($f,1))!=0) + $this->Error('Unknown filter method: '.$file); + if(ord(fread($f,1))!=0) + $this->Error('Interlacing not supported: '.$file); + fread($f,4); + $parms='/DecodeParms <>'; + //Scan chunks looking for palette, transparency and image data + $pal=''; + $trns=''; + $data=''; + do + { + $n=$this->_freadint($f); + $type=fread($f,4); + if($type=='PLTE') + { + //Read palette + $pal=fread($f,$n); + fread($f,4); + } + elseif($type=='tRNS') + { + //Read transparency info + $t=fread($f,$n); + if($ct==0) + $trns=array(ord(substr($t,1,1))); + elseif($ct==2) + $trns=array(ord(substr($t,1,1)),ord(substr($t,3,1)),ord(substr($t,5,1))); + else + { + $pos=strpos($t,chr(0)); + if($pos!==false) + $trns=array($pos); + } + fread($f,4); + } + elseif($type=='IDAT') + { + //Read image data block + $data.=fread($f,$n); + fread($f,4); + } + elseif($type=='IEND') + break; + else + fread($f,$n+4); + } + while($n); + if($colspace=='Indexed' && empty($pal)) + $this->Error('Missing palette in '.$file); + fclose($f); + return array('w'=>$w,'h'=>$h,'cs'=>$colspace,'bpc'=>$bpc,'f'=>'FlateDecode','parms'=>$parms,'pal'=>$pal,'trns'=>$trns,'data'=>$data); +} + +function _freadint($f) +{ + //Read a 4-byte integer from file + $a=unpack('Ni',fread($f,4)); + return $a['i']; +} + +function _textstring($s) +{ + //Format a text string + return '('.$this->_escape($s).')'; +} + +function _escape($s) +{ + //Add \ before \, ( and ) + return str_replace(')','\\)',str_replace('(','\\(',str_replace('\\','\\\\',$s))); +} + +function _putstream($s) +{ + $this->_out('stream'); + $this->_out($s); + $this->_out('endstream'); +} + +function _out($s) +{ + //Add a line to the document + if($this->state==2) + $this->pages[$this->page].=$s."\n"; + else + $this->buffer.=$s."\n"; +} +//End of class +} + +//Handle special IE contype request +if(isset($_SERVER['HTTP_USER_AGENT']) && $_SERVER['HTTP_USER_AGENT']=='contype') +{ + header('Content-Type: application/pdf'); + exit; +} + +} +?> diff --git a/InformeInventario.php b/InformeInventario.php new file mode 100644 index 0000000..be5a167 --- /dev/null +++ b/InformeInventario.php @@ -0,0 +1,154 @@ +. + * + */ + class InformeInventario { + private $bdd; + public function __construct($baseDatos) + { + $this->bdd=$baseDatos; + } + public function ejecuta() + { + $opc=$_GET['opc']; + switch ($opc) { + case 'Ubicacion':return $this->formularioUbicacion(); + case 'listarUbicacion':return $this->listarUbicacion(); + case 'listarArticulo':return $this->listarArticulo(); + case 'Articulo':return $this->formularioArticulo(); + case 'Total':return $this->inventarioTotal(); + } + } + private function listarUbicacion() + { + $fichero="xml/inventarioUbicacion.xml"; + $salida="tmp/inventarioUbicacion.xml"; + $plantilla=file_get_contents($fichero) + or die('Fallo en la apertura de la plantilla '.$fichero); + $comando="select * from Ubicaciones where id='".$_POST['id']."';"; + $resultado=$this->bdd->ejecuta($comando); + if (!$resultado) { + return $this->bdd->mensajeError($comando); + } + $fila=$this->bdd->procesaResultado(); + $plantilla=str_replace("{id}",$_POST['id'],$plantilla); + $plantilla=str_replace("{Descripcion}",utf8_encode($fila['Descripcion']),$plantilla); + file_put_contents($salida,$plantilla) + or die('Fallo en la escritura de la plantilla '.$salida); + $informe=new InformePDF($this->bdd,$salida,true); + $informe->imprimeInforme(); + + } + private function listarArticulo() + { + $fichero="xml/inventarioArticulo.xml"; + $salida="tmp/inventarioArticulo.xml"; + $plantilla=file_get_contents($fichero) + or die('Fallo en la apertura de la plantilla '.$fichero); + $comando="select * from Articulos where id='".$_POST['id']."';"; + $resultado=$this->bdd->ejecuta($comando); + if (!$resultado) { + return $this->bdd->mensajeError($comando); + } + $fila=$this->bdd->procesaResultado(); + $plantilla=str_replace("{id}",$_POST['id'],$plantilla); + $plantilla=str_replace("{Descripcion}",utf8_encode($fila['descripcion']),$plantilla); + $plantilla=str_replace("{Marca}",utf8_encode($fila['marca']),$plantilla); + $plantilla=str_replace("{Modelo}",utf8_encode($fila['modelo']),$plantilla); + file_put_contents($salida,$plantilla) + or die('Fallo en la escritura de la plantilla '.$salida); + $informe=new InformePDF($this->bdd,$salida,true); + $informe->imprimeInforme(); + } + private function listaUbicaciones() + { + $salida="\n"; + return $salida; + } + private function listaArticulos() + { + $salida="\n"; + return $salida; + } + private function formulario($accion,$etiqueta,$lista) + { + $salida='
'."\n"; + $salida.="

Elige $etiqueta\n"; + $salida.="

"; + $salida.=$lista; + $salida.="

"; + $salida.='


'."\n"; + return $salida; + } + private function formularioUbicacion() + { + //Genera un formulario con las ubicaciones disponibles. + $accion="index.php?informeInventario&opc=listarUbicacion"; + return $this->formulario($accion,'Ubicación',$this->listaUbicaciones()); + } + private function formularioArticulo() + { + $accion="index.php?informeInventario&opc=listarArticulo"; + return $this->formulario($accion,'Artículo',$this->listaArticulos()); + } + private function inventarioTotal() + { + $fichero="xml/inventarioUbicacion.xml"; + $salida="tmp/inventarioUbicacion.xml"; + $comando="select * from Ubicaciones ;"; + $resultado=$this->bdd->ejecuta($comando); + if (!$resultado) { + return $this->bdd->mensajeError($comando); + } + $salidaTotal=''; + while ($fila=$this->bdd->procesaResultado()) { + //$fila=$this->bdd->procesaResultado(); + $plantilla=file_get_contents($fichero) + or die('Fallo en la apertura de la plantilla '.$fichero); + $plantilla=str_replace("{id}",$fila['id'],$plantilla); + $plantilla=str_replace("{Descripcion}",utf8_encode($fila['Descripcion']),$plantilla); + file_put_contents($salida,$plantilla) + or die('Fallo en la escritura de la plantilla '.$salida); + $informe=new InformePDF($this->bdd,$salida,true); + $salidaTotal.=$informe->getContenido(); + } + file_put_contents("tmp/prueba.pdf",$salidaTotal); + $informe->enviaCabecera(); + echo $salidaTotal; + } + } +?> diff --git a/InformeInventario2.php b/InformeInventario2.php new file mode 100644 index 0000000..f34b6bd --- /dev/null +++ b/InformeInventario2.php @@ -0,0 +1,147 @@ +. + * + */ + class InformeInventario { + private $bdd; + public function __construct($baseDatos) + { + $this->bdd=$baseDatos; + } + public function ejecuta() + { + $opc=$_GET['opc']; + switch ($opc) { + case 'Ubicacion':return $this->formularioUbicacion(); + case 'listarUbicacion':return $this->listarUbicacion(); + case 'listarArticulo':return $this->listarArticulo(); + case 'Articulo':return $this->formularioArticulo(); + case 'Total':return $this->inventarioTotal(); + } + } + private function listarUbicacion() + { + $fichero="xml/inventarioUbicacion.xml"; + $salida="tmp/inventarioUbicacion.xml"; + $plantilla=file_get_contents($fichero) + or die('Fallo en la apertura de la plantilla '.$fichero); + $comando="select * from Ubicaciones where id='".$_POST['id']."';"; + $resultado=$this->bdd->ejecuta($comando); + if (!$resultado) { + return $this->bdd->mensajeError($comando); + } + $fila=$this->bdd->procesaResultado(); + $plantilla=str_replace("{id}",$_POST['id'],$plantilla); + $plantilla=str_replace("{Descripcion}",utf8_encode($fila['Descripcion']),$plantilla); + file_put_contents($salida,$plantilla) + or die('Fallo en la escritura de la plantilla '.$salida); + $informe=new InformePDF($this->bdd,$salida,true); + } + private function listarArticulo() + { + $fichero="xml/inventarioArticulo.xml"; + $salida="tmp/inventarioArticulo.xml"; + $plantilla=file_get_contents($fichero) + or die('Fallo en la apertura de la plantilla '.$fichero); + $comando="select * from Articulos where id='".$_POST['id']."';"; + $resultado=$this->bdd->ejecuta($comando); + if (!$resultado) { + return $this->bdd->mensajeError($comando); + } + $fila=$this->bdd->procesaResultado(); + $plantilla=str_replace("{id}",$_POST['id'],$plantilla); + $plantilla=str_replace("{Descripcion}",utf8_encode($fila['descripcion']),$plantilla); + $plantilla=str_replace("{Marca}",utf8_encode($fila['marca']),$plantilla); + $plantilla=str_replace("{Modelo}",utf8_encode($fila['modelo']),$plantilla); + file_put_contents($salida,$plantilla) + or die('Fallo en la escritura de la plantilla '.$salida); + $informe=new InformePDF($this->bdd,$salida,true); + } + private function listaUbicaciones() + { + $salida="\n"; + return $salida; + } + private function listaArticulos() + { + $salida="\n"; + return $salida; + } + private function formulario($accion,$etiqueta,$lista) + { + $salida=''."\n"; + $salida.="

Elige $etiqueta\n"; + $salida.="

"; + $salida.=$lista; + $salida.="

"; + $salida.='


'."\n"; + return $salida; + } + private function formularioUbicacion() + { + //Genera un formulario con las ubicaciones disponibles. + $accion="index.php?informeInventario&opc=listarUbicacion"; + return $this->formulario($accion,'Ubicación',$this->listaUbicaciones()); + } + private function formularioArticulo() + { + $accion="index.php?informeInventario&opc=listarArticulo"; + return $this->formulario($accion,'Artículo',$this->listaArticulos()); + } + private function inventarioTotal() + { + $fichero="xml/inventarioUbicacion.xml"; + $salida="tmp/inventarioUbicacion.xml"; + $comando="select * from Ubicaciones where id='".$_POST['id']."';"; + $resultado=$this->bdd->ejecuta($comando); + if (!$resultado) { + return $this->bdd->mensajeError($comando); + } + $salidaTotal=''; + while ($fila=$this->bdd->procesaResultado()) { + $plantilla=file_get_contents($fichero) + or die('Fallo en la apertura de la plantilla '.$fichero); + $plantilla=str_replace("{id}",$_POST['id'],$plantilla); + $plantilla=str_replace("{Descripcion}",utf8_encode($fila['Descripcion']),$plantilla); + file_put_contents($salida,$plantilla) + or die('Fallo en la escritura de la plantilla '.$salida); + $salidaTotal+=$salida; + } + $informe=new InformePDF($this->bdd,$salidaTotal,true); + } + } +?> diff --git a/InformePDF.php b/InformePDF.php new file mode 100644 index 0000000..ac5b941 --- /dev/null +++ b/InformePDF.php @@ -0,0 +1,98 @@ + + + * @version 1.0 + * @package Inventario + * @copyright Copyright (c) 2008, Ricardo Montañana + * @package Inventario + * @copyright Copyright (c) 2008, Ricardo Montañana Gómez + * @license http://www.gnu.org/licenses/gpl-3.0.txt + * This file is part of Inventario. + * Inventario 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. + * + * Inventario 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 Inventario. If not, see . + * + */ + + class InformePDF + { + /** + * + * @var basedatos Controlador de la base de datos + */ + private $bdd; + private $docu; + /** + * El constructor recibe como argumento el nombre del archivo XML con la definición, encargándose de recuperarla y guardar toda la información localmente + * @param basedatos $bdd manejador de la base de datos + * @param string $definicion fichero con la definición del informe en XML + * @param boolean $registrado usuario registrado si/no + * @return ficheroPDF + */ + public function __construct($bdd,$definicion,$registrado) + { + if (!$registrado) { + return 'Debe registrarse para acceder a este apartado'; + } + $this->bdd=$bdd; + // Recuperamos la definición del informe + $def=simplexml_load_file($definicion); + //print_r($def);echo $bdd;die(); + // Iniciamos la creación del documento + $pdf=new Pdf_mysql_table($this->bdd->obtieneManejador(),(string)$def->Pagina['Orientacion'], + (string)$def->Pagina['Formato'], + (string)$def->Titulo['Texto'],(string)$def->Pagina->Cabecera); + echo $def->Titulo.$def->Cabecera; + $pdf->Open(); + $pdf->setAuthor(utf8_decode(AUTOR)); + $pdf->setCreator(html_entity_decode(APLICACION)); + $pdf->setSubject(utf8_decode($def->Titulo)); + $pdf->setAutoPageBreak(true,10); + $this->bdd->ejecuta(trim($def->Datos->Consulta)); + $filas=$this->bdd->procesaResultado(); + $pdf->AddPage(); + // Recuperamos los datos del cuerpo + foreach($def->Pagina->Cuerpo->Col as $columna) { + $pdf->AddCol((string)$columna['Nombre'],(string)$columna['Ancho'], + (string)$columna['Titulo'],(string)$columna['Ajuste'], + (string)$columna['Total']); + } + $prop=array('HeaderColor'=>array(255,150,100), + 'color1'=>array(210,245,255), + 'color2'=>array(255,255,210), + 'padding'=>2); + $pdf->Table($def->Datos->Consulta,$prop); + $pdf->Close(); + // Obtenemos el documento y su longitud + $documento=$pdf->Output('','S'); + $this->docu=$documento; + } + public function getContenido() + { + return $this->docu; + } + public function enviaCabecera() + { + header("Content-type: application/pdf"); + $longitud=strlen($this->docu); + header("Content-length: $longitud"); + header("Content-Disposition: inline; filename=Informe.pdf"); + } + public function imprimeInforme() + { + $this->enviaCabecera(); + echo $this->docu; + } + } +?> diff --git a/InformePDF2.php b/InformePDF2.php new file mode 100644 index 0000000..11106af --- /dev/null +++ b/InformePDF2.php @@ -0,0 +1,85 @@ + + * @version 1.0 + * @package Inventario + * @copyright Copyright (c) 2008, Ricardo Montañana + * @package Inventario + * @copyright Copyright (c) 2008, Ricardo Montañana Gómez + * @license http://www.gnu.org/licenses/gpl-3.0.txt + * This file is part of Inventario. + * Inventario 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. + * + * Inventario 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 Inventario. If not, see . + * + */ + + class InformePDF + { + /** + * + * @var basedatos Controlador de la base de datos + */ + private $bdd; + /** + * El constructor recibe como argumento el nombre del archivo XML con la definición, encargándose de recuperarla y guardar toda la información localmente + * @param basedatos $bdd manejador de la base de datos + * @param string $definicion fichero con la definición del informe en XML + * @param boolean $registrado usuario registrado si/no + * @return ficheroPDF + */ + public function __construct($bdd,$definicion,$registrado) + { + if (!$registrado) { + return 'Debe registrarse para acceder a este apartado'; + } + $this->bdd=$bdd; + // Recuperamos la definición del informe + $def=simplexml_load_file($definicion); + //print_r($def);echo $bdd;die(); + // Iniciamos la creación del documento + $pdf=new Pdf_mysql_table($this->bdd->obtieneManejador(),(string)$def->Pagina['Orientacion'], + (string)$def->Pagina['Formato'], + (string)$def->Titulo['Texto'],(string)$def->Pagina->Cabecera); + echo $def->Titulo.$def->Cabecera; + $pdf->Open(); + $pdf->setAuthor(utf8_decode(AUTOR)); + $pdf->setCreator(html_entity_decode(APLICACION)); + $pdf->setSubject(utf8_decode($def->Titulo)); + $pdf->setAutoPageBreak(true,10); + $this->bdd->ejecuta(trim($def->Datos->Consulta)); + $filas=$this->bdd->procesaResultado(); + $pdf->AddPage(); + // Recuperamos los datos del cuerpo + foreach($def->Pagina->Cuerpo->Col as $columna) { + $pdf->AddCol((string)$columna['Nombre'],(string)$columna['Ancho'], + (string)$columna['Titulo'],(string)$columna['Ajuste'], + (string)$columna['Total']); + } + $prop=array('HeaderColor'=>array(255,150,100), + 'color1'=>array(210,245,255), + 'color2'=>array(255,255,210), + 'padding'=>2); + $pdf->Table($def->Datos->Consulta,$prop); + $pdf->Close(); + // Obtenemos el documento y su longitud + $documento=$pdf->Output('','S'); + $longitud=strlen($documento); + // y lo enviamos como resultado + header("Content-type: application/pdf"); + header("Content-length: $longitud"); + header("Content-Disposition: inline; filename=Informe.pdf"); + echo $documento; + } + } +?> \ No newline at end of file diff --git a/Inventario.php b/Inventario.php new file mode 100644 index 0000000..904d489 --- /dev/null +++ b/Inventario.php @@ -0,0 +1,207 @@ + + * @version 1.0 + * @package Inventario + * @copyright Copyright (c) 2008, Ricardo Montañana Gómez + * @license http://www.gnu.org/licenses/gpl-3.0.txt + * This file is part of Inventario. + * Inventario 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. + * + * Inventario 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 Inventario. If not, see . + * + */ + // Clase del objeto principal de la aplicación +class Inventario { + // Declaración de miembros + private $bdd; // Enlace con el SGBD + private $registrado; // Usuario registrado s/n + private $usuario=NULL; // Nombre del usuario + private $clave; //contraseña del usuario + private $opcActual; // Opción elegida por el usuario + private $perfil; //Permisos del usuario. + private $estado; //BD conectada o no + private $plant='plant/principal.html'; + // Constructor + public function __construct() + { + // Analizamos la cadena de solicitud para saber + // qué opción es la actual + $this->opcActual=$_SERVER['QUERY_STRING']=='' ? 'principal' : $_SERVER['QUERY_STRING']; + // Iniciamos una sesión + session_start(); + //Conexión con la base de datos. + $this->bdd=new Sql(SERVIDOR,USUARIO,CLAVE,BASEDATOS); + if ($this->bdd->error()) { + echo '

Fallo al conectar con el servidor MySQL.

'; + echo SERVIDOR;echo "Servidor [ ". SERVIDOR ." ] usuario [".USUARIO."] clave [".CLAVE."] base [".BASEDATOS."]"; + $this->estado=false; + return; + } else { + $this->estado=true; + } + // Comprobamos si el usuario ya está registrado en esta sesión + $this->registrado=isset($_SESSION['Registrado']); + if($this->registrado) {// si está... + // recuperamos el nombre del usuario + $this->usuario=$_SESSION['Usuario']; + $this->perfil=$_SESSION['Perfil']; + // en caso contrario comprobamos si tiene la cookie que le identifica como usuario + } elseif(isset($_COOKIE['InventarioId'])) { + // y usamos el Id para recuperar el nombre de la base de ddtos + $this->recuperaNombreConId($_COOKIE['InventarioId']); + } else { // en caso contrario el usuario no está registrado + $this->usuario=''; + } + } + public function estado() + { + return $this->estado; + } + +// Esta función pondrá en marcha la aplicación ocupándose +// de las acciones que no generan contenido, esto es +// iniciar sesión, cerrarla, etc. + public function Ejecuta() + { + // Dependiendo de la opción a procesar + switch($this->opcActual) { + // El usuario quiere cerrar la sesión actual + case 'cerrarSesion': + // Eliminamos los datos de sesión + session_unset(); + session_destroy(); + // y borramos la cookie para no reconocerlo + // la próxima vez + setcookie('InventarioId', ''); + // y le redirigmos a la página inicial + header('Location: index.php'); + exit; + // El usuario quiere iniciar sessión + case 'registrarse': + // Se identifica como usuario de la aplicación + $resultado=$this->usuarioRegistrado(); + // Si lo obtuvimos es que el usuario está registrado + if($resultado) { + // establecemos las variables de sesión + $_SESSION['Registrado'] = true; + $_SESSION['Usuario'] = $this->usuario; + $_SESSION['Perfil'] = $this->perfil; + // y enviamos la cookie para reconocerlo la próxima vez + setcookie('InventarioId', $resultado, time()+3600*24*365); + // Lo enviamos a la página de bienvenida + header('Location: index.php?bienvenido'); + exit; + } + //Usuario incorrecto + header('location:index.php?usuario_incorrecto'); + exit; + case 'usuario_incorrecto': + $this->opcActual="principal"; + $contenido=$this->creaContenido(); + $contenido->usuario_incorrecto(); + $salida=new Distribucion($this->plant,$contenido); + echo $salida->procesaPlantilla(); + break; + + default: + // Creamos un objeto Distribución facilitándole el + // nombre del archivo plantilla y el objeto que aportará + // el contenido + $opc=$_GET['opc']; + list($opcion,$parametro)=explode("&",$this->opcActual); + switch ($opc) { + case 'informe': + $enlace='xml/informe'.ucfirst($opcion).'.xml'; + //$enlace="tmp/inventarioUbicacion.xml"; + $informe=new InformePDF($this->bdd,$enlace,$this->registrado); + $informe->imprimeInforme(); + return; + default: + $salida=new Distribucion($this->plant,$this->creaContenido()); + echo $salida->procesaPlantilla(); + break; + } + } + } + private function creaContenido() + { + return new AportaContenido($this->bdd,$this->registrado,$this->usuario,$this->perfil,$this->opcActual); + } + // Esta función comprueba si el usuario está o no registrado, + // devolviendo su IdSesion en caso afirmativo o false + // en caso contrario + private function usuarioRegistrado() + { + $this->usuario=$_POST['usuario']; + $this->clave=$_POST['clave']; + // ejecuta la consulta para buscar el usuario + $res=$this->bdd->ejecuta("SELECT * FROM Usuarios WHERE nombre='$this->usuario'"); + // Si no hemos encontrado el usuario + if(!$res) { + return false; // devolvemos FALSE + } + // En caso contrario obtenemos en una matriz + // los datos de las columnas + $fila=$this->bdd->procesaResultado(); + // Para comprobar si la clave coincide + if($fila['clave']==$this->clave) { + $this->perfil=$this->creaPerfil($fila); + // caso en el que devolveremos un Id de sesión + // único para este usuario + return $fila['idSesion']; + } + // Si llegamos aquí es porque el usuario existe pero + // la clave no es correcta + return false; + } + private function creaPerfil($fila) + { + return array("Consulta"=>$fila['consulta'],"Modificacion"=>$fila['modificacion'], + "Alta"=>$fila['alta'],"Borrado"=>$fila['borrado'],"Informe"=>$fila['informe'], + "Usuarios"=>$fila['usuarios'],"Config"=>$fila['config']); + } + // Esta función intenta recuperar el nombre del usuario + // a partir del Id de sesión almacenado en una cookie, + // dejando las variables Registrado y Usuario con + // los valores apropiados + // @param String Identificador de sesión del usuario actual + private function recuperaNombreConId($idSesion) + { + // para ejecutar la consulta para buscar el Id de sesión + $res=$this->bdd->ejecuta("SELECT * FROM Usuarios WHERE idSesion='$idSesion'"); + // Si no hemos encontrado el ID + if(!$res) { + // el usuario no está registrado + $this->usuario=''; + $this->registrado=false; + } else { + // En caso contrario obtenemos en una matriz + // los datos de las columnas + $fila=$this->bdd->procesaResultado(); + // Asignamos el nombre + $this->usuario=$fila['nombre']; + // damos el valor TRUE a bRegistrado + $this->registrado=true; + // y establecemos las variables de sessión para no tener + // que efectuar todo este proceso de nuevo con cada + // solicitud de página + $_SESSION['Registrado']=true; + $_SESSION['Usuario']=$this->usuario; + $this->perfil=$this->creaPerfil($fila); + $_SESSION['Perfil']=$this->perfil; + } + } +} + +?> diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..20d40b6 --- /dev/null +++ b/LICENSE @@ -0,0 +1,674 @@ + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + 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. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + Copyright (C) + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +. \ No newline at end of file diff --git a/Mantenimiento.php b/Mantenimiento.php new file mode 100644 index 0000000..270bd57 --- /dev/null +++ b/Mantenimiento.php @@ -0,0 +1,447 @@ +. + * + */ + //Clase que se encargará de manejar los elementos del modelo de datos. + define ('EDICION','Edición'); + define ('BORRADO','Borrado'); + define ('ANADIR','Inserción'); + class Mantenimiento { + private $descripcion; + protected $bdd; + protected $url; + protected $cabecera; + protected $tabla; + protected $cadenaBusqueda; + protected $campos=array(); + protected $foraneas=array(); + protected $campoBusca="Descripcion"; + protected $comandoConsulta=""; + protected $perfil; + + public function __construct($baseDatos,$perfil,$nombre) + { + $this->bdd=$baseDatos; + $this->url="index.php?$nombre&opc=inicial"; + $this->cabecera='Location: '.$this->url; + $this->tabla=ucfirst($nombre); + $this->perfil=$perfil; + } + public function ejecuta() + { + $opc=$_GET['opc']; + $id=$_GET['id']; + $orden=isset($_GET['orden'])?$_GET['orden']:''; + $sentido=isset($_GET['sentido'])?$_GET['sentido']:'asc'; + //Sólo tiene sentido para las modificaciones. + //Es la página donde estaba el registro + $pag=isset($_GET['pag'])?$_GET['pag']:'0'; + $this->cadenaBusqueda=$_GET['buscar']; + $this->obtenerCampos(); + $this->obtieneClavesForaneas(); + switch ($opc) { + case 'inicial':return $this->consulta($id,$orden,$sentido); + case 'editar':return $this->muestra($id,EDICION,$pag,$orden,$sentido); + case 'eliminar':return $this->muestra($id,BORRADO); + case 'nuevo':return $this->muestra(null,ANADIR); + case 'insertar':return $this->insertar(); + case 'modificar':return $this->modificar($id,$pag,$orden,$sentido); + case 'borrar':return $this->borrar($id); + default:return 'La clase Mantenimiento No entiende lo solicitado.'; + } + } + protected function obtieneClavesForaneas() + { + $salida=null; + foreach($this->campos as $clave => $valor) { + $trozos=explode(",",$valor["Comment"]); + foreach($trozos as $trozo) { + if (strstr($trozo,"foreign")) { + $temp=substr($trozo,8,-1); + list($tabla,$atributos)=explode("->",$temp); + list($clave,$resto)=explode(";",$atributos); + //Quita el paréntesis final + $atributos=substr($atributos,0,-1); + $salida[$valor['Campo']]=$tabla.",".$resto; + } + } + } + $this->foraneas=$salida; + } + private function consulta($pagina,$orden,$sentido) + { + //Calcula los números de página anterior y siguiente. + $pagina=$pagina+0; + $pagSigte=$pagina<=0?1:$pagina+1; + $pagAnt=$pagSigte-2; + $pagFwd=$pagSigte+3; + $pagRew=$pagAnt-3<0?$pagAnt:$pagAnt-3; + //Trata con la cadena de búsqueda + $this->cadenaBusqueda=isset($_POST['buscar'])?$_POST['buscar']:$this->cadenaBusqueda; + if (isset($this->cadenaBusqueda) && strlen($this->cadenaBusqueda)) { + $sufijo=" where $this->campoBusca like '%".$this->bdd->filtra($this->cadenaBusqueda)."%'"; + $sufijoEnlace="&buscar=".$this->cadenaBusqueda; + $comando=str_replace('{buscar}',$sufijo,$this->comandoConsulta); + } else { + $comando=str_replace('{buscar}','',$this->comandoConsulta); + } + //Trata con el orden de mostrar los datos + if (strlen($orden)>0) { + $comando=str_replace('{orden}',"order by ".$orden." ".$sentido,$comando); + $sufijoOrden="&orden=".$orden."&sentido=".$sentido; + } else { + $comando=str_replace('{orden}',' ',$comando); + } + //Introduce un botón para hacer búsquedas + $salida=$this->enlaceBusqueda(); + $salida.=$this->cabeceraTabla(); + //Consulta paginada de todas las tuplas + $comando=str_replace('{inferior}',($pagAnt+1)*NUMFILAS,$comando); + $comando=str_replace('{superior}',NUMFILAS,$comando); + //$salida.=$comando; + $salida.='

Página '.$pagSigte.'

'; + $tabla=strtolower($this->tabla); + $this->bdd->ejecuta($comando); + if ($this->bdd->numeroTuplas()==0) { + if ($pagSigte>1) { + // Si no hay datos en la consulta y no es la primera página, + // carga la página inicial + header('Location: '.$this->url); + } else { + $salida="

No hay registros


"; + } + } + //$salida.=print_r($this->perfil); + while($fila=$this->bdd->procesaResultado()) { + $salida.=""; + foreach ($fila as $clave => $valor) { + if ($clave=="id") { + $id=$valor; + } + + $salida.="$valor\n"; + } + //Añade el icono de editar + if ($this->perfil['Modificacion']) { + $salida.='editar'; + } + //Añade el icono de eliminar + if ($this->perfil['Borrado']) { + $salida.='  eliminar'."\n"; + } + } + $salida.="

"; + //Añade botones de comandos + $enlace='\"anterior\"\n"; + $siguiente=$enlace.$pagSigte.$sufijoEnlace."\">\"siguiente\"\n"; + $fwd=$enlace.$pagFwd.$sufijoEnlace."\">\"siguiente\"\n"; + $rew=$enlace.$pagRew.$sufijoEnlace."\">\"siguiente\"\n"; + if (strlen($orden)>0) { + $az='asc'; + $za='desc'; + } else { + $az=$za=''; + } + if ($this->perfil['Informe']) { + $informe='informe'; + } else { + $informe=""; + } + } + if ($this->perfil['Alta']) { + $anadir=''. + 'nuevo'; + } else { + $anadir=""; + } + $salida.='

'. + "$rew  $anterior  $az  $anadir  $informe  $za  $siguiente  $fwd

"; + return $salida; + } + private function enlaceBusqueda() + { + $salida='

'; + $salida.='

cadenaBusqueda.'" size="40" />
'; + $salida.='

'; + return $salida; + } + protected function borrar($id) + { + $comando="delete from ".$this->tabla." where id=\"$id\""; + if (!$this->bdd->ejecuta($comando)) { + return $this->errorBD($comando); + } + header('Location: '.$this->url); + return; + } + protected function insertar() + { + $comando="insert into ".$this->tabla." ("; + $lista=explode("&",$_POST['listacampos']); + $primero=true; + //Añade la lista de campos + foreach ($lista as $campo) { + if ($campo=="") { + continue; + } + if ($primero) { + $primero=false; + $coma=" "; + } else { + $coma=","; + } + $comando.="$coma $campo"; + } + $comando.=") values ("; + //Añade la lista de valores + $primero=true; + foreach ($lista as $campo) { + if ($campo=="") + continue; + if ($primero) { + $primero=false; + $coma=" "; + } else { + $coma=","; + } + $comando.="$coma \"$_POST[$campo]\""; + } + $comando.=")"; + if (!$this->bdd->ejecuta($comando)) { + return $this->errorBD($comando); + } + list($enlace,$resto)=explode("&",$this->url); + $enlace.="&opc=inicial"; + return "

Se ha insertado el registro con la clave ".$this->bdd->ultimoId()."

"; + } + protected function modificar($id,$pag,$orden,$sentido) + { + //Los datos a utilizar para actualizar la tupla vienen en $_POST. + //La lista de atributos de la tupla viene en el campo oculto listacampos + //print_r($_GET); + //echo "id=$id pag=$pag orden=$orden sentido=$sentido";die(); + $comando="update ".$this->tabla." set "; + $lista=explode("&",$_POST['listacampos']); + $primero=true; + foreach ($lista as $campo) { + if ($campo=="id" || $campo=="") + continue; + if ($primero) { + $primero=false; + $coma=" "; + } else + $coma=","; + if (strlen(trim($_POST[$campo]))==0) + $comando.="$coma $campo=null"; + else + $comando.=$coma.' '.$campo.'="'.$_POST[$campo].'"'; + } + $comando.=" where id=\"$id\""; + if (!$this->bdd->ejecuta($comando)) { + return $this->errorBD($comando); + } + + list($enlace,$resto)=explode("&",$this->url); + $enlace.="&opc=inicial&orden=".$orden."&sentido=".$sentido."&id=".$pag; + header('Location: '.$enlace); + return; + } + protected function muestra($id,$tipoAccion,$pag="",$orden="",$sentido="") + { + if (isset($id)) { + $comando="select * from ".$this->tabla." where id='$id'"; + $resultado=$this->bdd->ejecuta($comando); + if (!$resultado) { + return $this->errorBD("","No se han podido encontrar datos del identificador $id"); + } + $fila=$this->bdd->procesaResultado(); + } else { + $fila=null; + } + //list($tipo,$valor)=explode($columna["Type"]); + $accion="index.php?".strtolower($this->tabla)."&id=$id&opc="; + switch ($tipoAccion) { + case EDICION: + $accion.="modificar"; + $accion.=isset($pag)?"&pag=$pag":''; + $accion.=isset($orden)?"&orden=$orden":''; + $accion.=isset($sentido)?"&sentido=$sentido":''; + break; + case BORRADO: + $accion.="borrar"; + break; + case ANADIR: + $accion.="insertar"; + break; + } + //Genera un formulario con los datos de la tupla seleccionada. + return $this->formularioCampos($accion,$tipoAccion,$fila); + } + //Función que genera un campo de lista con los valores de descripción de la + //tabla a la cual pertenece la clave foránea. + protected function generaLista($datos,$campo,$valorInicial,$modo) + { + $salida="\n

"; + return $salida; + } + /** + * @todo Hay que hacer lo de las búsquedas automatizadas. Buscar el comment de buscar. + * @todo Hay que hacer lo de las ordenaciones automatizadas. Buscar el comment de ordenable. + */ + private function obtenerCampos() + { + //Si hay un fichero de descripción xml lo utiliza. + $nombre="xml/mantenimiento".$this->tabla.".xml"; + if (file_exists($nombre)) { + $def=simplexml_load_file($nombre); + foreach($def->Campos->Col as $columna) { + $this->campos[(string)$columna['Nombre']]=array("Field" => (string)$columna['Titulo'],"Comment" =>(string)$columna['Varios'], + "Type"=> (string) $columna['Tipo'],"Editable" => (string) $columna['Editable'],"Campo"=>(string) $columna['Campo']); + } + $this->comandoConsulta=$def->Consulta; + } else { + //Toma los datos de la tabla. + $datos=$this->bdd->estructura($this->tabla); + for ($i=0;$icampos[$datos[$i]["Field"]][]=$datos[$i]; + $this->campos[$datos[$i]["Field"]]=$this->campos[$datos[$i]["Field"]][0]; + $this->campos[$datos[$i]["Field"]]["Campo"]=$datos[$i]["Field"]; + $this->campos[$datos[$i]["Field"]]["Editable"]="si"; + } + $this->comandoConsulta="select * from ".$this->tabla." {buscar} {orden} limit {inferior},{superior}"; + } + } + private function cabeceraTabla() + { + $salida='

'; + foreach ($this->campos as $clave => $datos) { + $comen=explode(",",$datos["Comment"]); + $ordenable=false; + foreach ($comen as $co) { + if (strstr($co,"ordenable")) { + $ordenable=true; + break; + } + } + if ($ordenable) { + $salida.="\n"; + } else { + $salida.=''."\n"; + } + } + + $salida.="\n"; + return $salida; + } + /** + * + * @param string $accion URL de la acción del POST + * @param string $tipo ANADIR,EDITAR,BORRAR + * @param array $datos Vector con los datos del registro + * @return array lista de campos y formulario de entrada + */ + private function formularioCampos($accion,$tipo,$datos) + { + $modo=$tipo==BORRAR?"readonly":""; + $salida.=''."\n"; + $salida.="

$tipo\n"; + foreach ($this->campos as $clave => $valor) { + if ($valor["Editable"]=="no") { + //Se salta los campos que no deben aparecer + continue; + } + $campo=$valor['Campo']; + $salida.=" "; + //Se asegura que el id no se pueda modificar. + $modoEfectivo=$clave=='id' ? "readonly" : $modo; + $valorDato=$datos==null?"":$datos[$campo]; + if (!isset($this->foraneas[$valor['Campo']])) { + $tipoCampo=$valor['Type']; + //Si es un campo fecha u hora y está insertando pone la fecha actual o la hora actual + if ($tipo==ANADIR) { + if (stripos($tipoCampo,"echa") || stripos($tipoCampo,"ate")) { + $valorDato=strftime("%Y/%m/%d"); + } + } + // Calcula el tamaño + if (stripos($tipoCampo,"echa") || stripos($tipoCampo,"ate")) { + $tamano="19"; + } else { + list($resto,$tamano)=explode("(",$tipoCampo); + $tamano=substr($tamano,0,-1); + } + //Si no es una clave foránea añade un campo de texto normal + $salida.='

\n"; + } else { + $salida.=$this->generaLista($this->foraneas[$campo],$campo,$valorDato,$modoEfectivo); + } + //Genera una lista con los campos que intervienen en el formulario. + $campos.="$campo&"; + } + //genera un campo oculto con la lista de campos a modificar. + $salida.='\n"; + $salida.="

"; + $salida.="  
\n"; + return $salida; + } + protected function errorBD($comando,$mensaje="") + { + if (!$mensaje) { + return "

No pudo ejecutar correctamente el comando $comando error=".$this->bdd->mensajeError()."

"; + } else { + return "

$mensaje error=".$this->bdd->mensajeError()."

"; + } + } + } +?> \ No newline at end of file diff --git a/Menu.php b/Menu.php new file mode 100644 index 0000000..1e4be5f --- /dev/null +++ b/Menu.php @@ -0,0 +1,52 @@ +. + * + */ +// +// Esta clase generará el menú de la aplicación. +class Menu { + private $opciones; + public function __construct($fichero) + { + $contenido=@file_get_contents($fichero) or + die("

No puedo generar el menú. No puedo acceder al fichero $fichero

"); + // Obtenemos la lista de pares Opción|Enlace + $elementos=explode("\n", $contenido); + foreach($elementos as $elemento) { + list($tipo, $opcion, $enlace)=explode('|', $elemento); + // Los guardamos en la matriz de opciones + if ($tipo) + $this->opciones[]=$tipo.",".$opcion.",".$enlace; + } + } + public function insertaMenu() + { + $salida=""; + reset($this->opciones); + foreach($this->opciones as $opcion) { + list($tipo,$opcion,$enlace)=explode(",",$opcion); + if ($tipo==2) + $salida.=''.$opcion.'
'; + else + $salida.='
'; + } + return $salida; + } +} +?> diff --git a/Pdf_mysql_table.php b/Pdf_mysql_table.php new file mode 100644 index 0000000..ae9ec2f --- /dev/null +++ b/Pdf_mysql_table.php @@ -0,0 +1,237 @@ +. + * + */ + +class Pdf_mysql_table extends Fpdf +{ + /** + * Modificado por Ricardo Montañana 05/2008 para añadir la posibilidad de cálculo de totales + * @var $totales float[] Vector de totales de las columnas que lo necesiten + */ + private $ProcessingTable=false,$aCols=array(),$TableX,$HeaderColor; + private $RowColors,$ColorIndex; + private $bdd,$titulo,$cabecera; + private $totales=array(),$procesandoTotales=false; + /** + * + * @param mixed $bdd Controlador de la base de datos + * @param string $orientacion Orientación de la página P/L + * @param string $formato Tamaño de la página p. ej. A4 + * @param string $titulo Título del informe + * @param string $cabecera Texto para la cabecera + */ + + + public function __construct($bdd,$orientacion,$formato,$titulo='',$cabecera='') + { + $this->bdd=$bdd; + $this->titulo=$titulo; + $this->cabecera=$cabecera; + parent::__construct($orientacion,'mm',$formato); + } + public function setTitulo($titulo) + { + $this->titulo=$titulo; + } + + function Header() + { + //Modficada por Ricardo Montañana + //Titulo + $fecha=strftime("%d-%b-%Y %H:%M"); + $this->SetFont('Arial','',8); + $this->Cell(0,4,html_entity_decode(APLICACION),0,1,'L'); + $this->SetFont('Arial','',18); + $this->Cell(0,6,utf8_decode($this->titulo),0,1,'C'); + $this->SetFont('Arial','',8); + $this->Cell(0,3,$fecha,0,1,'R'); + $this->Cell(0,5,utf8_decode($this->cabecera),0,1,'C'); + $this->Ln(10); + //Print the table header if necessary + if($this->ProcessingTable) + $this->TableHeader(); + //Ensure table header is output + parent::Header(); + } + public function Footer() + { + $this->SetFont('Arial','',8); + $this->setY($this->h-10); + $this->Cell(0,6,'-'.$this->PageNo().'-',0,1,'C'); + parent::Footer(); + } + + function TableHeader() + { + $this->SetFont('Arial','B',12); + $this->SetX($this->TableX); + $fill=!empty($this->HeaderColor); + if($fill) + $this->SetFillColor($this->HeaderColor[0],$this->HeaderColor[1],$this->HeaderColor[2]); + foreach($this->aCols as $col) + $this->Cell($col['w'],6,utf8_decode($col['c']),1,0,'C',$fill); + $this->Ln(); + } + + function Row($data) + { + $this->SetX($this->TableX); + $ci=$this->ColorIndex; + $fill=!empty($this->RowColors[$ci]); + if($fill) + $this->SetFillColor($this->RowColors[$ci][0],$this->RowColors[$ci][1],$this->RowColors[$ci][2]); + foreach($this->aCols as $col) { + switch ($col['a']) { + case 'D':$alin='R';break; + case 'I':$alin='L';break; + case 'C':$alin='C';break; + default:$alin='L';break; + } + if ($this->procesandoTotales) { + $this->SetFont('Arial','B',12); + } + $this->Cell($col['w'],5,$data[$col['f']],1,0,$alin,$fill); + //$this->Cell($col['w'],5,utf8_decode($data[$col['f']]),1,0,$alin,$fill); + //$this->Cell($col['w'],5,utf8_decode($data['proveedor']),1,0,$alin,$fill); + //$this->Write(5,"nombre=".$col['f'].",titulo=".$col['c'].",ancho=".$col['w'].",alin=".$col['a']); + //$this->Write(5,$data[$col['f']].$col['f']); + //print_r($data); + //print_r($this->aCols); + if ($col['t']=='S' && !$this->procesandoTotales) { + $this->totales[$col['f']]+=$data[$col['f']]; + } + + } + $this->Ln(); + $this->ColorIndex=1-$ci; + } + + function CalcWidths($width,$align) + { + //Compute the widths of the columns + $TableWidth=0; + foreach($this->aCols as $i=>$col) + { + $w=$col['w']; + if($w==-1) + $w=$width/count($this->aCols); + elseif(substr($w,-1)=='%') + $w=$w/100*$width; + $this->aCols[$i]['w']=$w; + $TableWidth+=$w; + } + //Compute the abscissa of the table + if($align=='C') + $this->TableX=max(($this->w-$TableWidth)/2,0); + elseif($align=='R') + $this->TableX=max($this->w-$this->rMargin-$TableWidth,0); + else + $this->TableX=$this->lMargin; + } + + function AddCol($field=-1,$width=-1,$caption='',$align='I',$total='N') + { + //Add a column to the table + if($field==-1) + $field=count($this->aCols); + $this->aCols[]=array('f'=>$field,'c'=>$caption,'w'=>$width,'a'=>$align,'t'=>$total); + } + + function Table($query,$prop=array()) + { + //Issue query + $res=$this->bdd->query($query) or die('Error: '.$this->bdd->mysql_error()."
Query: $query"); + //Add all columns if none was specified + if(count($this->aCols)==0) + { + $nb=$res->field_count; + for($i=0;$i<$nb;$i++) + $this->AddCol(); + } + //Retrieve column names when not specified + $i=0; + foreach($this->aCols as $i=>$col) + { + if($col['c']=='') + { + if(is_string($col['f'])) + $this->aCols[$i]['c']=ucfirst($col['f']); + else + $this->aCols[$i]['c']=ucfirst($res->field_seek($i)); + } + $i++; + } + //Handle properties + if(!isset($prop['width'])) + $prop['width']=0; + if($prop['width']==0) + $prop['width']=$this->w-$this->lMargin-$this->rMargin; + if(!isset($prop['align'])) + $prop['align']='C'; + if(!isset($prop['padding'])) + $prop['padding']=$this->cMargin; + $cMargin=$this->cMargin; + $this->cMargin=$prop['padding']; + if(!isset($prop['HeaderColor'])) + $prop['HeaderColor']=array(); + $this->HeaderColor=$prop['HeaderColor']; + if(!isset($prop['color1'])) + $prop['color1']=array(); + if(!isset($prop['color2'])) + $prop['color2']=array(); + $this->RowColors=array($prop['color1'],$prop['color2']); + //Compute column widths + $this->CalcWidths($prop['width'],$prop['align']); + //Print header + $this->TableHeader(); + //Print rows + $this->SetFont('Arial','',11); + $this->ColorIndex=0; + $this->ProcessingTable=true; + $this->procesandoTotales=false; + while($row=$res->fetch_assoc()) { + $this->Row($row); + } + $this->procesandoTotales=true; + // Procesa los totales + if ($this->procesaTotales()) { + $this->Row($this->totales); + } + $this->ProcessingTable=false; + $this->cMargin=$cMargin; + $this->aCols=array(); + } + /** + * Se encarga de generar una línea de totalización si es necesario + * @param array $datos Línea con los totales a imprimir o NULL + * @return boolean Si hay que generar la línea o no + */ + private function procesaTotales() + { + foreach($this->aCols as $col) { + if ($col['t']=='S') { + return true; + } + } + return false; + } +} +?> \ No newline at end of file diff --git a/Sql.php b/Sql.php new file mode 100644 index 0000000..a107c58 --- /dev/null +++ b/Sql.php @@ -0,0 +1,198 @@ + + * @version 1.0 + * @package Inventario + * @copyright Copyright (c) 2008, Ricardo Montañana Gómez + * @license http://www.gnu.org/licenses/gpl-3.0.txt + * This file is part of Inventario. + * Inventario 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. + * + * Inventario 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 Inventario. If not, see . + * + */ +class Sql { + /** + * @var mixed Manejador de la base de datos. + */ + private $bdd=NULL; + /** + * @var string Mensaje del último mensaje de error generado + */ + private $mensajeError=''; + /** + * @var boolean Almacena el estado de error o no de la última acción. + */ + private $error=false; + /** + * @var boolean Estado de la conexión con la base de datos. + */ + private $estado=false; + /** + * @var mixed Objeto que alberga la última consulta ejecutada. + */ + private $peticion=NULL; + /** + * @var integer Número de tuplas afectadas en la última consulta. + */ + private $numero=0; + /** + * @var string vector de cadenas con los resultados de la petición. + */ + private $datos=array(); + /** + * Id del último registro insertado + * @var integer mysql_ + */ + private $id; + /** + * Crea un objeto Sql y conecta con la Base de Datos. + * @param string $servidor + * @param string $usuario + * @param string $baseDatos + */ + public function __construct($servidor,$usuario,$clave,$baseDatos) + { + $this->bdd=new mysqli($servidor,$usuario,$clave,$baseDatos); + if (mysqli_connect_errno()) { + $this->mensajeError='

Fallo al conectar con el servidor MySQL.

'; + $this->mensajeError.="Servidor [".$servidor ."] usuario=[".$usuario."] clave [".$clave."] base [".$baseDatos."]"; + $this->error=true; + $this->estado=false; + } else { + $this->mensajeError=''; + $this->error=false; + $this->estado=true; + } + $this->peticion=NULL; + return $this; + } + public function __destruct() + { + //Libera la memoria de una posible consulta. + if ($this->peticion) { + $this->peticion->free_result(); + } + // Si estaba conectada la base de datos la cierra. + if ($this->estado) { + $this->bdd->close(); + } + } + public function filtra($cadena) + { + return $this->bdd->real_escape_string($cadena); + } + public function ejecuta($comando) + { + if (!$this->estado) { + $this->error=true; + $this->mensajeError='No está conectado'; + return false; + } + + if (!$this->peticion=$this->bdd->query($comando)) { + $this->error=true; + $this->mensajeError='No pudo ejecutar la petición: '.$comando; + return false; + } + $this->numero=$this->bdd->affected_rows; + $this->id=$this->bdd->insert_id; + $this->error=false; + $this->mensajeError=''; + return true; + } + public function procesaResultado() + { + if (!$this->estado) { + $this->error=true; + $this->mensajeError='No está conectado a una base de datos'; + return NULL; + } + if (!$this->peticion) { + $this->error=true; + $this->mensajeError='No hay un resultado disponible'; + return NULL; + } + $datos=$this->peticion->fetch_assoc(); + $this->error=false; + $this->mensajeError=''; + return ($datos); + } + public function camposResultado() + { + if (!$this->estado) { + $this->error=true; + $this->mensajeError='No está conectado a una base de datos'; + return NULL; + } + if (!$this->peticion) { + $this->error=true; + $this->mensajeError='No hay un resultado disponible'; + return NULL; + } + $datos=$this->peticion->fetch_field(); + $this->error=false; + $this->mensajeError=''; + return ($datos); + } + /** + * Devuelve el número de tuplas afectadas en la última petición. + * @return integer Número de tuplas. + */ + public function numeroTuplas() { + return $this->numero; + } + /** + * Devuelve la condición de error de la última petición + * @return boolean condición de error. + */ + public function error() { + return $this->error; + } + /** + * Devuelve el mensaje de error de la última petición + * @return + */ + public function mensajeError() { + return $this->mensajeError.$this->bdd->error; + } + /** + * Devuelve la estructura de campos de una tabla. + * @param string $tabla Nombre de la tabla. + * @return string vector asociativo con la descripción de la tabla [campo]->valor + */ + public function estructura($tabla) + { + if ($this->peticion) { + $this->peticion->free_result(); + } + $comando="show full columns from $tabla"; + if (!$this->ejecuta($comando)) { + return false; + } + while ($dato=$this->procesaResultado()) { + $salida[]=$dato; + } + return $salida; + } + public function ultimoId() + { + return $this->id; + } + public function obtieneManejador() + { + return $this->bdd; + } +} + +?> diff --git a/css/estilo.css b/css/estilo.css new file mode 100644 index 0000000..49a5cf6 --- /dev/null +++ b/css/estilo.css @@ -0,0 +1,345 @@ +/* Generated by CaScadeS, a stylesheet editor for Mozilla Composer */ + + body { margin: 15px 10px; + padding: 0px; + /*background: rgb(51, 51, 255) url(images/paper.gif) repeat fixed 0% 50%;*/ + background: #000066; /*rgb(0,0,153);*/ + -moz-background-clip: initial; + -moz-background-origin: initial; + -moz-background-inline-policy: initial; + font-family: Arial,Helvetica,sans-serif; + font-size: small; + color: rgb(255, 255, 255); + } + + p, table { margin-top: 0.3em; + margin-right: 0pt; + margin-bottom: 0.3em; + color: rgb(255, 255, 153); + background: rgb(0,0,153); + } + + ol, ul { margin: 0em 0em 0em 4em; + padding: 0pt; + list-style-position: inside; + } + + li { margin: 0pt; + padding: 0pt; + } + + li ul { margin: 0em 0em 0em 2em; + list-style-type: none; + } + + h1, h2, h3, h4 { color: red; + } + + h1 { font-size: x-large; + margin-top: 1em; + margin-bottom: 0.5em; + text-align: center; + } + + h2 { margin: 2em 0pt 0.3em; + font-size: medium; + } + + h3, h4 { margin: 0.5em 0pt 0em; + font-size: small; + } + + td { padding-left: 4px; + padding-right: 4px; + } + + blockquote { margin-top: 0.3em; + margin-bottom: 0.3em; + } + + code { font-family: Courier New,Courier,Monospace; + font-size: small; + } + + a:link { text-decoration: underline; + color: white; + } + + a:visited { color: orange; + } + + a:hover { text-decoration: none; + color: rgb(66, 137, 181); + background-color: rgb(255, 255, 102); + } + + a:focus { color: yellow; + background-color: rgb(73, 149, 196); + } + + .cent { text-align: center; + } +.error { + color:yellow; + background-color: red; +} + .key { background-color: rgb(102, 102, 204); + font-weight: bold; + color: yellow; + white-space: nowrap; + font-size: 115%; + padding-right: 2px; + padding-left: 2px; + } + + .left { float: left; + } + + .madewithnvu { margin-left: 50px; + margin-right: auto; + margin-top: 10px; + } + + .note { margin-left: 4em; + margin-right: 1em; + padding-left: 0.35em; + padding-right: 0pt; + background-color: rgb(255, 255, 204); + } + + .noteflush { margin-left: 0pt; + margin-right: 1em; + padding-right: 0pt; + background-color: rgb(255, 255, 204); + } + + .right { float: right; + } + + .tsp { font-size: x-small; + } + + .warn { border-style: solid none; + border-color: rgb(0, 0, 0); + border-width: 1px; + margin-left: 4em; + margin-right: 1em; + padding-left: 0.35em; + padding-right: 0pt; + background-color: rgb(255, 186, 144); + } + + .warnflush { border-style: solid none; + border-color: rgb(0, 0, 0); + border-width: 1px; + margin-left: 0pt; + margin-right: 1em; + padding-right: 0pt; + background-color: rgb(255, 186, 144); + } + + .zonaCabecera { position: fixed; + width: 100%; + height: 12%; + visibility: visible; + clear: both; + overflow: visible; + opacity: 1; + z-index: 1; + } + + .zonaMenu { height: 85%; + overflow: auto; + width: 10%; + position: fixed; + top: 14%; + background-color: #CC9999; + background-color: #6633FF; + color: #33FFFF; + } +div.zonaMenu a:link{ + color: #00FFCC; +} +div.zonaMenu a:visited { + color: #FFFFFF; +} +div.zonaMenu a:hover { + color: yellow; + background-color: blue; + margin: -2px; + padding: 0px 8px 0px 2px; + font-weight: bold; +} +div.zonaMenu key { + font-weight: bold; + white-space: nowrap; + font-size: 115%; + padding-right: 2px; + padding-left: 2px; + color: #FFFF33; +} + + .zonaPrincipal { border-style: none; + z-index: 100; + visibility: visible; + height: 85%; + position: fixed; + clear: none; + overflow: auto; + width: 85%; + max-width: 88%; + margin-left: 11%; + top: 14%; + } + + div.zonaCabecera p { margin: 0pt 0pt 0pt 2px; + font-weight: bold; + color: rgb(66, 137, 181); + } + + div.zonaCabecera a:link { text-decoration: none; + color: rgb(66, 137, 181); + } + + div.zonaCabecera a:visited { text-decoration: none; + color: rgb(66, 137, 181); + } + + div.zonaCabecera a:hover { margin: -2px; + padding: 0px 8px 0px 2px; + color: rgb(73, 149, 196); + background-color: rgb(238, 238, 238); + } + + div.zonaCabecera a:focus { color: rgb(73, 149, 196); + background-color: rgb(238, 238, 238); + } + + div.zonaCabecera ul { border: 1px solid rgb(66, 137, 181); + margin-left: 1em; + padding-left: 0.25em; + margin-right: 0.25em; + list-style-type: none; + } + + div.zonaCabecera ul a:link { text-decoration: none; + color: rgb(33, 80, 100); + font-weight: normal; + visibility: visible; + } + + div.zonaCabecera ul a:visited { text-decoration: none; + color: rgb(33, 80, 100); + font-weight: normal; + } + + div.zonaCabecera ul a:hover { color: rgb(73, 149, 196); + background-color: rgb(238, 238, 238); + } + + div.zonaCabecera ul a:focus { color: rgb(73, 149, 196); + background-color: rgb(238, 238, 238); + } + + div.tip { border: 4px solid rgb(66, 137, 181); + background-color: rgb(244, 248, 255); + border-collapse: collapse; + width: 25%; + float: right; + } + + div.tip p { padding: 4px; + margin-left: 0pt; + } + + div.tip li { padding: 4px; + margin-left: 0pt; + } + + div.tip ul { padding: 4px; + margin-left: 0.75em; + } + + + + table.bordered { border: 2px solid rgb(66, 137, 181); + background-color: white; + border-collapse: collapse; + margin-left: auto; + margin-right: auto; + } + + table.borderedright { border: 2px solid rgb(66, 137, 181); + background-color: white; + border-collapse: collapse; + float: right; + } + + table .key { font-size: 80%; + } + + table.menu { border: 1px solid yellow; + visibility: hidden; + cursor: pointer; + position: absolute; + } + + #mainmenu { position: static; + } + + table.menu td { border: 0px none ; + padding: 0px 8px 2px; + color: rgb(255, 255, 0); + background-color: rgb(132, 112, 255); + font-size: 12pt; + font-family: Arial; + white-space: nowrap; + } + + table.tablaDatos th { border-color: rgb(51, 255, 255); + color: rgb(51,255,255); + font-size: 14pt; + } + + .tablaCabecera { border: 1px solid ; + padding: 2px; + background-color: rgb(102, 0, 204); + color: rgb(255, 255, 153); + max-width: 98%; + height: 48px; + text-align: center; + width: 98%; + font-size: 10pt; + } + + .tablaDatos { border: 1px solid ; + border-color: rgb(51,255,255); + padding: 2px; + max-width: 98%; + font-size: 12pt; + } + + .title { border: 0px none ; + position: absolute; + width: 120px; + height: 20px; + left: 10px; + z-index: 10; + color: rgb(255, 255, 102); + background-color: rgb(102, 51, 255); + font-family: "verdana"; + font-weight: bold; + font-size: 12px; + } + + .submenu { position: absolute; + left: 20px; + width: 120px; + color: rgb(255, 255, 102); + background-color: rgb(102, 102, 204); + font-family: "verdana"; + font-size: 11px; + line-height: 16px; + visibility: hidden; + } + diff --git a/font/courier.php b/font/courier.php new file mode 100644 index 0000000..913f9a4 --- /dev/null +++ b/font/courier.php @@ -0,0 +1,7 @@ + diff --git a/font/helvetica.php b/font/helvetica.php new file mode 100644 index 0000000..ca94cdf --- /dev/null +++ b/font/helvetica.php @@ -0,0 +1,15 @@ +278,chr(1)=>278,chr(2)=>278,chr(3)=>278,chr(4)=>278,chr(5)=>278,chr(6)=>278,chr(7)=>278,chr(8)=>278,chr(9)=>278,chr(10)=>278,chr(11)=>278,chr(12)=>278,chr(13)=>278,chr(14)=>278,chr(15)=>278,chr(16)=>278,chr(17)=>278,chr(18)=>278,chr(19)=>278,chr(20)=>278,chr(21)=>278, + chr(22)=>278,chr(23)=>278,chr(24)=>278,chr(25)=>278,chr(26)=>278,chr(27)=>278,chr(28)=>278,chr(29)=>278,chr(30)=>278,chr(31)=>278,' '=>278,'!'=>278,'"'=>355,'#'=>556,'$'=>556,'%'=>889,'&'=>667,'\''=>191,'('=>333,')'=>333,'*'=>389,'+'=>584, + ','=>278,'-'=>333,'.'=>278,'/'=>278,'0'=>556,'1'=>556,'2'=>556,'3'=>556,'4'=>556,'5'=>556,'6'=>556,'7'=>556,'8'=>556,'9'=>556,':'=>278,';'=>278,'<'=>584,'='=>584,'>'=>584,'?'=>556,'@'=>1015,'A'=>667, + 'B'=>667,'C'=>722,'D'=>722,'E'=>667,'F'=>611,'G'=>778,'H'=>722,'I'=>278,'J'=>500,'K'=>667,'L'=>556,'M'=>833,'N'=>722,'O'=>778,'P'=>667,'Q'=>778,'R'=>722,'S'=>667,'T'=>611,'U'=>722,'V'=>667,'W'=>944, + 'X'=>667,'Y'=>667,'Z'=>611,'['=>278,'\\'=>278,']'=>278,'^'=>469,'_'=>556,'`'=>333,'a'=>556,'b'=>556,'c'=>500,'d'=>556,'e'=>556,'f'=>278,'g'=>556,'h'=>556,'i'=>222,'j'=>222,'k'=>500,'l'=>222,'m'=>833, + 'n'=>556,'o'=>556,'p'=>556,'q'=>556,'r'=>333,'s'=>500,'t'=>278,'u'=>556,'v'=>500,'w'=>722,'x'=>500,'y'=>500,'z'=>500,'{'=>334,'|'=>260,'}'=>334,'~'=>584,chr(127)=>350,chr(128)=>556,chr(129)=>350,chr(130)=>222,chr(131)=>556, + chr(132)=>333,chr(133)=>1000,chr(134)=>556,chr(135)=>556,chr(136)=>333,chr(137)=>1000,chr(138)=>667,chr(139)=>333,chr(140)=>1000,chr(141)=>350,chr(142)=>611,chr(143)=>350,chr(144)=>350,chr(145)=>222,chr(146)=>222,chr(147)=>333,chr(148)=>333,chr(149)=>350,chr(150)=>556,chr(151)=>1000,chr(152)=>333,chr(153)=>1000, + chr(154)=>500,chr(155)=>333,chr(156)=>944,chr(157)=>350,chr(158)=>500,chr(159)=>667,chr(160)=>278,chr(161)=>333,chr(162)=>556,chr(163)=>556,chr(164)=>556,chr(165)=>556,chr(166)=>260,chr(167)=>556,chr(168)=>333,chr(169)=>737,chr(170)=>370,chr(171)=>556,chr(172)=>584,chr(173)=>333,chr(174)=>737,chr(175)=>333, + chr(176)=>400,chr(177)=>584,chr(178)=>333,chr(179)=>333,chr(180)=>333,chr(181)=>556,chr(182)=>537,chr(183)=>278,chr(184)=>333,chr(185)=>333,chr(186)=>365,chr(187)=>556,chr(188)=>834,chr(189)=>834,chr(190)=>834,chr(191)=>611,chr(192)=>667,chr(193)=>667,chr(194)=>667,chr(195)=>667,chr(196)=>667,chr(197)=>667, + chr(198)=>1000,chr(199)=>722,chr(200)=>667,chr(201)=>667,chr(202)=>667,chr(203)=>667,chr(204)=>278,chr(205)=>278,chr(206)=>278,chr(207)=>278,chr(208)=>722,chr(209)=>722,chr(210)=>778,chr(211)=>778,chr(212)=>778,chr(213)=>778,chr(214)=>778,chr(215)=>584,chr(216)=>778,chr(217)=>722,chr(218)=>722,chr(219)=>722, + chr(220)=>722,chr(221)=>667,chr(222)=>667,chr(223)=>611,chr(224)=>556,chr(225)=>556,chr(226)=>556,chr(227)=>556,chr(228)=>556,chr(229)=>556,chr(230)=>889,chr(231)=>500,chr(232)=>556,chr(233)=>556,chr(234)=>556,chr(235)=>556,chr(236)=>278,chr(237)=>278,chr(238)=>278,chr(239)=>278,chr(240)=>556,chr(241)=>556, + chr(242)=>556,chr(243)=>556,chr(244)=>556,chr(245)=>556,chr(246)=>556,chr(247)=>584,chr(248)=>611,chr(249)=>556,chr(250)=>556,chr(251)=>556,chr(252)=>556,chr(253)=>500,chr(254)=>556,chr(255)=>500); +?> diff --git a/font/helveticab.php b/font/helveticab.php new file mode 100644 index 0000000..276cfa8 --- /dev/null +++ b/font/helveticab.php @@ -0,0 +1,15 @@ +278,chr(1)=>278,chr(2)=>278,chr(3)=>278,chr(4)=>278,chr(5)=>278,chr(6)=>278,chr(7)=>278,chr(8)=>278,chr(9)=>278,chr(10)=>278,chr(11)=>278,chr(12)=>278,chr(13)=>278,chr(14)=>278,chr(15)=>278,chr(16)=>278,chr(17)=>278,chr(18)=>278,chr(19)=>278,chr(20)=>278,chr(21)=>278, + chr(22)=>278,chr(23)=>278,chr(24)=>278,chr(25)=>278,chr(26)=>278,chr(27)=>278,chr(28)=>278,chr(29)=>278,chr(30)=>278,chr(31)=>278,' '=>278,'!'=>333,'"'=>474,'#'=>556,'$'=>556,'%'=>889,'&'=>722,'\''=>238,'('=>333,')'=>333,'*'=>389,'+'=>584, + ','=>278,'-'=>333,'.'=>278,'/'=>278,'0'=>556,'1'=>556,'2'=>556,'3'=>556,'4'=>556,'5'=>556,'6'=>556,'7'=>556,'8'=>556,'9'=>556,':'=>333,';'=>333,'<'=>584,'='=>584,'>'=>584,'?'=>611,'@'=>975,'A'=>722, + 'B'=>722,'C'=>722,'D'=>722,'E'=>667,'F'=>611,'G'=>778,'H'=>722,'I'=>278,'J'=>556,'K'=>722,'L'=>611,'M'=>833,'N'=>722,'O'=>778,'P'=>667,'Q'=>778,'R'=>722,'S'=>667,'T'=>611,'U'=>722,'V'=>667,'W'=>944, + 'X'=>667,'Y'=>667,'Z'=>611,'['=>333,'\\'=>278,']'=>333,'^'=>584,'_'=>556,'`'=>333,'a'=>556,'b'=>611,'c'=>556,'d'=>611,'e'=>556,'f'=>333,'g'=>611,'h'=>611,'i'=>278,'j'=>278,'k'=>556,'l'=>278,'m'=>889, + 'n'=>611,'o'=>611,'p'=>611,'q'=>611,'r'=>389,'s'=>556,'t'=>333,'u'=>611,'v'=>556,'w'=>778,'x'=>556,'y'=>556,'z'=>500,'{'=>389,'|'=>280,'}'=>389,'~'=>584,chr(127)=>350,chr(128)=>556,chr(129)=>350,chr(130)=>278,chr(131)=>556, + chr(132)=>500,chr(133)=>1000,chr(134)=>556,chr(135)=>556,chr(136)=>333,chr(137)=>1000,chr(138)=>667,chr(139)=>333,chr(140)=>1000,chr(141)=>350,chr(142)=>611,chr(143)=>350,chr(144)=>350,chr(145)=>278,chr(146)=>278,chr(147)=>500,chr(148)=>500,chr(149)=>350,chr(150)=>556,chr(151)=>1000,chr(152)=>333,chr(153)=>1000, + chr(154)=>556,chr(155)=>333,chr(156)=>944,chr(157)=>350,chr(158)=>500,chr(159)=>667,chr(160)=>278,chr(161)=>333,chr(162)=>556,chr(163)=>556,chr(164)=>556,chr(165)=>556,chr(166)=>280,chr(167)=>556,chr(168)=>333,chr(169)=>737,chr(170)=>370,chr(171)=>556,chr(172)=>584,chr(173)=>333,chr(174)=>737,chr(175)=>333, + chr(176)=>400,chr(177)=>584,chr(178)=>333,chr(179)=>333,chr(180)=>333,chr(181)=>611,chr(182)=>556,chr(183)=>278,chr(184)=>333,chr(185)=>333,chr(186)=>365,chr(187)=>556,chr(188)=>834,chr(189)=>834,chr(190)=>834,chr(191)=>611,chr(192)=>722,chr(193)=>722,chr(194)=>722,chr(195)=>722,chr(196)=>722,chr(197)=>722, + chr(198)=>1000,chr(199)=>722,chr(200)=>667,chr(201)=>667,chr(202)=>667,chr(203)=>667,chr(204)=>278,chr(205)=>278,chr(206)=>278,chr(207)=>278,chr(208)=>722,chr(209)=>722,chr(210)=>778,chr(211)=>778,chr(212)=>778,chr(213)=>778,chr(214)=>778,chr(215)=>584,chr(216)=>778,chr(217)=>722,chr(218)=>722,chr(219)=>722, + chr(220)=>722,chr(221)=>667,chr(222)=>667,chr(223)=>611,chr(224)=>556,chr(225)=>556,chr(226)=>556,chr(227)=>556,chr(228)=>556,chr(229)=>556,chr(230)=>889,chr(231)=>556,chr(232)=>556,chr(233)=>556,chr(234)=>556,chr(235)=>556,chr(236)=>278,chr(237)=>278,chr(238)=>278,chr(239)=>278,chr(240)=>611,chr(241)=>611, + chr(242)=>611,chr(243)=>611,chr(244)=>611,chr(245)=>611,chr(246)=>611,chr(247)=>584,chr(248)=>611,chr(249)=>611,chr(250)=>611,chr(251)=>611,chr(252)=>611,chr(253)=>556,chr(254)=>611,chr(255)=>556); +?> diff --git a/font/helveticabi.php b/font/helveticabi.php new file mode 100644 index 0000000..8d21774 --- /dev/null +++ b/font/helveticabi.php @@ -0,0 +1,15 @@ +278,chr(1)=>278,chr(2)=>278,chr(3)=>278,chr(4)=>278,chr(5)=>278,chr(6)=>278,chr(7)=>278,chr(8)=>278,chr(9)=>278,chr(10)=>278,chr(11)=>278,chr(12)=>278,chr(13)=>278,chr(14)=>278,chr(15)=>278,chr(16)=>278,chr(17)=>278,chr(18)=>278,chr(19)=>278,chr(20)=>278,chr(21)=>278, + chr(22)=>278,chr(23)=>278,chr(24)=>278,chr(25)=>278,chr(26)=>278,chr(27)=>278,chr(28)=>278,chr(29)=>278,chr(30)=>278,chr(31)=>278,' '=>278,'!'=>333,'"'=>474,'#'=>556,'$'=>556,'%'=>889,'&'=>722,'\''=>238,'('=>333,')'=>333,'*'=>389,'+'=>584, + ','=>278,'-'=>333,'.'=>278,'/'=>278,'0'=>556,'1'=>556,'2'=>556,'3'=>556,'4'=>556,'5'=>556,'6'=>556,'7'=>556,'8'=>556,'9'=>556,':'=>333,';'=>333,'<'=>584,'='=>584,'>'=>584,'?'=>611,'@'=>975,'A'=>722, + 'B'=>722,'C'=>722,'D'=>722,'E'=>667,'F'=>611,'G'=>778,'H'=>722,'I'=>278,'J'=>556,'K'=>722,'L'=>611,'M'=>833,'N'=>722,'O'=>778,'P'=>667,'Q'=>778,'R'=>722,'S'=>667,'T'=>611,'U'=>722,'V'=>667,'W'=>944, + 'X'=>667,'Y'=>667,'Z'=>611,'['=>333,'\\'=>278,']'=>333,'^'=>584,'_'=>556,'`'=>333,'a'=>556,'b'=>611,'c'=>556,'d'=>611,'e'=>556,'f'=>333,'g'=>611,'h'=>611,'i'=>278,'j'=>278,'k'=>556,'l'=>278,'m'=>889, + 'n'=>611,'o'=>611,'p'=>611,'q'=>611,'r'=>389,'s'=>556,'t'=>333,'u'=>611,'v'=>556,'w'=>778,'x'=>556,'y'=>556,'z'=>500,'{'=>389,'|'=>280,'}'=>389,'~'=>584,chr(127)=>350,chr(128)=>556,chr(129)=>350,chr(130)=>278,chr(131)=>556, + chr(132)=>500,chr(133)=>1000,chr(134)=>556,chr(135)=>556,chr(136)=>333,chr(137)=>1000,chr(138)=>667,chr(139)=>333,chr(140)=>1000,chr(141)=>350,chr(142)=>611,chr(143)=>350,chr(144)=>350,chr(145)=>278,chr(146)=>278,chr(147)=>500,chr(148)=>500,chr(149)=>350,chr(150)=>556,chr(151)=>1000,chr(152)=>333,chr(153)=>1000, + chr(154)=>556,chr(155)=>333,chr(156)=>944,chr(157)=>350,chr(158)=>500,chr(159)=>667,chr(160)=>278,chr(161)=>333,chr(162)=>556,chr(163)=>556,chr(164)=>556,chr(165)=>556,chr(166)=>280,chr(167)=>556,chr(168)=>333,chr(169)=>737,chr(170)=>370,chr(171)=>556,chr(172)=>584,chr(173)=>333,chr(174)=>737,chr(175)=>333, + chr(176)=>400,chr(177)=>584,chr(178)=>333,chr(179)=>333,chr(180)=>333,chr(181)=>611,chr(182)=>556,chr(183)=>278,chr(184)=>333,chr(185)=>333,chr(186)=>365,chr(187)=>556,chr(188)=>834,chr(189)=>834,chr(190)=>834,chr(191)=>611,chr(192)=>722,chr(193)=>722,chr(194)=>722,chr(195)=>722,chr(196)=>722,chr(197)=>722, + chr(198)=>1000,chr(199)=>722,chr(200)=>667,chr(201)=>667,chr(202)=>667,chr(203)=>667,chr(204)=>278,chr(205)=>278,chr(206)=>278,chr(207)=>278,chr(208)=>722,chr(209)=>722,chr(210)=>778,chr(211)=>778,chr(212)=>778,chr(213)=>778,chr(214)=>778,chr(215)=>584,chr(216)=>778,chr(217)=>722,chr(218)=>722,chr(219)=>722, + chr(220)=>722,chr(221)=>667,chr(222)=>667,chr(223)=>611,chr(224)=>556,chr(225)=>556,chr(226)=>556,chr(227)=>556,chr(228)=>556,chr(229)=>556,chr(230)=>889,chr(231)=>556,chr(232)=>556,chr(233)=>556,chr(234)=>556,chr(235)=>556,chr(236)=>278,chr(237)=>278,chr(238)=>278,chr(239)=>278,chr(240)=>611,chr(241)=>611, + chr(242)=>611,chr(243)=>611,chr(244)=>611,chr(245)=>611,chr(246)=>611,chr(247)=>584,chr(248)=>611,chr(249)=>611,chr(250)=>611,chr(251)=>611,chr(252)=>611,chr(253)=>556,chr(254)=>611,chr(255)=>556); +?> diff --git a/font/helveticai.php b/font/helveticai.php new file mode 100644 index 0000000..88bf437 --- /dev/null +++ b/font/helveticai.php @@ -0,0 +1,15 @@ +278,chr(1)=>278,chr(2)=>278,chr(3)=>278,chr(4)=>278,chr(5)=>278,chr(6)=>278,chr(7)=>278,chr(8)=>278,chr(9)=>278,chr(10)=>278,chr(11)=>278,chr(12)=>278,chr(13)=>278,chr(14)=>278,chr(15)=>278,chr(16)=>278,chr(17)=>278,chr(18)=>278,chr(19)=>278,chr(20)=>278,chr(21)=>278, + chr(22)=>278,chr(23)=>278,chr(24)=>278,chr(25)=>278,chr(26)=>278,chr(27)=>278,chr(28)=>278,chr(29)=>278,chr(30)=>278,chr(31)=>278,' '=>278,'!'=>278,'"'=>355,'#'=>556,'$'=>556,'%'=>889,'&'=>667,'\''=>191,'('=>333,')'=>333,'*'=>389,'+'=>584, + ','=>278,'-'=>333,'.'=>278,'/'=>278,'0'=>556,'1'=>556,'2'=>556,'3'=>556,'4'=>556,'5'=>556,'6'=>556,'7'=>556,'8'=>556,'9'=>556,':'=>278,';'=>278,'<'=>584,'='=>584,'>'=>584,'?'=>556,'@'=>1015,'A'=>667, + 'B'=>667,'C'=>722,'D'=>722,'E'=>667,'F'=>611,'G'=>778,'H'=>722,'I'=>278,'J'=>500,'K'=>667,'L'=>556,'M'=>833,'N'=>722,'O'=>778,'P'=>667,'Q'=>778,'R'=>722,'S'=>667,'T'=>611,'U'=>722,'V'=>667,'W'=>944, + 'X'=>667,'Y'=>667,'Z'=>611,'['=>278,'\\'=>278,']'=>278,'^'=>469,'_'=>556,'`'=>333,'a'=>556,'b'=>556,'c'=>500,'d'=>556,'e'=>556,'f'=>278,'g'=>556,'h'=>556,'i'=>222,'j'=>222,'k'=>500,'l'=>222,'m'=>833, + 'n'=>556,'o'=>556,'p'=>556,'q'=>556,'r'=>333,'s'=>500,'t'=>278,'u'=>556,'v'=>500,'w'=>722,'x'=>500,'y'=>500,'z'=>500,'{'=>334,'|'=>260,'}'=>334,'~'=>584,chr(127)=>350,chr(128)=>556,chr(129)=>350,chr(130)=>222,chr(131)=>556, + chr(132)=>333,chr(133)=>1000,chr(134)=>556,chr(135)=>556,chr(136)=>333,chr(137)=>1000,chr(138)=>667,chr(139)=>333,chr(140)=>1000,chr(141)=>350,chr(142)=>611,chr(143)=>350,chr(144)=>350,chr(145)=>222,chr(146)=>222,chr(147)=>333,chr(148)=>333,chr(149)=>350,chr(150)=>556,chr(151)=>1000,chr(152)=>333,chr(153)=>1000, + chr(154)=>500,chr(155)=>333,chr(156)=>944,chr(157)=>350,chr(158)=>500,chr(159)=>667,chr(160)=>278,chr(161)=>333,chr(162)=>556,chr(163)=>556,chr(164)=>556,chr(165)=>556,chr(166)=>260,chr(167)=>556,chr(168)=>333,chr(169)=>737,chr(170)=>370,chr(171)=>556,chr(172)=>584,chr(173)=>333,chr(174)=>737,chr(175)=>333, + chr(176)=>400,chr(177)=>584,chr(178)=>333,chr(179)=>333,chr(180)=>333,chr(181)=>556,chr(182)=>537,chr(183)=>278,chr(184)=>333,chr(185)=>333,chr(186)=>365,chr(187)=>556,chr(188)=>834,chr(189)=>834,chr(190)=>834,chr(191)=>611,chr(192)=>667,chr(193)=>667,chr(194)=>667,chr(195)=>667,chr(196)=>667,chr(197)=>667, + chr(198)=>1000,chr(199)=>722,chr(200)=>667,chr(201)=>667,chr(202)=>667,chr(203)=>667,chr(204)=>278,chr(205)=>278,chr(206)=>278,chr(207)=>278,chr(208)=>722,chr(209)=>722,chr(210)=>778,chr(211)=>778,chr(212)=>778,chr(213)=>778,chr(214)=>778,chr(215)=>584,chr(216)=>778,chr(217)=>722,chr(218)=>722,chr(219)=>722, + chr(220)=>722,chr(221)=>667,chr(222)=>667,chr(223)=>611,chr(224)=>556,chr(225)=>556,chr(226)=>556,chr(227)=>556,chr(228)=>556,chr(229)=>556,chr(230)=>889,chr(231)=>500,chr(232)=>556,chr(233)=>556,chr(234)=>556,chr(235)=>556,chr(236)=>278,chr(237)=>278,chr(238)=>278,chr(239)=>278,chr(240)=>556,chr(241)=>556, + chr(242)=>556,chr(243)=>556,chr(244)=>556,chr(245)=>556,chr(246)=>556,chr(247)=>584,chr(248)=>611,chr(249)=>556,chr(250)=>556,chr(251)=>556,chr(252)=>556,chr(253)=>500,chr(254)=>556,chr(255)=>500); +?> diff --git a/font/makefont/cp1250.map b/font/makefont/cp1250.map new file mode 100644 index 0000000..ec110af --- /dev/null +++ b/font/makefont/cp1250.map @@ -0,0 +1,251 @@ +!00 U+0000 .notdef +!01 U+0001 .notdef +!02 U+0002 .notdef +!03 U+0003 .notdef +!04 U+0004 .notdef +!05 U+0005 .notdef +!06 U+0006 .notdef +!07 U+0007 .notdef +!08 U+0008 .notdef +!09 U+0009 .notdef +!0A U+000A .notdef +!0B U+000B .notdef +!0C U+000C .notdef +!0D U+000D .notdef +!0E U+000E .notdef +!0F U+000F .notdef +!10 U+0010 .notdef +!11 U+0011 .notdef +!12 U+0012 .notdef +!13 U+0013 .notdef +!14 U+0014 .notdef +!15 U+0015 .notdef +!16 U+0016 .notdef +!17 U+0017 .notdef +!18 U+0018 .notdef +!19 U+0019 .notdef +!1A U+001A .notdef +!1B U+001B .notdef +!1C U+001C .notdef +!1D U+001D .notdef +!1E U+001E .notdef +!1F U+001F .notdef +!20 U+0020 space +!21 U+0021 exclam +!22 U+0022 quotedbl +!23 U+0023 numbersign +!24 U+0024 dollar +!25 U+0025 percent +!26 U+0026 ampersand +!27 U+0027 quotesingle +!28 U+0028 parenleft +!29 U+0029 parenright +!2A U+002A asterisk +!2B U+002B plus +!2C U+002C comma +!2D U+002D hyphen +!2E U+002E period +!2F U+002F slash +!30 U+0030 zero +!31 U+0031 one +!32 U+0032 two +!33 U+0033 three +!34 U+0034 four +!35 U+0035 five +!36 U+0036 six +!37 U+0037 seven +!38 U+0038 eight +!39 U+0039 nine +!3A U+003A colon +!3B U+003B semicolon +!3C U+003C less +!3D U+003D equal +!3E U+003E greater +!3F U+003F question +!40 U+0040 at +!41 U+0041 A +!42 U+0042 B +!43 U+0043 C +!44 U+0044 D +!45 U+0045 E +!46 U+0046 F +!47 U+0047 G +!48 U+0048 H +!49 U+0049 I +!4A U+004A J +!4B U+004B K +!4C U+004C L +!4D U+004D M +!4E U+004E N +!4F U+004F O +!50 U+0050 P +!51 U+0051 Q +!52 U+0052 R +!53 U+0053 S +!54 U+0054 T +!55 U+0055 U +!56 U+0056 V +!57 U+0057 W +!58 U+0058 X +!59 U+0059 Y +!5A U+005A Z +!5B U+005B bracketleft +!5C U+005C backslash +!5D U+005D bracketright +!5E U+005E asciicircum +!5F U+005F underscore +!60 U+0060 grave +!61 U+0061 a +!62 U+0062 b +!63 U+0063 c +!64 U+0064 d +!65 U+0065 e +!66 U+0066 f +!67 U+0067 g +!68 U+0068 h +!69 U+0069 i +!6A U+006A j +!6B U+006B k +!6C U+006C l +!6D U+006D m +!6E U+006E n +!6F U+006F o +!70 U+0070 p +!71 U+0071 q +!72 U+0072 r +!73 U+0073 s +!74 U+0074 t +!75 U+0075 u +!76 U+0076 v +!77 U+0077 w +!78 U+0078 x +!79 U+0079 y +!7A U+007A z +!7B U+007B braceleft +!7C U+007C bar +!7D U+007D braceright +!7E U+007E asciitilde +!7F U+007F .notdef +!80 U+20AC Euro +!82 U+201A quotesinglbase +!84 U+201E quotedblbase +!85 U+2026 ellipsis +!86 U+2020 dagger +!87 U+2021 daggerdbl +!89 U+2030 perthousand +!8A U+0160 Scaron +!8B U+2039 guilsinglleft +!8C U+015A Sacute +!8D U+0164 Tcaron +!8E U+017D Zcaron +!8F U+0179 Zacute +!91 U+2018 quoteleft +!92 U+2019 quoteright +!93 U+201C quotedblleft +!94 U+201D quotedblright +!95 U+2022 bullet +!96 U+2013 endash +!97 U+2014 emdash +!99 U+2122 trademark +!9A U+0161 scaron +!9B U+203A guilsinglright +!9C U+015B sacute +!9D U+0165 tcaron +!9E U+017E zcaron +!9F U+017A zacute +!A0 U+00A0 space +!A1 U+02C7 caron +!A2 U+02D8 breve +!A3 U+0141 Lslash +!A4 U+00A4 currency +!A5 U+0104 Aogonek +!A6 U+00A6 brokenbar +!A7 U+00A7 section +!A8 U+00A8 dieresis +!A9 U+00A9 copyright +!AA U+015E Scedilla +!AB U+00AB guillemotleft +!AC U+00AC logicalnot +!AD U+00AD hyphen +!AE U+00AE registered +!AF U+017B Zdotaccent +!B0 U+00B0 degree +!B1 U+00B1 plusminus +!B2 U+02DB ogonek +!B3 U+0142 lslash +!B4 U+00B4 acute +!B5 U+00B5 mu +!B6 U+00B6 paragraph +!B7 U+00B7 periodcentered +!B8 U+00B8 cedilla +!B9 U+0105 aogonek +!BA U+015F scedilla +!BB U+00BB guillemotright +!BC U+013D Lcaron +!BD U+02DD hungarumlaut +!BE U+013E lcaron +!BF U+017C zdotaccent +!C0 U+0154 Racute +!C1 U+00C1 Aacute +!C2 U+00C2 Acircumflex +!C3 U+0102 Abreve +!C4 U+00C4 Adieresis +!C5 U+0139 Lacute +!C6 U+0106 Cacute +!C7 U+00C7 Ccedilla +!C8 U+010C Ccaron +!C9 U+00C9 Eacute +!CA U+0118 Eogonek +!CB U+00CB Edieresis +!CC U+011A Ecaron +!CD U+00CD Iacute +!CE U+00CE Icircumflex +!CF U+010E Dcaron +!D0 U+0110 Dcroat +!D1 U+0143 Nacute +!D2 U+0147 Ncaron +!D3 U+00D3 Oacute +!D4 U+00D4 Ocircumflex +!D5 U+0150 Ohungarumlaut +!D6 U+00D6 Odieresis +!D7 U+00D7 multiply +!D8 U+0158 Rcaron +!D9 U+016E Uring +!DA U+00DA Uacute +!DB U+0170 Uhungarumlaut +!DC U+00DC Udieresis +!DD U+00DD Yacute +!DE U+0162 Tcommaaccent +!DF U+00DF germandbls +!E0 U+0155 racute +!E1 U+00E1 aacute +!E2 U+00E2 acircumflex +!E3 U+0103 abreve +!E4 U+00E4 adieresis +!E5 U+013A lacute +!E6 U+0107 cacute +!E7 U+00E7 ccedilla +!E8 U+010D ccaron +!E9 U+00E9 eacute +!EA U+0119 eogonek +!EB U+00EB edieresis +!EC U+011B ecaron +!ED U+00ED iacute +!EE U+00EE icircumflex +!EF U+010F dcaron +!F0 U+0111 dcroat +!F1 U+0144 nacute +!F2 U+0148 ncaron +!F3 U+00F3 oacute +!F4 U+00F4 ocircumflex +!F5 U+0151 ohungarumlaut +!F6 U+00F6 odieresis +!F7 U+00F7 divide +!F8 U+0159 rcaron +!F9 U+016F uring +!FA U+00FA uacute +!FB U+0171 uhungarumlaut +!FC U+00FC udieresis +!FD U+00FD yacute +!FE U+0163 tcommaaccent +!FF U+02D9 dotaccent diff --git a/font/makefont/cp1251.map b/font/makefont/cp1251.map new file mode 100644 index 0000000..de6a198 --- /dev/null +++ b/font/makefont/cp1251.map @@ -0,0 +1,255 @@ +!00 U+0000 .notdef +!01 U+0001 .notdef +!02 U+0002 .notdef +!03 U+0003 .notdef +!04 U+0004 .notdef +!05 U+0005 .notdef +!06 U+0006 .notdef +!07 U+0007 .notdef +!08 U+0008 .notdef +!09 U+0009 .notdef +!0A U+000A .notdef +!0B U+000B .notdef +!0C U+000C .notdef +!0D U+000D .notdef +!0E U+000E .notdef +!0F U+000F .notdef +!10 U+0010 .notdef +!11 U+0011 .notdef +!12 U+0012 .notdef +!13 U+0013 .notdef +!14 U+0014 .notdef +!15 U+0015 .notdef +!16 U+0016 .notdef +!17 U+0017 .notdef +!18 U+0018 .notdef +!19 U+0019 .notdef +!1A U+001A .notdef +!1B U+001B .notdef +!1C U+001C .notdef +!1D U+001D .notdef +!1E U+001E .notdef +!1F U+001F .notdef +!20 U+0020 space +!21 U+0021 exclam +!22 U+0022 quotedbl +!23 U+0023 numbersign +!24 U+0024 dollar +!25 U+0025 percent +!26 U+0026 ampersand +!27 U+0027 quotesingle +!28 U+0028 parenleft +!29 U+0029 parenright +!2A U+002A asterisk +!2B U+002B plus +!2C U+002C comma +!2D U+002D hyphen +!2E U+002E period +!2F U+002F slash +!30 U+0030 zero +!31 U+0031 one +!32 U+0032 two +!33 U+0033 three +!34 U+0034 four +!35 U+0035 five +!36 U+0036 six +!37 U+0037 seven +!38 U+0038 eight +!39 U+0039 nine +!3A U+003A colon +!3B U+003B semicolon +!3C U+003C less +!3D U+003D equal +!3E U+003E greater +!3F U+003F question +!40 U+0040 at +!41 U+0041 A +!42 U+0042 B +!43 U+0043 C +!44 U+0044 D +!45 U+0045 E +!46 U+0046 F +!47 U+0047 G +!48 U+0048 H +!49 U+0049 I +!4A U+004A J +!4B U+004B K +!4C U+004C L +!4D U+004D M +!4E U+004E N +!4F U+004F O +!50 U+0050 P +!51 U+0051 Q +!52 U+0052 R +!53 U+0053 S +!54 U+0054 T +!55 U+0055 U +!56 U+0056 V +!57 U+0057 W +!58 U+0058 X +!59 U+0059 Y +!5A U+005A Z +!5B U+005B bracketleft +!5C U+005C backslash +!5D U+005D bracketright +!5E U+005E asciicircum +!5F U+005F underscore +!60 U+0060 grave +!61 U+0061 a +!62 U+0062 b +!63 U+0063 c +!64 U+0064 d +!65 U+0065 e +!66 U+0066 f +!67 U+0067 g +!68 U+0068 h +!69 U+0069 i +!6A U+006A j +!6B U+006B k +!6C U+006C l +!6D U+006D m +!6E U+006E n +!6F U+006F o +!70 U+0070 p +!71 U+0071 q +!72 U+0072 r +!73 U+0073 s +!74 U+0074 t +!75 U+0075 u +!76 U+0076 v +!77 U+0077 w +!78 U+0078 x +!79 U+0079 y +!7A U+007A z +!7B U+007B braceleft +!7C U+007C bar +!7D U+007D braceright +!7E U+007E asciitilde +!7F U+007F .notdef +!80 U+0402 afii10051 +!81 U+0403 afii10052 +!82 U+201A quotesinglbase +!83 U+0453 afii10100 +!84 U+201E quotedblbase +!85 U+2026 ellipsis +!86 U+2020 dagger +!87 U+2021 daggerdbl +!88 U+20AC Euro +!89 U+2030 perthousand +!8A U+0409 afii10058 +!8B U+2039 guilsinglleft +!8C U+040A afii10059 +!8D U+040C afii10061 +!8E U+040B afii10060 +!8F U+040F afii10145 +!90 U+0452 afii10099 +!91 U+2018 quoteleft +!92 U+2019 quoteright +!93 U+201C quotedblleft +!94 U+201D quotedblright +!95 U+2022 bullet +!96 U+2013 endash +!97 U+2014 emdash +!99 U+2122 trademark +!9A U+0459 afii10106 +!9B U+203A guilsinglright +!9C U+045A afii10107 +!9D U+045C afii10109 +!9E U+045B afii10108 +!9F U+045F afii10193 +!A0 U+00A0 space +!A1 U+040E afii10062 +!A2 U+045E afii10110 +!A3 U+0408 afii10057 +!A4 U+00A4 currency +!A5 U+0490 afii10050 +!A6 U+00A6 brokenbar +!A7 U+00A7 section +!A8 U+0401 afii10023 +!A9 U+00A9 copyright +!AA U+0404 afii10053 +!AB U+00AB guillemotleft +!AC U+00AC logicalnot +!AD U+00AD hyphen +!AE U+00AE registered +!AF U+0407 afii10056 +!B0 U+00B0 degree +!B1 U+00B1 plusminus +!B2 U+0406 afii10055 +!B3 U+0456 afii10103 +!B4 U+0491 afii10098 +!B5 U+00B5 mu +!B6 U+00B6 paragraph +!B7 U+00B7 periodcentered +!B8 U+0451 afii10071 +!B9 U+2116 afii61352 +!BA U+0454 afii10101 +!BB U+00BB guillemotright +!BC U+0458 afii10105 +!BD U+0405 afii10054 +!BE U+0455 afii10102 +!BF U+0457 afii10104 +!C0 U+0410 afii10017 +!C1 U+0411 afii10018 +!C2 U+0412 afii10019 +!C3 U+0413 afii10020 +!C4 U+0414 afii10021 +!C5 U+0415 afii10022 +!C6 U+0416 afii10024 +!C7 U+0417 afii10025 +!C8 U+0418 afii10026 +!C9 U+0419 afii10027 +!CA U+041A afii10028 +!CB U+041B afii10029 +!CC U+041C afii10030 +!CD U+041D afii10031 +!CE U+041E afii10032 +!CF U+041F afii10033 +!D0 U+0420 afii10034 +!D1 U+0421 afii10035 +!D2 U+0422 afii10036 +!D3 U+0423 afii10037 +!D4 U+0424 afii10038 +!D5 U+0425 afii10039 +!D6 U+0426 afii10040 +!D7 U+0427 afii10041 +!D8 U+0428 afii10042 +!D9 U+0429 afii10043 +!DA U+042A afii10044 +!DB U+042B afii10045 +!DC U+042C afii10046 +!DD U+042D afii10047 +!DE U+042E afii10048 +!DF U+042F afii10049 +!E0 U+0430 afii10065 +!E1 U+0431 afii10066 +!E2 U+0432 afii10067 +!E3 U+0433 afii10068 +!E4 U+0434 afii10069 +!E5 U+0435 afii10070 +!E6 U+0436 afii10072 +!E7 U+0437 afii10073 +!E8 U+0438 afii10074 +!E9 U+0439 afii10075 +!EA U+043A afii10076 +!EB U+043B afii10077 +!EC U+043C afii10078 +!ED U+043D afii10079 +!EE U+043E afii10080 +!EF U+043F afii10081 +!F0 U+0440 afii10082 +!F1 U+0441 afii10083 +!F2 U+0442 afii10084 +!F3 U+0443 afii10085 +!F4 U+0444 afii10086 +!F5 U+0445 afii10087 +!F6 U+0446 afii10088 +!F7 U+0447 afii10089 +!F8 U+0448 afii10090 +!F9 U+0449 afii10091 +!FA U+044A afii10092 +!FB U+044B afii10093 +!FC U+044C afii10094 +!FD U+044D afii10095 +!FE U+044E afii10096 +!FF U+044F afii10097 diff --git a/font/makefont/cp1252.map b/font/makefont/cp1252.map new file mode 100644 index 0000000..dd490e5 --- /dev/null +++ b/font/makefont/cp1252.map @@ -0,0 +1,251 @@ +!00 U+0000 .notdef +!01 U+0001 .notdef +!02 U+0002 .notdef +!03 U+0003 .notdef +!04 U+0004 .notdef +!05 U+0005 .notdef +!06 U+0006 .notdef +!07 U+0007 .notdef +!08 U+0008 .notdef +!09 U+0009 .notdef +!0A U+000A .notdef +!0B U+000B .notdef +!0C U+000C .notdef +!0D U+000D .notdef +!0E U+000E .notdef +!0F U+000F .notdef +!10 U+0010 .notdef +!11 U+0011 .notdef +!12 U+0012 .notdef +!13 U+0013 .notdef +!14 U+0014 .notdef +!15 U+0015 .notdef +!16 U+0016 .notdef +!17 U+0017 .notdef +!18 U+0018 .notdef +!19 U+0019 .notdef +!1A U+001A .notdef +!1B U+001B .notdef +!1C U+001C .notdef +!1D U+001D .notdef +!1E U+001E .notdef +!1F U+001F .notdef +!20 U+0020 space +!21 U+0021 exclam +!22 U+0022 quotedbl +!23 U+0023 numbersign +!24 U+0024 dollar +!25 U+0025 percent +!26 U+0026 ampersand +!27 U+0027 quotesingle +!28 U+0028 parenleft +!29 U+0029 parenright +!2A U+002A asterisk +!2B U+002B plus +!2C U+002C comma +!2D U+002D hyphen +!2E U+002E period +!2F U+002F slash +!30 U+0030 zero +!31 U+0031 one +!32 U+0032 two +!33 U+0033 three +!34 U+0034 four +!35 U+0035 five +!36 U+0036 six +!37 U+0037 seven +!38 U+0038 eight +!39 U+0039 nine +!3A U+003A colon +!3B U+003B semicolon +!3C U+003C less +!3D U+003D equal +!3E U+003E greater +!3F U+003F question +!40 U+0040 at +!41 U+0041 A +!42 U+0042 B +!43 U+0043 C +!44 U+0044 D +!45 U+0045 E +!46 U+0046 F +!47 U+0047 G +!48 U+0048 H +!49 U+0049 I +!4A U+004A J +!4B U+004B K +!4C U+004C L +!4D U+004D M +!4E U+004E N +!4F U+004F O +!50 U+0050 P +!51 U+0051 Q +!52 U+0052 R +!53 U+0053 S +!54 U+0054 T +!55 U+0055 U +!56 U+0056 V +!57 U+0057 W +!58 U+0058 X +!59 U+0059 Y +!5A U+005A Z +!5B U+005B bracketleft +!5C U+005C backslash +!5D U+005D bracketright +!5E U+005E asciicircum +!5F U+005F underscore +!60 U+0060 grave +!61 U+0061 a +!62 U+0062 b +!63 U+0063 c +!64 U+0064 d +!65 U+0065 e +!66 U+0066 f +!67 U+0067 g +!68 U+0068 h +!69 U+0069 i +!6A U+006A j +!6B U+006B k +!6C U+006C l +!6D U+006D m +!6E U+006E n +!6F U+006F o +!70 U+0070 p +!71 U+0071 q +!72 U+0072 r +!73 U+0073 s +!74 U+0074 t +!75 U+0075 u +!76 U+0076 v +!77 U+0077 w +!78 U+0078 x +!79 U+0079 y +!7A U+007A z +!7B U+007B braceleft +!7C U+007C bar +!7D U+007D braceright +!7E U+007E asciitilde +!7F U+007F .notdef +!80 U+20AC Euro +!82 U+201A quotesinglbase +!83 U+0192 florin +!84 U+201E quotedblbase +!85 U+2026 ellipsis +!86 U+2020 dagger +!87 U+2021 daggerdbl +!88 U+02C6 circumflex +!89 U+2030 perthousand +!8A U+0160 Scaron +!8B U+2039 guilsinglleft +!8C U+0152 OE +!8E U+017D Zcaron +!91 U+2018 quoteleft +!92 U+2019 quoteright +!93 U+201C quotedblleft +!94 U+201D quotedblright +!95 U+2022 bullet +!96 U+2013 endash +!97 U+2014 emdash +!98 U+02DC tilde +!99 U+2122 trademark +!9A U+0161 scaron +!9B U+203A guilsinglright +!9C U+0153 oe +!9E U+017E zcaron +!9F U+0178 Ydieresis +!A0 U+00A0 space +!A1 U+00A1 exclamdown +!A2 U+00A2 cent +!A3 U+00A3 sterling +!A4 U+00A4 currency +!A5 U+00A5 yen +!A6 U+00A6 brokenbar +!A7 U+00A7 section +!A8 U+00A8 dieresis +!A9 U+00A9 copyright +!AA U+00AA ordfeminine +!AB U+00AB guillemotleft +!AC U+00AC logicalnot +!AD U+00AD hyphen +!AE U+00AE registered +!AF U+00AF macron +!B0 U+00B0 degree +!B1 U+00B1 plusminus +!B2 U+00B2 twosuperior +!B3 U+00B3 threesuperior +!B4 U+00B4 acute +!B5 U+00B5 mu +!B6 U+00B6 paragraph +!B7 U+00B7 periodcentered +!B8 U+00B8 cedilla +!B9 U+00B9 onesuperior +!BA U+00BA ordmasculine +!BB U+00BB guillemotright +!BC U+00BC onequarter +!BD U+00BD onehalf +!BE U+00BE threequarters +!BF U+00BF questiondown +!C0 U+00C0 Agrave +!C1 U+00C1 Aacute +!C2 U+00C2 Acircumflex +!C3 U+00C3 Atilde +!C4 U+00C4 Adieresis +!C5 U+00C5 Aring +!C6 U+00C6 AE +!C7 U+00C7 Ccedilla +!C8 U+00C8 Egrave +!C9 U+00C9 Eacute +!CA U+00CA Ecircumflex +!CB U+00CB Edieresis +!CC U+00CC Igrave +!CD U+00CD Iacute +!CE U+00CE Icircumflex +!CF U+00CF Idieresis +!D0 U+00D0 Eth +!D1 U+00D1 Ntilde +!D2 U+00D2 Ograve +!D3 U+00D3 Oacute +!D4 U+00D4 Ocircumflex +!D5 U+00D5 Otilde +!D6 U+00D6 Odieresis +!D7 U+00D7 multiply +!D8 U+00D8 Oslash +!D9 U+00D9 Ugrave +!DA U+00DA Uacute +!DB U+00DB Ucircumflex +!DC U+00DC Udieresis +!DD U+00DD Yacute +!DE U+00DE Thorn +!DF U+00DF germandbls +!E0 U+00E0 agrave +!E1 U+00E1 aacute +!E2 U+00E2 acircumflex +!E3 U+00E3 atilde +!E4 U+00E4 adieresis +!E5 U+00E5 aring +!E6 U+00E6 ae +!E7 U+00E7 ccedilla +!E8 U+00E8 egrave +!E9 U+00E9 eacute +!EA U+00EA ecircumflex +!EB U+00EB edieresis +!EC U+00EC igrave +!ED U+00ED iacute +!EE U+00EE icircumflex +!EF U+00EF idieresis +!F0 U+00F0 eth +!F1 U+00F1 ntilde +!F2 U+00F2 ograve +!F3 U+00F3 oacute +!F4 U+00F4 ocircumflex +!F5 U+00F5 otilde +!F6 U+00F6 odieresis +!F7 U+00F7 divide +!F8 U+00F8 oslash +!F9 U+00F9 ugrave +!FA U+00FA uacute +!FB U+00FB ucircumflex +!FC U+00FC udieresis +!FD U+00FD yacute +!FE U+00FE thorn +!FF U+00FF ydieresis diff --git a/font/makefont/cp1253.map b/font/makefont/cp1253.map new file mode 100644 index 0000000..4bd826f --- /dev/null +++ b/font/makefont/cp1253.map @@ -0,0 +1,239 @@ +!00 U+0000 .notdef +!01 U+0001 .notdef +!02 U+0002 .notdef +!03 U+0003 .notdef +!04 U+0004 .notdef +!05 U+0005 .notdef +!06 U+0006 .notdef +!07 U+0007 .notdef +!08 U+0008 .notdef +!09 U+0009 .notdef +!0A U+000A .notdef +!0B U+000B .notdef +!0C U+000C .notdef +!0D U+000D .notdef +!0E U+000E .notdef +!0F U+000F .notdef +!10 U+0010 .notdef +!11 U+0011 .notdef +!12 U+0012 .notdef +!13 U+0013 .notdef +!14 U+0014 .notdef +!15 U+0015 .notdef +!16 U+0016 .notdef +!17 U+0017 .notdef +!18 U+0018 .notdef +!19 U+0019 .notdef +!1A U+001A .notdef +!1B U+001B .notdef +!1C U+001C .notdef +!1D U+001D .notdef +!1E U+001E .notdef +!1F U+001F .notdef +!20 U+0020 space +!21 U+0021 exclam +!22 U+0022 quotedbl +!23 U+0023 numbersign +!24 U+0024 dollar +!25 U+0025 percent +!26 U+0026 ampersand +!27 U+0027 quotesingle +!28 U+0028 parenleft +!29 U+0029 parenright +!2A U+002A asterisk +!2B U+002B plus +!2C U+002C comma +!2D U+002D hyphen +!2E U+002E period +!2F U+002F slash +!30 U+0030 zero +!31 U+0031 one +!32 U+0032 two +!33 U+0033 three +!34 U+0034 four +!35 U+0035 five +!36 U+0036 six +!37 U+0037 seven +!38 U+0038 eight +!39 U+0039 nine +!3A U+003A colon +!3B U+003B semicolon +!3C U+003C less +!3D U+003D equal +!3E U+003E greater +!3F U+003F question +!40 U+0040 at +!41 U+0041 A +!42 U+0042 B +!43 U+0043 C +!44 U+0044 D +!45 U+0045 E +!46 U+0046 F +!47 U+0047 G +!48 U+0048 H +!49 U+0049 I +!4A U+004A J +!4B U+004B K +!4C U+004C L +!4D U+004D M +!4E U+004E N +!4F U+004F O +!50 U+0050 P +!51 U+0051 Q +!52 U+0052 R +!53 U+0053 S +!54 U+0054 T +!55 U+0055 U +!56 U+0056 V +!57 U+0057 W +!58 U+0058 X +!59 U+0059 Y +!5A U+005A Z +!5B U+005B bracketleft +!5C U+005C backslash +!5D U+005D bracketright +!5E U+005E asciicircum +!5F U+005F underscore +!60 U+0060 grave +!61 U+0061 a +!62 U+0062 b +!63 U+0063 c +!64 U+0064 d +!65 U+0065 e +!66 U+0066 f +!67 U+0067 g +!68 U+0068 h +!69 U+0069 i +!6A U+006A j +!6B U+006B k +!6C U+006C l +!6D U+006D m +!6E U+006E n +!6F U+006F o +!70 U+0070 p +!71 U+0071 q +!72 U+0072 r +!73 U+0073 s +!74 U+0074 t +!75 U+0075 u +!76 U+0076 v +!77 U+0077 w +!78 U+0078 x +!79 U+0079 y +!7A U+007A z +!7B U+007B braceleft +!7C U+007C bar +!7D U+007D braceright +!7E U+007E asciitilde +!7F U+007F .notdef +!80 U+20AC Euro +!82 U+201A quotesinglbase +!83 U+0192 florin +!84 U+201E quotedblbase +!85 U+2026 ellipsis +!86 U+2020 dagger +!87 U+2021 daggerdbl +!89 U+2030 perthousand +!8B U+2039 guilsinglleft +!91 U+2018 quoteleft +!92 U+2019 quoteright +!93 U+201C quotedblleft +!94 U+201D quotedblright +!95 U+2022 bullet +!96 U+2013 endash +!97 U+2014 emdash +!99 U+2122 trademark +!9B U+203A guilsinglright +!A0 U+00A0 space +!A1 U+0385 dieresistonos +!A2 U+0386 Alphatonos +!A3 U+00A3 sterling +!A4 U+00A4 currency +!A5 U+00A5 yen +!A6 U+00A6 brokenbar +!A7 U+00A7 section +!A8 U+00A8 dieresis +!A9 U+00A9 copyright +!AB U+00AB guillemotleft +!AC U+00AC logicalnot +!AD U+00AD hyphen +!AE U+00AE registered +!AF U+2015 afii00208 +!B0 U+00B0 degree +!B1 U+00B1 plusminus +!B2 U+00B2 twosuperior +!B3 U+00B3 threesuperior +!B4 U+0384 tonos +!B5 U+00B5 mu +!B6 U+00B6 paragraph +!B7 U+00B7 periodcentered +!B8 U+0388 Epsilontonos +!B9 U+0389 Etatonos +!BA U+038A Iotatonos +!BB U+00BB guillemotright +!BC U+038C Omicrontonos +!BD U+00BD onehalf +!BE U+038E Upsilontonos +!BF U+038F Omegatonos +!C0 U+0390 iotadieresistonos +!C1 U+0391 Alpha +!C2 U+0392 Beta +!C3 U+0393 Gamma +!C4 U+0394 Delta +!C5 U+0395 Epsilon +!C6 U+0396 Zeta +!C7 U+0397 Eta +!C8 U+0398 Theta +!C9 U+0399 Iota +!CA U+039A Kappa +!CB U+039B Lambda +!CC U+039C Mu +!CD U+039D Nu +!CE U+039E Xi +!CF U+039F Omicron +!D0 U+03A0 Pi +!D1 U+03A1 Rho +!D3 U+03A3 Sigma +!D4 U+03A4 Tau +!D5 U+03A5 Upsilon +!D6 U+03A6 Phi +!D7 U+03A7 Chi +!D8 U+03A8 Psi +!D9 U+03A9 Omega +!DA U+03AA Iotadieresis +!DB U+03AB Upsilondieresis +!DC U+03AC alphatonos +!DD U+03AD epsilontonos +!DE U+03AE etatonos +!DF U+03AF iotatonos +!E0 U+03B0 upsilondieresistonos +!E1 U+03B1 alpha +!E2 U+03B2 beta +!E3 U+03B3 gamma +!E4 U+03B4 delta +!E5 U+03B5 epsilon +!E6 U+03B6 zeta +!E7 U+03B7 eta +!E8 U+03B8 theta +!E9 U+03B9 iota +!EA U+03BA kappa +!EB U+03BB lambda +!EC U+03BC mu +!ED U+03BD nu +!EE U+03BE xi +!EF U+03BF omicron +!F0 U+03C0 pi +!F1 U+03C1 rho +!F2 U+03C2 sigma1 +!F3 U+03C3 sigma +!F4 U+03C4 tau +!F5 U+03C5 upsilon +!F6 U+03C6 phi +!F7 U+03C7 chi +!F8 U+03C8 psi +!F9 U+03C9 omega +!FA U+03CA iotadieresis +!FB U+03CB upsilondieresis +!FC U+03CC omicrontonos +!FD U+03CD upsilontonos +!FE U+03CE omegatonos diff --git a/font/makefont/cp1254.map b/font/makefont/cp1254.map new file mode 100644 index 0000000..829473b --- /dev/null +++ b/font/makefont/cp1254.map @@ -0,0 +1,249 @@ +!00 U+0000 .notdef +!01 U+0001 .notdef +!02 U+0002 .notdef +!03 U+0003 .notdef +!04 U+0004 .notdef +!05 U+0005 .notdef +!06 U+0006 .notdef +!07 U+0007 .notdef +!08 U+0008 .notdef +!09 U+0009 .notdef +!0A U+000A .notdef +!0B U+000B .notdef +!0C U+000C .notdef +!0D U+000D .notdef +!0E U+000E .notdef +!0F U+000F .notdef +!10 U+0010 .notdef +!11 U+0011 .notdef +!12 U+0012 .notdef +!13 U+0013 .notdef +!14 U+0014 .notdef +!15 U+0015 .notdef +!16 U+0016 .notdef +!17 U+0017 .notdef +!18 U+0018 .notdef +!19 U+0019 .notdef +!1A U+001A .notdef +!1B U+001B .notdef +!1C U+001C .notdef +!1D U+001D .notdef +!1E U+001E .notdef +!1F U+001F .notdef +!20 U+0020 space +!21 U+0021 exclam +!22 U+0022 quotedbl +!23 U+0023 numbersign +!24 U+0024 dollar +!25 U+0025 percent +!26 U+0026 ampersand +!27 U+0027 quotesingle +!28 U+0028 parenleft +!29 U+0029 parenright +!2A U+002A asterisk +!2B U+002B plus +!2C U+002C comma +!2D U+002D hyphen +!2E U+002E period +!2F U+002F slash +!30 U+0030 zero +!31 U+0031 one +!32 U+0032 two +!33 U+0033 three +!34 U+0034 four +!35 U+0035 five +!36 U+0036 six +!37 U+0037 seven +!38 U+0038 eight +!39 U+0039 nine +!3A U+003A colon +!3B U+003B semicolon +!3C U+003C less +!3D U+003D equal +!3E U+003E greater +!3F U+003F question +!40 U+0040 at +!41 U+0041 A +!42 U+0042 B +!43 U+0043 C +!44 U+0044 D +!45 U+0045 E +!46 U+0046 F +!47 U+0047 G +!48 U+0048 H +!49 U+0049 I +!4A U+004A J +!4B U+004B K +!4C U+004C L +!4D U+004D M +!4E U+004E N +!4F U+004F O +!50 U+0050 P +!51 U+0051 Q +!52 U+0052 R +!53 U+0053 S +!54 U+0054 T +!55 U+0055 U +!56 U+0056 V +!57 U+0057 W +!58 U+0058 X +!59 U+0059 Y +!5A U+005A Z +!5B U+005B bracketleft +!5C U+005C backslash +!5D U+005D bracketright +!5E U+005E asciicircum +!5F U+005F underscore +!60 U+0060 grave +!61 U+0061 a +!62 U+0062 b +!63 U+0063 c +!64 U+0064 d +!65 U+0065 e +!66 U+0066 f +!67 U+0067 g +!68 U+0068 h +!69 U+0069 i +!6A U+006A j +!6B U+006B k +!6C U+006C l +!6D U+006D m +!6E U+006E n +!6F U+006F o +!70 U+0070 p +!71 U+0071 q +!72 U+0072 r +!73 U+0073 s +!74 U+0074 t +!75 U+0075 u +!76 U+0076 v +!77 U+0077 w +!78 U+0078 x +!79 U+0079 y +!7A U+007A z +!7B U+007B braceleft +!7C U+007C bar +!7D U+007D braceright +!7E U+007E asciitilde +!7F U+007F .notdef +!80 U+20AC Euro +!82 U+201A quotesinglbase +!83 U+0192 florin +!84 U+201E quotedblbase +!85 U+2026 ellipsis +!86 U+2020 dagger +!87 U+2021 daggerdbl +!88 U+02C6 circumflex +!89 U+2030 perthousand +!8A U+0160 Scaron +!8B U+2039 guilsinglleft +!8C U+0152 OE +!91 U+2018 quoteleft +!92 U+2019 quoteright +!93 U+201C quotedblleft +!94 U+201D quotedblright +!95 U+2022 bullet +!96 U+2013 endash +!97 U+2014 emdash +!98 U+02DC tilde +!99 U+2122 trademark +!9A U+0161 scaron +!9B U+203A guilsinglright +!9C U+0153 oe +!9F U+0178 Ydieresis +!A0 U+00A0 space +!A1 U+00A1 exclamdown +!A2 U+00A2 cent +!A3 U+00A3 sterling +!A4 U+00A4 currency +!A5 U+00A5 yen +!A6 U+00A6 brokenbar +!A7 U+00A7 section +!A8 U+00A8 dieresis +!A9 U+00A9 copyright +!AA U+00AA ordfeminine +!AB U+00AB guillemotleft +!AC U+00AC logicalnot +!AD U+00AD hyphen +!AE U+00AE registered +!AF U+00AF macron +!B0 U+00B0 degree +!B1 U+00B1 plusminus +!B2 U+00B2 twosuperior +!B3 U+00B3 threesuperior +!B4 U+00B4 acute +!B5 U+00B5 mu +!B6 U+00B6 paragraph +!B7 U+00B7 periodcentered +!B8 U+00B8 cedilla +!B9 U+00B9 onesuperior +!BA U+00BA ordmasculine +!BB U+00BB guillemotright +!BC U+00BC onequarter +!BD U+00BD onehalf +!BE U+00BE threequarters +!BF U+00BF questiondown +!C0 U+00C0 Agrave +!C1 U+00C1 Aacute +!C2 U+00C2 Acircumflex +!C3 U+00C3 Atilde +!C4 U+00C4 Adieresis +!C5 U+00C5 Aring +!C6 U+00C6 AE +!C7 U+00C7 Ccedilla +!C8 U+00C8 Egrave +!C9 U+00C9 Eacute +!CA U+00CA Ecircumflex +!CB U+00CB Edieresis +!CC U+00CC Igrave +!CD U+00CD Iacute +!CE U+00CE Icircumflex +!CF U+00CF Idieresis +!D0 U+011E Gbreve +!D1 U+00D1 Ntilde +!D2 U+00D2 Ograve +!D3 U+00D3 Oacute +!D4 U+00D4 Ocircumflex +!D5 U+00D5 Otilde +!D6 U+00D6 Odieresis +!D7 U+00D7 multiply +!D8 U+00D8 Oslash +!D9 U+00D9 Ugrave +!DA U+00DA Uacute +!DB U+00DB Ucircumflex +!DC U+00DC Udieresis +!DD U+0130 Idotaccent +!DE U+015E Scedilla +!DF U+00DF germandbls +!E0 U+00E0 agrave +!E1 U+00E1 aacute +!E2 U+00E2 acircumflex +!E3 U+00E3 atilde +!E4 U+00E4 adieresis +!E5 U+00E5 aring +!E6 U+00E6 ae +!E7 U+00E7 ccedilla +!E8 U+00E8 egrave +!E9 U+00E9 eacute +!EA U+00EA ecircumflex +!EB U+00EB edieresis +!EC U+00EC igrave +!ED U+00ED iacute +!EE U+00EE icircumflex +!EF U+00EF idieresis +!F0 U+011F gbreve +!F1 U+00F1 ntilde +!F2 U+00F2 ograve +!F3 U+00F3 oacute +!F4 U+00F4 ocircumflex +!F5 U+00F5 otilde +!F6 U+00F6 odieresis +!F7 U+00F7 divide +!F8 U+00F8 oslash +!F9 U+00F9 ugrave +!FA U+00FA uacute +!FB U+00FB ucircumflex +!FC U+00FC udieresis +!FD U+0131 dotlessi +!FE U+015F scedilla +!FF U+00FF ydieresis diff --git a/font/makefont/cp1255.map b/font/makefont/cp1255.map new file mode 100644 index 0000000..079e10c --- /dev/null +++ b/font/makefont/cp1255.map @@ -0,0 +1,233 @@ +!00 U+0000 .notdef +!01 U+0001 .notdef +!02 U+0002 .notdef +!03 U+0003 .notdef +!04 U+0004 .notdef +!05 U+0005 .notdef +!06 U+0006 .notdef +!07 U+0007 .notdef +!08 U+0008 .notdef +!09 U+0009 .notdef +!0A U+000A .notdef +!0B U+000B .notdef +!0C U+000C .notdef +!0D U+000D .notdef +!0E U+000E .notdef +!0F U+000F .notdef +!10 U+0010 .notdef +!11 U+0011 .notdef +!12 U+0012 .notdef +!13 U+0013 .notdef +!14 U+0014 .notdef +!15 U+0015 .notdef +!16 U+0016 .notdef +!17 U+0017 .notdef +!18 U+0018 .notdef +!19 U+0019 .notdef +!1A U+001A .notdef +!1B U+001B .notdef +!1C U+001C .notdef +!1D U+001D .notdef +!1E U+001E .notdef +!1F U+001F .notdef +!20 U+0020 space +!21 U+0021 exclam +!22 U+0022 quotedbl +!23 U+0023 numbersign +!24 U+0024 dollar +!25 U+0025 percent +!26 U+0026 ampersand +!27 U+0027 quotesingle +!28 U+0028 parenleft +!29 U+0029 parenright +!2A U+002A asterisk +!2B U+002B plus +!2C U+002C comma +!2D U+002D hyphen +!2E U+002E period +!2F U+002F slash +!30 U+0030 zero +!31 U+0031 one +!32 U+0032 two +!33 U+0033 three +!34 U+0034 four +!35 U+0035 five +!36 U+0036 six +!37 U+0037 seven +!38 U+0038 eight +!39 U+0039 nine +!3A U+003A colon +!3B U+003B semicolon +!3C U+003C less +!3D U+003D equal +!3E U+003E greater +!3F U+003F question +!40 U+0040 at +!41 U+0041 A +!42 U+0042 B +!43 U+0043 C +!44 U+0044 D +!45 U+0045 E +!46 U+0046 F +!47 U+0047 G +!48 U+0048 H +!49 U+0049 I +!4A U+004A J +!4B U+004B K +!4C U+004C L +!4D U+004D M +!4E U+004E N +!4F U+004F O +!50 U+0050 P +!51 U+0051 Q +!52 U+0052 R +!53 U+0053 S +!54 U+0054 T +!55 U+0055 U +!56 U+0056 V +!57 U+0057 W +!58 U+0058 X +!59 U+0059 Y +!5A U+005A Z +!5B U+005B bracketleft +!5C U+005C backslash +!5D U+005D bracketright +!5E U+005E asciicircum +!5F U+005F underscore +!60 U+0060 grave +!61 U+0061 a +!62 U+0062 b +!63 U+0063 c +!64 U+0064 d +!65 U+0065 e +!66 U+0066 f +!67 U+0067 g +!68 U+0068 h +!69 U+0069 i +!6A U+006A j +!6B U+006B k +!6C U+006C l +!6D U+006D m +!6E U+006E n +!6F U+006F o +!70 U+0070 p +!71 U+0071 q +!72 U+0072 r +!73 U+0073 s +!74 U+0074 t +!75 U+0075 u +!76 U+0076 v +!77 U+0077 w +!78 U+0078 x +!79 U+0079 y +!7A U+007A z +!7B U+007B braceleft +!7C U+007C bar +!7D U+007D braceright +!7E U+007E asciitilde +!7F U+007F .notdef +!80 U+20AC Euro +!82 U+201A quotesinglbase +!83 U+0192 florin +!84 U+201E quotedblbase +!85 U+2026 ellipsis +!86 U+2020 dagger +!87 U+2021 daggerdbl +!88 U+02C6 circumflex +!89 U+2030 perthousand +!8B U+2039 guilsinglleft +!91 U+2018 quoteleft +!92 U+2019 quoteright +!93 U+201C quotedblleft +!94 U+201D quotedblright +!95 U+2022 bullet +!96 U+2013 endash +!97 U+2014 emdash +!98 U+02DC tilde +!99 U+2122 trademark +!9B U+203A guilsinglright +!A0 U+00A0 space +!A1 U+00A1 exclamdown +!A2 U+00A2 cent +!A3 U+00A3 sterling +!A4 U+20AA afii57636 +!A5 U+00A5 yen +!A6 U+00A6 brokenbar +!A7 U+00A7 section +!A8 U+00A8 dieresis +!A9 U+00A9 copyright +!AA U+00D7 multiply +!AB U+00AB guillemotleft +!AC U+00AC logicalnot +!AD U+00AD sfthyphen +!AE U+00AE registered +!AF U+00AF macron +!B0 U+00B0 degree +!B1 U+00B1 plusminus +!B2 U+00B2 twosuperior +!B3 U+00B3 threesuperior +!B4 U+00B4 acute +!B5 U+00B5 mu +!B6 U+00B6 paragraph +!B7 U+00B7 middot +!B8 U+00B8 cedilla +!B9 U+00B9 onesuperior +!BA U+00F7 divide +!BB U+00BB guillemotright +!BC U+00BC onequarter +!BD U+00BD onehalf +!BE U+00BE threequarters +!BF U+00BF questiondown +!C0 U+05B0 afii57799 +!C1 U+05B1 afii57801 +!C2 U+05B2 afii57800 +!C3 U+05B3 afii57802 +!C4 U+05B4 afii57793 +!C5 U+05B5 afii57794 +!C6 U+05B6 afii57795 +!C7 U+05B7 afii57798 +!C8 U+05B8 afii57797 +!C9 U+05B9 afii57806 +!CB U+05BB afii57796 +!CC U+05BC afii57807 +!CD U+05BD afii57839 +!CE U+05BE afii57645 +!CF U+05BF afii57841 +!D0 U+05C0 afii57842 +!D1 U+05C1 afii57804 +!D2 U+05C2 afii57803 +!D3 U+05C3 afii57658 +!D4 U+05F0 afii57716 +!D5 U+05F1 afii57717 +!D6 U+05F2 afii57718 +!D7 U+05F3 gereshhebrew +!D8 U+05F4 gershayimhebrew +!E0 U+05D0 afii57664 +!E1 U+05D1 afii57665 +!E2 U+05D2 afii57666 +!E3 U+05D3 afii57667 +!E4 U+05D4 afii57668 +!E5 U+05D5 afii57669 +!E6 U+05D6 afii57670 +!E7 U+05D7 afii57671 +!E8 U+05D8 afii57672 +!E9 U+05D9 afii57673 +!EA U+05DA afii57674 +!EB U+05DB afii57675 +!EC U+05DC afii57676 +!ED U+05DD afii57677 +!EE U+05DE afii57678 +!EF U+05DF afii57679 +!F0 U+05E0 afii57680 +!F1 U+05E1 afii57681 +!F2 U+05E2 afii57682 +!F3 U+05E3 afii57683 +!F4 U+05E4 afii57684 +!F5 U+05E5 afii57685 +!F6 U+05E6 afii57686 +!F7 U+05E7 afii57687 +!F8 U+05E8 afii57688 +!F9 U+05E9 afii57689 +!FA U+05EA afii57690 +!FD U+200E afii299 +!FE U+200F afii300 diff --git a/font/makefont/cp1257.map b/font/makefont/cp1257.map new file mode 100644 index 0000000..2f2ecfa --- /dev/null +++ b/font/makefont/cp1257.map @@ -0,0 +1,244 @@ +!00 U+0000 .notdef +!01 U+0001 .notdef +!02 U+0002 .notdef +!03 U+0003 .notdef +!04 U+0004 .notdef +!05 U+0005 .notdef +!06 U+0006 .notdef +!07 U+0007 .notdef +!08 U+0008 .notdef +!09 U+0009 .notdef +!0A U+000A .notdef +!0B U+000B .notdef +!0C U+000C .notdef +!0D U+000D .notdef +!0E U+000E .notdef +!0F U+000F .notdef +!10 U+0010 .notdef +!11 U+0011 .notdef +!12 U+0012 .notdef +!13 U+0013 .notdef +!14 U+0014 .notdef +!15 U+0015 .notdef +!16 U+0016 .notdef +!17 U+0017 .notdef +!18 U+0018 .notdef +!19 U+0019 .notdef +!1A U+001A .notdef +!1B U+001B .notdef +!1C U+001C .notdef +!1D U+001D .notdef +!1E U+001E .notdef +!1F U+001F .notdef +!20 U+0020 space +!21 U+0021 exclam +!22 U+0022 quotedbl +!23 U+0023 numbersign +!24 U+0024 dollar +!25 U+0025 percent +!26 U+0026 ampersand +!27 U+0027 quotesingle +!28 U+0028 parenleft +!29 U+0029 parenright +!2A U+002A asterisk +!2B U+002B plus +!2C U+002C comma +!2D U+002D hyphen +!2E U+002E period +!2F U+002F slash +!30 U+0030 zero +!31 U+0031 one +!32 U+0032 two +!33 U+0033 three +!34 U+0034 four +!35 U+0035 five +!36 U+0036 six +!37 U+0037 seven +!38 U+0038 eight +!39 U+0039 nine +!3A U+003A colon +!3B U+003B semicolon +!3C U+003C less +!3D U+003D equal +!3E U+003E greater +!3F U+003F question +!40 U+0040 at +!41 U+0041 A +!42 U+0042 B +!43 U+0043 C +!44 U+0044 D +!45 U+0045 E +!46 U+0046 F +!47 U+0047 G +!48 U+0048 H +!49 U+0049 I +!4A U+004A J +!4B U+004B K +!4C U+004C L +!4D U+004D M +!4E U+004E N +!4F U+004F O +!50 U+0050 P +!51 U+0051 Q +!52 U+0052 R +!53 U+0053 S +!54 U+0054 T +!55 U+0055 U +!56 U+0056 V +!57 U+0057 W +!58 U+0058 X +!59 U+0059 Y +!5A U+005A Z +!5B U+005B bracketleft +!5C U+005C backslash +!5D U+005D bracketright +!5E U+005E asciicircum +!5F U+005F underscore +!60 U+0060 grave +!61 U+0061 a +!62 U+0062 b +!63 U+0063 c +!64 U+0064 d +!65 U+0065 e +!66 U+0066 f +!67 U+0067 g +!68 U+0068 h +!69 U+0069 i +!6A U+006A j +!6B U+006B k +!6C U+006C l +!6D U+006D m +!6E U+006E n +!6F U+006F o +!70 U+0070 p +!71 U+0071 q +!72 U+0072 r +!73 U+0073 s +!74 U+0074 t +!75 U+0075 u +!76 U+0076 v +!77 U+0077 w +!78 U+0078 x +!79 U+0079 y +!7A U+007A z +!7B U+007B braceleft +!7C U+007C bar +!7D U+007D braceright +!7E U+007E asciitilde +!7F U+007F .notdef +!80 U+20AC Euro +!82 U+201A quotesinglbase +!84 U+201E quotedblbase +!85 U+2026 ellipsis +!86 U+2020 dagger +!87 U+2021 daggerdbl +!89 U+2030 perthousand +!8B U+2039 guilsinglleft +!8D U+00A8 dieresis +!8E U+02C7 caron +!8F U+00B8 cedilla +!91 U+2018 quoteleft +!92 U+2019 quoteright +!93 U+201C quotedblleft +!94 U+201D quotedblright +!95 U+2022 bullet +!96 U+2013 endash +!97 U+2014 emdash +!99 U+2122 trademark +!9B U+203A guilsinglright +!9D U+00AF macron +!9E U+02DB ogonek +!A0 U+00A0 space +!A2 U+00A2 cent +!A3 U+00A3 sterling +!A4 U+00A4 currency +!A6 U+00A6 brokenbar +!A7 U+00A7 section +!A8 U+00D8 Oslash +!A9 U+00A9 copyright +!AA U+0156 Rcommaaccent +!AB U+00AB guillemotleft +!AC U+00AC logicalnot +!AD U+00AD hyphen +!AE U+00AE registered +!AF U+00C6 AE +!B0 U+00B0 degree +!B1 U+00B1 plusminus +!B2 U+00B2 twosuperior +!B3 U+00B3 threesuperior +!B4 U+00B4 acute +!B5 U+00B5 mu +!B6 U+00B6 paragraph +!B7 U+00B7 periodcentered +!B8 U+00F8 oslash +!B9 U+00B9 onesuperior +!BA U+0157 rcommaaccent +!BB U+00BB guillemotright +!BC U+00BC onequarter +!BD U+00BD onehalf +!BE U+00BE threequarters +!BF U+00E6 ae +!C0 U+0104 Aogonek +!C1 U+012E Iogonek +!C2 U+0100 Amacron +!C3 U+0106 Cacute +!C4 U+00C4 Adieresis +!C5 U+00C5 Aring +!C6 U+0118 Eogonek +!C7 U+0112 Emacron +!C8 U+010C Ccaron +!C9 U+00C9 Eacute +!CA U+0179 Zacute +!CB U+0116 Edotaccent +!CC U+0122 Gcommaaccent +!CD U+0136 Kcommaaccent +!CE U+012A Imacron +!CF U+013B Lcommaaccent +!D0 U+0160 Scaron +!D1 U+0143 Nacute +!D2 U+0145 Ncommaaccent +!D3 U+00D3 Oacute +!D4 U+014C Omacron +!D5 U+00D5 Otilde +!D6 U+00D6 Odieresis +!D7 U+00D7 multiply +!D8 U+0172 Uogonek +!D9 U+0141 Lslash +!DA U+015A Sacute +!DB U+016A Umacron +!DC U+00DC Udieresis +!DD U+017B Zdotaccent +!DE U+017D Zcaron +!DF U+00DF germandbls +!E0 U+0105 aogonek +!E1 U+012F iogonek +!E2 U+0101 amacron +!E3 U+0107 cacute +!E4 U+00E4 adieresis +!E5 U+00E5 aring +!E6 U+0119 eogonek +!E7 U+0113 emacron +!E8 U+010D ccaron +!E9 U+00E9 eacute +!EA U+017A zacute +!EB U+0117 edotaccent +!EC U+0123 gcommaaccent +!ED U+0137 kcommaaccent +!EE U+012B imacron +!EF U+013C lcommaaccent +!F0 U+0161 scaron +!F1 U+0144 nacute +!F2 U+0146 ncommaaccent +!F3 U+00F3 oacute +!F4 U+014D omacron +!F5 U+00F5 otilde +!F6 U+00F6 odieresis +!F7 U+00F7 divide +!F8 U+0173 uogonek +!F9 U+0142 lslash +!FA U+015B sacute +!FB U+016B umacron +!FC U+00FC udieresis +!FD U+017C zdotaccent +!FE U+017E zcaron +!FF U+02D9 dotaccent diff --git a/font/makefont/cp1258.map b/font/makefont/cp1258.map new file mode 100644 index 0000000..fed915f --- /dev/null +++ b/font/makefont/cp1258.map @@ -0,0 +1,247 @@ +!00 U+0000 .notdef +!01 U+0001 .notdef +!02 U+0002 .notdef +!03 U+0003 .notdef +!04 U+0004 .notdef +!05 U+0005 .notdef +!06 U+0006 .notdef +!07 U+0007 .notdef +!08 U+0008 .notdef +!09 U+0009 .notdef +!0A U+000A .notdef +!0B U+000B .notdef +!0C U+000C .notdef +!0D U+000D .notdef +!0E U+000E .notdef +!0F U+000F .notdef +!10 U+0010 .notdef +!11 U+0011 .notdef +!12 U+0012 .notdef +!13 U+0013 .notdef +!14 U+0014 .notdef +!15 U+0015 .notdef +!16 U+0016 .notdef +!17 U+0017 .notdef +!18 U+0018 .notdef +!19 U+0019 .notdef +!1A U+001A .notdef +!1B U+001B .notdef +!1C U+001C .notdef +!1D U+001D .notdef +!1E U+001E .notdef +!1F U+001F .notdef +!20 U+0020 space +!21 U+0021 exclam +!22 U+0022 quotedbl +!23 U+0023 numbersign +!24 U+0024 dollar +!25 U+0025 percent +!26 U+0026 ampersand +!27 U+0027 quotesingle +!28 U+0028 parenleft +!29 U+0029 parenright +!2A U+002A asterisk +!2B U+002B plus +!2C U+002C comma +!2D U+002D hyphen +!2E U+002E period +!2F U+002F slash +!30 U+0030 zero +!31 U+0031 one +!32 U+0032 two +!33 U+0033 three +!34 U+0034 four +!35 U+0035 five +!36 U+0036 six +!37 U+0037 seven +!38 U+0038 eight +!39 U+0039 nine +!3A U+003A colon +!3B U+003B semicolon +!3C U+003C less +!3D U+003D equal +!3E U+003E greater +!3F U+003F question +!40 U+0040 at +!41 U+0041 A +!42 U+0042 B +!43 U+0043 C +!44 U+0044 D +!45 U+0045 E +!46 U+0046 F +!47 U+0047 G +!48 U+0048 H +!49 U+0049 I +!4A U+004A J +!4B U+004B K +!4C U+004C L +!4D U+004D M +!4E U+004E N +!4F U+004F O +!50 U+0050 P +!51 U+0051 Q +!52 U+0052 R +!53 U+0053 S +!54 U+0054 T +!55 U+0055 U +!56 U+0056 V +!57 U+0057 W +!58 U+0058 X +!59 U+0059 Y +!5A U+005A Z +!5B U+005B bracketleft +!5C U+005C backslash +!5D U+005D bracketright +!5E U+005E asciicircum +!5F U+005F underscore +!60 U+0060 grave +!61 U+0061 a +!62 U+0062 b +!63 U+0063 c +!64 U+0064 d +!65 U+0065 e +!66 U+0066 f +!67 U+0067 g +!68 U+0068 h +!69 U+0069 i +!6A U+006A j +!6B U+006B k +!6C U+006C l +!6D U+006D m +!6E U+006E n +!6F U+006F o +!70 U+0070 p +!71 U+0071 q +!72 U+0072 r +!73 U+0073 s +!74 U+0074 t +!75 U+0075 u +!76 U+0076 v +!77 U+0077 w +!78 U+0078 x +!79 U+0079 y +!7A U+007A z +!7B U+007B braceleft +!7C U+007C bar +!7D U+007D braceright +!7E U+007E asciitilde +!7F U+007F .notdef +!80 U+20AC Euro +!82 U+201A quotesinglbase +!83 U+0192 florin +!84 U+201E quotedblbase +!85 U+2026 ellipsis +!86 U+2020 dagger +!87 U+2021 daggerdbl +!88 U+02C6 circumflex +!89 U+2030 perthousand +!8B U+2039 guilsinglleft +!8C U+0152 OE +!91 U+2018 quoteleft +!92 U+2019 quoteright +!93 U+201C quotedblleft +!94 U+201D quotedblright +!95 U+2022 bullet +!96 U+2013 endash +!97 U+2014 emdash +!98 U+02DC tilde +!99 U+2122 trademark +!9B U+203A guilsinglright +!9C U+0153 oe +!9F U+0178 Ydieresis +!A0 U+00A0 space +!A1 U+00A1 exclamdown +!A2 U+00A2 cent +!A3 U+00A3 sterling +!A4 U+00A4 currency +!A5 U+00A5 yen +!A6 U+00A6 brokenbar +!A7 U+00A7 section +!A8 U+00A8 dieresis +!A9 U+00A9 copyright +!AA U+00AA ordfeminine +!AB U+00AB guillemotleft +!AC U+00AC logicalnot +!AD U+00AD hyphen +!AE U+00AE registered +!AF U+00AF macron +!B0 U+00B0 degree +!B1 U+00B1 plusminus +!B2 U+00B2 twosuperior +!B3 U+00B3 threesuperior +!B4 U+00B4 acute +!B5 U+00B5 mu +!B6 U+00B6 paragraph +!B7 U+00B7 periodcentered +!B8 U+00B8 cedilla +!B9 U+00B9 onesuperior +!BA U+00BA ordmasculine +!BB U+00BB guillemotright +!BC U+00BC onequarter +!BD U+00BD onehalf +!BE U+00BE threequarters +!BF U+00BF questiondown +!C0 U+00C0 Agrave +!C1 U+00C1 Aacute +!C2 U+00C2 Acircumflex +!C3 U+0102 Abreve +!C4 U+00C4 Adieresis +!C5 U+00C5 Aring +!C6 U+00C6 AE +!C7 U+00C7 Ccedilla +!C8 U+00C8 Egrave +!C9 U+00C9 Eacute +!CA U+00CA Ecircumflex +!CB U+00CB Edieresis +!CC U+0300 gravecomb +!CD U+00CD Iacute +!CE U+00CE Icircumflex +!CF U+00CF Idieresis +!D0 U+0110 Dcroat +!D1 U+00D1 Ntilde +!D2 U+0309 hookabovecomb +!D3 U+00D3 Oacute +!D4 U+00D4 Ocircumflex +!D5 U+01A0 Ohorn +!D6 U+00D6 Odieresis +!D7 U+00D7 multiply +!D8 U+00D8 Oslash +!D9 U+00D9 Ugrave +!DA U+00DA Uacute +!DB U+00DB Ucircumflex +!DC U+00DC Udieresis +!DD U+01AF Uhorn +!DE U+0303 tildecomb +!DF U+00DF germandbls +!E0 U+00E0 agrave +!E1 U+00E1 aacute +!E2 U+00E2 acircumflex +!E3 U+0103 abreve +!E4 U+00E4 adieresis +!E5 U+00E5 aring +!E6 U+00E6 ae +!E7 U+00E7 ccedilla +!E8 U+00E8 egrave +!E9 U+00E9 eacute +!EA U+00EA ecircumflex +!EB U+00EB edieresis +!EC U+0301 acutecomb +!ED U+00ED iacute +!EE U+00EE icircumflex +!EF U+00EF idieresis +!F0 U+0111 dcroat +!F1 U+00F1 ntilde +!F2 U+0323 dotbelowcomb +!F3 U+00F3 oacute +!F4 U+00F4 ocircumflex +!F5 U+01A1 ohorn +!F6 U+00F6 odieresis +!F7 U+00F7 divide +!F8 U+00F8 oslash +!F9 U+00F9 ugrave +!FA U+00FA uacute +!FB U+00FB ucircumflex +!FC U+00FC udieresis +!FD U+01B0 uhorn +!FE U+20AB dong +!FF U+00FF ydieresis diff --git a/font/makefont/cp874.map b/font/makefont/cp874.map new file mode 100644 index 0000000..1006e6b --- /dev/null +++ b/font/makefont/cp874.map @@ -0,0 +1,225 @@ +!00 U+0000 .notdef +!01 U+0001 .notdef +!02 U+0002 .notdef +!03 U+0003 .notdef +!04 U+0004 .notdef +!05 U+0005 .notdef +!06 U+0006 .notdef +!07 U+0007 .notdef +!08 U+0008 .notdef +!09 U+0009 .notdef +!0A U+000A .notdef +!0B U+000B .notdef +!0C U+000C .notdef +!0D U+000D .notdef +!0E U+000E .notdef +!0F U+000F .notdef +!10 U+0010 .notdef +!11 U+0011 .notdef +!12 U+0012 .notdef +!13 U+0013 .notdef +!14 U+0014 .notdef +!15 U+0015 .notdef +!16 U+0016 .notdef +!17 U+0017 .notdef +!18 U+0018 .notdef +!19 U+0019 .notdef +!1A U+001A .notdef +!1B U+001B .notdef +!1C U+001C .notdef +!1D U+001D .notdef +!1E U+001E .notdef +!1F U+001F .notdef +!20 U+0020 space +!21 U+0021 exclam +!22 U+0022 quotedbl +!23 U+0023 numbersign +!24 U+0024 dollar +!25 U+0025 percent +!26 U+0026 ampersand +!27 U+0027 quotesingle +!28 U+0028 parenleft +!29 U+0029 parenright +!2A U+002A asterisk +!2B U+002B plus +!2C U+002C comma +!2D U+002D hyphen +!2E U+002E period +!2F U+002F slash +!30 U+0030 zero +!31 U+0031 one +!32 U+0032 two +!33 U+0033 three +!34 U+0034 four +!35 U+0035 five +!36 U+0036 six +!37 U+0037 seven +!38 U+0038 eight +!39 U+0039 nine +!3A U+003A colon +!3B U+003B semicolon +!3C U+003C less +!3D U+003D equal +!3E U+003E greater +!3F U+003F question +!40 U+0040 at +!41 U+0041 A +!42 U+0042 B +!43 U+0043 C +!44 U+0044 D +!45 U+0045 E +!46 U+0046 F +!47 U+0047 G +!48 U+0048 H +!49 U+0049 I +!4A U+004A J +!4B U+004B K +!4C U+004C L +!4D U+004D M +!4E U+004E N +!4F U+004F O +!50 U+0050 P +!51 U+0051 Q +!52 U+0052 R +!53 U+0053 S +!54 U+0054 T +!55 U+0055 U +!56 U+0056 V +!57 U+0057 W +!58 U+0058 X +!59 U+0059 Y +!5A U+005A Z +!5B U+005B bracketleft +!5C U+005C backslash +!5D U+005D bracketright +!5E U+005E asciicircum +!5F U+005F underscore +!60 U+0060 grave +!61 U+0061 a +!62 U+0062 b +!63 U+0063 c +!64 U+0064 d +!65 U+0065 e +!66 U+0066 f +!67 U+0067 g +!68 U+0068 h +!69 U+0069 i +!6A U+006A j +!6B U+006B k +!6C U+006C l +!6D U+006D m +!6E U+006E n +!6F U+006F o +!70 U+0070 p +!71 U+0071 q +!72 U+0072 r +!73 U+0073 s +!74 U+0074 t +!75 U+0075 u +!76 U+0076 v +!77 U+0077 w +!78 U+0078 x +!79 U+0079 y +!7A U+007A z +!7B U+007B braceleft +!7C U+007C bar +!7D U+007D braceright +!7E U+007E asciitilde +!7F U+007F .notdef +!80 U+20AC Euro +!85 U+2026 ellipsis +!91 U+2018 quoteleft +!92 U+2019 quoteright +!93 U+201C quotedblleft +!94 U+201D quotedblright +!95 U+2022 bullet +!96 U+2013 endash +!97 U+2014 emdash +!A0 U+00A0 space +!A1 U+0E01 kokaithai +!A2 U+0E02 khokhaithai +!A3 U+0E03 khokhuatthai +!A4 U+0E04 khokhwaithai +!A5 U+0E05 khokhonthai +!A6 U+0E06 khorakhangthai +!A7 U+0E07 ngonguthai +!A8 U+0E08 chochanthai +!A9 U+0E09 chochingthai +!AA U+0E0A chochangthai +!AB U+0E0B sosothai +!AC U+0E0C chochoethai +!AD U+0E0D yoyingthai +!AE U+0E0E dochadathai +!AF U+0E0F topatakthai +!B0 U+0E10 thothanthai +!B1 U+0E11 thonangmonthothai +!B2 U+0E12 thophuthaothai +!B3 U+0E13 nonenthai +!B4 U+0E14 dodekthai +!B5 U+0E15 totaothai +!B6 U+0E16 thothungthai +!B7 U+0E17 thothahanthai +!B8 U+0E18 thothongthai +!B9 U+0E19 nonuthai +!BA U+0E1A bobaimaithai +!BB U+0E1B poplathai +!BC U+0E1C phophungthai +!BD U+0E1D fofathai +!BE U+0E1E phophanthai +!BF U+0E1F fofanthai +!C0 U+0E20 phosamphaothai +!C1 U+0E21 momathai +!C2 U+0E22 yoyakthai +!C3 U+0E23 roruathai +!C4 U+0E24 ruthai +!C5 U+0E25 lolingthai +!C6 U+0E26 luthai +!C7 U+0E27 wowaenthai +!C8 U+0E28 sosalathai +!C9 U+0E29 sorusithai +!CA U+0E2A sosuathai +!CB U+0E2B hohipthai +!CC U+0E2C lochulathai +!CD U+0E2D oangthai +!CE U+0E2E honokhukthai +!CF U+0E2F paiyannoithai +!D0 U+0E30 saraathai +!D1 U+0E31 maihanakatthai +!D2 U+0E32 saraaathai +!D3 U+0E33 saraamthai +!D4 U+0E34 saraithai +!D5 U+0E35 saraiithai +!D6 U+0E36 sarauethai +!D7 U+0E37 saraueethai +!D8 U+0E38 sarauthai +!D9 U+0E39 sarauuthai +!DA U+0E3A phinthuthai +!DF U+0E3F bahtthai +!E0 U+0E40 saraethai +!E1 U+0E41 saraaethai +!E2 U+0E42 saraothai +!E3 U+0E43 saraaimaimuanthai +!E4 U+0E44 saraaimaimalaithai +!E5 U+0E45 lakkhangyaothai +!E6 U+0E46 maiyamokthai +!E7 U+0E47 maitaikhuthai +!E8 U+0E48 maiekthai +!E9 U+0E49 maithothai +!EA U+0E4A maitrithai +!EB U+0E4B maichattawathai +!EC U+0E4C thanthakhatthai +!ED U+0E4D nikhahitthai +!EE U+0E4E yamakkanthai +!EF U+0E4F fongmanthai +!F0 U+0E50 zerothai +!F1 U+0E51 onethai +!F2 U+0E52 twothai +!F3 U+0E53 threethai +!F4 U+0E54 fourthai +!F5 U+0E55 fivethai +!F6 U+0E56 sixthai +!F7 U+0E57 seventhai +!F8 U+0E58 eightthai +!F9 U+0E59 ninethai +!FA U+0E5A angkhankhuthai +!FB U+0E5B khomutthai diff --git a/font/makefont/iso-8859-1.map b/font/makefont/iso-8859-1.map new file mode 100644 index 0000000..61740a3 --- /dev/null +++ b/font/makefont/iso-8859-1.map @@ -0,0 +1,256 @@ +!00 U+0000 .notdef +!01 U+0001 .notdef +!02 U+0002 .notdef +!03 U+0003 .notdef +!04 U+0004 .notdef +!05 U+0005 .notdef +!06 U+0006 .notdef +!07 U+0007 .notdef +!08 U+0008 .notdef +!09 U+0009 .notdef +!0A U+000A .notdef +!0B U+000B .notdef +!0C U+000C .notdef +!0D U+000D .notdef +!0E U+000E .notdef +!0F U+000F .notdef +!10 U+0010 .notdef +!11 U+0011 .notdef +!12 U+0012 .notdef +!13 U+0013 .notdef +!14 U+0014 .notdef +!15 U+0015 .notdef +!16 U+0016 .notdef +!17 U+0017 .notdef +!18 U+0018 .notdef +!19 U+0019 .notdef +!1A U+001A .notdef +!1B U+001B .notdef +!1C U+001C .notdef +!1D U+001D .notdef +!1E U+001E .notdef +!1F U+001F .notdef +!20 U+0020 space +!21 U+0021 exclam +!22 U+0022 quotedbl +!23 U+0023 numbersign +!24 U+0024 dollar +!25 U+0025 percent +!26 U+0026 ampersand +!27 U+0027 quotesingle +!28 U+0028 parenleft +!29 U+0029 parenright +!2A U+002A asterisk +!2B U+002B plus +!2C U+002C comma +!2D U+002D hyphen +!2E U+002E period +!2F U+002F slash +!30 U+0030 zero +!31 U+0031 one +!32 U+0032 two +!33 U+0033 three +!34 U+0034 four +!35 U+0035 five +!36 U+0036 six +!37 U+0037 seven +!38 U+0038 eight +!39 U+0039 nine +!3A U+003A colon +!3B U+003B semicolon +!3C U+003C less +!3D U+003D equal +!3E U+003E greater +!3F U+003F question +!40 U+0040 at +!41 U+0041 A +!42 U+0042 B +!43 U+0043 C +!44 U+0044 D +!45 U+0045 E +!46 U+0046 F +!47 U+0047 G +!48 U+0048 H +!49 U+0049 I +!4A U+004A J +!4B U+004B K +!4C U+004C L +!4D U+004D M +!4E U+004E N +!4F U+004F O +!50 U+0050 P +!51 U+0051 Q +!52 U+0052 R +!53 U+0053 S +!54 U+0054 T +!55 U+0055 U +!56 U+0056 V +!57 U+0057 W +!58 U+0058 X +!59 U+0059 Y +!5A U+005A Z +!5B U+005B bracketleft +!5C U+005C backslash +!5D U+005D bracketright +!5E U+005E asciicircum +!5F U+005F underscore +!60 U+0060 grave +!61 U+0061 a +!62 U+0062 b +!63 U+0063 c +!64 U+0064 d +!65 U+0065 e +!66 U+0066 f +!67 U+0067 g +!68 U+0068 h +!69 U+0069 i +!6A U+006A j +!6B U+006B k +!6C U+006C l +!6D U+006D m +!6E U+006E n +!6F U+006F o +!70 U+0070 p +!71 U+0071 q +!72 U+0072 r +!73 U+0073 s +!74 U+0074 t +!75 U+0075 u +!76 U+0076 v +!77 U+0077 w +!78 U+0078 x +!79 U+0079 y +!7A U+007A z +!7B U+007B braceleft +!7C U+007C bar +!7D U+007D braceright +!7E U+007E asciitilde +!7F U+007F .notdef +!80 U+0080 .notdef +!81 U+0081 .notdef +!82 U+0082 .notdef +!83 U+0083 .notdef +!84 U+0084 .notdef +!85 U+0085 .notdef +!86 U+0086 .notdef +!87 U+0087 .notdef +!88 U+0088 .notdef +!89 U+0089 .notdef +!8A U+008A .notdef +!8B U+008B .notdef +!8C U+008C .notdef +!8D U+008D .notdef +!8E U+008E .notdef +!8F U+008F .notdef +!90 U+0090 .notdef +!91 U+0091 .notdef +!92 U+0092 .notdef +!93 U+0093 .notdef +!94 U+0094 .notdef +!95 U+0095 .notdef +!96 U+0096 .notdef +!97 U+0097 .notdef +!98 U+0098 .notdef +!99 U+0099 .notdef +!9A U+009A .notdef +!9B U+009B .notdef +!9C U+009C .notdef +!9D U+009D .notdef +!9E U+009E .notdef +!9F U+009F .notdef +!A0 U+00A0 space +!A1 U+00A1 exclamdown +!A2 U+00A2 cent +!A3 U+00A3 sterling +!A4 U+00A4 currency +!A5 U+00A5 yen +!A6 U+00A6 brokenbar +!A7 U+00A7 section +!A8 U+00A8 dieresis +!A9 U+00A9 copyright +!AA U+00AA ordfeminine +!AB U+00AB guillemotleft +!AC U+00AC logicalnot +!AD U+00AD hyphen +!AE U+00AE registered +!AF U+00AF macron +!B0 U+00B0 degree +!B1 U+00B1 plusminus +!B2 U+00B2 twosuperior +!B3 U+00B3 threesuperior +!B4 U+00B4 acute +!B5 U+00B5 mu +!B6 U+00B6 paragraph +!B7 U+00B7 periodcentered +!B8 U+00B8 cedilla +!B9 U+00B9 onesuperior +!BA U+00BA ordmasculine +!BB U+00BB guillemotright +!BC U+00BC onequarter +!BD U+00BD onehalf +!BE U+00BE threequarters +!BF U+00BF questiondown +!C0 U+00C0 Agrave +!C1 U+00C1 Aacute +!C2 U+00C2 Acircumflex +!C3 U+00C3 Atilde +!C4 U+00C4 Adieresis +!C5 U+00C5 Aring +!C6 U+00C6 AE +!C7 U+00C7 Ccedilla +!C8 U+00C8 Egrave +!C9 U+00C9 Eacute +!CA U+00CA Ecircumflex +!CB U+00CB Edieresis +!CC U+00CC Igrave +!CD U+00CD Iacute +!CE U+00CE Icircumflex +!CF U+00CF Idieresis +!D0 U+00D0 Eth +!D1 U+00D1 Ntilde +!D2 U+00D2 Ograve +!D3 U+00D3 Oacute +!D4 U+00D4 Ocircumflex +!D5 U+00D5 Otilde +!D6 U+00D6 Odieresis +!D7 U+00D7 multiply +!D8 U+00D8 Oslash +!D9 U+00D9 Ugrave +!DA U+00DA Uacute +!DB U+00DB Ucircumflex +!DC U+00DC Udieresis +!DD U+00DD Yacute +!DE U+00DE Thorn +!DF U+00DF germandbls +!E0 U+00E0 agrave +!E1 U+00E1 aacute +!E2 U+00E2 acircumflex +!E3 U+00E3 atilde +!E4 U+00E4 adieresis +!E5 U+00E5 aring +!E6 U+00E6 ae +!E7 U+00E7 ccedilla +!E8 U+00E8 egrave +!E9 U+00E9 eacute +!EA U+00EA ecircumflex +!EB U+00EB edieresis +!EC U+00EC igrave +!ED U+00ED iacute +!EE U+00EE icircumflex +!EF U+00EF idieresis +!F0 U+00F0 eth +!F1 U+00F1 ntilde +!F2 U+00F2 ograve +!F3 U+00F3 oacute +!F4 U+00F4 ocircumflex +!F5 U+00F5 otilde +!F6 U+00F6 odieresis +!F7 U+00F7 divide +!F8 U+00F8 oslash +!F9 U+00F9 ugrave +!FA U+00FA uacute +!FB U+00FB ucircumflex +!FC U+00FC udieresis +!FD U+00FD yacute +!FE U+00FE thorn +!FF U+00FF ydieresis diff --git a/font/makefont/iso-8859-11.map b/font/makefont/iso-8859-11.map new file mode 100644 index 0000000..9168812 --- /dev/null +++ b/font/makefont/iso-8859-11.map @@ -0,0 +1,248 @@ +!00 U+0000 .notdef +!01 U+0001 .notdef +!02 U+0002 .notdef +!03 U+0003 .notdef +!04 U+0004 .notdef +!05 U+0005 .notdef +!06 U+0006 .notdef +!07 U+0007 .notdef +!08 U+0008 .notdef +!09 U+0009 .notdef +!0A U+000A .notdef +!0B U+000B .notdef +!0C U+000C .notdef +!0D U+000D .notdef +!0E U+000E .notdef +!0F U+000F .notdef +!10 U+0010 .notdef +!11 U+0011 .notdef +!12 U+0012 .notdef +!13 U+0013 .notdef +!14 U+0014 .notdef +!15 U+0015 .notdef +!16 U+0016 .notdef +!17 U+0017 .notdef +!18 U+0018 .notdef +!19 U+0019 .notdef +!1A U+001A .notdef +!1B U+001B .notdef +!1C U+001C .notdef +!1D U+001D .notdef +!1E U+001E .notdef +!1F U+001F .notdef +!20 U+0020 space +!21 U+0021 exclam +!22 U+0022 quotedbl +!23 U+0023 numbersign +!24 U+0024 dollar +!25 U+0025 percent +!26 U+0026 ampersand +!27 U+0027 quotesingle +!28 U+0028 parenleft +!29 U+0029 parenright +!2A U+002A asterisk +!2B U+002B plus +!2C U+002C comma +!2D U+002D hyphen +!2E U+002E period +!2F U+002F slash +!30 U+0030 zero +!31 U+0031 one +!32 U+0032 two +!33 U+0033 three +!34 U+0034 four +!35 U+0035 five +!36 U+0036 six +!37 U+0037 seven +!38 U+0038 eight +!39 U+0039 nine +!3A U+003A colon +!3B U+003B semicolon +!3C U+003C less +!3D U+003D equal +!3E U+003E greater +!3F U+003F question +!40 U+0040 at +!41 U+0041 A +!42 U+0042 B +!43 U+0043 C +!44 U+0044 D +!45 U+0045 E +!46 U+0046 F +!47 U+0047 G +!48 U+0048 H +!49 U+0049 I +!4A U+004A J +!4B U+004B K +!4C U+004C L +!4D U+004D M +!4E U+004E N +!4F U+004F O +!50 U+0050 P +!51 U+0051 Q +!52 U+0052 R +!53 U+0053 S +!54 U+0054 T +!55 U+0055 U +!56 U+0056 V +!57 U+0057 W +!58 U+0058 X +!59 U+0059 Y +!5A U+005A Z +!5B U+005B bracketleft +!5C U+005C backslash +!5D U+005D bracketright +!5E U+005E asciicircum +!5F U+005F underscore +!60 U+0060 grave +!61 U+0061 a +!62 U+0062 b +!63 U+0063 c +!64 U+0064 d +!65 U+0065 e +!66 U+0066 f +!67 U+0067 g +!68 U+0068 h +!69 U+0069 i +!6A U+006A j +!6B U+006B k +!6C U+006C l +!6D U+006D m +!6E U+006E n +!6F U+006F o +!70 U+0070 p +!71 U+0071 q +!72 U+0072 r +!73 U+0073 s +!74 U+0074 t +!75 U+0075 u +!76 U+0076 v +!77 U+0077 w +!78 U+0078 x +!79 U+0079 y +!7A U+007A z +!7B U+007B braceleft +!7C U+007C bar +!7D U+007D braceright +!7E U+007E asciitilde +!7F U+007F .notdef +!80 U+0080 .notdef +!81 U+0081 .notdef +!82 U+0082 .notdef +!83 U+0083 .notdef +!84 U+0084 .notdef +!85 U+0085 .notdef +!86 U+0086 .notdef +!87 U+0087 .notdef +!88 U+0088 .notdef +!89 U+0089 .notdef +!8A U+008A .notdef +!8B U+008B .notdef +!8C U+008C .notdef +!8D U+008D .notdef +!8E U+008E .notdef +!8F U+008F .notdef +!90 U+0090 .notdef +!91 U+0091 .notdef +!92 U+0092 .notdef +!93 U+0093 .notdef +!94 U+0094 .notdef +!95 U+0095 .notdef +!96 U+0096 .notdef +!97 U+0097 .notdef +!98 U+0098 .notdef +!99 U+0099 .notdef +!9A U+009A .notdef +!9B U+009B .notdef +!9C U+009C .notdef +!9D U+009D .notdef +!9E U+009E .notdef +!9F U+009F .notdef +!A0 U+00A0 space +!A1 U+0E01 kokaithai +!A2 U+0E02 khokhaithai +!A3 U+0E03 khokhuatthai +!A4 U+0E04 khokhwaithai +!A5 U+0E05 khokhonthai +!A6 U+0E06 khorakhangthai +!A7 U+0E07 ngonguthai +!A8 U+0E08 chochanthai +!A9 U+0E09 chochingthai +!AA U+0E0A chochangthai +!AB U+0E0B sosothai +!AC U+0E0C chochoethai +!AD U+0E0D yoyingthai +!AE U+0E0E dochadathai +!AF U+0E0F topatakthai +!B0 U+0E10 thothanthai +!B1 U+0E11 thonangmonthothai +!B2 U+0E12 thophuthaothai +!B3 U+0E13 nonenthai +!B4 U+0E14 dodekthai +!B5 U+0E15 totaothai +!B6 U+0E16 thothungthai +!B7 U+0E17 thothahanthai +!B8 U+0E18 thothongthai +!B9 U+0E19 nonuthai +!BA U+0E1A bobaimaithai +!BB U+0E1B poplathai +!BC U+0E1C phophungthai +!BD U+0E1D fofathai +!BE U+0E1E phophanthai +!BF U+0E1F fofanthai +!C0 U+0E20 phosamphaothai +!C1 U+0E21 momathai +!C2 U+0E22 yoyakthai +!C3 U+0E23 roruathai +!C4 U+0E24 ruthai +!C5 U+0E25 lolingthai +!C6 U+0E26 luthai +!C7 U+0E27 wowaenthai +!C8 U+0E28 sosalathai +!C9 U+0E29 sorusithai +!CA U+0E2A sosuathai +!CB U+0E2B hohipthai +!CC U+0E2C lochulathai +!CD U+0E2D oangthai +!CE U+0E2E honokhukthai +!CF U+0E2F paiyannoithai +!D0 U+0E30 saraathai +!D1 U+0E31 maihanakatthai +!D2 U+0E32 saraaathai +!D3 U+0E33 saraamthai +!D4 U+0E34 saraithai +!D5 U+0E35 saraiithai +!D6 U+0E36 sarauethai +!D7 U+0E37 saraueethai +!D8 U+0E38 sarauthai +!D9 U+0E39 sarauuthai +!DA U+0E3A phinthuthai +!DF U+0E3F bahtthai +!E0 U+0E40 saraethai +!E1 U+0E41 saraaethai +!E2 U+0E42 saraothai +!E3 U+0E43 saraaimaimuanthai +!E4 U+0E44 saraaimaimalaithai +!E5 U+0E45 lakkhangyaothai +!E6 U+0E46 maiyamokthai +!E7 U+0E47 maitaikhuthai +!E8 U+0E48 maiekthai +!E9 U+0E49 maithothai +!EA U+0E4A maitrithai +!EB U+0E4B maichattawathai +!EC U+0E4C thanthakhatthai +!ED U+0E4D nikhahitthai +!EE U+0E4E yamakkanthai +!EF U+0E4F fongmanthai +!F0 U+0E50 zerothai +!F1 U+0E51 onethai +!F2 U+0E52 twothai +!F3 U+0E53 threethai +!F4 U+0E54 fourthai +!F5 U+0E55 fivethai +!F6 U+0E56 sixthai +!F7 U+0E57 seventhai +!F8 U+0E58 eightthai +!F9 U+0E59 ninethai +!FA U+0E5A angkhankhuthai +!FB U+0E5B khomutthai diff --git a/font/makefont/iso-8859-15.map b/font/makefont/iso-8859-15.map new file mode 100644 index 0000000..6c2b571 --- /dev/null +++ b/font/makefont/iso-8859-15.map @@ -0,0 +1,256 @@ +!00 U+0000 .notdef +!01 U+0001 .notdef +!02 U+0002 .notdef +!03 U+0003 .notdef +!04 U+0004 .notdef +!05 U+0005 .notdef +!06 U+0006 .notdef +!07 U+0007 .notdef +!08 U+0008 .notdef +!09 U+0009 .notdef +!0A U+000A .notdef +!0B U+000B .notdef +!0C U+000C .notdef +!0D U+000D .notdef +!0E U+000E .notdef +!0F U+000F .notdef +!10 U+0010 .notdef +!11 U+0011 .notdef +!12 U+0012 .notdef +!13 U+0013 .notdef +!14 U+0014 .notdef +!15 U+0015 .notdef +!16 U+0016 .notdef +!17 U+0017 .notdef +!18 U+0018 .notdef +!19 U+0019 .notdef +!1A U+001A .notdef +!1B U+001B .notdef +!1C U+001C .notdef +!1D U+001D .notdef +!1E U+001E .notdef +!1F U+001F .notdef +!20 U+0020 space +!21 U+0021 exclam +!22 U+0022 quotedbl +!23 U+0023 numbersign +!24 U+0024 dollar +!25 U+0025 percent +!26 U+0026 ampersand +!27 U+0027 quotesingle +!28 U+0028 parenleft +!29 U+0029 parenright +!2A U+002A asterisk +!2B U+002B plus +!2C U+002C comma +!2D U+002D hyphen +!2E U+002E period +!2F U+002F slash +!30 U+0030 zero +!31 U+0031 one +!32 U+0032 two +!33 U+0033 three +!34 U+0034 four +!35 U+0035 five +!36 U+0036 six +!37 U+0037 seven +!38 U+0038 eight +!39 U+0039 nine +!3A U+003A colon +!3B U+003B semicolon +!3C U+003C less +!3D U+003D equal +!3E U+003E greater +!3F U+003F question +!40 U+0040 at +!41 U+0041 A +!42 U+0042 B +!43 U+0043 C +!44 U+0044 D +!45 U+0045 E +!46 U+0046 F +!47 U+0047 G +!48 U+0048 H +!49 U+0049 I +!4A U+004A J +!4B U+004B K +!4C U+004C L +!4D U+004D M +!4E U+004E N +!4F U+004F O +!50 U+0050 P +!51 U+0051 Q +!52 U+0052 R +!53 U+0053 S +!54 U+0054 T +!55 U+0055 U +!56 U+0056 V +!57 U+0057 W +!58 U+0058 X +!59 U+0059 Y +!5A U+005A Z +!5B U+005B bracketleft +!5C U+005C backslash +!5D U+005D bracketright +!5E U+005E asciicircum +!5F U+005F underscore +!60 U+0060 grave +!61 U+0061 a +!62 U+0062 b +!63 U+0063 c +!64 U+0064 d +!65 U+0065 e +!66 U+0066 f +!67 U+0067 g +!68 U+0068 h +!69 U+0069 i +!6A U+006A j +!6B U+006B k +!6C U+006C l +!6D U+006D m +!6E U+006E n +!6F U+006F o +!70 U+0070 p +!71 U+0071 q +!72 U+0072 r +!73 U+0073 s +!74 U+0074 t +!75 U+0075 u +!76 U+0076 v +!77 U+0077 w +!78 U+0078 x +!79 U+0079 y +!7A U+007A z +!7B U+007B braceleft +!7C U+007C bar +!7D U+007D braceright +!7E U+007E asciitilde +!7F U+007F .notdef +!80 U+0080 .notdef +!81 U+0081 .notdef +!82 U+0082 .notdef +!83 U+0083 .notdef +!84 U+0084 .notdef +!85 U+0085 .notdef +!86 U+0086 .notdef +!87 U+0087 .notdef +!88 U+0088 .notdef +!89 U+0089 .notdef +!8A U+008A .notdef +!8B U+008B .notdef +!8C U+008C .notdef +!8D U+008D .notdef +!8E U+008E .notdef +!8F U+008F .notdef +!90 U+0090 .notdef +!91 U+0091 .notdef +!92 U+0092 .notdef +!93 U+0093 .notdef +!94 U+0094 .notdef +!95 U+0095 .notdef +!96 U+0096 .notdef +!97 U+0097 .notdef +!98 U+0098 .notdef +!99 U+0099 .notdef +!9A U+009A .notdef +!9B U+009B .notdef +!9C U+009C .notdef +!9D U+009D .notdef +!9E U+009E .notdef +!9F U+009F .notdef +!A0 U+00A0 space +!A1 U+00A1 exclamdown +!A2 U+00A2 cent +!A3 U+00A3 sterling +!A4 U+20AC Euro +!A5 U+00A5 yen +!A6 U+0160 Scaron +!A7 U+00A7 section +!A8 U+0161 scaron +!A9 U+00A9 copyright +!AA U+00AA ordfeminine +!AB U+00AB guillemotleft +!AC U+00AC logicalnot +!AD U+00AD hyphen +!AE U+00AE registered +!AF U+00AF macron +!B0 U+00B0 degree +!B1 U+00B1 plusminus +!B2 U+00B2 twosuperior +!B3 U+00B3 threesuperior +!B4 U+017D Zcaron +!B5 U+00B5 mu +!B6 U+00B6 paragraph +!B7 U+00B7 periodcentered +!B8 U+017E zcaron +!B9 U+00B9 onesuperior +!BA U+00BA ordmasculine +!BB U+00BB guillemotright +!BC U+0152 OE +!BD U+0153 oe +!BE U+0178 Ydieresis +!BF U+00BF questiondown +!C0 U+00C0 Agrave +!C1 U+00C1 Aacute +!C2 U+00C2 Acircumflex +!C3 U+00C3 Atilde +!C4 U+00C4 Adieresis +!C5 U+00C5 Aring +!C6 U+00C6 AE +!C7 U+00C7 Ccedilla +!C8 U+00C8 Egrave +!C9 U+00C9 Eacute +!CA U+00CA Ecircumflex +!CB U+00CB Edieresis +!CC U+00CC Igrave +!CD U+00CD Iacute +!CE U+00CE Icircumflex +!CF U+00CF Idieresis +!D0 U+00D0 Eth +!D1 U+00D1 Ntilde +!D2 U+00D2 Ograve +!D3 U+00D3 Oacute +!D4 U+00D4 Ocircumflex +!D5 U+00D5 Otilde +!D6 U+00D6 Odieresis +!D7 U+00D7 multiply +!D8 U+00D8 Oslash +!D9 U+00D9 Ugrave +!DA U+00DA Uacute +!DB U+00DB Ucircumflex +!DC U+00DC Udieresis +!DD U+00DD Yacute +!DE U+00DE Thorn +!DF U+00DF germandbls +!E0 U+00E0 agrave +!E1 U+00E1 aacute +!E2 U+00E2 acircumflex +!E3 U+00E3 atilde +!E4 U+00E4 adieresis +!E5 U+00E5 aring +!E6 U+00E6 ae +!E7 U+00E7 ccedilla +!E8 U+00E8 egrave +!E9 U+00E9 eacute +!EA U+00EA ecircumflex +!EB U+00EB edieresis +!EC U+00EC igrave +!ED U+00ED iacute +!EE U+00EE icircumflex +!EF U+00EF idieresis +!F0 U+00F0 eth +!F1 U+00F1 ntilde +!F2 U+00F2 ograve +!F3 U+00F3 oacute +!F4 U+00F4 ocircumflex +!F5 U+00F5 otilde +!F6 U+00F6 odieresis +!F7 U+00F7 divide +!F8 U+00F8 oslash +!F9 U+00F9 ugrave +!FA U+00FA uacute +!FB U+00FB ucircumflex +!FC U+00FC udieresis +!FD U+00FD yacute +!FE U+00FE thorn +!FF U+00FF ydieresis diff --git a/font/makefont/iso-8859-16.map b/font/makefont/iso-8859-16.map new file mode 100644 index 0000000..202c8fe --- /dev/null +++ b/font/makefont/iso-8859-16.map @@ -0,0 +1,256 @@ +!00 U+0000 .notdef +!01 U+0001 .notdef +!02 U+0002 .notdef +!03 U+0003 .notdef +!04 U+0004 .notdef +!05 U+0005 .notdef +!06 U+0006 .notdef +!07 U+0007 .notdef +!08 U+0008 .notdef +!09 U+0009 .notdef +!0A U+000A .notdef +!0B U+000B .notdef +!0C U+000C .notdef +!0D U+000D .notdef +!0E U+000E .notdef +!0F U+000F .notdef +!10 U+0010 .notdef +!11 U+0011 .notdef +!12 U+0012 .notdef +!13 U+0013 .notdef +!14 U+0014 .notdef +!15 U+0015 .notdef +!16 U+0016 .notdef +!17 U+0017 .notdef +!18 U+0018 .notdef +!19 U+0019 .notdef +!1A U+001A .notdef +!1B U+001B .notdef +!1C U+001C .notdef +!1D U+001D .notdef +!1E U+001E .notdef +!1F U+001F .notdef +!20 U+0020 space +!21 U+0021 exclam +!22 U+0022 quotedbl +!23 U+0023 numbersign +!24 U+0024 dollar +!25 U+0025 percent +!26 U+0026 ampersand +!27 U+0027 quotesingle +!28 U+0028 parenleft +!29 U+0029 parenright +!2A U+002A asterisk +!2B U+002B plus +!2C U+002C comma +!2D U+002D hyphen +!2E U+002E period +!2F U+002F slash +!30 U+0030 zero +!31 U+0031 one +!32 U+0032 two +!33 U+0033 three +!34 U+0034 four +!35 U+0035 five +!36 U+0036 six +!37 U+0037 seven +!38 U+0038 eight +!39 U+0039 nine +!3A U+003A colon +!3B U+003B semicolon +!3C U+003C less +!3D U+003D equal +!3E U+003E greater +!3F U+003F question +!40 U+0040 at +!41 U+0041 A +!42 U+0042 B +!43 U+0043 C +!44 U+0044 D +!45 U+0045 E +!46 U+0046 F +!47 U+0047 G +!48 U+0048 H +!49 U+0049 I +!4A U+004A J +!4B U+004B K +!4C U+004C L +!4D U+004D M +!4E U+004E N +!4F U+004F O +!50 U+0050 P +!51 U+0051 Q +!52 U+0052 R +!53 U+0053 S +!54 U+0054 T +!55 U+0055 U +!56 U+0056 V +!57 U+0057 W +!58 U+0058 X +!59 U+0059 Y +!5A U+005A Z +!5B U+005B bracketleft +!5C U+005C backslash +!5D U+005D bracketright +!5E U+005E asciicircum +!5F U+005F underscore +!60 U+0060 grave +!61 U+0061 a +!62 U+0062 b +!63 U+0063 c +!64 U+0064 d +!65 U+0065 e +!66 U+0066 f +!67 U+0067 g +!68 U+0068 h +!69 U+0069 i +!6A U+006A j +!6B U+006B k +!6C U+006C l +!6D U+006D m +!6E U+006E n +!6F U+006F o +!70 U+0070 p +!71 U+0071 q +!72 U+0072 r +!73 U+0073 s +!74 U+0074 t +!75 U+0075 u +!76 U+0076 v +!77 U+0077 w +!78 U+0078 x +!79 U+0079 y +!7A U+007A z +!7B U+007B braceleft +!7C U+007C bar +!7D U+007D braceright +!7E U+007E asciitilde +!7F U+007F .notdef +!80 U+0080 .notdef +!81 U+0081 .notdef +!82 U+0082 .notdef +!83 U+0083 .notdef +!84 U+0084 .notdef +!85 U+0085 .notdef +!86 U+0086 .notdef +!87 U+0087 .notdef +!88 U+0088 .notdef +!89 U+0089 .notdef +!8A U+008A .notdef +!8B U+008B .notdef +!8C U+008C .notdef +!8D U+008D .notdef +!8E U+008E .notdef +!8F U+008F .notdef +!90 U+0090 .notdef +!91 U+0091 .notdef +!92 U+0092 .notdef +!93 U+0093 .notdef +!94 U+0094 .notdef +!95 U+0095 .notdef +!96 U+0096 .notdef +!97 U+0097 .notdef +!98 U+0098 .notdef +!99 U+0099 .notdef +!9A U+009A .notdef +!9B U+009B .notdef +!9C U+009C .notdef +!9D U+009D .notdef +!9E U+009E .notdef +!9F U+009F .notdef +!A0 U+00A0 space +!A1 U+0104 Aogonek +!A2 U+0105 aogonek +!A3 U+0141 Lslash +!A4 U+20AC Euro +!A5 U+201E quotedblbase +!A6 U+0160 Scaron +!A7 U+00A7 section +!A8 U+0161 scaron +!A9 U+00A9 copyright +!AA U+0218 Scommaaccent +!AB U+00AB guillemotleft +!AC U+0179 Zacute +!AD U+00AD hyphen +!AE U+017A zacute +!AF U+017B Zdotaccent +!B0 U+00B0 degree +!B1 U+00B1 plusminus +!B2 U+010C Ccaron +!B3 U+0142 lslash +!B4 U+017D Zcaron +!B5 U+201D quotedblright +!B6 U+00B6 paragraph +!B7 U+00B7 periodcentered +!B8 U+017E zcaron +!B9 U+010D ccaron +!BA U+0219 scommaaccent +!BB U+00BB guillemotright +!BC U+0152 OE +!BD U+0153 oe +!BE U+0178 Ydieresis +!BF U+017C zdotaccent +!C0 U+00C0 Agrave +!C1 U+00C1 Aacute +!C2 U+00C2 Acircumflex +!C3 U+0102 Abreve +!C4 U+00C4 Adieresis +!C5 U+0106 Cacute +!C6 U+00C6 AE +!C7 U+00C7 Ccedilla +!C8 U+00C8 Egrave +!C9 U+00C9 Eacute +!CA U+00CA Ecircumflex +!CB U+00CB Edieresis +!CC U+00CC Igrave +!CD U+00CD Iacute +!CE U+00CE Icircumflex +!CF U+00CF Idieresis +!D0 U+0110 Dcroat +!D1 U+0143 Nacute +!D2 U+00D2 Ograve +!D3 U+00D3 Oacute +!D4 U+00D4 Ocircumflex +!D5 U+0150 Ohungarumlaut +!D6 U+00D6 Odieresis +!D7 U+015A Sacute +!D8 U+0170 Uhungarumlaut +!D9 U+00D9 Ugrave +!DA U+00DA Uacute +!DB U+00DB Ucircumflex +!DC U+00DC Udieresis +!DD U+0118 Eogonek +!DE U+021A Tcommaaccent +!DF U+00DF germandbls +!E0 U+00E0 agrave +!E1 U+00E1 aacute +!E2 U+00E2 acircumflex +!E3 U+0103 abreve +!E4 U+00E4 adieresis +!E5 U+0107 cacute +!E6 U+00E6 ae +!E7 U+00E7 ccedilla +!E8 U+00E8 egrave +!E9 U+00E9 eacute +!EA U+00EA ecircumflex +!EB U+00EB edieresis +!EC U+00EC igrave +!ED U+00ED iacute +!EE U+00EE icircumflex +!EF U+00EF idieresis +!F0 U+0111 dcroat +!F1 U+0144 nacute +!F2 U+00F2 ograve +!F3 U+00F3 oacute +!F4 U+00F4 ocircumflex +!F5 U+0151 ohungarumlaut +!F6 U+00F6 odieresis +!F7 U+015B sacute +!F8 U+0171 uhungarumlaut +!F9 U+00F9 ugrave +!FA U+00FA uacute +!FB U+00FB ucircumflex +!FC U+00FC udieresis +!FD U+0119 eogonek +!FE U+021B tcommaaccent +!FF U+00FF ydieresis diff --git a/font/makefont/iso-8859-2.map b/font/makefont/iso-8859-2.map new file mode 100644 index 0000000..65ae09f --- /dev/null +++ b/font/makefont/iso-8859-2.map @@ -0,0 +1,256 @@ +!00 U+0000 .notdef +!01 U+0001 .notdef +!02 U+0002 .notdef +!03 U+0003 .notdef +!04 U+0004 .notdef +!05 U+0005 .notdef +!06 U+0006 .notdef +!07 U+0007 .notdef +!08 U+0008 .notdef +!09 U+0009 .notdef +!0A U+000A .notdef +!0B U+000B .notdef +!0C U+000C .notdef +!0D U+000D .notdef +!0E U+000E .notdef +!0F U+000F .notdef +!10 U+0010 .notdef +!11 U+0011 .notdef +!12 U+0012 .notdef +!13 U+0013 .notdef +!14 U+0014 .notdef +!15 U+0015 .notdef +!16 U+0016 .notdef +!17 U+0017 .notdef +!18 U+0018 .notdef +!19 U+0019 .notdef +!1A U+001A .notdef +!1B U+001B .notdef +!1C U+001C .notdef +!1D U+001D .notdef +!1E U+001E .notdef +!1F U+001F .notdef +!20 U+0020 space +!21 U+0021 exclam +!22 U+0022 quotedbl +!23 U+0023 numbersign +!24 U+0024 dollar +!25 U+0025 percent +!26 U+0026 ampersand +!27 U+0027 quotesingle +!28 U+0028 parenleft +!29 U+0029 parenright +!2A U+002A asterisk +!2B U+002B plus +!2C U+002C comma +!2D U+002D hyphen +!2E U+002E period +!2F U+002F slash +!30 U+0030 zero +!31 U+0031 one +!32 U+0032 two +!33 U+0033 three +!34 U+0034 four +!35 U+0035 five +!36 U+0036 six +!37 U+0037 seven +!38 U+0038 eight +!39 U+0039 nine +!3A U+003A colon +!3B U+003B semicolon +!3C U+003C less +!3D U+003D equal +!3E U+003E greater +!3F U+003F question +!40 U+0040 at +!41 U+0041 A +!42 U+0042 B +!43 U+0043 C +!44 U+0044 D +!45 U+0045 E +!46 U+0046 F +!47 U+0047 G +!48 U+0048 H +!49 U+0049 I +!4A U+004A J +!4B U+004B K +!4C U+004C L +!4D U+004D M +!4E U+004E N +!4F U+004F O +!50 U+0050 P +!51 U+0051 Q +!52 U+0052 R +!53 U+0053 S +!54 U+0054 T +!55 U+0055 U +!56 U+0056 V +!57 U+0057 W +!58 U+0058 X +!59 U+0059 Y +!5A U+005A Z +!5B U+005B bracketleft +!5C U+005C backslash +!5D U+005D bracketright +!5E U+005E asciicircum +!5F U+005F underscore +!60 U+0060 grave +!61 U+0061 a +!62 U+0062 b +!63 U+0063 c +!64 U+0064 d +!65 U+0065 e +!66 U+0066 f +!67 U+0067 g +!68 U+0068 h +!69 U+0069 i +!6A U+006A j +!6B U+006B k +!6C U+006C l +!6D U+006D m +!6E U+006E n +!6F U+006F o +!70 U+0070 p +!71 U+0071 q +!72 U+0072 r +!73 U+0073 s +!74 U+0074 t +!75 U+0075 u +!76 U+0076 v +!77 U+0077 w +!78 U+0078 x +!79 U+0079 y +!7A U+007A z +!7B U+007B braceleft +!7C U+007C bar +!7D U+007D braceright +!7E U+007E asciitilde +!7F U+007F .notdef +!80 U+0080 .notdef +!81 U+0081 .notdef +!82 U+0082 .notdef +!83 U+0083 .notdef +!84 U+0084 .notdef +!85 U+0085 .notdef +!86 U+0086 .notdef +!87 U+0087 .notdef +!88 U+0088 .notdef +!89 U+0089 .notdef +!8A U+008A .notdef +!8B U+008B .notdef +!8C U+008C .notdef +!8D U+008D .notdef +!8E U+008E .notdef +!8F U+008F .notdef +!90 U+0090 .notdef +!91 U+0091 .notdef +!92 U+0092 .notdef +!93 U+0093 .notdef +!94 U+0094 .notdef +!95 U+0095 .notdef +!96 U+0096 .notdef +!97 U+0097 .notdef +!98 U+0098 .notdef +!99 U+0099 .notdef +!9A U+009A .notdef +!9B U+009B .notdef +!9C U+009C .notdef +!9D U+009D .notdef +!9E U+009E .notdef +!9F U+009F .notdef +!A0 U+00A0 space +!A1 U+0104 Aogonek +!A2 U+02D8 breve +!A3 U+0141 Lslash +!A4 U+00A4 currency +!A5 U+013D Lcaron +!A6 U+015A Sacute +!A7 U+00A7 section +!A8 U+00A8 dieresis +!A9 U+0160 Scaron +!AA U+015E Scedilla +!AB U+0164 Tcaron +!AC U+0179 Zacute +!AD U+00AD hyphen +!AE U+017D Zcaron +!AF U+017B Zdotaccent +!B0 U+00B0 degree +!B1 U+0105 aogonek +!B2 U+02DB ogonek +!B3 U+0142 lslash +!B4 U+00B4 acute +!B5 U+013E lcaron +!B6 U+015B sacute +!B7 U+02C7 caron +!B8 U+00B8 cedilla +!B9 U+0161 scaron +!BA U+015F scedilla +!BB U+0165 tcaron +!BC U+017A zacute +!BD U+02DD hungarumlaut +!BE U+017E zcaron +!BF U+017C zdotaccent +!C0 U+0154 Racute +!C1 U+00C1 Aacute +!C2 U+00C2 Acircumflex +!C3 U+0102 Abreve +!C4 U+00C4 Adieresis +!C5 U+0139 Lacute +!C6 U+0106 Cacute +!C7 U+00C7 Ccedilla +!C8 U+010C Ccaron +!C9 U+00C9 Eacute +!CA U+0118 Eogonek +!CB U+00CB Edieresis +!CC U+011A Ecaron +!CD U+00CD Iacute +!CE U+00CE Icircumflex +!CF U+010E Dcaron +!D0 U+0110 Dcroat +!D1 U+0143 Nacute +!D2 U+0147 Ncaron +!D3 U+00D3 Oacute +!D4 U+00D4 Ocircumflex +!D5 U+0150 Ohungarumlaut +!D6 U+00D6 Odieresis +!D7 U+00D7 multiply +!D8 U+0158 Rcaron +!D9 U+016E Uring +!DA U+00DA Uacute +!DB U+0170 Uhungarumlaut +!DC U+00DC Udieresis +!DD U+00DD Yacute +!DE U+0162 Tcommaaccent +!DF U+00DF germandbls +!E0 U+0155 racute +!E1 U+00E1 aacute +!E2 U+00E2 acircumflex +!E3 U+0103 abreve +!E4 U+00E4 adieresis +!E5 U+013A lacute +!E6 U+0107 cacute +!E7 U+00E7 ccedilla +!E8 U+010D ccaron +!E9 U+00E9 eacute +!EA U+0119 eogonek +!EB U+00EB edieresis +!EC U+011B ecaron +!ED U+00ED iacute +!EE U+00EE icircumflex +!EF U+010F dcaron +!F0 U+0111 dcroat +!F1 U+0144 nacute +!F2 U+0148 ncaron +!F3 U+00F3 oacute +!F4 U+00F4 ocircumflex +!F5 U+0151 ohungarumlaut +!F6 U+00F6 odieresis +!F7 U+00F7 divide +!F8 U+0159 rcaron +!F9 U+016F uring +!FA U+00FA uacute +!FB U+0171 uhungarumlaut +!FC U+00FC udieresis +!FD U+00FD yacute +!FE U+0163 tcommaaccent +!FF U+02D9 dotaccent diff --git a/font/makefont/iso-8859-4.map b/font/makefont/iso-8859-4.map new file mode 100644 index 0000000..a7d87bf --- /dev/null +++ b/font/makefont/iso-8859-4.map @@ -0,0 +1,256 @@ +!00 U+0000 .notdef +!01 U+0001 .notdef +!02 U+0002 .notdef +!03 U+0003 .notdef +!04 U+0004 .notdef +!05 U+0005 .notdef +!06 U+0006 .notdef +!07 U+0007 .notdef +!08 U+0008 .notdef +!09 U+0009 .notdef +!0A U+000A .notdef +!0B U+000B .notdef +!0C U+000C .notdef +!0D U+000D .notdef +!0E U+000E .notdef +!0F U+000F .notdef +!10 U+0010 .notdef +!11 U+0011 .notdef +!12 U+0012 .notdef +!13 U+0013 .notdef +!14 U+0014 .notdef +!15 U+0015 .notdef +!16 U+0016 .notdef +!17 U+0017 .notdef +!18 U+0018 .notdef +!19 U+0019 .notdef +!1A U+001A .notdef +!1B U+001B .notdef +!1C U+001C .notdef +!1D U+001D .notdef +!1E U+001E .notdef +!1F U+001F .notdef +!20 U+0020 space +!21 U+0021 exclam +!22 U+0022 quotedbl +!23 U+0023 numbersign +!24 U+0024 dollar +!25 U+0025 percent +!26 U+0026 ampersand +!27 U+0027 quotesingle +!28 U+0028 parenleft +!29 U+0029 parenright +!2A U+002A asterisk +!2B U+002B plus +!2C U+002C comma +!2D U+002D hyphen +!2E U+002E period +!2F U+002F slash +!30 U+0030 zero +!31 U+0031 one +!32 U+0032 two +!33 U+0033 three +!34 U+0034 four +!35 U+0035 five +!36 U+0036 six +!37 U+0037 seven +!38 U+0038 eight +!39 U+0039 nine +!3A U+003A colon +!3B U+003B semicolon +!3C U+003C less +!3D U+003D equal +!3E U+003E greater +!3F U+003F question +!40 U+0040 at +!41 U+0041 A +!42 U+0042 B +!43 U+0043 C +!44 U+0044 D +!45 U+0045 E +!46 U+0046 F +!47 U+0047 G +!48 U+0048 H +!49 U+0049 I +!4A U+004A J +!4B U+004B K +!4C U+004C L +!4D U+004D M +!4E U+004E N +!4F U+004F O +!50 U+0050 P +!51 U+0051 Q +!52 U+0052 R +!53 U+0053 S +!54 U+0054 T +!55 U+0055 U +!56 U+0056 V +!57 U+0057 W +!58 U+0058 X +!59 U+0059 Y +!5A U+005A Z +!5B U+005B bracketleft +!5C U+005C backslash +!5D U+005D bracketright +!5E U+005E asciicircum +!5F U+005F underscore +!60 U+0060 grave +!61 U+0061 a +!62 U+0062 b +!63 U+0063 c +!64 U+0064 d +!65 U+0065 e +!66 U+0066 f +!67 U+0067 g +!68 U+0068 h +!69 U+0069 i +!6A U+006A j +!6B U+006B k +!6C U+006C l +!6D U+006D m +!6E U+006E n +!6F U+006F o +!70 U+0070 p +!71 U+0071 q +!72 U+0072 r +!73 U+0073 s +!74 U+0074 t +!75 U+0075 u +!76 U+0076 v +!77 U+0077 w +!78 U+0078 x +!79 U+0079 y +!7A U+007A z +!7B U+007B braceleft +!7C U+007C bar +!7D U+007D braceright +!7E U+007E asciitilde +!7F U+007F .notdef +!80 U+0080 .notdef +!81 U+0081 .notdef +!82 U+0082 .notdef +!83 U+0083 .notdef +!84 U+0084 .notdef +!85 U+0085 .notdef +!86 U+0086 .notdef +!87 U+0087 .notdef +!88 U+0088 .notdef +!89 U+0089 .notdef +!8A U+008A .notdef +!8B U+008B .notdef +!8C U+008C .notdef +!8D U+008D .notdef +!8E U+008E .notdef +!8F U+008F .notdef +!90 U+0090 .notdef +!91 U+0091 .notdef +!92 U+0092 .notdef +!93 U+0093 .notdef +!94 U+0094 .notdef +!95 U+0095 .notdef +!96 U+0096 .notdef +!97 U+0097 .notdef +!98 U+0098 .notdef +!99 U+0099 .notdef +!9A U+009A .notdef +!9B U+009B .notdef +!9C U+009C .notdef +!9D U+009D .notdef +!9E U+009E .notdef +!9F U+009F .notdef +!A0 U+00A0 space +!A1 U+0104 Aogonek +!A2 U+0138 kgreenlandic +!A3 U+0156 Rcommaaccent +!A4 U+00A4 currency +!A5 U+0128 Itilde +!A6 U+013B Lcommaaccent +!A7 U+00A7 section +!A8 U+00A8 dieresis +!A9 U+0160 Scaron +!AA U+0112 Emacron +!AB U+0122 Gcommaaccent +!AC U+0166 Tbar +!AD U+00AD hyphen +!AE U+017D Zcaron +!AF U+00AF macron +!B0 U+00B0 degree +!B1 U+0105 aogonek +!B2 U+02DB ogonek +!B3 U+0157 rcommaaccent +!B4 U+00B4 acute +!B5 U+0129 itilde +!B6 U+013C lcommaaccent +!B7 U+02C7 caron +!B8 U+00B8 cedilla +!B9 U+0161 scaron +!BA U+0113 emacron +!BB U+0123 gcommaaccent +!BC U+0167 tbar +!BD U+014A Eng +!BE U+017E zcaron +!BF U+014B eng +!C0 U+0100 Amacron +!C1 U+00C1 Aacute +!C2 U+00C2 Acircumflex +!C3 U+00C3 Atilde +!C4 U+00C4 Adieresis +!C5 U+00C5 Aring +!C6 U+00C6 AE +!C7 U+012E Iogonek +!C8 U+010C Ccaron +!C9 U+00C9 Eacute +!CA U+0118 Eogonek +!CB U+00CB Edieresis +!CC U+0116 Edotaccent +!CD U+00CD Iacute +!CE U+00CE Icircumflex +!CF U+012A Imacron +!D0 U+0110 Dcroat +!D1 U+0145 Ncommaaccent +!D2 U+014C Omacron +!D3 U+0136 Kcommaaccent +!D4 U+00D4 Ocircumflex +!D5 U+00D5 Otilde +!D6 U+00D6 Odieresis +!D7 U+00D7 multiply +!D8 U+00D8 Oslash +!D9 U+0172 Uogonek +!DA U+00DA Uacute +!DB U+00DB Ucircumflex +!DC U+00DC Udieresis +!DD U+0168 Utilde +!DE U+016A Umacron +!DF U+00DF germandbls +!E0 U+0101 amacron +!E1 U+00E1 aacute +!E2 U+00E2 acircumflex +!E3 U+00E3 atilde +!E4 U+00E4 adieresis +!E5 U+00E5 aring +!E6 U+00E6 ae +!E7 U+012F iogonek +!E8 U+010D ccaron +!E9 U+00E9 eacute +!EA U+0119 eogonek +!EB U+00EB edieresis +!EC U+0117 edotaccent +!ED U+00ED iacute +!EE U+00EE icircumflex +!EF U+012B imacron +!F0 U+0111 dcroat +!F1 U+0146 ncommaaccent +!F2 U+014D omacron +!F3 U+0137 kcommaaccent +!F4 U+00F4 ocircumflex +!F5 U+00F5 otilde +!F6 U+00F6 odieresis +!F7 U+00F7 divide +!F8 U+00F8 oslash +!F9 U+0173 uogonek +!FA U+00FA uacute +!FB U+00FB ucircumflex +!FC U+00FC udieresis +!FD U+0169 utilde +!FE U+016B umacron +!FF U+02D9 dotaccent diff --git a/font/makefont/iso-8859-5.map b/font/makefont/iso-8859-5.map new file mode 100644 index 0000000..f9cd4ed --- /dev/null +++ b/font/makefont/iso-8859-5.map @@ -0,0 +1,256 @@ +!00 U+0000 .notdef +!01 U+0001 .notdef +!02 U+0002 .notdef +!03 U+0003 .notdef +!04 U+0004 .notdef +!05 U+0005 .notdef +!06 U+0006 .notdef +!07 U+0007 .notdef +!08 U+0008 .notdef +!09 U+0009 .notdef +!0A U+000A .notdef +!0B U+000B .notdef +!0C U+000C .notdef +!0D U+000D .notdef +!0E U+000E .notdef +!0F U+000F .notdef +!10 U+0010 .notdef +!11 U+0011 .notdef +!12 U+0012 .notdef +!13 U+0013 .notdef +!14 U+0014 .notdef +!15 U+0015 .notdef +!16 U+0016 .notdef +!17 U+0017 .notdef +!18 U+0018 .notdef +!19 U+0019 .notdef +!1A U+001A .notdef +!1B U+001B .notdef +!1C U+001C .notdef +!1D U+001D .notdef +!1E U+001E .notdef +!1F U+001F .notdef +!20 U+0020 space +!21 U+0021 exclam +!22 U+0022 quotedbl +!23 U+0023 numbersign +!24 U+0024 dollar +!25 U+0025 percent +!26 U+0026 ampersand +!27 U+0027 quotesingle +!28 U+0028 parenleft +!29 U+0029 parenright +!2A U+002A asterisk +!2B U+002B plus +!2C U+002C comma +!2D U+002D hyphen +!2E U+002E period +!2F U+002F slash +!30 U+0030 zero +!31 U+0031 one +!32 U+0032 two +!33 U+0033 three +!34 U+0034 four +!35 U+0035 five +!36 U+0036 six +!37 U+0037 seven +!38 U+0038 eight +!39 U+0039 nine +!3A U+003A colon +!3B U+003B semicolon +!3C U+003C less +!3D U+003D equal +!3E U+003E greater +!3F U+003F question +!40 U+0040 at +!41 U+0041 A +!42 U+0042 B +!43 U+0043 C +!44 U+0044 D +!45 U+0045 E +!46 U+0046 F +!47 U+0047 G +!48 U+0048 H +!49 U+0049 I +!4A U+004A J +!4B U+004B K +!4C U+004C L +!4D U+004D M +!4E U+004E N +!4F U+004F O +!50 U+0050 P +!51 U+0051 Q +!52 U+0052 R +!53 U+0053 S +!54 U+0054 T +!55 U+0055 U +!56 U+0056 V +!57 U+0057 W +!58 U+0058 X +!59 U+0059 Y +!5A U+005A Z +!5B U+005B bracketleft +!5C U+005C backslash +!5D U+005D bracketright +!5E U+005E asciicircum +!5F U+005F underscore +!60 U+0060 grave +!61 U+0061 a +!62 U+0062 b +!63 U+0063 c +!64 U+0064 d +!65 U+0065 e +!66 U+0066 f +!67 U+0067 g +!68 U+0068 h +!69 U+0069 i +!6A U+006A j +!6B U+006B k +!6C U+006C l +!6D U+006D m +!6E U+006E n +!6F U+006F o +!70 U+0070 p +!71 U+0071 q +!72 U+0072 r +!73 U+0073 s +!74 U+0074 t +!75 U+0075 u +!76 U+0076 v +!77 U+0077 w +!78 U+0078 x +!79 U+0079 y +!7A U+007A z +!7B U+007B braceleft +!7C U+007C bar +!7D U+007D braceright +!7E U+007E asciitilde +!7F U+007F .notdef +!80 U+0080 .notdef +!81 U+0081 .notdef +!82 U+0082 .notdef +!83 U+0083 .notdef +!84 U+0084 .notdef +!85 U+0085 .notdef +!86 U+0086 .notdef +!87 U+0087 .notdef +!88 U+0088 .notdef +!89 U+0089 .notdef +!8A U+008A .notdef +!8B U+008B .notdef +!8C U+008C .notdef +!8D U+008D .notdef +!8E U+008E .notdef +!8F U+008F .notdef +!90 U+0090 .notdef +!91 U+0091 .notdef +!92 U+0092 .notdef +!93 U+0093 .notdef +!94 U+0094 .notdef +!95 U+0095 .notdef +!96 U+0096 .notdef +!97 U+0097 .notdef +!98 U+0098 .notdef +!99 U+0099 .notdef +!9A U+009A .notdef +!9B U+009B .notdef +!9C U+009C .notdef +!9D U+009D .notdef +!9E U+009E .notdef +!9F U+009F .notdef +!A0 U+00A0 space +!A1 U+0401 afii10023 +!A2 U+0402 afii10051 +!A3 U+0403 afii10052 +!A4 U+0404 afii10053 +!A5 U+0405 afii10054 +!A6 U+0406 afii10055 +!A7 U+0407 afii10056 +!A8 U+0408 afii10057 +!A9 U+0409 afii10058 +!AA U+040A afii10059 +!AB U+040B afii10060 +!AC U+040C afii10061 +!AD U+00AD hyphen +!AE U+040E afii10062 +!AF U+040F afii10145 +!B0 U+0410 afii10017 +!B1 U+0411 afii10018 +!B2 U+0412 afii10019 +!B3 U+0413 afii10020 +!B4 U+0414 afii10021 +!B5 U+0415 afii10022 +!B6 U+0416 afii10024 +!B7 U+0417 afii10025 +!B8 U+0418 afii10026 +!B9 U+0419 afii10027 +!BA U+041A afii10028 +!BB U+041B afii10029 +!BC U+041C afii10030 +!BD U+041D afii10031 +!BE U+041E afii10032 +!BF U+041F afii10033 +!C0 U+0420 afii10034 +!C1 U+0421 afii10035 +!C2 U+0422 afii10036 +!C3 U+0423 afii10037 +!C4 U+0424 afii10038 +!C5 U+0425 afii10039 +!C6 U+0426 afii10040 +!C7 U+0427 afii10041 +!C8 U+0428 afii10042 +!C9 U+0429 afii10043 +!CA U+042A afii10044 +!CB U+042B afii10045 +!CC U+042C afii10046 +!CD U+042D afii10047 +!CE U+042E afii10048 +!CF U+042F afii10049 +!D0 U+0430 afii10065 +!D1 U+0431 afii10066 +!D2 U+0432 afii10067 +!D3 U+0433 afii10068 +!D4 U+0434 afii10069 +!D5 U+0435 afii10070 +!D6 U+0436 afii10072 +!D7 U+0437 afii10073 +!D8 U+0438 afii10074 +!D9 U+0439 afii10075 +!DA U+043A afii10076 +!DB U+043B afii10077 +!DC U+043C afii10078 +!DD U+043D afii10079 +!DE U+043E afii10080 +!DF U+043F afii10081 +!E0 U+0440 afii10082 +!E1 U+0441 afii10083 +!E2 U+0442 afii10084 +!E3 U+0443 afii10085 +!E4 U+0444 afii10086 +!E5 U+0445 afii10087 +!E6 U+0446 afii10088 +!E7 U+0447 afii10089 +!E8 U+0448 afii10090 +!E9 U+0449 afii10091 +!EA U+044A afii10092 +!EB U+044B afii10093 +!EC U+044C afii10094 +!ED U+044D afii10095 +!EE U+044E afii10096 +!EF U+044F afii10097 +!F0 U+2116 afii61352 +!F1 U+0451 afii10071 +!F2 U+0452 afii10099 +!F3 U+0453 afii10100 +!F4 U+0454 afii10101 +!F5 U+0455 afii10102 +!F6 U+0456 afii10103 +!F7 U+0457 afii10104 +!F8 U+0458 afii10105 +!F9 U+0459 afii10106 +!FA U+045A afii10107 +!FB U+045B afii10108 +!FC U+045C afii10109 +!FD U+00A7 section +!FE U+045E afii10110 +!FF U+045F afii10193 diff --git a/font/makefont/iso-8859-7.map b/font/makefont/iso-8859-7.map new file mode 100644 index 0000000..e163796 --- /dev/null +++ b/font/makefont/iso-8859-7.map @@ -0,0 +1,250 @@ +!00 U+0000 .notdef +!01 U+0001 .notdef +!02 U+0002 .notdef +!03 U+0003 .notdef +!04 U+0004 .notdef +!05 U+0005 .notdef +!06 U+0006 .notdef +!07 U+0007 .notdef +!08 U+0008 .notdef +!09 U+0009 .notdef +!0A U+000A .notdef +!0B U+000B .notdef +!0C U+000C .notdef +!0D U+000D .notdef +!0E U+000E .notdef +!0F U+000F .notdef +!10 U+0010 .notdef +!11 U+0011 .notdef +!12 U+0012 .notdef +!13 U+0013 .notdef +!14 U+0014 .notdef +!15 U+0015 .notdef +!16 U+0016 .notdef +!17 U+0017 .notdef +!18 U+0018 .notdef +!19 U+0019 .notdef +!1A U+001A .notdef +!1B U+001B .notdef +!1C U+001C .notdef +!1D U+001D .notdef +!1E U+001E .notdef +!1F U+001F .notdef +!20 U+0020 space +!21 U+0021 exclam +!22 U+0022 quotedbl +!23 U+0023 numbersign +!24 U+0024 dollar +!25 U+0025 percent +!26 U+0026 ampersand +!27 U+0027 quotesingle +!28 U+0028 parenleft +!29 U+0029 parenright +!2A U+002A asterisk +!2B U+002B plus +!2C U+002C comma +!2D U+002D hyphen +!2E U+002E period +!2F U+002F slash +!30 U+0030 zero +!31 U+0031 one +!32 U+0032 two +!33 U+0033 three +!34 U+0034 four +!35 U+0035 five +!36 U+0036 six +!37 U+0037 seven +!38 U+0038 eight +!39 U+0039 nine +!3A U+003A colon +!3B U+003B semicolon +!3C U+003C less +!3D U+003D equal +!3E U+003E greater +!3F U+003F question +!40 U+0040 at +!41 U+0041 A +!42 U+0042 B +!43 U+0043 C +!44 U+0044 D +!45 U+0045 E +!46 U+0046 F +!47 U+0047 G +!48 U+0048 H +!49 U+0049 I +!4A U+004A J +!4B U+004B K +!4C U+004C L +!4D U+004D M +!4E U+004E N +!4F U+004F O +!50 U+0050 P +!51 U+0051 Q +!52 U+0052 R +!53 U+0053 S +!54 U+0054 T +!55 U+0055 U +!56 U+0056 V +!57 U+0057 W +!58 U+0058 X +!59 U+0059 Y +!5A U+005A Z +!5B U+005B bracketleft +!5C U+005C backslash +!5D U+005D bracketright +!5E U+005E asciicircum +!5F U+005F underscore +!60 U+0060 grave +!61 U+0061 a +!62 U+0062 b +!63 U+0063 c +!64 U+0064 d +!65 U+0065 e +!66 U+0066 f +!67 U+0067 g +!68 U+0068 h +!69 U+0069 i +!6A U+006A j +!6B U+006B k +!6C U+006C l +!6D U+006D m +!6E U+006E n +!6F U+006F o +!70 U+0070 p +!71 U+0071 q +!72 U+0072 r +!73 U+0073 s +!74 U+0074 t +!75 U+0075 u +!76 U+0076 v +!77 U+0077 w +!78 U+0078 x +!79 U+0079 y +!7A U+007A z +!7B U+007B braceleft +!7C U+007C bar +!7D U+007D braceright +!7E U+007E asciitilde +!7F U+007F .notdef +!80 U+0080 .notdef +!81 U+0081 .notdef +!82 U+0082 .notdef +!83 U+0083 .notdef +!84 U+0084 .notdef +!85 U+0085 .notdef +!86 U+0086 .notdef +!87 U+0087 .notdef +!88 U+0088 .notdef +!89 U+0089 .notdef +!8A U+008A .notdef +!8B U+008B .notdef +!8C U+008C .notdef +!8D U+008D .notdef +!8E U+008E .notdef +!8F U+008F .notdef +!90 U+0090 .notdef +!91 U+0091 .notdef +!92 U+0092 .notdef +!93 U+0093 .notdef +!94 U+0094 .notdef +!95 U+0095 .notdef +!96 U+0096 .notdef +!97 U+0097 .notdef +!98 U+0098 .notdef +!99 U+0099 .notdef +!9A U+009A .notdef +!9B U+009B .notdef +!9C U+009C .notdef +!9D U+009D .notdef +!9E U+009E .notdef +!9F U+009F .notdef +!A0 U+00A0 space +!A1 U+2018 quoteleft +!A2 U+2019 quoteright +!A3 U+00A3 sterling +!A6 U+00A6 brokenbar +!A7 U+00A7 section +!A8 U+00A8 dieresis +!A9 U+00A9 copyright +!AB U+00AB guillemotleft +!AC U+00AC logicalnot +!AD U+00AD hyphen +!AF U+2015 afii00208 +!B0 U+00B0 degree +!B1 U+00B1 plusminus +!B2 U+00B2 twosuperior +!B3 U+00B3 threesuperior +!B4 U+0384 tonos +!B5 U+0385 dieresistonos +!B6 U+0386 Alphatonos +!B7 U+00B7 periodcentered +!B8 U+0388 Epsilontonos +!B9 U+0389 Etatonos +!BA U+038A Iotatonos +!BB U+00BB guillemotright +!BC U+038C Omicrontonos +!BD U+00BD onehalf +!BE U+038E Upsilontonos +!BF U+038F Omegatonos +!C0 U+0390 iotadieresistonos +!C1 U+0391 Alpha +!C2 U+0392 Beta +!C3 U+0393 Gamma +!C4 U+0394 Delta +!C5 U+0395 Epsilon +!C6 U+0396 Zeta +!C7 U+0397 Eta +!C8 U+0398 Theta +!C9 U+0399 Iota +!CA U+039A Kappa +!CB U+039B Lambda +!CC U+039C Mu +!CD U+039D Nu +!CE U+039E Xi +!CF U+039F Omicron +!D0 U+03A0 Pi +!D1 U+03A1 Rho +!D3 U+03A3 Sigma +!D4 U+03A4 Tau +!D5 U+03A5 Upsilon +!D6 U+03A6 Phi +!D7 U+03A7 Chi +!D8 U+03A8 Psi +!D9 U+03A9 Omega +!DA U+03AA Iotadieresis +!DB U+03AB Upsilondieresis +!DC U+03AC alphatonos +!DD U+03AD epsilontonos +!DE U+03AE etatonos +!DF U+03AF iotatonos +!E0 U+03B0 upsilondieresistonos +!E1 U+03B1 alpha +!E2 U+03B2 beta +!E3 U+03B3 gamma +!E4 U+03B4 delta +!E5 U+03B5 epsilon +!E6 U+03B6 zeta +!E7 U+03B7 eta +!E8 U+03B8 theta +!E9 U+03B9 iota +!EA U+03BA kappa +!EB U+03BB lambda +!EC U+03BC mu +!ED U+03BD nu +!EE U+03BE xi +!EF U+03BF omicron +!F0 U+03C0 pi +!F1 U+03C1 rho +!F2 U+03C2 sigma1 +!F3 U+03C3 sigma +!F4 U+03C4 tau +!F5 U+03C5 upsilon +!F6 U+03C6 phi +!F7 U+03C7 chi +!F8 U+03C8 psi +!F9 U+03C9 omega +!FA U+03CA iotadieresis +!FB U+03CB upsilondieresis +!FC U+03CC omicrontonos +!FD U+03CD upsilontonos +!FE U+03CE omegatonos diff --git a/font/makefont/iso-8859-9.map b/font/makefont/iso-8859-9.map new file mode 100644 index 0000000..48c123a --- /dev/null +++ b/font/makefont/iso-8859-9.map @@ -0,0 +1,256 @@ +!00 U+0000 .notdef +!01 U+0001 .notdef +!02 U+0002 .notdef +!03 U+0003 .notdef +!04 U+0004 .notdef +!05 U+0005 .notdef +!06 U+0006 .notdef +!07 U+0007 .notdef +!08 U+0008 .notdef +!09 U+0009 .notdef +!0A U+000A .notdef +!0B U+000B .notdef +!0C U+000C .notdef +!0D U+000D .notdef +!0E U+000E .notdef +!0F U+000F .notdef +!10 U+0010 .notdef +!11 U+0011 .notdef +!12 U+0012 .notdef +!13 U+0013 .notdef +!14 U+0014 .notdef +!15 U+0015 .notdef +!16 U+0016 .notdef +!17 U+0017 .notdef +!18 U+0018 .notdef +!19 U+0019 .notdef +!1A U+001A .notdef +!1B U+001B .notdef +!1C U+001C .notdef +!1D U+001D .notdef +!1E U+001E .notdef +!1F U+001F .notdef +!20 U+0020 space +!21 U+0021 exclam +!22 U+0022 quotedbl +!23 U+0023 numbersign +!24 U+0024 dollar +!25 U+0025 percent +!26 U+0026 ampersand +!27 U+0027 quotesingle +!28 U+0028 parenleft +!29 U+0029 parenright +!2A U+002A asterisk +!2B U+002B plus +!2C U+002C comma +!2D U+002D hyphen +!2E U+002E period +!2F U+002F slash +!30 U+0030 zero +!31 U+0031 one +!32 U+0032 two +!33 U+0033 three +!34 U+0034 four +!35 U+0035 five +!36 U+0036 six +!37 U+0037 seven +!38 U+0038 eight +!39 U+0039 nine +!3A U+003A colon +!3B U+003B semicolon +!3C U+003C less +!3D U+003D equal +!3E U+003E greater +!3F U+003F question +!40 U+0040 at +!41 U+0041 A +!42 U+0042 B +!43 U+0043 C +!44 U+0044 D +!45 U+0045 E +!46 U+0046 F +!47 U+0047 G +!48 U+0048 H +!49 U+0049 I +!4A U+004A J +!4B U+004B K +!4C U+004C L +!4D U+004D M +!4E U+004E N +!4F U+004F O +!50 U+0050 P +!51 U+0051 Q +!52 U+0052 R +!53 U+0053 S +!54 U+0054 T +!55 U+0055 U +!56 U+0056 V +!57 U+0057 W +!58 U+0058 X +!59 U+0059 Y +!5A U+005A Z +!5B U+005B bracketleft +!5C U+005C backslash +!5D U+005D bracketright +!5E U+005E asciicircum +!5F U+005F underscore +!60 U+0060 grave +!61 U+0061 a +!62 U+0062 b +!63 U+0063 c +!64 U+0064 d +!65 U+0065 e +!66 U+0066 f +!67 U+0067 g +!68 U+0068 h +!69 U+0069 i +!6A U+006A j +!6B U+006B k +!6C U+006C l +!6D U+006D m +!6E U+006E n +!6F U+006F o +!70 U+0070 p +!71 U+0071 q +!72 U+0072 r +!73 U+0073 s +!74 U+0074 t +!75 U+0075 u +!76 U+0076 v +!77 U+0077 w +!78 U+0078 x +!79 U+0079 y +!7A U+007A z +!7B U+007B braceleft +!7C U+007C bar +!7D U+007D braceright +!7E U+007E asciitilde +!7F U+007F .notdef +!80 U+0080 .notdef +!81 U+0081 .notdef +!82 U+0082 .notdef +!83 U+0083 .notdef +!84 U+0084 .notdef +!85 U+0085 .notdef +!86 U+0086 .notdef +!87 U+0087 .notdef +!88 U+0088 .notdef +!89 U+0089 .notdef +!8A U+008A .notdef +!8B U+008B .notdef +!8C U+008C .notdef +!8D U+008D .notdef +!8E U+008E .notdef +!8F U+008F .notdef +!90 U+0090 .notdef +!91 U+0091 .notdef +!92 U+0092 .notdef +!93 U+0093 .notdef +!94 U+0094 .notdef +!95 U+0095 .notdef +!96 U+0096 .notdef +!97 U+0097 .notdef +!98 U+0098 .notdef +!99 U+0099 .notdef +!9A U+009A .notdef +!9B U+009B .notdef +!9C U+009C .notdef +!9D U+009D .notdef +!9E U+009E .notdef +!9F U+009F .notdef +!A0 U+00A0 space +!A1 U+00A1 exclamdown +!A2 U+00A2 cent +!A3 U+00A3 sterling +!A4 U+00A4 currency +!A5 U+00A5 yen +!A6 U+00A6 brokenbar +!A7 U+00A7 section +!A8 U+00A8 dieresis +!A9 U+00A9 copyright +!AA U+00AA ordfeminine +!AB U+00AB guillemotleft +!AC U+00AC logicalnot +!AD U+00AD hyphen +!AE U+00AE registered +!AF U+00AF macron +!B0 U+00B0 degree +!B1 U+00B1 plusminus +!B2 U+00B2 twosuperior +!B3 U+00B3 threesuperior +!B4 U+00B4 acute +!B5 U+00B5 mu +!B6 U+00B6 paragraph +!B7 U+00B7 periodcentered +!B8 U+00B8 cedilla +!B9 U+00B9 onesuperior +!BA U+00BA ordmasculine +!BB U+00BB guillemotright +!BC U+00BC onequarter +!BD U+00BD onehalf +!BE U+00BE threequarters +!BF U+00BF questiondown +!C0 U+00C0 Agrave +!C1 U+00C1 Aacute +!C2 U+00C2 Acircumflex +!C3 U+00C3 Atilde +!C4 U+00C4 Adieresis +!C5 U+00C5 Aring +!C6 U+00C6 AE +!C7 U+00C7 Ccedilla +!C8 U+00C8 Egrave +!C9 U+00C9 Eacute +!CA U+00CA Ecircumflex +!CB U+00CB Edieresis +!CC U+00CC Igrave +!CD U+00CD Iacute +!CE U+00CE Icircumflex +!CF U+00CF Idieresis +!D0 U+011E Gbreve +!D1 U+00D1 Ntilde +!D2 U+00D2 Ograve +!D3 U+00D3 Oacute +!D4 U+00D4 Ocircumflex +!D5 U+00D5 Otilde +!D6 U+00D6 Odieresis +!D7 U+00D7 multiply +!D8 U+00D8 Oslash +!D9 U+00D9 Ugrave +!DA U+00DA Uacute +!DB U+00DB Ucircumflex +!DC U+00DC Udieresis +!DD U+0130 Idotaccent +!DE U+015E Scedilla +!DF U+00DF germandbls +!E0 U+00E0 agrave +!E1 U+00E1 aacute +!E2 U+00E2 acircumflex +!E3 U+00E3 atilde +!E4 U+00E4 adieresis +!E5 U+00E5 aring +!E6 U+00E6 ae +!E7 U+00E7 ccedilla +!E8 U+00E8 egrave +!E9 U+00E9 eacute +!EA U+00EA ecircumflex +!EB U+00EB edieresis +!EC U+00EC igrave +!ED U+00ED iacute +!EE U+00EE icircumflex +!EF U+00EF idieresis +!F0 U+011F gbreve +!F1 U+00F1 ntilde +!F2 U+00F2 ograve +!F3 U+00F3 oacute +!F4 U+00F4 ocircumflex +!F5 U+00F5 otilde +!F6 U+00F6 odieresis +!F7 U+00F7 divide +!F8 U+00F8 oslash +!F9 U+00F9 ugrave +!FA U+00FA uacute +!FB U+00FB ucircumflex +!FC U+00FC udieresis +!FD U+0131 dotlessi +!FE U+015F scedilla +!FF U+00FF ydieresis diff --git a/font/makefont/koi8-r.map b/font/makefont/koi8-r.map new file mode 100644 index 0000000..6ad5d05 --- /dev/null +++ b/font/makefont/koi8-r.map @@ -0,0 +1,256 @@ +!00 U+0000 .notdef +!01 U+0001 .notdef +!02 U+0002 .notdef +!03 U+0003 .notdef +!04 U+0004 .notdef +!05 U+0005 .notdef +!06 U+0006 .notdef +!07 U+0007 .notdef +!08 U+0008 .notdef +!09 U+0009 .notdef +!0A U+000A .notdef +!0B U+000B .notdef +!0C U+000C .notdef +!0D U+000D .notdef +!0E U+000E .notdef +!0F U+000F .notdef +!10 U+0010 .notdef +!11 U+0011 .notdef +!12 U+0012 .notdef +!13 U+0013 .notdef +!14 U+0014 .notdef +!15 U+0015 .notdef +!16 U+0016 .notdef +!17 U+0017 .notdef +!18 U+0018 .notdef +!19 U+0019 .notdef +!1A U+001A .notdef +!1B U+001B .notdef +!1C U+001C .notdef +!1D U+001D .notdef +!1E U+001E .notdef +!1F U+001F .notdef +!20 U+0020 space +!21 U+0021 exclam +!22 U+0022 quotedbl +!23 U+0023 numbersign +!24 U+0024 dollar +!25 U+0025 percent +!26 U+0026 ampersand +!27 U+0027 quotesingle +!28 U+0028 parenleft +!29 U+0029 parenright +!2A U+002A asterisk +!2B U+002B plus +!2C U+002C comma +!2D U+002D hyphen +!2E U+002E period +!2F U+002F slash +!30 U+0030 zero +!31 U+0031 one +!32 U+0032 two +!33 U+0033 three +!34 U+0034 four +!35 U+0035 five +!36 U+0036 six +!37 U+0037 seven +!38 U+0038 eight +!39 U+0039 nine +!3A U+003A colon +!3B U+003B semicolon +!3C U+003C less +!3D U+003D equal +!3E U+003E greater +!3F U+003F question +!40 U+0040 at +!41 U+0041 A +!42 U+0042 B +!43 U+0043 C +!44 U+0044 D +!45 U+0045 E +!46 U+0046 F +!47 U+0047 G +!48 U+0048 H +!49 U+0049 I +!4A U+004A J +!4B U+004B K +!4C U+004C L +!4D U+004D M +!4E U+004E N +!4F U+004F O +!50 U+0050 P +!51 U+0051 Q +!52 U+0052 R +!53 U+0053 S +!54 U+0054 T +!55 U+0055 U +!56 U+0056 V +!57 U+0057 W +!58 U+0058 X +!59 U+0059 Y +!5A U+005A Z +!5B U+005B bracketleft +!5C U+005C backslash +!5D U+005D bracketright +!5E U+005E asciicircum +!5F U+005F underscore +!60 U+0060 grave +!61 U+0061 a +!62 U+0062 b +!63 U+0063 c +!64 U+0064 d +!65 U+0065 e +!66 U+0066 f +!67 U+0067 g +!68 U+0068 h +!69 U+0069 i +!6A U+006A j +!6B U+006B k +!6C U+006C l +!6D U+006D m +!6E U+006E n +!6F U+006F o +!70 U+0070 p +!71 U+0071 q +!72 U+0072 r +!73 U+0073 s +!74 U+0074 t +!75 U+0075 u +!76 U+0076 v +!77 U+0077 w +!78 U+0078 x +!79 U+0079 y +!7A U+007A z +!7B U+007B braceleft +!7C U+007C bar +!7D U+007D braceright +!7E U+007E asciitilde +!7F U+007F .notdef +!80 U+2500 SF100000 +!81 U+2502 SF110000 +!82 U+250C SF010000 +!83 U+2510 SF030000 +!84 U+2514 SF020000 +!85 U+2518 SF040000 +!86 U+251C SF080000 +!87 U+2524 SF090000 +!88 U+252C SF060000 +!89 U+2534 SF070000 +!8A U+253C SF050000 +!8B U+2580 upblock +!8C U+2584 dnblock +!8D U+2588 block +!8E U+258C lfblock +!8F U+2590 rtblock +!90 U+2591 ltshade +!91 U+2592 shade +!92 U+2593 dkshade +!93 U+2320 integraltp +!94 U+25A0 filledbox +!95 U+2219 periodcentered +!96 U+221A radical +!97 U+2248 approxequal +!98 U+2264 lessequal +!99 U+2265 greaterequal +!9A U+00A0 space +!9B U+2321 integralbt +!9C U+00B0 degree +!9D U+00B2 twosuperior +!9E U+00B7 periodcentered +!9F U+00F7 divide +!A0 U+2550 SF430000 +!A1 U+2551 SF240000 +!A2 U+2552 SF510000 +!A3 U+0451 afii10071 +!A4 U+2553 SF520000 +!A5 U+2554 SF390000 +!A6 U+2555 SF220000 +!A7 U+2556 SF210000 +!A8 U+2557 SF250000 +!A9 U+2558 SF500000 +!AA U+2559 SF490000 +!AB U+255A SF380000 +!AC U+255B SF280000 +!AD U+255C SF270000 +!AE U+255D SF260000 +!AF U+255E SF360000 +!B0 U+255F SF370000 +!B1 U+2560 SF420000 +!B2 U+2561 SF190000 +!B3 U+0401 afii10023 +!B4 U+2562 SF200000 +!B5 U+2563 SF230000 +!B6 U+2564 SF470000 +!B7 U+2565 SF480000 +!B8 U+2566 SF410000 +!B9 U+2567 SF450000 +!BA U+2568 SF460000 +!BB U+2569 SF400000 +!BC U+256A SF540000 +!BD U+256B SF530000 +!BE U+256C SF440000 +!BF U+00A9 copyright +!C0 U+044E afii10096 +!C1 U+0430 afii10065 +!C2 U+0431 afii10066 +!C3 U+0446 afii10088 +!C4 U+0434 afii10069 +!C5 U+0435 afii10070 +!C6 U+0444 afii10086 +!C7 U+0433 afii10068 +!C8 U+0445 afii10087 +!C9 U+0438 afii10074 +!CA U+0439 afii10075 +!CB U+043A afii10076 +!CC U+043B afii10077 +!CD U+043C afii10078 +!CE U+043D afii10079 +!CF U+043E afii10080 +!D0 U+043F afii10081 +!D1 U+044F afii10097 +!D2 U+0440 afii10082 +!D3 U+0441 afii10083 +!D4 U+0442 afii10084 +!D5 U+0443 afii10085 +!D6 U+0436 afii10072 +!D7 U+0432 afii10067 +!D8 U+044C afii10094 +!D9 U+044B afii10093 +!DA U+0437 afii10073 +!DB U+0448 afii10090 +!DC U+044D afii10095 +!DD U+0449 afii10091 +!DE U+0447 afii10089 +!DF U+044A afii10092 +!E0 U+042E afii10048 +!E1 U+0410 afii10017 +!E2 U+0411 afii10018 +!E3 U+0426 afii10040 +!E4 U+0414 afii10021 +!E5 U+0415 afii10022 +!E6 U+0424 afii10038 +!E7 U+0413 afii10020 +!E8 U+0425 afii10039 +!E9 U+0418 afii10026 +!EA U+0419 afii10027 +!EB U+041A afii10028 +!EC U+041B afii10029 +!ED U+041C afii10030 +!EE U+041D afii10031 +!EF U+041E afii10032 +!F0 U+041F afii10033 +!F1 U+042F afii10049 +!F2 U+0420 afii10034 +!F3 U+0421 afii10035 +!F4 U+0422 afii10036 +!F5 U+0423 afii10037 +!F6 U+0416 afii10024 +!F7 U+0412 afii10019 +!F8 U+042C afii10046 +!F9 U+042B afii10045 +!FA U+0417 afii10025 +!FB U+0428 afii10042 +!FC U+042D afii10047 +!FD U+0429 afii10043 +!FE U+0427 afii10041 +!FF U+042A afii10044 diff --git a/font/makefont/koi8-u.map b/font/makefont/koi8-u.map new file mode 100644 index 0000000..40a7e4f --- /dev/null +++ b/font/makefont/koi8-u.map @@ -0,0 +1,256 @@ +!00 U+0000 .notdef +!01 U+0001 .notdef +!02 U+0002 .notdef +!03 U+0003 .notdef +!04 U+0004 .notdef +!05 U+0005 .notdef +!06 U+0006 .notdef +!07 U+0007 .notdef +!08 U+0008 .notdef +!09 U+0009 .notdef +!0A U+000A .notdef +!0B U+000B .notdef +!0C U+000C .notdef +!0D U+000D .notdef +!0E U+000E .notdef +!0F U+000F .notdef +!10 U+0010 .notdef +!11 U+0011 .notdef +!12 U+0012 .notdef +!13 U+0013 .notdef +!14 U+0014 .notdef +!15 U+0015 .notdef +!16 U+0016 .notdef +!17 U+0017 .notdef +!18 U+0018 .notdef +!19 U+0019 .notdef +!1A U+001A .notdef +!1B U+001B .notdef +!1C U+001C .notdef +!1D U+001D .notdef +!1E U+001E .notdef +!1F U+001F .notdef +!20 U+0020 space +!21 U+0021 exclam +!22 U+0022 quotedbl +!23 U+0023 numbersign +!24 U+0024 dollar +!25 U+0025 percent +!26 U+0026 ampersand +!27 U+0027 quotesingle +!28 U+0028 parenleft +!29 U+0029 parenright +!2A U+002A asterisk +!2B U+002B plus +!2C U+002C comma +!2D U+002D hyphen +!2E U+002E period +!2F U+002F slash +!30 U+0030 zero +!31 U+0031 one +!32 U+0032 two +!33 U+0033 three +!34 U+0034 four +!35 U+0035 five +!36 U+0036 six +!37 U+0037 seven +!38 U+0038 eight +!39 U+0039 nine +!3A U+003A colon +!3B U+003B semicolon +!3C U+003C less +!3D U+003D equal +!3E U+003E greater +!3F U+003F question +!40 U+0040 at +!41 U+0041 A +!42 U+0042 B +!43 U+0043 C +!44 U+0044 D +!45 U+0045 E +!46 U+0046 F +!47 U+0047 G +!48 U+0048 H +!49 U+0049 I +!4A U+004A J +!4B U+004B K +!4C U+004C L +!4D U+004D M +!4E U+004E N +!4F U+004F O +!50 U+0050 P +!51 U+0051 Q +!52 U+0052 R +!53 U+0053 S +!54 U+0054 T +!55 U+0055 U +!56 U+0056 V +!57 U+0057 W +!58 U+0058 X +!59 U+0059 Y +!5A U+005A Z +!5B U+005B bracketleft +!5C U+005C backslash +!5D U+005D bracketright +!5E U+005E asciicircum +!5F U+005F underscore +!60 U+0060 grave +!61 U+0061 a +!62 U+0062 b +!63 U+0063 c +!64 U+0064 d +!65 U+0065 e +!66 U+0066 f +!67 U+0067 g +!68 U+0068 h +!69 U+0069 i +!6A U+006A j +!6B U+006B k +!6C U+006C l +!6D U+006D m +!6E U+006E n +!6F U+006F o +!70 U+0070 p +!71 U+0071 q +!72 U+0072 r +!73 U+0073 s +!74 U+0074 t +!75 U+0075 u +!76 U+0076 v +!77 U+0077 w +!78 U+0078 x +!79 U+0079 y +!7A U+007A z +!7B U+007B braceleft +!7C U+007C bar +!7D U+007D braceright +!7E U+007E asciitilde +!7F U+007F .notdef +!80 U+2500 SF100000 +!81 U+2502 SF110000 +!82 U+250C SF010000 +!83 U+2510 SF030000 +!84 U+2514 SF020000 +!85 U+2518 SF040000 +!86 U+251C SF080000 +!87 U+2524 SF090000 +!88 U+252C SF060000 +!89 U+2534 SF070000 +!8A U+253C SF050000 +!8B U+2580 upblock +!8C U+2584 dnblock +!8D U+2588 block +!8E U+258C lfblock +!8F U+2590 rtblock +!90 U+2591 ltshade +!91 U+2592 shade +!92 U+2593 dkshade +!93 U+2320 integraltp +!94 U+25A0 filledbox +!95 U+2022 bullet +!96 U+221A radical +!97 U+2248 approxequal +!98 U+2264 lessequal +!99 U+2265 greaterequal +!9A U+00A0 space +!9B U+2321 integralbt +!9C U+00B0 degree +!9D U+00B2 twosuperior +!9E U+00B7 periodcentered +!9F U+00F7 divide +!A0 U+2550 SF430000 +!A1 U+2551 SF240000 +!A2 U+2552 SF510000 +!A3 U+0451 afii10071 +!A4 U+0454 afii10101 +!A5 U+2554 SF390000 +!A6 U+0456 afii10103 +!A7 U+0457 afii10104 +!A8 U+2557 SF250000 +!A9 U+2558 SF500000 +!AA U+2559 SF490000 +!AB U+255A SF380000 +!AC U+255B SF280000 +!AD U+0491 afii10098 +!AE U+255D SF260000 +!AF U+255E SF360000 +!B0 U+255F SF370000 +!B1 U+2560 SF420000 +!B2 U+2561 SF190000 +!B3 U+0401 afii10023 +!B4 U+0404 afii10053 +!B5 U+2563 SF230000 +!B6 U+0406 afii10055 +!B7 U+0407 afii10056 +!B8 U+2566 SF410000 +!B9 U+2567 SF450000 +!BA U+2568 SF460000 +!BB U+2569 SF400000 +!BC U+256A SF540000 +!BD U+0490 afii10050 +!BE U+256C SF440000 +!BF U+00A9 copyright +!C0 U+044E afii10096 +!C1 U+0430 afii10065 +!C2 U+0431 afii10066 +!C3 U+0446 afii10088 +!C4 U+0434 afii10069 +!C5 U+0435 afii10070 +!C6 U+0444 afii10086 +!C7 U+0433 afii10068 +!C8 U+0445 afii10087 +!C9 U+0438 afii10074 +!CA U+0439 afii10075 +!CB U+043A afii10076 +!CC U+043B afii10077 +!CD U+043C afii10078 +!CE U+043D afii10079 +!CF U+043E afii10080 +!D0 U+043F afii10081 +!D1 U+044F afii10097 +!D2 U+0440 afii10082 +!D3 U+0441 afii10083 +!D4 U+0442 afii10084 +!D5 U+0443 afii10085 +!D6 U+0436 afii10072 +!D7 U+0432 afii10067 +!D8 U+044C afii10094 +!D9 U+044B afii10093 +!DA U+0437 afii10073 +!DB U+0448 afii10090 +!DC U+044D afii10095 +!DD U+0449 afii10091 +!DE U+0447 afii10089 +!DF U+044A afii10092 +!E0 U+042E afii10048 +!E1 U+0410 afii10017 +!E2 U+0411 afii10018 +!E3 U+0426 afii10040 +!E4 U+0414 afii10021 +!E5 U+0415 afii10022 +!E6 U+0424 afii10038 +!E7 U+0413 afii10020 +!E8 U+0425 afii10039 +!E9 U+0418 afii10026 +!EA U+0419 afii10027 +!EB U+041A afii10028 +!EC U+041B afii10029 +!ED U+041C afii10030 +!EE U+041D afii10031 +!EF U+041E afii10032 +!F0 U+041F afii10033 +!F1 U+042F afii10049 +!F2 U+0420 afii10034 +!F3 U+0421 afii10035 +!F4 U+0422 afii10036 +!F5 U+0423 afii10037 +!F6 U+0416 afii10024 +!F7 U+0412 afii10019 +!F8 U+042C afii10046 +!F9 U+042B afii10045 +!FA U+0417 afii10025 +!FB U+0428 afii10042 +!FC U+042D afii10047 +!FD U+0429 afii10043 +!FE U+0427 afii10041 +!FF U+042A afii10044 diff --git a/font/makefont/makefont.php b/font/makefont/makefont.php new file mode 100644 index 0000000..178e9e2 --- /dev/null +++ b/font/makefont/makefont.php @@ -0,0 +1,416 @@ +Error: encoding not found: '.$enc); + $cc2gn=array(); + foreach($a as $l) + { + if($l{0}=='!') + { + $e=preg_split('/[ \\t]+/',rtrim($l)); + $cc=hexdec(substr($e[0],1)); + $gn=$e[2]; + $cc2gn[$cc]=$gn; + } + } + for($i=0;$i<=255;$i++) + { + if(!isset($cc2gn[$i])) + $cc2gn[$i]='.notdef'; + } + return $cc2gn; +} + +function ReadAFM($file,&$map) +{ + //Read a font metric file + $a=file($file); + if(empty($a)) + die('File not found'); + $widths=array(); + $fm=array(); + $fix=array('Edot'=>'Edotaccent','edot'=>'edotaccent','Idot'=>'Idotaccent','Zdot'=>'Zdotaccent','zdot'=>'zdotaccent', + 'Odblacute'=>'Ohungarumlaut','odblacute'=>'ohungarumlaut','Udblacute'=>'Uhungarumlaut','udblacute'=>'uhungarumlaut', + 'Gcedilla'=>'Gcommaaccent','gcedilla'=>'gcommaaccent','Kcedilla'=>'Kcommaaccent','kcedilla'=>'kcommaaccent', + 'Lcedilla'=>'Lcommaaccent','lcedilla'=>'lcommaaccent','Ncedilla'=>'Ncommaaccent','ncedilla'=>'ncommaaccent', + 'Rcedilla'=>'Rcommaaccent','rcedilla'=>'rcommaaccent','Scedilla'=>'Scommaaccent','scedilla'=>'scommaaccent', + 'Tcedilla'=>'Tcommaaccent','tcedilla'=>'tcommaaccent','Dslash'=>'Dcroat','dslash'=>'dcroat','Dmacron'=>'Dcroat','dmacron'=>'dcroat', + 'combininggraveaccent'=>'gravecomb','combininghookabove'=>'hookabovecomb','combiningtildeaccent'=>'tildecomb', + 'combiningacuteaccent'=>'acutecomb','combiningdotbelow'=>'dotbelowcomb','dongsign'=>'dong'); + foreach($a as $l) + { + $e=explode(' ',rtrim($l)); + if(count($e)<2) + continue; + $code=$e[0]; + $param=$e[1]; + if($code=='C') + { + //Character metrics + $cc=(int)$e[1]; + $w=$e[4]; + $gn=$e[7]; + if(substr($gn,-4)=='20AC') + $gn='Euro'; + if(isset($fix[$gn])) + { + //Fix incorrect glyph name + foreach($map as $c=>$n) + { + if($n==$fix[$gn]) + $map[$c]=$gn; + } + } + if(empty($map)) + { + //Symbolic font: use built-in encoding + $widths[$cc]=$w; + } + else + { + $widths[$gn]=$w; + if($gn=='X') + $fm['CapXHeight']=$e[13]; + } + if($gn=='.notdef') + $fm['MissingWidth']=$w; + } + elseif($code=='FontName') + $fm['FontName']=$param; + elseif($code=='Weight') + $fm['Weight']=$param; + elseif($code=='ItalicAngle') + $fm['ItalicAngle']=(double)$param; + elseif($code=='Ascender') + $fm['Ascender']=(int)$param; + elseif($code=='Descender') + $fm['Descender']=(int)$param; + elseif($code=='UnderlineThickness') + $fm['UnderlineThickness']=(int)$param; + elseif($code=='UnderlinePosition') + $fm['UnderlinePosition']=(int)$param; + elseif($code=='IsFixedPitch') + $fm['IsFixedPitch']=($param=='true'); + elseif($code=='FontBBox') + $fm['FontBBox']=array($e[1],$e[2],$e[3],$e[4]); + elseif($code=='CapHeight') + $fm['CapHeight']=(int)$param; + elseif($code=='StdVW') + $fm['StdVW']=(int)$param; + } + if(!isset($fm['FontName'])) + die('FontName not found'); + if(!empty($map)) + { + if(!isset($widths['.notdef'])) + $widths['.notdef']=600; + if(!isset($widths['Delta']) and isset($widths['increment'])) + $widths['Delta']=$widths['increment']; + //Order widths according to map + for($i=0;$i<=255;$i++) + { + if(!isset($widths[$map[$i]])) + { + echo 'Warning: character '.$map[$i].' is missing
'; + $widths[$i]=$widths['.notdef']; + } + else + $widths[$i]=$widths[$map[$i]]; + } + } + $fm['Widths']=$widths; + return $fm; +} + +function MakeFontDescriptor($fm,$symbolic) +{ + //Ascent + $asc=(isset($fm['Ascender']) ? $fm['Ascender'] : 1000); + $fd="array('Ascent'=>".$asc; + //Descent + $desc=(isset($fm['Descender']) ? $fm['Descender'] : -200); + $fd.=",'Descent'=>".$desc; + //CapHeight + if(isset($fm['CapHeight'])) + $ch=$fm['CapHeight']; + elseif(isset($fm['CapXHeight'])) + $ch=$fm['CapXHeight']; + else + $ch=$asc; + $fd.=",'CapHeight'=>".$ch; + //Flags + $flags=0; + if(isset($fm['IsFixedPitch']) and $fm['IsFixedPitch']) + $flags+=1<<0; + if($symbolic) + $flags+=1<<2; + if(!$symbolic) + $flags+=1<<5; + if(isset($fm['ItalicAngle']) and $fm['ItalicAngle']!=0) + $flags+=1<<6; + $fd.=",'Flags'=>".$flags; + //FontBBox + if(isset($fm['FontBBox'])) + $fbb=$fm['FontBBox']; + else + $fbb=array(0,$des-100,1000,$asc+100); + $fd.=",'FontBBox'=>'[".$fbb[0].' '.$fbb[1].' '.$fbb[2].' '.$fbb[3]."]'"; + //ItalicAngle + $ia=(isset($fm['ItalicAngle']) ? $fm['ItalicAngle'] : 0); + $fd.=",'ItalicAngle'=>".$ia; + //StemV + if(isset($fm['StdVW'])) + $stemv=$fm['StdVW']; + elseif(isset($fm['Weight']) and eregi('(bold|black)',$fm['Weight'])) + $stemv=120; + else + $stemv=70; + $fd.=",'StemV'=>".$stemv; + //MissingWidth + if(isset($fm['MissingWidth'])) + $fd.=",'MissingWidth'=>".$fm['MissingWidth']; + $fd.=')'; + return $fd; +} + +function MakeWidthArray($fm) +{ + //Make character width array + $s="array(\n\t"; + $cw=$fm['Widths']; + for($i=0;$i<=255;$i++) + { + if(chr($i)=="'") + $s.="'\\''"; + elseif(chr($i)=="\\") + $s.="'\\\\'"; + elseif($i>=32 and $i<=126) + $s.="'".chr($i)."'"; + else + $s.="chr($i)"; + $s.='=>'.$fm['Widths'][$i]; + if($i<255) + $s.=','; + if(($i+1)%22==0) + $s.="\n\t"; + } + $s.=')'; + return $s; +} + +function MakeFontEncoding($map) +{ + //Build differences from reference encoding + $ref=ReadMap('cp1252'); + $s=''; + $last=0; + for($i=32;$i<=255;$i++) + { + if($map[$i]!=$ref[$i]) + { + if($i!=$last+1) + $s.=$i.' '; + $last=$i; + $s.='/'.$map[$i].' '; + } + } + return rtrim($s); +} + +function SaveToFile($file,$s,$mode='t') +{ + $f=fopen($file,'w'.$mode); + if(!$f) + die('Can\'t write to file '.$file); + fwrite($f,$s,strlen($s)); + fclose($f); +} + +function ReadShort($f) +{ + $a=unpack('n1n',fread($f,2)); + return $a['n']; +} + +function ReadLong($f) +{ + $a=unpack('N1N',fread($f,4)); + return $a['N']; +} + +function CheckTTF($file) +{ + //Check if font license allows embedding + $f=fopen($file,'rb'); + if(!$f) + die('Error: Can\'t open '.$file); + //Extract number of tables + fseek($f,4,SEEK_CUR); + $nb=ReadShort($f); + fseek($f,6,SEEK_CUR); + //Seek OS/2 table + $found=false; + for($i=0;$i<$nb;$i++) + { + if(fread($f,4)=='OS/2') + { + $found=true; + break; + } + fseek($f,12,SEEK_CUR); + } + if(!$found) + { + fclose($f); + return; + } + fseek($f,4,SEEK_CUR); + $offset=ReadLong($f); + fseek($f,$offset,SEEK_SET); + //Extract fsType flags + fseek($f,8,SEEK_CUR); + $fsType=ReadShort($f); + $rl=($fsType & 0x02)!=0; + $pp=($fsType & 0x04)!=0; + $e=($fsType & 0x08)!=0; + fclose($f); + if($rl and !$pp and !$e) + echo 'Warning: font license does not allow embedding'; +} + +/******************************************************************************* +* $fontfile : chemin du fichier TTF (ou chaîne vide si pas d'incorporation) * +* $afmfile : chemin du fichier AFM * +* $enc : encodage (ou chaîne vide si la police est symbolique) * +* $patch : patch optionnel pour l'encodage * +* $type : type de la police si $fontfile est vide * +*******************************************************************************/ +function MakeFont($fontfile,$afmfile,$enc='cp1252',$patch=array(),$type='TrueType') +{ + //Generate a font definition file + set_magic_quotes_runtime(0); + ini_set('auto_detect_line_endings','1'); + if($enc) + { + $map=ReadMap($enc); + foreach($patch as $cc=>$gn) + $map[$cc]=$gn; + } + else + $map=array(); + if(!file_exists($afmfile)) + die('Error: AFM file not found: '.$afmfile); + $fm=ReadAFM($afmfile,$map); + if($enc) + $diff=MakeFontEncoding($map); + else + $diff=''; + $fd=MakeFontDescriptor($fm,empty($map)); + //Find font type + if($fontfile) + { + $ext=strtolower(substr($fontfile,-3)); + if($ext=='ttf') + $type='TrueType'; + elseif($ext=='pfb') + $type='Type1'; + else + die('Error: unrecognized font file extension: '.$ext); + } + else + { + if($type!='TrueType' and $type!='Type1') + die('Error: incorrect font type: '.$type); + } + //Start generation + $s='Error: font file not found: '.$fontfile); + if($type=='TrueType') + CheckTTF($fontfile); + $f=fopen($fontfile,'rb'); + if(!$f) + die('Error: Can\'t open '.$fontfile); + $file=fread($f,filesize($fontfile)); + fclose($f); + if($type=='Type1') + { + //Find first two sections and discard third one + $header=(ord($file{0})==128); + if($header) + { + //Strip first binary header + $file=substr($file,6); + } + $pos=strpos($file,'eexec'); + if(!$pos) + die('Error: font file does not seem to be valid Type1'); + $size1=$pos+6; + if($header and ord($file{$size1})==128) + { + //Strip second binary header + $file=substr($file,0,$size1).substr($file,$size1+6); + } + $pos=strpos($file,'00000000'); + if(!$pos) + die('Error: font file does not seem to be valid Type1'); + $size2=$pos-$size1; + $file=substr($file,0,$size1+$size2); + } + if(function_exists('gzcompress')) + { + $cmp=$basename.'.z'; + SaveToFile($cmp,gzcompress($file),'b'); + $s.='$file=\''.$cmp."';\n"; + echo 'Font file compressed ('.$cmp.')
'; + } + else + { + $s.='$file=\''.basename($fontfile)."';\n"; + echo 'Notice: font file could not be compressed (zlib extension not available)
'; + } + if($type=='Type1') + { + $s.='$size1='.$size1.";\n"; + $s.='$size2='.$size2.";\n"; + } + else + $s.='$originalsize='.filesize($fontfile).";\n"; + } + else + { + //Not embedded font + $s.='$file='."'';\n"; + } + $s.="?>\n"; + SaveToFile($basename.'.php',$s); + echo 'Font definition file generated ('.$basename.'.php'.')
'; +} +?> diff --git a/font/symbol.php b/font/symbol.php new file mode 100644 index 0000000..43b50e4 --- /dev/null +++ b/font/symbol.php @@ -0,0 +1,15 @@ +250,chr(1)=>250,chr(2)=>250,chr(3)=>250,chr(4)=>250,chr(5)=>250,chr(6)=>250,chr(7)=>250,chr(8)=>250,chr(9)=>250,chr(10)=>250,chr(11)=>250,chr(12)=>250,chr(13)=>250,chr(14)=>250,chr(15)=>250,chr(16)=>250,chr(17)=>250,chr(18)=>250,chr(19)=>250,chr(20)=>250,chr(21)=>250, + chr(22)=>250,chr(23)=>250,chr(24)=>250,chr(25)=>250,chr(26)=>250,chr(27)=>250,chr(28)=>250,chr(29)=>250,chr(30)=>250,chr(31)=>250,' '=>250,'!'=>333,'"'=>713,'#'=>500,'$'=>549,'%'=>833,'&'=>778,'\''=>439,'('=>333,')'=>333,'*'=>500,'+'=>549, + ','=>250,'-'=>549,'.'=>250,'/'=>278,'0'=>500,'1'=>500,'2'=>500,'3'=>500,'4'=>500,'5'=>500,'6'=>500,'7'=>500,'8'=>500,'9'=>500,':'=>278,';'=>278,'<'=>549,'='=>549,'>'=>549,'?'=>444,'@'=>549,'A'=>722, + 'B'=>667,'C'=>722,'D'=>612,'E'=>611,'F'=>763,'G'=>603,'H'=>722,'I'=>333,'J'=>631,'K'=>722,'L'=>686,'M'=>889,'N'=>722,'O'=>722,'P'=>768,'Q'=>741,'R'=>556,'S'=>592,'T'=>611,'U'=>690,'V'=>439,'W'=>768, + 'X'=>645,'Y'=>795,'Z'=>611,'['=>333,'\\'=>863,']'=>333,'^'=>658,'_'=>500,'`'=>500,'a'=>631,'b'=>549,'c'=>549,'d'=>494,'e'=>439,'f'=>521,'g'=>411,'h'=>603,'i'=>329,'j'=>603,'k'=>549,'l'=>549,'m'=>576, + 'n'=>521,'o'=>549,'p'=>549,'q'=>521,'r'=>549,'s'=>603,'t'=>439,'u'=>576,'v'=>713,'w'=>686,'x'=>493,'y'=>686,'z'=>494,'{'=>480,'|'=>200,'}'=>480,'~'=>549,chr(127)=>0,chr(128)=>0,chr(129)=>0,chr(130)=>0,chr(131)=>0, + chr(132)=>0,chr(133)=>0,chr(134)=>0,chr(135)=>0,chr(136)=>0,chr(137)=>0,chr(138)=>0,chr(139)=>0,chr(140)=>0,chr(141)=>0,chr(142)=>0,chr(143)=>0,chr(144)=>0,chr(145)=>0,chr(146)=>0,chr(147)=>0,chr(148)=>0,chr(149)=>0,chr(150)=>0,chr(151)=>0,chr(152)=>0,chr(153)=>0, + chr(154)=>0,chr(155)=>0,chr(156)=>0,chr(157)=>0,chr(158)=>0,chr(159)=>0,chr(160)=>750,chr(161)=>620,chr(162)=>247,chr(163)=>549,chr(164)=>167,chr(165)=>713,chr(166)=>500,chr(167)=>753,chr(168)=>753,chr(169)=>753,chr(170)=>753,chr(171)=>1042,chr(172)=>987,chr(173)=>603,chr(174)=>987,chr(175)=>603, + chr(176)=>400,chr(177)=>549,chr(178)=>411,chr(179)=>549,chr(180)=>549,chr(181)=>713,chr(182)=>494,chr(183)=>460,chr(184)=>549,chr(185)=>549,chr(186)=>549,chr(187)=>549,chr(188)=>1000,chr(189)=>603,chr(190)=>1000,chr(191)=>658,chr(192)=>823,chr(193)=>686,chr(194)=>795,chr(195)=>987,chr(196)=>768,chr(197)=>768, + chr(198)=>823,chr(199)=>768,chr(200)=>768,chr(201)=>713,chr(202)=>713,chr(203)=>713,chr(204)=>713,chr(205)=>713,chr(206)=>713,chr(207)=>713,chr(208)=>768,chr(209)=>713,chr(210)=>790,chr(211)=>790,chr(212)=>890,chr(213)=>823,chr(214)=>549,chr(215)=>250,chr(216)=>713,chr(217)=>603,chr(218)=>603,chr(219)=>1042, + chr(220)=>987,chr(221)=>603,chr(222)=>987,chr(223)=>603,chr(224)=>494,chr(225)=>329,chr(226)=>790,chr(227)=>790,chr(228)=>786,chr(229)=>713,chr(230)=>384,chr(231)=>384,chr(232)=>384,chr(233)=>384,chr(234)=>384,chr(235)=>384,chr(236)=>494,chr(237)=>494,chr(238)=>494,chr(239)=>494,chr(240)=>0,chr(241)=>329, + chr(242)=>274,chr(243)=>686,chr(244)=>686,chr(245)=>686,chr(246)=>384,chr(247)=>384,chr(248)=>384,chr(249)=>384,chr(250)=>384,chr(251)=>384,chr(252)=>494,chr(253)=>494,chr(254)=>494,chr(255)=>0); +?> diff --git a/font/times.php b/font/times.php new file mode 100644 index 0000000..837c706 --- /dev/null +++ b/font/times.php @@ -0,0 +1,15 @@ +250,chr(1)=>250,chr(2)=>250,chr(3)=>250,chr(4)=>250,chr(5)=>250,chr(6)=>250,chr(7)=>250,chr(8)=>250,chr(9)=>250,chr(10)=>250,chr(11)=>250,chr(12)=>250,chr(13)=>250,chr(14)=>250,chr(15)=>250,chr(16)=>250,chr(17)=>250,chr(18)=>250,chr(19)=>250,chr(20)=>250,chr(21)=>250, + chr(22)=>250,chr(23)=>250,chr(24)=>250,chr(25)=>250,chr(26)=>250,chr(27)=>250,chr(28)=>250,chr(29)=>250,chr(30)=>250,chr(31)=>250,' '=>250,'!'=>333,'"'=>408,'#'=>500,'$'=>500,'%'=>833,'&'=>778,'\''=>180,'('=>333,')'=>333,'*'=>500,'+'=>564, + ','=>250,'-'=>333,'.'=>250,'/'=>278,'0'=>500,'1'=>500,'2'=>500,'3'=>500,'4'=>500,'5'=>500,'6'=>500,'7'=>500,'8'=>500,'9'=>500,':'=>278,';'=>278,'<'=>564,'='=>564,'>'=>564,'?'=>444,'@'=>921,'A'=>722, + 'B'=>667,'C'=>667,'D'=>722,'E'=>611,'F'=>556,'G'=>722,'H'=>722,'I'=>333,'J'=>389,'K'=>722,'L'=>611,'M'=>889,'N'=>722,'O'=>722,'P'=>556,'Q'=>722,'R'=>667,'S'=>556,'T'=>611,'U'=>722,'V'=>722,'W'=>944, + 'X'=>722,'Y'=>722,'Z'=>611,'['=>333,'\\'=>278,']'=>333,'^'=>469,'_'=>500,'`'=>333,'a'=>444,'b'=>500,'c'=>444,'d'=>500,'e'=>444,'f'=>333,'g'=>500,'h'=>500,'i'=>278,'j'=>278,'k'=>500,'l'=>278,'m'=>778, + 'n'=>500,'o'=>500,'p'=>500,'q'=>500,'r'=>333,'s'=>389,'t'=>278,'u'=>500,'v'=>500,'w'=>722,'x'=>500,'y'=>500,'z'=>444,'{'=>480,'|'=>200,'}'=>480,'~'=>541,chr(127)=>350,chr(128)=>500,chr(129)=>350,chr(130)=>333,chr(131)=>500, + chr(132)=>444,chr(133)=>1000,chr(134)=>500,chr(135)=>500,chr(136)=>333,chr(137)=>1000,chr(138)=>556,chr(139)=>333,chr(140)=>889,chr(141)=>350,chr(142)=>611,chr(143)=>350,chr(144)=>350,chr(145)=>333,chr(146)=>333,chr(147)=>444,chr(148)=>444,chr(149)=>350,chr(150)=>500,chr(151)=>1000,chr(152)=>333,chr(153)=>980, + chr(154)=>389,chr(155)=>333,chr(156)=>722,chr(157)=>350,chr(158)=>444,chr(159)=>722,chr(160)=>250,chr(161)=>333,chr(162)=>500,chr(163)=>500,chr(164)=>500,chr(165)=>500,chr(166)=>200,chr(167)=>500,chr(168)=>333,chr(169)=>760,chr(170)=>276,chr(171)=>500,chr(172)=>564,chr(173)=>333,chr(174)=>760,chr(175)=>333, + chr(176)=>400,chr(177)=>564,chr(178)=>300,chr(179)=>300,chr(180)=>333,chr(181)=>500,chr(182)=>453,chr(183)=>250,chr(184)=>333,chr(185)=>300,chr(186)=>310,chr(187)=>500,chr(188)=>750,chr(189)=>750,chr(190)=>750,chr(191)=>444,chr(192)=>722,chr(193)=>722,chr(194)=>722,chr(195)=>722,chr(196)=>722,chr(197)=>722, + chr(198)=>889,chr(199)=>667,chr(200)=>611,chr(201)=>611,chr(202)=>611,chr(203)=>611,chr(204)=>333,chr(205)=>333,chr(206)=>333,chr(207)=>333,chr(208)=>722,chr(209)=>722,chr(210)=>722,chr(211)=>722,chr(212)=>722,chr(213)=>722,chr(214)=>722,chr(215)=>564,chr(216)=>722,chr(217)=>722,chr(218)=>722,chr(219)=>722, + chr(220)=>722,chr(221)=>722,chr(222)=>556,chr(223)=>500,chr(224)=>444,chr(225)=>444,chr(226)=>444,chr(227)=>444,chr(228)=>444,chr(229)=>444,chr(230)=>667,chr(231)=>444,chr(232)=>444,chr(233)=>444,chr(234)=>444,chr(235)=>444,chr(236)=>278,chr(237)=>278,chr(238)=>278,chr(239)=>278,chr(240)=>500,chr(241)=>500, + chr(242)=>500,chr(243)=>500,chr(244)=>500,chr(245)=>500,chr(246)=>500,chr(247)=>564,chr(248)=>500,chr(249)=>500,chr(250)=>500,chr(251)=>500,chr(252)=>500,chr(253)=>500,chr(254)=>500,chr(255)=>500); +?> diff --git a/font/timesb.php b/font/timesb.php new file mode 100644 index 0000000..09cff86 --- /dev/null +++ b/font/timesb.php @@ -0,0 +1,15 @@ +250,chr(1)=>250,chr(2)=>250,chr(3)=>250,chr(4)=>250,chr(5)=>250,chr(6)=>250,chr(7)=>250,chr(8)=>250,chr(9)=>250,chr(10)=>250,chr(11)=>250,chr(12)=>250,chr(13)=>250,chr(14)=>250,chr(15)=>250,chr(16)=>250,chr(17)=>250,chr(18)=>250,chr(19)=>250,chr(20)=>250,chr(21)=>250, + chr(22)=>250,chr(23)=>250,chr(24)=>250,chr(25)=>250,chr(26)=>250,chr(27)=>250,chr(28)=>250,chr(29)=>250,chr(30)=>250,chr(31)=>250,' '=>250,'!'=>333,'"'=>555,'#'=>500,'$'=>500,'%'=>1000,'&'=>833,'\''=>278,'('=>333,')'=>333,'*'=>500,'+'=>570, + ','=>250,'-'=>333,'.'=>250,'/'=>278,'0'=>500,'1'=>500,'2'=>500,'3'=>500,'4'=>500,'5'=>500,'6'=>500,'7'=>500,'8'=>500,'9'=>500,':'=>333,';'=>333,'<'=>570,'='=>570,'>'=>570,'?'=>500,'@'=>930,'A'=>722, + 'B'=>667,'C'=>722,'D'=>722,'E'=>667,'F'=>611,'G'=>778,'H'=>778,'I'=>389,'J'=>500,'K'=>778,'L'=>667,'M'=>944,'N'=>722,'O'=>778,'P'=>611,'Q'=>778,'R'=>722,'S'=>556,'T'=>667,'U'=>722,'V'=>722,'W'=>1000, + 'X'=>722,'Y'=>722,'Z'=>667,'['=>333,'\\'=>278,']'=>333,'^'=>581,'_'=>500,'`'=>333,'a'=>500,'b'=>556,'c'=>444,'d'=>556,'e'=>444,'f'=>333,'g'=>500,'h'=>556,'i'=>278,'j'=>333,'k'=>556,'l'=>278,'m'=>833, + 'n'=>556,'o'=>500,'p'=>556,'q'=>556,'r'=>444,'s'=>389,'t'=>333,'u'=>556,'v'=>500,'w'=>722,'x'=>500,'y'=>500,'z'=>444,'{'=>394,'|'=>220,'}'=>394,'~'=>520,chr(127)=>350,chr(128)=>500,chr(129)=>350,chr(130)=>333,chr(131)=>500, + chr(132)=>500,chr(133)=>1000,chr(134)=>500,chr(135)=>500,chr(136)=>333,chr(137)=>1000,chr(138)=>556,chr(139)=>333,chr(140)=>1000,chr(141)=>350,chr(142)=>667,chr(143)=>350,chr(144)=>350,chr(145)=>333,chr(146)=>333,chr(147)=>500,chr(148)=>500,chr(149)=>350,chr(150)=>500,chr(151)=>1000,chr(152)=>333,chr(153)=>1000, + chr(154)=>389,chr(155)=>333,chr(156)=>722,chr(157)=>350,chr(158)=>444,chr(159)=>722,chr(160)=>250,chr(161)=>333,chr(162)=>500,chr(163)=>500,chr(164)=>500,chr(165)=>500,chr(166)=>220,chr(167)=>500,chr(168)=>333,chr(169)=>747,chr(170)=>300,chr(171)=>500,chr(172)=>570,chr(173)=>333,chr(174)=>747,chr(175)=>333, + chr(176)=>400,chr(177)=>570,chr(178)=>300,chr(179)=>300,chr(180)=>333,chr(181)=>556,chr(182)=>540,chr(183)=>250,chr(184)=>333,chr(185)=>300,chr(186)=>330,chr(187)=>500,chr(188)=>750,chr(189)=>750,chr(190)=>750,chr(191)=>500,chr(192)=>722,chr(193)=>722,chr(194)=>722,chr(195)=>722,chr(196)=>722,chr(197)=>722, + chr(198)=>1000,chr(199)=>722,chr(200)=>667,chr(201)=>667,chr(202)=>667,chr(203)=>667,chr(204)=>389,chr(205)=>389,chr(206)=>389,chr(207)=>389,chr(208)=>722,chr(209)=>722,chr(210)=>778,chr(211)=>778,chr(212)=>778,chr(213)=>778,chr(214)=>778,chr(215)=>570,chr(216)=>778,chr(217)=>722,chr(218)=>722,chr(219)=>722, + chr(220)=>722,chr(221)=>722,chr(222)=>611,chr(223)=>556,chr(224)=>500,chr(225)=>500,chr(226)=>500,chr(227)=>500,chr(228)=>500,chr(229)=>500,chr(230)=>722,chr(231)=>444,chr(232)=>444,chr(233)=>444,chr(234)=>444,chr(235)=>444,chr(236)=>278,chr(237)=>278,chr(238)=>278,chr(239)=>278,chr(240)=>500,chr(241)=>556, + chr(242)=>500,chr(243)=>500,chr(244)=>500,chr(245)=>500,chr(246)=>500,chr(247)=>570,chr(248)=>500,chr(249)=>556,chr(250)=>556,chr(251)=>556,chr(252)=>556,chr(253)=>500,chr(254)=>556,chr(255)=>500); +?> diff --git a/font/timesbi.php b/font/timesbi.php new file mode 100644 index 0000000..b4e38d7 --- /dev/null +++ b/font/timesbi.php @@ -0,0 +1,15 @@ +250,chr(1)=>250,chr(2)=>250,chr(3)=>250,chr(4)=>250,chr(5)=>250,chr(6)=>250,chr(7)=>250,chr(8)=>250,chr(9)=>250,chr(10)=>250,chr(11)=>250,chr(12)=>250,chr(13)=>250,chr(14)=>250,chr(15)=>250,chr(16)=>250,chr(17)=>250,chr(18)=>250,chr(19)=>250,chr(20)=>250,chr(21)=>250, + chr(22)=>250,chr(23)=>250,chr(24)=>250,chr(25)=>250,chr(26)=>250,chr(27)=>250,chr(28)=>250,chr(29)=>250,chr(30)=>250,chr(31)=>250,' '=>250,'!'=>389,'"'=>555,'#'=>500,'$'=>500,'%'=>833,'&'=>778,'\''=>278,'('=>333,')'=>333,'*'=>500,'+'=>570, + ','=>250,'-'=>333,'.'=>250,'/'=>278,'0'=>500,'1'=>500,'2'=>500,'3'=>500,'4'=>500,'5'=>500,'6'=>500,'7'=>500,'8'=>500,'9'=>500,':'=>333,';'=>333,'<'=>570,'='=>570,'>'=>570,'?'=>500,'@'=>832,'A'=>667, + 'B'=>667,'C'=>667,'D'=>722,'E'=>667,'F'=>667,'G'=>722,'H'=>778,'I'=>389,'J'=>500,'K'=>667,'L'=>611,'M'=>889,'N'=>722,'O'=>722,'P'=>611,'Q'=>722,'R'=>667,'S'=>556,'T'=>611,'U'=>722,'V'=>667,'W'=>889, + 'X'=>667,'Y'=>611,'Z'=>611,'['=>333,'\\'=>278,']'=>333,'^'=>570,'_'=>500,'`'=>333,'a'=>500,'b'=>500,'c'=>444,'d'=>500,'e'=>444,'f'=>333,'g'=>500,'h'=>556,'i'=>278,'j'=>278,'k'=>500,'l'=>278,'m'=>778, + 'n'=>556,'o'=>500,'p'=>500,'q'=>500,'r'=>389,'s'=>389,'t'=>278,'u'=>556,'v'=>444,'w'=>667,'x'=>500,'y'=>444,'z'=>389,'{'=>348,'|'=>220,'}'=>348,'~'=>570,chr(127)=>350,chr(128)=>500,chr(129)=>350,chr(130)=>333,chr(131)=>500, + chr(132)=>500,chr(133)=>1000,chr(134)=>500,chr(135)=>500,chr(136)=>333,chr(137)=>1000,chr(138)=>556,chr(139)=>333,chr(140)=>944,chr(141)=>350,chr(142)=>611,chr(143)=>350,chr(144)=>350,chr(145)=>333,chr(146)=>333,chr(147)=>500,chr(148)=>500,chr(149)=>350,chr(150)=>500,chr(151)=>1000,chr(152)=>333,chr(153)=>1000, + chr(154)=>389,chr(155)=>333,chr(156)=>722,chr(157)=>350,chr(158)=>389,chr(159)=>611,chr(160)=>250,chr(161)=>389,chr(162)=>500,chr(163)=>500,chr(164)=>500,chr(165)=>500,chr(166)=>220,chr(167)=>500,chr(168)=>333,chr(169)=>747,chr(170)=>266,chr(171)=>500,chr(172)=>606,chr(173)=>333,chr(174)=>747,chr(175)=>333, + chr(176)=>400,chr(177)=>570,chr(178)=>300,chr(179)=>300,chr(180)=>333,chr(181)=>576,chr(182)=>500,chr(183)=>250,chr(184)=>333,chr(185)=>300,chr(186)=>300,chr(187)=>500,chr(188)=>750,chr(189)=>750,chr(190)=>750,chr(191)=>500,chr(192)=>667,chr(193)=>667,chr(194)=>667,chr(195)=>667,chr(196)=>667,chr(197)=>667, + chr(198)=>944,chr(199)=>667,chr(200)=>667,chr(201)=>667,chr(202)=>667,chr(203)=>667,chr(204)=>389,chr(205)=>389,chr(206)=>389,chr(207)=>389,chr(208)=>722,chr(209)=>722,chr(210)=>722,chr(211)=>722,chr(212)=>722,chr(213)=>722,chr(214)=>722,chr(215)=>570,chr(216)=>722,chr(217)=>722,chr(218)=>722,chr(219)=>722, + chr(220)=>722,chr(221)=>611,chr(222)=>611,chr(223)=>500,chr(224)=>500,chr(225)=>500,chr(226)=>500,chr(227)=>500,chr(228)=>500,chr(229)=>500,chr(230)=>722,chr(231)=>444,chr(232)=>444,chr(233)=>444,chr(234)=>444,chr(235)=>444,chr(236)=>278,chr(237)=>278,chr(238)=>278,chr(239)=>278,chr(240)=>500,chr(241)=>556, + chr(242)=>500,chr(243)=>500,chr(244)=>500,chr(245)=>500,chr(246)=>500,chr(247)=>570,chr(248)=>500,chr(249)=>556,chr(250)=>556,chr(251)=>556,chr(252)=>556,chr(253)=>444,chr(254)=>500,chr(255)=>444); +?> diff --git a/font/timesi.php b/font/timesi.php new file mode 100644 index 0000000..0ba2b77 --- /dev/null +++ b/font/timesi.php @@ -0,0 +1,15 @@ +250,chr(1)=>250,chr(2)=>250,chr(3)=>250,chr(4)=>250,chr(5)=>250,chr(6)=>250,chr(7)=>250,chr(8)=>250,chr(9)=>250,chr(10)=>250,chr(11)=>250,chr(12)=>250,chr(13)=>250,chr(14)=>250,chr(15)=>250,chr(16)=>250,chr(17)=>250,chr(18)=>250,chr(19)=>250,chr(20)=>250,chr(21)=>250, + chr(22)=>250,chr(23)=>250,chr(24)=>250,chr(25)=>250,chr(26)=>250,chr(27)=>250,chr(28)=>250,chr(29)=>250,chr(30)=>250,chr(31)=>250,' '=>250,'!'=>333,'"'=>420,'#'=>500,'$'=>500,'%'=>833,'&'=>778,'\''=>214,'('=>333,')'=>333,'*'=>500,'+'=>675, + ','=>250,'-'=>333,'.'=>250,'/'=>278,'0'=>500,'1'=>500,'2'=>500,'3'=>500,'4'=>500,'5'=>500,'6'=>500,'7'=>500,'8'=>500,'9'=>500,':'=>333,';'=>333,'<'=>675,'='=>675,'>'=>675,'?'=>500,'@'=>920,'A'=>611, + 'B'=>611,'C'=>667,'D'=>722,'E'=>611,'F'=>611,'G'=>722,'H'=>722,'I'=>333,'J'=>444,'K'=>667,'L'=>556,'M'=>833,'N'=>667,'O'=>722,'P'=>611,'Q'=>722,'R'=>611,'S'=>500,'T'=>556,'U'=>722,'V'=>611,'W'=>833, + 'X'=>611,'Y'=>556,'Z'=>556,'['=>389,'\\'=>278,']'=>389,'^'=>422,'_'=>500,'`'=>333,'a'=>500,'b'=>500,'c'=>444,'d'=>500,'e'=>444,'f'=>278,'g'=>500,'h'=>500,'i'=>278,'j'=>278,'k'=>444,'l'=>278,'m'=>722, + 'n'=>500,'o'=>500,'p'=>500,'q'=>500,'r'=>389,'s'=>389,'t'=>278,'u'=>500,'v'=>444,'w'=>667,'x'=>444,'y'=>444,'z'=>389,'{'=>400,'|'=>275,'}'=>400,'~'=>541,chr(127)=>350,chr(128)=>500,chr(129)=>350,chr(130)=>333,chr(131)=>500, + chr(132)=>556,chr(133)=>889,chr(134)=>500,chr(135)=>500,chr(136)=>333,chr(137)=>1000,chr(138)=>500,chr(139)=>333,chr(140)=>944,chr(141)=>350,chr(142)=>556,chr(143)=>350,chr(144)=>350,chr(145)=>333,chr(146)=>333,chr(147)=>556,chr(148)=>556,chr(149)=>350,chr(150)=>500,chr(151)=>889,chr(152)=>333,chr(153)=>980, + chr(154)=>389,chr(155)=>333,chr(156)=>667,chr(157)=>350,chr(158)=>389,chr(159)=>556,chr(160)=>250,chr(161)=>389,chr(162)=>500,chr(163)=>500,chr(164)=>500,chr(165)=>500,chr(166)=>275,chr(167)=>500,chr(168)=>333,chr(169)=>760,chr(170)=>276,chr(171)=>500,chr(172)=>675,chr(173)=>333,chr(174)=>760,chr(175)=>333, + chr(176)=>400,chr(177)=>675,chr(178)=>300,chr(179)=>300,chr(180)=>333,chr(181)=>500,chr(182)=>523,chr(183)=>250,chr(184)=>333,chr(185)=>300,chr(186)=>310,chr(187)=>500,chr(188)=>750,chr(189)=>750,chr(190)=>750,chr(191)=>500,chr(192)=>611,chr(193)=>611,chr(194)=>611,chr(195)=>611,chr(196)=>611,chr(197)=>611, + chr(198)=>889,chr(199)=>667,chr(200)=>611,chr(201)=>611,chr(202)=>611,chr(203)=>611,chr(204)=>333,chr(205)=>333,chr(206)=>333,chr(207)=>333,chr(208)=>722,chr(209)=>667,chr(210)=>722,chr(211)=>722,chr(212)=>722,chr(213)=>722,chr(214)=>722,chr(215)=>675,chr(216)=>722,chr(217)=>722,chr(218)=>722,chr(219)=>722, + chr(220)=>722,chr(221)=>556,chr(222)=>611,chr(223)=>500,chr(224)=>500,chr(225)=>500,chr(226)=>500,chr(227)=>500,chr(228)=>500,chr(229)=>500,chr(230)=>667,chr(231)=>444,chr(232)=>444,chr(233)=>444,chr(234)=>444,chr(235)=>444,chr(236)=>278,chr(237)=>278,chr(238)=>278,chr(239)=>278,chr(240)=>500,chr(241)=>500, + chr(242)=>500,chr(243)=>500,chr(244)=>500,chr(245)=>500,chr(246)=>500,chr(247)=>675,chr(248)=>500,chr(249)=>500,chr(250)=>500,chr(251)=>500,chr(252)=>500,chr(253)=>444,chr(254)=>500,chr(255)=>444); +?> diff --git a/font/zapfdingbats.php b/font/zapfdingbats.php new file mode 100644 index 0000000..1f926a8 --- /dev/null +++ b/font/zapfdingbats.php @@ -0,0 +1,15 @@ +0,chr(1)=>0,chr(2)=>0,chr(3)=>0,chr(4)=>0,chr(5)=>0,chr(6)=>0,chr(7)=>0,chr(8)=>0,chr(9)=>0,chr(10)=>0,chr(11)=>0,chr(12)=>0,chr(13)=>0,chr(14)=>0,chr(15)=>0,chr(16)=>0,chr(17)=>0,chr(18)=>0,chr(19)=>0,chr(20)=>0,chr(21)=>0, + chr(22)=>0,chr(23)=>0,chr(24)=>0,chr(25)=>0,chr(26)=>0,chr(27)=>0,chr(28)=>0,chr(29)=>0,chr(30)=>0,chr(31)=>0,' '=>278,'!'=>974,'"'=>961,'#'=>974,'$'=>980,'%'=>719,'&'=>789,'\''=>790,'('=>791,')'=>690,'*'=>960,'+'=>939, + ','=>549,'-'=>855,'.'=>911,'/'=>933,'0'=>911,'1'=>945,'2'=>974,'3'=>755,'4'=>846,'5'=>762,'6'=>761,'7'=>571,'8'=>677,'9'=>763,':'=>760,';'=>759,'<'=>754,'='=>494,'>'=>552,'?'=>537,'@'=>577,'A'=>692, + 'B'=>786,'C'=>788,'D'=>788,'E'=>790,'F'=>793,'G'=>794,'H'=>816,'I'=>823,'J'=>789,'K'=>841,'L'=>823,'M'=>833,'N'=>816,'O'=>831,'P'=>923,'Q'=>744,'R'=>723,'S'=>749,'T'=>790,'U'=>792,'V'=>695,'W'=>776, + 'X'=>768,'Y'=>792,'Z'=>759,'['=>707,'\\'=>708,']'=>682,'^'=>701,'_'=>826,'`'=>815,'a'=>789,'b'=>789,'c'=>707,'d'=>687,'e'=>696,'f'=>689,'g'=>786,'h'=>787,'i'=>713,'j'=>791,'k'=>785,'l'=>791,'m'=>873, + 'n'=>761,'o'=>762,'p'=>762,'q'=>759,'r'=>759,'s'=>892,'t'=>892,'u'=>788,'v'=>784,'w'=>438,'x'=>138,'y'=>277,'z'=>415,'{'=>392,'|'=>392,'}'=>668,'~'=>668,chr(127)=>0,chr(128)=>390,chr(129)=>390,chr(130)=>317,chr(131)=>317, + chr(132)=>276,chr(133)=>276,chr(134)=>509,chr(135)=>509,chr(136)=>410,chr(137)=>410,chr(138)=>234,chr(139)=>234,chr(140)=>334,chr(141)=>334,chr(142)=>0,chr(143)=>0,chr(144)=>0,chr(145)=>0,chr(146)=>0,chr(147)=>0,chr(148)=>0,chr(149)=>0,chr(150)=>0,chr(151)=>0,chr(152)=>0,chr(153)=>0, + chr(154)=>0,chr(155)=>0,chr(156)=>0,chr(157)=>0,chr(158)=>0,chr(159)=>0,chr(160)=>0,chr(161)=>732,chr(162)=>544,chr(163)=>544,chr(164)=>910,chr(165)=>667,chr(166)=>760,chr(167)=>760,chr(168)=>776,chr(169)=>595,chr(170)=>694,chr(171)=>626,chr(172)=>788,chr(173)=>788,chr(174)=>788,chr(175)=>788, + chr(176)=>788,chr(177)=>788,chr(178)=>788,chr(179)=>788,chr(180)=>788,chr(181)=>788,chr(182)=>788,chr(183)=>788,chr(184)=>788,chr(185)=>788,chr(186)=>788,chr(187)=>788,chr(188)=>788,chr(189)=>788,chr(190)=>788,chr(191)=>788,chr(192)=>788,chr(193)=>788,chr(194)=>788,chr(195)=>788,chr(196)=>788,chr(197)=>788, + chr(198)=>788,chr(199)=>788,chr(200)=>788,chr(201)=>788,chr(202)=>788,chr(203)=>788,chr(204)=>788,chr(205)=>788,chr(206)=>788,chr(207)=>788,chr(208)=>788,chr(209)=>788,chr(210)=>788,chr(211)=>788,chr(212)=>894,chr(213)=>838,chr(214)=>1016,chr(215)=>458,chr(216)=>748,chr(217)=>924,chr(218)=>748,chr(219)=>918, + chr(220)=>927,chr(221)=>928,chr(222)=>928,chr(223)=>834,chr(224)=>873,chr(225)=>828,chr(226)=>924,chr(227)=>924,chr(228)=>917,chr(229)=>930,chr(230)=>931,chr(231)=>463,chr(232)=>883,chr(233)=>836,chr(234)=>836,chr(235)=>867,chr(236)=>867,chr(237)=>696,chr(238)=>696,chr(239)=>874,chr(240)=>0,chr(241)=>874, + chr(242)=>760,chr(243)=>946,chr(244)=>771,chr(245)=>865,chr(246)=>771,chr(247)=>888,chr(248)=>967,chr(249)=>888,chr(250)=>831,chr(251)=>873,chr(252)=>927,chr(253)=>970,chr(254)=>918,chr(255)=>0); +?> diff --git a/img/anterior.png b/img/anterior.png new file mode 100644 index 0000000000000000000000000000000000000000..67764ede33788b87b49a4f7e0527319a45d276a8 GIT binary patch literal 381 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?3oVGw3ym^DWND9B#o z>FdgVjgf_!pTR!g^D$6Jw!}4}#5q4VH#M(>!MP|ku_QG`p**uBLm?z1Rl(iUH{gAW zY93JGXHOT$kch*{fByfsKkUGy*2c(IQhs3i<(|aY)}H!=8nLRV9^W~w_r(08k8SAD z<8#>l<2ip@WeF!^lJ2ry%pO~3Wbr9nPwJ9&Sa~$Xx*=$k& z&EZ=x{ip=rg6&5moFCjVZOf2|j_y2n)v*8N|Io6J|NkcbS^Zt&Tio8`8>YW|%eec; z|9@XfIL@(g?v-)c;OdgyE^t?6@l&(uoTlrfW!i*_+HT YZT~vwx%aj#0(zgp)78&qol`;+0GW!F<^TWy literal 0 HcmV?d00001 diff --git a/img/apache.gif b/img/apache.gif new file mode 100644 index 0000000000000000000000000000000000000000..6fd80e2db86f3b2a299152cf959a54dbe5afa5f8 GIT binary patch literal 1806 zcmW+x30PBC7JlyqLK3z>SR)f25EwQg5Y&LgNdUt#l)bD`K{R58mO?~=)FuQFB$XhD z#6bvxvWNv-kOI;d&G{sR=luUU|2g*thw@myX#&6# zcm!x|Yimn^8K4jVTLKIM+Dw7b7^Q^*3^4%(iZKAj3AO+f)jC#XZfRYC$xv;B0Gom` z1t=3mnV19>00I<66{tcX5Nv5R*ct(fNtn#PhccO%1Umvug5^v=TLQ3D05ApGz(ldd z7{Xe#ymlfM6j<%=mt&XRrbTcl501@B%Mr$=)|1LM}L2NfA@SZcXy~u)am6V9w(he8UZtTad z9!Tv4MZD20@AYE(vfO4_J1CTAX8P9Q8z-IYt$pk!0D8@XZaY&;-{el@MALsHB(v~3 zaW??riMT!E`L*E-+!CW$KUtN-gCN~GSLeE@wBdj0)9ixE5Ja^J;0YEDLG3r%s;yW8 zVMAG)}R6w;n6I`!)y~?>m5| zFTcK)C?cMGZuNK(m?ED3=;})qh{qg$*Q$}oWO1)i_3GxZbZ6f-BU zufh9acRUgXUA-xyrs0uzh(Hgi1LtQAsD)L{Hc6H5!%tBsW0YY{Pzu3x@b=TJ-i7li zINGdSAqbF915s>4^5b;tQ2;0$`A0&W@%GIqu@njqou+cghhT0wYw!QKpYHMHAOPX{ ze^s)jXJzWlK`TZ%w|sY62~ePuX`U`3ZuX`s_jPDgk;#r7bHSO4 zqoD3ac(-wEkoox$keVUqbm`5&kF(B|d~j*1dpwhB>f!Sjx5<`&WiHQ%&=-%Vdnl`j zB!n?ZVsDfb;T=|!zwO#Wj4pNx_)CvEFW8Q1K-?tHrRlOiPdSzByI>|i_;ER1yvvO* z4($8-Md~ZiKO>uC;QU;TBNe^SKvl~YByNo@EdD(>zWqV-=-Fs-Y;XlwpYwGD(cLIk z@2BaQdrVK6bi`RhP70|^6064HG^94qF-)#f%b8uGo}YL0~%x_DB}pIIBUH;@%EPp}!p^KiPG`e*B7brMXc*&lI$mbr%QCJcH`y zhnJGREcJd!Gai_}t6vjYNDdk{6bACVPc6w_f&iY~rbF(pDi6PfK-ru2I%nH7gz@VA zYn>N#sNcd8V*cqyVJ;5H9Lw{3sk&c80L;yziGCtvpkN*fi;2NIwltd^=13sn+iI|W z{~9T=80QMeDLrxHaUwB;#O1X?m$S&6pq(^sn2B6$%9n@!>QyOHpKMs=j|S7D)Lco$asEk$+T$4nUyOx*IR>#)X9?GIHd#o T6))>Y^%oyjTRG?TfZhKGtsM2k literal 0 HcmV?d00001 diff --git a/img/ascendente.png b/img/ascendente.png new file mode 100644 index 0000000000000000000000000000000000000000..2d6d9936f6d07408242bdeeffbd3fe7b46245179 GIT binary patch literal 316 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?3oVGw3ym^DWND9B#o z>FdgVjgf^}NK1Oh8%>~)Y>8_`iF1B#Zfaf$gL6@8Vo7R>LV0FMhC)b2s)D4`OOQ$YqXl?ebnTrI$p1+GB-uDZg=wY zoqzqr*Dx-~+$zP`zdEN+c31uSN6W5yJ<{NHU|0tl>0q;pf zK~y-)rISHx6Hyd}zc*=|q-n^*5-3beijgi_21{M%9*=Y0z2}@Oq?Ghi z3Vqf<=f$!t_kTcAO3_8o0_N}DCgj*Os(UCt9{|GR0ia$kQ7`Y3`}CP}v-56?NC58p zTh|#qJW6$Ao%GymR8x8vK1T>A0J0<*s{@xv|Y!(UmRMuY1@nvp7;9+A+Vk8{0}nHcx`!}0=^wiJf`lscaPd~aC~%3z4hL4_0eZD zY9Kb$Q9$o9_-K4|Z2ZMn-XykvghHvzAD0)Y)!dGUx*^a6zx3K+9v*&_m295b-!D@r zl`&15o9%xy0xjU7_yJ7ICcT_x{>n8nt9k044+4Y`T@`2nkBlC~^L#SdJPTK^Q!1NO zEgKLRh7Lj?yCkpytdzp@>SS{T<`>gs^F{o+j}Q_=m*LF?2)Q|d5#Ze$;P@j40fp;% zSe8SnQsr7YL$PEcgupP25Q=EdJFQ?}zjOIa#a3&(L0QebEX zAxa}~{3&&I+;Qy4 zzSsjuO{ebrR4s?)Y=MetR^zlRA4cVOC0!-FpY=?d?N1jF#?i%=6z(lFMH2ia?8qU-yz%7cM!e zsgnuQtVH(o4-)O|!!Yz_4N}vXKJz8HOm_t~h%Em3n=^g-^MqBcL}K?3u_M|W3P{Ph z(_gTfNw*c~c6I?rc0~IM&mVeSeemgw`sCD{dT98-mi{GcibQvYA_K7pI||(Dcc2?0 i6OH#R^vk57PgR;%h6Dq z9;k=U-m7~LUMbV`|Ity)nTT>I*w%iusitlvsni%!=yV)8RRM%&0-)UVl}CDl=lMRG zW+*nyhfgtf@9k#6!X;sxA9Gp(!W~_w0;a!`&#^ck2V=w&Nm3a&a5z)}M5Ys#g+wQwNHRK_!YP1GVUj?5 z_c?&R=>VviS6LNm+TO-cEKW2wjAcu3;v6TJ*Y<9v?B zNu@J5n|I4HpcQG9dOVywdj;TjApx3e8`gJK*EbRUk|32HgWrN@&22_%m#<{=u7d&c zNKW|zM0U0wV>po{l}dyc3>`x^Fp6Do=)bPJUe|T% zSFFPYxHi$^`7~=mAe6^_6X_*z@h_gA(?6~sLi7H>ed%>700000NkvXXu0mjfs`_06 literal 0 HcmV?d00001 diff --git a/img/bluecurve/cerrar.png b/img/bluecurve/cerrar.png new file mode 100644 index 0000000000000000000000000000000000000000..ee2bdba8ab3074670c89a387f9982c7af1ca6d47 GIT binary patch literal 612 zcmV-q0-ODbP) z&r6eW9LHbJkLlFO%r*(jaA6+Q=}4gv>e(fBh)8A~B&ZJ3rBgwNPWc~5>?8zr5jmdhl19g*`d$r`+@iS^?83jd=(BaKX49c19Jb+ z)iqB0{eIEg+bcq$knnoF8^D!%VyU`$JfC4Q9!XA2Ohm`W$I0jOSe8XDmt$sT2E#DM zfQ3T=fEEsi7ZZsD>2#X)^>u_0D2jqBV9(RBe!J0MU3nj$s(g&d##7wni$I z!f_l7!yp(8b^}^NQ)^v-28{W9J~EjMs;aWIw8YBF3b9xW!!Yo8Jin&gp2pMUa{;Cn z65+_1K?&Qo8SE46Z;Y_@?lhXFVVWk*%@V+vSrBygUv%9dX@0sCU7RoT@~xn!Kft{Q z*C<+hyn6A0)ciAIm)p5DwaU(qlaiTx?*@qCjp)wmYf7dD-!nJ|UnyGxr|3|~+W5K@ zPEF?j^3@)Z#=tObXRou_(#i4oHp6#z*;i$}?J~}RsFk|`Qh6I$_WuD&5}xK3ltu+f zarsfJ-g-Luk^azUB&m&|0hQQ=2F^zU1X^wK-vn~)uc=A!^zQv-O1l-L-z(m{>SZK+ zKylY5zgfa|+=S{-U$R?Hx2{(ru|A!OrPI@4aTGxzTSh*nu$-;%{7p#*9=WpsM}j8+ y9{O9Pz0mKG8#k5*`fz0000i`()fcKR2&lxCSj6E=FRvfbAPyaGgeEIc@rZ- z%@;1`aNgsb@BQA(xd+zpp+hVY?*xv&Mcy3nH85A}M|X*MdfSdK)0;cf%+BQzLg0BG zp6BAZ-oO5Ttn0csQu6cJ9`4`yqYJoRi@;I}v^J+&GKYJ9X&al!GBcY;I+DQm@dKa0 z_Xz?YzhbL#-}4yHjPk>Gd;SKt)hZ6)EDbiNOF359xRNLUFjtC-pSlgHuEtb5#u$VYgoPs4 ze>+2VGV?7kyb=OQ6#(eIHFQ2#iV7&Dn4ixx{d}Cq_lGk;-%5%@as>cNMym$L_0sJf zpJ9yQ#>LYV^E11t^X9*fdK3US{^0gdrZAsn>e&OPCms$`N7Gp??CsdJ)wZqQXo+9V z_kv@<_wTFt8s0hj0lP|TSFK`;jbv@T7w%G43#f7#rOIffP+DP>MjM6E24i&mC|MgP zay|SYps}f$=H?duxpR{r4}8-FTv(34qJ2O}i4+o9u|mWaArOeziZ`b@V+=;?n5-%z zon$R$(V=wo?oE_dXr<6vqqT~YYaQ?07>qHm6tLLJxaQ&cJ`IgcOipAH5m;;}-Ag=D lzb$gWL11JRa;@QijF;#_X5HE|wOs%J002ovPDHLkV1nvGjJf~- literal 0 HcmV?d00001 diff --git a/img/bluecurve/editar.png b/img/bluecurve/editar.png new file mode 100644 index 0000000000000000000000000000000000000000..4340a8f5b616de90dcf8288741ec96fdbfb16ad2 GIT binary patch literal 626 zcmV-&0*(ENP)Y*P7188t&z{?o5KbI0R{#JSXo&? z*L5C-dia%A*tW&;@^S%q+qkRt_V&ayO(_%#QY;pwR4U2-{=SsUWvNsua`VPDiF|k? z-@h%$qdVOKj03a~WHK3ccXt5@g+ioKDQw#&8jUh`zn@T-$x>{RuRpdnfzKzOMxAu4 zR;zMwa3F_=hhi9p1be&WckGpH&5z0Ot$+Zk(bz(eN~JIi1Ha!-M@I*SVGxN#c=31; zPjQ{ZdX<{9 literal 0 HcmV?d00001 diff --git a/img/bluecurve/eliminar.png b/img/bluecurve/eliminar.png new file mode 100644 index 0000000000000000000000000000000000000000..5d4dca9daa8ff05cc195c1bd411c4264549d24e8 GIT binary patch literal 749 zcmVXf!HjW@g0D(2xiO0>W;$3qUkkY$9~EU);U_ zK%`PB(b3WId27nwCd;yjMxz1{Jv}{QVq!v!jg1Mn+bu>%M}^z%7J%sO?G>q1N;sX) z6bcazhl$7IXqtwu>u8!rb91xv7oY(^*LDAA zVLp2$bea0MuM`Re#>dC$@9zhoSS(VlR*^6In0oz|sprpPr%yT_t$Zr8XA7ik=%vu) zs|=@FtekIe^o@VO?nA6_mOuW%G9MsG&RlY>Z9*T>^+jA`z<9>R-hMg8?A~^YilniqUAq z;c#r`c4)7+x3@nW92~@CGO@nCPClO}o6WMgxJV+APyl~dS63yGNbCv#@Buf0PCy58 fKy1sCJHNkl#Vf4YVpoY{eqGX@jUB8xLMQR4rQnrO9rRm)#`q&Ghixb=%jM z-6grXUl`^MKW4t4-;dwCfrc7t=mSs|uodG}Et?hrSAmXs0I=sTXYIKkAJ}iY&RQT{ z85A*_+IQ^QyJzR_eJS7xuyrm3zCVNS&kzKDBo+t2lBFv+eB>k-ei~f0zI|hcki2a! z044}(2k<6~G-;*WzG6cDXKK834(Cc10aMz2#MneEEeAwd_Q1%+GpzBaAbndc74g-L&sMw z`(#aqm_`jufH48K9snr?N-MNdC|BXS3fFaUU5Ruhu2Litnx^I?AFo)+7ahmgxPAXN zpeIrRV=%^Gt&RA^_JEWUtu&4kt{uk#$H6Immt`qTdfZF*k-hWtQ=s#|XO%Lq4?qaC zR%P?hGdd64yu|&1{#>yz(G8sbzq3llmO3k-lp;*rDT9>e?A=?WZ(Jld^17R_?D@E} zO8R%@sse-+2orsu@sr07xqUswACDiVfNtPfHDe(Jju5yqY8MM2q(m!KHXj*&N&gRL zc$6K?yfYrCW?VK=8Yx|rPSg${g+ysZ(VO7v_dVSIz1(2eYBeq?nQRJgO|q$WfaxiZ zU$6C&zS);6c;i+7cC)E@!9tYQBsiKooNYzfVZ!o1LP`$(R(rfY6Ds-)#Thef#>)~K`te;+3Z6um%Be&NY0lA%~dLu z4*)(L=J+MxVzHPhl}dMBA+Ols93~fw#a^9aa9=6@0-&D)zQEp%eucjOu;ADm5K2Jy zzXOC4Po)_&A(KGpAsbK$560+nal=sw&dy^cibeq7cdnusgV$lXwJR z55Trqig7Ifv{?&FKO7PHyhzB#A|5e0nH& zvm#Rn!S*1Wku%vNN$r8ywhhxXkED*r<4_a^P37R6{BbnjfphmkWa$Zetg0$fsni+c z*h>|XM33A|Jy)}xs}&)iDHrMhxg@!+-vv6oLZ4jT4VGnLI2>ZVUi%jCdr=4>kjZ4g zIS=n@P1BIi=P#P<7Q<`%dsAx5vS1hn*6a1fV%M&P5J)5vV2p*AS_pw;GU?k^*Vqw4 zd_e(#1~peyNh9^~YPG^>G}`xZ7!XhDNbRI)8nW5!#g+;hhGB$f{8Tv|$3d&r0suSG z7f9GxE|-|k=je93D3{9s@HrIYs4*Ii(CKv0@Ao&&X0r<5F_5dD5{~0wJRV~z>yF8^ rz22i~n&rV@PzGQC*gpSn`mgaDz`dwXo_VVv00000NkvXXu0mjfmBLw# literal 0 HcmV?d00001 diff --git a/img/bluecurve/nuevo.png b/img/bluecurve/nuevo.png new file mode 100644 index 0000000000000000000000000000000000000000..7f3f169c6744a0de7b866499e8f900c8fbe3a82b GIT binary patch literal 1073 zcmV-11kU@3P)p&Zz1Y_DLOv(s;ksb=|q3z+cJ*Qrf)>_)r78mikdCqzBKJWkc zJnwVfbB>Tsr`b;v_f`G>0AS4@uvjd|4Z}DO9DKl9iYSU#bzT3-6d;{Ww+;;r_4V}h zAP542AOIBf#jXp@8yOj)udiFVk#u8&LOZ3Rol+UK++^V0 z0X8=`E3ZJMJ>d0vnbO?6*!vP)Pdtz3z8g=C8;|=t=I7_L>y=f3Vp$gx7X*QLJWiq} z$??M{s69}}QF}X*wF>os%GTCaWfc%bu`E$VQSkfytgo*#J3G6xplIC{Gcz-jS^CM^ z+S*!0Q4~{ve4#?(vMh7u9Vd4+HxXL|Lo}#rk#?<9)gp0yX_#~}P5tS*3z4zN5lNCR zX__V%1t``7x!&oz%${a#y)cJQ2>tAKSqDoS&Xy+KqwaEn}sp^{l}Nz zT>o?v;4M>tQhsuAlB4~tJawqOU!0|EISe>DHbLygw%%y>m7VXoH_ z8o!5ExflF7yYHFIZB_|287HW$p{I2K)I^MxjR1m0KoEuOi>_n^iUD*#-Oa==UvXXf zL0=Y8&m>1gTKUT@s*F1>Sz+BFg10rezN)DFy5_ zTxQR8Lnoey5m}3{y`=4o#dIzFg>s891Ev6G!WrMv(!$`CLA+isi9~|w>1l?SuI*Z9 zdr9LJ+p7S$K5$)?Ba>W504hPPQPTG9O2!Euo`C*vG?+6`-e$8cmIbgE@mvdq zLPVoc;_*0&qA)%_t}QPwzpv~1M#TV?nxZHK0s%HQHV6iTjE;^jPfku=(sljYLi3Am z!CovHjpFfm2m}Jm&CTKS`Q{fE7S7r2_UU3VLjJ#@#bP;T7{&#lc8?q}K@b8Ki)Es< rwRPU__v>bpcLDs@w(tLj`ws9I8{3t^&zTTt00000NkvXXu0mjfG1>qQ literal 0 HcmV?d00001 diff --git a/img/bluecurve/rew.png b/img/bluecurve/rew.png new file mode 100644 index 0000000000000000000000000000000000000000..fe7b54e1fdbf7c924aff7d4952c945cf32c62ef7 GIT binary patch literal 858 zcmV-g1Eu_lP)a(nxJm^T*7x+0AZd_Prif zlU3f9-L!=w`+;|OZ{G0x%=i5nXwaa+|Bw+tSG1A;vY0T8b$odxjaCY!6|vpj9sfd| zULX!6fLoOhY}4#8SR@D+34`FD7TyAkc5mH&qwneC;#O#@`$~)bT>^F6R6!KmRh0pUKuPPzpm- z{Q_^dt!f|M^TsQH^(O?$1 zasJ$=(J(CW(#w713q|HK^Aw5!t}B4$qK^asTxm|gco8Y39^QmTfm2g|{t-F*(edPo zqXVRV8pClcJSmY<;&~EJx=a1?n1`$<0j-sBas_vRSUPnxnNHnIbZ>hxx^wSA+B?_b z2!U~6^f>%zU+9@y! zSeCuCi)-X-V8ht=m*Z#Nf6M>o!si4*fa5sJBK0KTN{K6*@Vw?)1s-v>Sja_2zdfHw z9NEL@wM*Exjg&4D05ZU-tUnXEm^_{Q;P7jtZ;#>Ba}~F? ztwIPF+o^d8Oxy)x6TkmDe0nH0+_`#P6!2>jxH|F$0BYsG<4SG;J046=c0H7O3{x&$ kK%}BSZhEmngQteS0B3tJYN$F{5C8xG07*qoM6N<$f~d)l`~Uy| literal 0 HcmV?d00001 diff --git a/img/bluecurve/siguiente.png b/img/bluecurve/siguiente.png new file mode 100644 index 0000000000000000000000000000000000000000..cf5be84e555fe4a60caa1535a4146c879c501224 GIT binary patch literal 863 zcmV-l1EBngP)KuAdZ z0Y3HI|DZl1#GwKSuH5KPXt|XBpm77V78O#(ky8<(C9&K%@ve7gW_N~z?IaD6YlpNT zktdC2_1;R~_ukCFPVB^gJjUwl--&0^d+q4N5ev)#uRnHy(TOAWO5u0=@n@$WnMkZ@ z)q*jG!{bwY^yw)+{N&4-k@2bgc8bKC6}x-Wx!2x&k1#SsQADaY&CFZxGkkb5v-sy9 z+2Z2e8Q>1^+anQ3BztlrFU}&BM28_^7@>8@o>VWd%)ZOu@IQfUIIkV>JHrZdsa*yJ1Z^&iTVOAFcMrDDq>O$B!CPUQ}cOk-^A4yZ6f>j)(k zQYxg>C>^4dMk!6lu00HnPLu8%%q%Z0X5E$2Lq(bjbR~OoLu0QZVgey*4@Mv`#u6Ee zF$Nt)grPx)QSFX|Ay0KC**`QzDt#d1t(3A}<^DKO0G8VlNF;l5!!OJbi^qt^;>2RH z)zy#^4J`r2T0md{gdmYjap2I)^gR3gkh@Yk=2h-zfZOXuoMr+-fa5qIcmUKWuFqL( zaR3WEX=~H5#t=n@{R3m{>mT9HuRmw6UHCi$%(f^XaGdzxV4Ddv{)d_jbs1|7UZuh> zw=QzKaIp-0v7XU_Kw|=8bt;XKY|K5lgI{&|Y5p5-&0i=7zIOsR!G?R#lE5l-6WC@s z>AMv2=PBgRmjmD36ubq2ddC~az5YA!J#Nl@#m%{|%R#j{xDA2$DnQiRZS0Ml?|a<% z?i@F+oh$n-g4+;SJA$?2uT8?Qy8L+cEI(X5+ctO$0&C!)>N0=j4BuZqQ}(NsErDAW zc%uFa00PhD`sGtxzjXQ^gIgAGoH$j_C4cE8`EO5_eQ$ffEydpF2JAZ@9JL*tT}!}m pVE1-2#6#-G>-*#Bcqjgs@fXP%ZNdLTHADaa002ovPDHLkV1mFGm?i)K literal 0 HcmV?d00001 diff --git a/img/cerrar.png b/img/cerrar.png new file mode 100644 index 0000000000000000000000000000000000000000..ee2bdba8ab3074670c89a387f9982c7af1ca6d47 GIT binary patch literal 612 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

hMQgRWE%AX=e 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 bl)V21>&DkQz~dGI00000NkvXXu0mjf?hFrU literal 0 HcmV?d00001 diff --git a/img/cristal/ascendente.png b/img/cristal/ascendente.png new file mode 100644 index 0000000000000000000000000000000000000000..99787283f3e821a4bfe437cfb619daf4b918d704 GIT binary patch literal 1554 zcmV+t2JQKYP)NnQW|1)oVo zK~#9!#g|)*6IB?;e>2nRWf!^^R>1{CWkc4WX4#215EKk*jKoV!d_m)_>L&VT^o>Lf z@zF$HAQMmsFB&7n2V=ZpBwk~SyJQ0~)+~gj3wvq1w4IsG%o!hMw%cyoy?}{d@}-?~ z`~S~(JLkavEYea2_YVx-4BmDSeLx?cs9M7t!V^OX`-H~fG$3?c_x=+C{R4w90M7&4 zzyk!xVUVN#0AYe_R!{jE;T+YxgNFcH*L87K1o{UCHzCO%;EDT@6$rOOxRY=s#@hHa zcdp3-P%z=Uk#!hm8LV+IC&9A;&%ia`)Hw1nU^XHmEwJlD0K`@iUUoe%-8IVXw=84B zniisAxo*zrgvGCC@|-*ie~hS5Jm+_~ zx9E8JCsX3U36)D@W8f4(*h89k=pkUd+7ePz@K6hD*Q_LQe;E%6+bk_9y47e404Iiu z{4iAVNw~(B8b_W1N;4#+TJS$Nfs{f~S-pBKZ|@SU>QGtV9lPo@8y+cf;HxY@4HtY8 z*5ocN^x5}-q3gOg*O4EA3-MlF+-eeU2~o1VYsz!s!E@W=^xW9tH-y{Y0Xl$CjRpD# zQoiY9-8{Rw%)J}i=Uw>svjyIG;)crizT+A0>Rr}!d}h+(y<_-+=@j>9($Rgu^sEIu z@jNK3>{?Fmx>ky&XsUC;0p57x27W(VXgVj}s`6xC9wZf%=u<#DpvnOKul;c|u#M;n zcJxf*xKOg(hB`b_sspbkF+5VLo0Bg({F5o+p+Iy6NJ?MQdh}Kx8Vcra_x;mJSA3eH z(YSD3&e=`Dt4ZuTp5gj-m9Z(4^HUPPjjo;@5H`RV1GQ}naB9W{eE_T41RjldzZmdp z5|?u}Qw6sc90*5(jFQ8>Kx~$P5~U+nreKJMx>)dP5*MbIBS|1tCA%Wy$APT&0MXeX zl%vEWWr~)lX!T-OBL`pa^yAyBB|)eaJWr|w;Y>Of?J!piDtay8Gjejz9PnC^XDuL1 zvPP7#Lad_Az_-53lG;!133fT-4yQQFpmLdTO>$O*OksIN8_6T@+eAW5kN2h|07A0w z4m=w?I}HdqC_+O3MZ>{zm5M&Nw-#u}UMLF{;mPxweJ+U|dqGwF-5X{(IHIjIVEc7I z*e6gFC{H5GwPxS>{+tM2q*RlLs#P83$>2AeB8C|P&^Vk<^6JkR-ui#n4XtddbH^K z-zj{9La{wKOvbw{>k9ed ziJV1GcbKrMpej?^$9L#td z^R`fS{xxc13z@YmWYmyMNcIcLZ)c0#U3CNc@c5-lpX50t|1R;%a1PrM)!-T6^2~j( z>9stONXS4-(s}v;!tL)MDg6;u=EhYmZ0r_vcDA7?wdv@(Hd9l1hA+yTA1h(m0)%rK zGqYcde0eI^`Q_>x@w^X{fJ7ANNP4?pM2S9yr1Z`7$HLIn=Ev|v-odDjKjEClDSQ(| zdk&Zg%wG38n)hjzNF=1-_Sy=xC#^?sMQz)H9PUL{dx9f1I8N*|u9c>oO$9}!7^GS* z`0q4&tS;(t8dyUOED{Se8nnrkVg@!~0!E*gL;u};8UO$Q07*qoM6N<$ Ef_nDZn*aa+ literal 0 HcmV?d00001 diff --git a/img/cristal/cerrar.png b/img/cristal/cerrar.png new file mode 100644 index 0000000000000000000000000000000000000000..945a6ebc8c2bd35acfe9d32ad016022b8f1e2756 GIT binary patch literal 759 zcmV5 zlg(~hRS?I2XJ*d1_c~5&H&zj@+_Y+GRFy@LKt+f}gv6p7o}kar_h7*$uYp*zLPDrW ztyB;yP_?uYkfbf4DUM@b$G#uuvT&OnNF8Z3tC{(K%((2v7dN-BZ|-zEtsZX>N8{P( z+q;i$+4l9#olZOL#e7OD4J1Jc<_SRw!3f?6Uh($2Dyl+hp$F{P+G^HoPI5l`=rX2) ziPCO)E)BY@w-XxRuhEPblL8Sz)uAH%b}(gaHS1Z74T57dSzxC0I~gBe8_-JpDcoK= z2Cc+1o}Tc_lYJ1!dsoi0wvw`*H9VWu zXoQHPsv}a@k)yoi&cg%pqGH%zCC12?-`wMer*nQjh}?d30Kn$(EaOSeqKY&)>N;X& z70FW1ypG)eW5ieA{mN`I=FekCd(BZv&Evo4v>)t}PbcJah#@ks8_FtTWmS`=o-7Fr z&#uzxbm*Vya`}>CCa4G^4(A+Mma$i!ke3bK8)a255v-(vEcI-^JK)o;;s5&o`|gkY zlMXPGC4!=?=yx-c;4yUoeEt1TJluPUsw`6+A6~o2);mKS4Q7H@r6?M-bL0Ely# z31&)B)Yzh^NP;Ix3|TVZ{i_%LQ-g*EGeyL)D5~Xv5R5cb#;*qwMa8JWkJyElpvJhSRqD2M+wI40XLe`iULSV4yQRC7787ss zPbT-CbN~N)?wxbbh5xx}^D*w))3XNDHjte_CrVb$p?XoW7wI0gIFtfpB9T!4iGZ#> zJ-dPXfg3>q5`+mNQZkSZ_)fLUF{Jmdr4Aef+(aTF7bKu-PtRsF@iI!@gwVlk2D242 z9A#x}f@@Y}0mwP(u5Fc)3SgVzqQ z>C#24ThTzo6tjE=G6jD4b)0X1gP;2h$oH29{NhIzZ$1P}BoYa4P61_dJq)pR+_U*K zw{K~qWl?B`UCUyl{5?83V_v>JImYWp4Tc5>!OMYkdo6YF7GStK5_(L_O>B!7XW-cJwmjdd#}y1VbvmBU)9Bmw(u;Xz9FZktpZlJNxn%ngFCT2EjNs{YrV%U%PLkP zpyd5%220x(vwoFB-jVapYUlEaH5%O6nc<^j2I!Hykh}xfA%Lz&e_jLJNMs4y*N))% zjd;F4Zvj(<+CHwQ7?~)d&>^w}?7`0N!p;p=_;7YQ0^0yETWO0;khkT6^7`3+gQE_A zjcWWj&{63$ZLkNyXxaiCpBB&wu&ha<&RWUtTbEW&=x0Oc9f4}U8}?Q4hock$gt;Dw zin0JbLQAwr&X#3VPcl8}^jNJ{&+ofuD&M*QGy{aO7Kl{xsfZ8@7s(f78MWHpJC@gt zz=_l0y5m}P&J8t!QW{{0>Xe*!O(t#1*#B{QULp=W)>^ZF>$7z=i%JBfL)MNkn2VNi z;&hk?Umd-mf}@&T(}GBN`HF&aG2uIm6~d%*i)Ufy3+@Gz1B3)9Md_+mZVHehNJ71( z-^ioj>ou|cxrLJ(dI_3Fsb&E13n{=Y36Snl0E#0BA!f;;-s!ZMzb!TAO*U((Bhe3KLt?1|dnFxCT-MQ8 zm!KtLvui&b+8diSwrl?cm$uXwmm0{I_TS4LK_?H`<-ao?kB7VUhrb5xx+~VLrloQ2 zYxtFi+sfaMzmYkoZ8op*%kO=q)vE)0fqo!eT@SeU&Qs{oZ&LjO+;HVZ7bGzE- zC8oMPedr%tUnA8&Tu$xSp&gPXlKFd-~N>GrsY7TmTK--rYB2Ht$2zyTXRxl4T8SY?rjQHlgb?i&Ecr z866$x)IWm12B#>v5~Oz$C;eIw_Mw1$s=6$%yTO5o2+-24?s)(`au=H3SuVp(Xlp9% zU}oIIE><~9?<8LCh^4>xX>iywLD*-#j?Q_);_z>% literal 0 HcmV?d00001 diff --git a/img/cristal/editar.png b/img/cristal/editar.png new file mode 100644 index 0000000000000000000000000000000000000000..fc9884bf3e6213a50912d2e1c2f40bfccecbef2d GIT binary patch literal 691 zcmV;k0!;mhP)2=<5S)NfCoaB4T2rZj8hPO}NBfIT z;r`Y;V-c9^BH%9wA+SsX6|8g2eTgUs@a+x3m%$_&F8zQHUHJz8fIuUv^EjE0ux+9$ zHYYi(q#zWNm4Mf>7x5 zcd&~m(XEb#Vc_&R4CV)YpbC5XaExtLNvx>;Dq~-q#yvHGVVKyqjpyYk6!N&POE#O8 z?c&2R3ULs_r^m_Pdx&s7w1QMBEXzVEjZz9BMDIJ;*xX`a;ceG%)Gb;1U_rO`jfUSt Z@CRyC1nsu*GWh@i002ovPDHLkV1nPgHi`fM literal 0 HcmV?d00001 diff --git a/img/cristal/eliminar.png b/img/cristal/eliminar.png new file mode 100644 index 0000000000000000000000000000000000000000..6d0d29d760d37e78d0ce975bc20f681369335a84 GIT binary patch literal 892 zcmV-?1B3jDP)g`JI!TT@Mjg8>Qr2O9R{*FT28e;63<-ha%%!_CQc_rdf1PoBLDWoKtU zfUFiEfS4Gt07gbe2B1X@j7^5sJtOdUV~VRZq>b|#=V{`~&KplhJP@aqRKFhBof zc=!A{11l>V!>JQT;c5W_2;qW%e;F9ApJHIRd6wZHkoyPdk3X!e3}5cuV_@nkVqo37 zj)9en8|W=o24-evxHf zQ|=hUZ*4OMCNXJXAR}B05I_h6B$XK$J1ZC%UVmixYh=Ojk6W05_3RA>VINlp z_H95HadJUzN4NkWfZ(yfa%2Ys>(mYgh8J%benloTd|tSd;cM?KhW~v049u@yF$fgr zGBCY*!SEj#jmQ8XfDm3Vb7Ek0@?-cfqr&hjr4XDSe*5||d|17afvc>5;cI#p!#`f2 zVZgM3>;-@TVu7V=Zb3c{w_fL{F1!2R_X0}Bf)N+1FR z5X;9;pT4$rPX5Eh!~)F+|A0PZ0&4yTHsC)rXZ#0q{sT2LF?{(1OqNgp5MTgah5&9K SO7D080000`;s!s!u z*g|x}%{+GJ40~_iz|LE{h)2b$IWzNB{`v1B=l=sAU9zBjIUxMnUu|A}99T-H(_Tjh z8ph2SBzN-Q{%^SVKtFvOB5k9kSExFFvB1mcEWVwc1+N53PTTtQ5n!%45@uWDkuJ7w zy@iuUOC0`D3M(S;6m8)v-GagX7zc+TU-Gy#XMpxM=k)F$4lwn1+qS(-CZkt5FgpJ6 zelXs|v=|&5U-Q(lUViiXHTG>Y8e`4q#A{%CzvA6&FUX}^a%xv$z?i;Z+jea^0$M!+CY$>= zGQ6#uva1>Zm^hK*m9w&Ce7$_xRV2GD?i(qBVSyRHALs=v0WkXOk9Gie6W_!yh8FOA zs8sz1>N0U6#q00+E!=weV%g)rxe6K+;+w!QM<%Psb^-DFe|0F>pA`McCCX0Q!o|di z6p#I3kt2IlM}BtE<*P-5f6WXoe-L%RnFXuo0C1tc1tS1kdK4PkuCUq2Tc3!I{9?&( zH4a2$iQqv*hk?Yh17@7QM2(W8R-xTW-}}N^lmBLEBZdJ+Q;jkOK^_Qe2#7Byp@@@= z)hJh01D#~zL<(1~ym+j8?-hWNmwt*Wf|p~Lj&uPXMQ=jCV&396~ zl6T@n#BvLtEp>L_;0u9~wfIKksXOA8mxIwbO!)3yg=!2>N7j8nX;!`-J|aN+1g%=j zETAG`5t_y@DLWpP8TsCgTTLCuacg0Vu4XZjK@KQ+4uIMMLWosZDTjae-JCPUGN>&C zgSC7Ha0NhkhWh|#4$F`vBCS}d+?8t^?@P!Q)b&_~1ZNJEchOF~bs2E#@m47BH3UCh zD$MhP!R{4mEdYM?`z3DgyPnx(2R@MOOgY$pukPG7^Yp~pEAPbT%LY#IO0atK&;J05fZLpL65l*XYuS{{z=FH3Z&Z%pa8fPc-$f`rk5;p`{bvQej=USx} z7&rg&2JkJA2fS5h!b~QEZQK3;Q&Ty;yC{`;`12VTsRUa$39N`9BIpQ1drW>=;loc0 zNKZ8z&jD8fr+#a?Zj~Mz8xug+r1!wjiS|B^VUETu!EIZ**gc>~rFt+;t7VSwOBNT4 ze0oLj)og{TRG_?zxVe|?*qax^m0txa&ByY#Z6b6c4)jgx2ajXM@5eAl>U<&!{XIbr z&lf$MTGM3ZUBoNB9cFt0m=D9g>UOl|)og5R%n18MH_$s-J+=$0=Kvx)jIf5nmKwGb znZ>VWspT_aktv72S|NP)u6J2o*X1;fh80F65h5OriAFI43Alh0!tHc9{U3QcaW3C{ R2@C)L002ovPDHLkV1obG;2{72 literal 0 HcmV?d00001 diff --git a/img/cristal/informe.png b/img/cristal/informe.png new file mode 100644 index 0000000000000000000000000000000000000000..9e36a3ec415f9071d44a411aef2236b536cd974c GIT binary patch literal 1344 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 b+xh5!|27STSjPgh00000NkvXXu0mjfwJ?K9 literal 0 HcmV?d00001 diff --git a/img/cristal/rew.png b/img/cristal/rew.png new file mode 100644 index 0000000000000000000000000000000000000000..ca44d85102e8913de8fa59113a892ddb93892b1e GIT binary patch literal 1557 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 Qr2qf`07*qoM6N<$f(&@@aR2}S literal 0 HcmV?d00001 diff --git a/img/cristalsvg/anterior.png b/img/cristalsvg/anterior.png new file mode 100644 index 0000000000000000000000000000000000000000..67764ede33788b87b49a4f7e0527319a45d276a8 GIT binary patch literal 381 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?3oVGw3ym^DWND9B#o z>FdgVjgf_!pTR!g^D$6Jw!}4}#5q4VH#M(>!MP|ku_QG`p**uBLm?z1Rl(iUH{gAW zY93JGXHOT$kch*{fByfsKkUGy*2c(IQhs3i<(|aY)}H!=8nLRV9^W~w_r(08k8SAD z<8#>l<2ip@WeF!^lJ2ry%pO~3Wbr9nPwJ9&Sa~$Xx*=$k& z&EZ=x{ip=rg6&5moFCjVZOf2|j_y2n)v*8N|Io6J|NkcbS^Zt&Tio8`8>YW|%eec; z|9@XfIL@(g?v-)c;OdgyE^t?6@l&(uoTlrfW!i*_+HT YZT~vwx%aj#0(zgp)78&qol`;+0GW!F<^TWy literal 0 HcmV?d00001 diff --git a/img/cristalsvg/cerrar.png b/img/cristalsvg/cerrar.png new file mode 100644 index 0000000000000000000000000000000000000000..945a6ebc8c2bd35acfe9d32ad016022b8f1e2756 GIT binary patch literal 759 zcmV5 zlg(~hRS?I2XJ*d1_c~5&H&zj@+_Y+GRFy@LKt+f}gv6p7o}kar_h7*$uYp*zLPDrW ztyB;yP_?uYkfbf4DUM@b$G#uuvT&OnNF8Z3tC{(K%((2v7dN-BZ|-zEtsZX>N8{P( z+q;i$+4l9#olZOL#e7OD4J1Jc<_SRw!3f?6Uh($2Dyl+hp$F{P+G^HoPI5l`=rX2) ziPCO)E)BY@w-XxRuhEPblL8Sz)uAH%b}(gaHS1Z74T57dSzxC0I~gBe8_-JpDcoK= z2Cc+1o}Tc_lYJ1!dsoi0wvw`*H9VWu zXoQHPsv}a@k)yoi&cg%pqGH%zCC12?-`wMer*nQjh}?d30Kn$(EaOSeqKY&)>N;X& z70FW1ypG)eW5ieA{mN`I=FekCd(BZv&Evo4v>)t}PbcJah#@ks8_FtTWmS`=o-7Fr z&#uzxbm*Vya`}>CCa4G^4(A+Mma$i!ke3bK8)a255v-(vEcI-^JK)o;;s5&o`|gkY zlMXPGC4!=?=yx-c;4yUoeEt1TJluPUsw`6+A6~o2);mKS4Q7H@r6?M-bL0Ely# z31&)B)Yzh^NP;Ix3|TVZ{i_%LQ-g*EGeyL)D5~Xv5R5c2=<5S)NfCoaB4T2rZj8hPO}NBfIT z;r`Y;V-c9^BH%9wA+SsX6|8g2eTgUs@a+x3m%$_&F8zQHUHJz8fIuUv^EjE0ux+9$ zHYYi(q#zWNm4Mf>7x5 zcd&~m(XEb#Vc_&R4CV)YpbC5XaExtLNvx>;Dq~-q#yvHGVVKyqjpyYk6!N&POE#O8 z?c&2R3ULs_r^m_Pdx&s7w1QMBEXzVEjZz9BMDIJ;*xX`a;ceG%)Gb;1U_rO`jfUSt Z@CRyC1nsu*GWh@i002ovPDHLkV1nPgHi`fM literal 0 HcmV?d00001 diff --git a/img/cristalsvg/eliminar.png b/img/cristalsvg/eliminar.png new file mode 100644 index 0000000000000000000000000000000000000000..6d0d29d760d37e78d0ce975bc20f681369335a84 GIT binary patch literal 892 zcmV-?1B3jDP)g`JI!TT@Mjg8>Qr2O9R{*FT28e;63<-ha%%!_CQc_rdf1PoBLDWoKtU zfUFiEfS4Gt07gbe2B1X@j7^5sJtOdUV~VRZq>b|#=V{`~&KplhJP@aqRKFhBof zc=!A{11l>V!>JQT;c5W_2;qW%e;F9ApJHIRd6wZHkoyPdk3X!e3}5cuV_@nkVqo37 zj)9en8|W=o24-evxHf zQ|=hUZ*4OMCNXJXAR}B05I_h6B$XK$J1ZC%UVmixYh=Ojk6W05_3RA>VINlp z_H95HadJUzN4NkWfZ(yfa%2Ys>(mYgh8J%benloTd|tSd;cM?KhW~v049u@yF$fgr zGBCY*!SEj#jmQ8XfDm3Vb7Ek0@?-cfqr&hjr4XDSe*5||d|17afvc>5;cI#p!#`f2 zVZgM3>;-@TVu7V=Zb3c{w_fL{F1!2R_X0}Bf)N+1FR z5X;9;pT4$rPX5Eh!~)F+|A0PZ0&4yTHsC)rXZ#0q{sT2LF?{(1OqNgp5MTgah5&9K SO7D080000q$gGR9Jr0?99&0?>jU9 znKMUdt(mHpi`V*qoMcfF)b-2Nb?DNK0%r#@L2+D zVr~kQG@Rn#GE+(8B@p{VO>Jr>k68g`?I6Ljz%;?Mz?zZ^iJOsbv7&fonv!N6h)}4h z&6+R3tn04S1XFW7H%%}Ue#-}00UxFLEB#9PHlf9_P*Yp_d;o4M(@2_6nGGS3J`4PQ z2rMxv&aLz->90nM=1@~x)}jHx%u6Apw@iM&mohR8f>{-QB?47ii`Gz6Ti(PmQtg5{ z%QU^+p+9`B0g!S6goff^Hml3C0l0Y+ z+B?8;y#K-@!<=hBnOERv5Af!q06;P*O>kW=0Yv|U&Mt3DE9C)5>6Irvz+wOZ7={-U zh5@6a(B19TTj47xX9T4@kf~ZU02rTzo}Q%nUneLFzd~NqqevXo3~q}GFgi3q-{HMD z|8!y~5Iv{JsM$#FMq>gvy;|a zDY&b3H_ts2PG7e+QQKG})}{myLZn9`Ff!u3Xl&aHqEs3gfq?;ViXTBoBV=veO5u&& zsOuNT+GMuA#eG|R80D2j`-b9;UGzYzU63TVZAjSTTMWh{S-ay=Z`)pd`ud%8efJt= zPj--1yA|nv?hR)dl-A{h6u`0bu}Nnkkb@^-O#iAl4V=|a+asV}-} zdC+etHD)?nO8kDDC5iX(t*HXn0~JCdvkE}@0ML;k+~KfyadCl!&GnBC^`@Qy35L48 zxz>=75_dG73>MEo%c+}QgJXNg&j@Mo@0X1X-}^S{ zB~@enGB&@#m7h%FmoAc4kY^f_6$=8G4Jh}8ce!?^n8ex-DO$4*DU%0^)<`ArKedO3 zZ-dbzCq-yyGv`tQ=&@V={A2~PS+?a>g3HTM3jCGpi5xk~(2swRad!|UVYsl`j;*f! zRcr0QBHagOk`NGBy^(Nk37Jpikdf{qGBP@?-5mqCrOcugW54B{ejP7FDbImBWhkb6 za->`W$8oXc+`dcaD#vlB)y)W?wYEQKXmTCxjuR|sP9}G<4CQE7+j9V*pdfAVJ;1*Z b+xh5!|27STSjPgh00000NkvXXu0mjfwJ?K9 literal 0 HcmV?d00001 diff --git a/img/cristalsvg/siguiente.png b/img/cristalsvg/siguiente.png new file mode 100644 index 0000000000000000000000000000000000000000..db041b854abfd25a2ff73005a036e290ae5cb09b GIT binary patch literal 382 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?3oVGw3ym^DWND9B#o z>FdgVjgf^}K;V5-xFk?Ww!}4}#5q4VH#M(>!MP|ku_QG`p**uBLm?z1Rl(iUH{gAW zY93JG7f%<*kch)iuiJASG7vfb@xJ$5n}*HiAH`U0J?>grtZXk3NjG`N2Ct$7P1vM?qS>~VAi1B zBAdW1$UMX8Nd93D#a@w1-vsOL1l~QPzA$g^Yv$YQ-al$MEqnP}&DLvL90?jaYzDlW znR5>3FkIhYe!%<<&jYS#<{gKRF|7Qc;9zx!n?v*+%ba|RR<3fUj)v4l&HKb(zK=gH Z&pqehn(v3!3jzJl;OXk;vd$@?2>`UDk7)n^ literal 0 HcmV?d00001 diff --git a/img/descendente.png b/img/descendente.png new file mode 100644 index 0000000000000000000000000000000000000000..ca6a18c1debfec4ffcdbb25483896bbda23f5c9d GIT binary patch literal 352 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?3oVGw3ym^DWND9B#o z>FdgVjgf^}SUR}&E=Z$niEBiObAE1aYF-J0b5UwyNotBhd1gt5LP$ocg1e`0!21-{ zJfOmBo-U3d5r^MS+s%8(K*Y5_P$g&sU-yCzMhT_tC5yRJxww8^(VW@XC91K&XzEgr zpFd}tyuUW>+{MYY^QT^$rMo%#aYqA3hXdP(%2l7E4qTrt>~K49%G7gHG?kPS`IdOy z4rBoG7((`Q_8xhET92{W4f_chHBD*kXYUBWqu zbKebSMIp0-)k>cxZfK1*U)bHkeP?A?u1d_qbGsA#4za)6+H*{$=3%o|S?9{P+0Ku- s`J;}f2`PS9zup7&X{0_=yxfj(sLboFyt=akR{0N4A5u>b%7 literal 0 HcmV?d00001 diff --git a/img/editar.png b/img/editar.png new file mode 100644 index 0000000000000000000000000000000000000000..4340a8f5b616de90dcf8288741ec96fdbfb16ad2 GIT binary patch literal 626 zcmV-&0*(ENP)Y*P7188t&z{?o5KbI0R{#JSXo&? z*L5C-dia%A*tW&;@^S%q+qkRt_V&ayO(_%#QY;pwR4U2-{=SsUWvNsua`VPDiF|k? z-@h%$qdVOKj03a~WHK3ccXt5@g+ioKDQw#&8jUh`zn@T-$x>{RuRpdnfzKzOMxAu4 zR;zMwa3F_=hhi9p1be&WckGpH&5z0Ot$+Zk(bz(eN~JIi1Ha!-M@I*SVGxN#c=31; zPjQ{ZdX<{9 literal 0 HcmV?d00001 diff --git a/img/eliminar.png b/img/eliminar.png new file mode 100644 index 0000000000000000000000000000000000000000..5d4dca9daa8ff05cc195c1bd411c4264549d24e8 GIT binary patch literal 749 zcmVXf!HjW@g0D(2xiO0>W;$3qUkkY$9~EU);U_ zK%`PB(b3WId27nwCd;yjMxz1{Jv}{QVq!v!jg1Mn+bu>%M}^z%7J%sO?G>q1N;sX) z6bcazhl$7IXqtwu>u8!rb91xv7oY(^*LDAA zVLp2$bea0MuM`Re#>dC$@9zhoSS(VlR*^6In0oz|sprpPr%yT_t$Zr8XA7ik=%vu) zs|=@FtekIe^o@VO?nA6_mOuW%G9MsG&RlY>Z9*T>^+jA`z<9>R-hMg8?A~^YilniqUAq z;c#r`c4)7+x3@nW92~@CGO@nCPClO}o6WMgxJV+APyl~dS63yGNbCv#@Buf0PCy58 fKy1sCJHC;R#pH25ZXyZ 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 Tj?doF00000NkvXXu0mjfA3j=Q literal 0 HcmV?d00001 diff --git a/img/informe.png b/img/informe.png new file mode 100644 index 0000000000000000000000000000000000000000..6b0c50a1ec6745fdf2bf5a18ac3aaff03881824f GIT binary patch literal 761 zcmV#Thef#>)~K`te;+3Z6um%Be&NY0lA%~dLu z4*)(L=J+MxVzHPhl}dMBA+Ols93~fw#a^9aa9=6@0-&D)zQEp%eucjOu;ADm5K2Jy zzXOC4Po)_&A(KGpAsbK$560+nal=sw&dy^cibeq7cdnusgV$lXwJR z55Trqig7Ifv{?&FKO7PHyhzB#A|5e0nH& zvm#Rn!S*1Wku%vNN$r8ywhhxXkED*r<4_a^P37R6{BbnjfphmkWa$Zetg0$fsni+c z*h>|XM33A|Jy)}xs}&)iDHrMhxg@!+-vv6oLZ4jT4VGnLI2>ZVUi%jCdr=4>kjZ4g zIS=n@P1BIi=P#P<7Q<`%dsAx5vS1hn*6a1fV%M&P5J)5vV2p*AS_pw;GU?k^*Vqw4 zd_e(#1~peyNh9^~YPG^>G}`xZ7!XhDNbRI)8nW5!#g+;hhGB$f{8Tv|$3d&r0suSG z7f9GxE|-|k=je93D3{9s@HrIYs4*Ii(CKv0@Ao&&X0r<5F_5dD5{~0wJRV~z>yF8^ rz22i~n&rV@PzGQC*gpSn`mgaDz`dwXo_VVv00000NkvXXu0mjfmBLw# literal 0 HcmV?d00001 diff --git a/img/logo.png b/img/logo.png new file mode 100644 index 0000000000000000000000000000000000000000..5f9a960687783f9749a1095b7f723ca05f7fb8bb GIT binary patch literal 14405 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 literal 0 HcmV?d00001 diff --git a/img/nuevo.png b/img/nuevo.png new file mode 100644 index 0000000000000000000000000000000000000000..7f3f169c6744a0de7b866499e8f900c8fbe3a82b GIT binary patch literal 1073 zcmV-11kU@3P)p&Zz1Y_DLOv(s;ksb=|q3z+cJ*Qrf)>_)r78mikdCqzBKJWkc zJnwVfbB>Tsr`b;v_f`G>0AS4@uvjd|4Z}DO9DKl9iYSU#bzT3-6d;{Ww+;;r_4V}h zAP542AOIBf#jXp@8yOj)udiFVk#u8&LOZ3Rol+UK++^V0 z0X8=`E3ZJMJ>d0vnbO?6*!vP)Pdtz3z8g=C8;|=t=I7_L>y=f3Vp$gx7X*QLJWiq} z$??M{s69}}QF}X*wF>os%GTCaWfc%bu`E$VQSkfytgo*#J3G6xplIC{Gcz-jS^CM^ z+S*!0Q4~{ve4#?(vMh7u9Vd4+HxXL|Lo}#rk#?<9)gp0yX_#~}P5tS*3z4zN5lNCR zX__V%1t``7x!&oz%${a#y)cJQ2>tAKSqDoS&Xy+KqwaEn}sp^{l}Nz zT>o?v;4M>tQhsuAlB4~tJawqOU!0|EISe>DHbLygw%%y>m7VXoH_ z8o!5ExflF7yYHFIZB_|287HW$p{I2K)I^MxjR1m0KoEuOi>_n^iUD*#-Oa==UvXXf zL0=Y8&m>1gTKUT@s*F1>Sz+BFg10rezN)DFy5_ zTxQR8Lnoey5m}3{y`=4o#dIzFg>s891Ev6G!WrMv(!$`CLA+isi9~|w>1l?SuI*Z9 zdr9LJ+p7S$K5$)?Ba>W504hPPQPTG9O2!Euo`C*vG?+6`-e$8cmIbgE@mvdq zLPVoc;_*0&qA)%_t}QPwzpv~1M#TV?nxZHK0s%HQHV6iTjE;^jPfku=(sljYLi3Am z!CovHjpFfm2m}Jm&CTKS`Q{fE7S7r2_UU3VLjJ#@#bP;T7{&#lc8?q}K@b8Ki)Es< rwRPU__v>bpcLDs@w(tLj`ws9I8{3t^&zTTt00000NkvXXu0mjfG1>qQ literal 0 HcmV?d00001 diff --git a/img/personal/anterior.png b/img/personal/anterior.png new file mode 100644 index 0000000000000000000000000000000000000000..5d28e2a99dfcd5c054cab9bc9c2de95e2abb7855 GIT binary patch literal 1157 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 literal 0 HcmV?d00001 diff --git a/img/personal/eliminar.png b/img/personal/eliminar.png new file mode 100644 index 0000000000000000000000000000000000000000..667e10c945fd3db181b32962e1c9bec14852868e GIT binary patch literal 820 zcmV-41Izr0P))b=x)9=+5JHdRc$@#KbUHnMZ0NT5P`2MQ3}fMDeVV475JKct zRsCL7)sepn2L^hs7tg*NfAjRi@$tdl*f5M&{t4^4K6zJvZ}i0rr{eRI2VzZCegO~w z>4b`PWgXXccyTnxcqZ|xVHnSK;AAp+{Em!v;lszLBxz%n?Q#W;$N`W68bSEjqkVeT ztCR?Ai}B$sZO5Db(Tl68RO)iK%(ovuF)d$PTVb3V@E!EekC8v z-Mz$sSKr}ePlCI3^_*#%Kc7D}BVD_+#!7XUcYdmHp=M3QaeN6t>WrC6rCz#SQx@Jn zv>&grLkNTsgv0yUYd2XfUgyoLC4Vd6z90xLb~w2c_`bhn38lDMYt2sOvIMq;kf2+U zsBTv{oi9_c!!uzResJS)<_b+c*Zda+%9DC%*VceYxj%gwb81KulZii#0q-^-U z|J}bDD2g&Sph&0Rou8xe^)fCJaTFm-ph|G~mLwNj?yM=vE57d+|7IYBm_N9ud-46b zCzZz1XKXfYp4})F3RckbP;QXOvFH*KM|*U6x#`X{9B&iI%K(xjEu0)0c>RqN(@OoT z&ncKLi-n36B$7iVHz?(+jp>PfgG9DPmjt7|nXXUDtzby`-0YbQ y!&ta?Z=Zip|E+O4ou23aNS5UhA;c7*1N;GFJx4yn%Ds000000x&74_AMA*&7cNKj*1nxT#4t5QW_ce<0rFuuTnc@X`y<_69Xw`zACv z_Tttfl(W8V5$2tio3Y#ifLW`i1Avf(^s)t8=y>MHW9AP({qbSf&{*r-#K;GY{G}vFk{byi zs9S~+5Di!0IVq}??kKZbfRKbEPdsY=`14;ELWAQi(a3w@h6Kv^WdaIkcj7_?svtu%TZQxMF>H7vhNXd=K9|wokL@-Hz!8U)+A7+0oDJb5QLf8#YRb} z+j995q$C_Ze8~L$#_YSD$H!Wtk&$;??!F8-B)nE3LgCNNHkwtmkK)I~cN#28f|#3kcDKGyo6+NZWZlaDRs(qtB6J?yTdrEt`9^@- zcjigyjF(o*51fF?p>QA(ORSSE-@h5DU6gD=pjyR<2$=rm&&@5BbJ5-1rTD=)B$Bb@ zI*~X#7a9Guo~w`&R4W6~$SAAjz!>9jw88-J{g0n++tc0?6Ot4UoJoOXGHKbx{F&I~ z`7andrvs313aBLCl7*-&$2A`$j4_2VrZL700G^ou%wjfW!ikE2%0WUPHJ`MKtC`{0 zd9E1%491wTmb$JHIT@&V5xKw&fKp}L-xq~7-3dgn?IO~tRKAc&3@4{PnREfA z&xC8Tm`iKU7BncwE|}juLf%**QBncG%2~Lxkjk$w&JHikT=^bAzz66(Y&;|)S>(nt*gc{pJN@0KgQ@mVlaGNLkj>+#3rsSEgMcs#?823&eOp0)Q>4wg?@XL;!5Y zm_Gn_gKz*`(f1TUu=3gYmlvi#pQ&1aN1~dHF!wzq0Vs>{n1Aku40uF5$C9fH25(D@ zHXy%t^!C)pzj;~lWx#I|&I$0ATky@l+qV4Itl4eX{~iAa{ab*h#wd#n00000NkvXX Hu0mjfF%wY} literal 0 HcmV?d00001 diff --git a/img/personal/informe.png b/img/personal/informe.png new file mode 100644 index 0000000000000000000000000000000000000000..2970e547fd62ce59bd4e1a8c0f4a6968a276be89 GIT binary patch literal 1329 zcmV-11DFR_fcgP*;k-Mv>KY*Jc z7?k!;zPHc5&-VR3-}h^u&*%9(@I+7af0y_dd$oXha-BFC04D+GqW~}hC6jA2pqpH0 zn@lD&8Vvwes}%r^MuS$XrL?rv0pvUifTkTgc4QY66od^@Q&VUEi4fr^DJkL9sZ%Au z!TA70Jmj52tJPw)S}~bSs8lLCJ3DD>Yoo2LEo?kAG(>xQJ3~W5ELyaP>gsBMs`;41 z-}gXYM@L6uR8$m-qTu)Y357x^ih`mj^z`&#Fc`?p%%q{Afy0Lnvu@ow_V3@%zJ2?u zfIagCnM=j_`T5drx6Azed}%Nkq{U*9<>lqFuC7k@_V!AT$0NO7uWW8^mhtiN^4z&| za&T}^>U6qMCK`3Y8At=Nr@~^f=&V*N7K@4=LRc&omMvR`5Q6dXaRPw=27>`11l`@;*lae6i;LO2 zckfBywS@p^0ml@C*Xu=56r!V}iHV6JCME_U1YWNfkH>?@;~_FK5&*qkkJ)TS2!YGx zqOhQmGJP`c@$XDJdx=B_)N+(bd&OUS1x4 zzu&4uKSefY|W`C3c0ztzR}UqY-ZdO zGXZv4tQ%|Ao016*w{zXMn4kM@^2^{gDk>`2wrv|mqY)uQxcfx3>^4woUywSAp~hjPqQ_1V*bo5mBZm6CnsmxshF(^?MFV-lrCBNGOMx=5V=&% zW#<6Su0EoomT;x@0PP*kjD{AIXnun&Z@x!jTohZZ&rBw~LFPg=p%D=uQKAL8*z z#>el_+S0&<^NsXebuwvGGne6f0j8t{wmz$&>aABuRC?e~`5ft{7bvejM0C_*ZvJ|k z-fM1#hi~EPy2!U*AEM`~)4{}*JnQiJr%D5|CZlfo@|Cjq?NWK>`^$3d_V4o6Xh3#4 z2j!Rb7vx8~zmUn#r%B)h6WM$$(gM4H&NWFX^5cp*fx5>HaX(D)q+wrHR+dao nPL_cEzXF&kEfan7M6>EI-Yol63RVH700000NkvXXu0mjfY{`Ln literal 0 HcmV?d00001 diff --git a/img/personal/nuevo.png b/img/personal/nuevo.png new file mode 100644 index 0000000000000000000000000000000000000000..efea14a8bc02d8ee28492dad01ccecef521e72a3 GIT binary patch literal 1225 zcmV;)1UCDLP)ELt`QA!Soku`eqm zDj~$K2&qyUB*Y@AXxb>jiJgZ%ZpJfnSd5*x_IUCDjx?Ib^*!HrzjN+6*P^QYTMIgi zGe8}*0n`8=)JaDr1iHWu$TPq4Bp975;{@*AyZ3?TdG}q{bwxym-&GY=mBAfVMI;f| z?c%xtp4Xw^cEojGV$93fu|f0V+{VL8bDO^#!vW9&`5X8XWXrESNdTPj)mUr4x^?ST z$#Euz7$uvM*aqDOHc__FqzUZPYOPyiZoam^|MTq^8{YQi`DYKTO}2mrNEvh)c%DfB za9!7BeSQ51P(&DtF}xeo#h516Y+&sc#%y6^8!@}oYm1btpHQ!t?e6Y(m)h-%w;PS- zLu<7H6hH_%3wwTL<-lYHbp$l~iZBvjO&epjF=lf>WF2d^D3w13pji5d+KemJ>Or;B zsl5mKI_P!KtH5H=S+o-bMpvD+dJ(~xLySGZm^Rk5Fs7N3un}JAQ;fMZ_C{ftXrg1`ViN73o)}3KCH7q$@!L|9}tF* zuEqWD7vQHRFbm9PDv)OQB>0g6(g*1w5+K^bac*XUzq%NoLg8IH-GdvXTeSkrotOjT z;35ekF-9UpB9tbFz0XjMatQ#0hhGv!f4Hhz1oc20Q*&UP$T1n4J`dl4IR1_B@QYmV zsQ(Lb^Z@k86+n=igxO&*C`AMZa0gd`sQ+UwfjE8)>=VZhX?2u7NNZ{mj?$b|!UIY` z38jou#h6Mi0q6rY!q5fS2RgtcfngG60Us+-B+a22pf+d${)mr&Bw59n>xj$@zP<#R zqt}Z8TEGslok?I+fl=V&_ae$X$}VsLB|z09iXIb3KM?gF4oC{dzKP?!k7@y7o^H1V z$R@}mzp@hM)`3x*RH6pVqa1=pB*`Yd;A@0-N>D>Uh@)kq{!^3&j&qfRP9I>|udMt9 z8NDD$lBuAtDq(?Zpb3biE0i+IENS;0Zp#8n8K?vEG@E;X{5te=Vh-dh;i23BW)PmD z)DZSj?IF?!1XUOC(=qclFE*O^m6b4;zz}Gf3gb$MTt=BiXrr_c*#$xr3sOh50n8y% zXMAm^&VhU-1Slcm16Kw$Djw7dfa!{!TY+i4;&|@VDt|J8vz`;DbubQAtE=AtRiGy#doq^sMPLrNKziIsGTofd1SpX9>NfCPRl5`ajzz?fp06sT nIr3j^3qyJ^41hpY6M%mJ+jHmKi3|jJ00000NkvXXu0mjfDF`aY literal 0 HcmV?d00001 diff --git a/img/personal/rew.png b/img/personal/rew.png new file mode 100644 index 0000000000000000000000000000000000000000..aea2a2a4206a1d45c77c7103ad703cbdf375a3b3 GIT binary patch literal 1275 zcmV7Zq+v*kY0}uFGZSN}q!beoZILEbD;-n+Ky=|k6cz? z>Y}(&3~t1Y)P<#3Yr$?5ir}KOCYWUMpV;PqGV|um%zO8^ct7)IGGjAopbHP2dH2n| z=bZ1J-x)?kxSu54SL<5|AR0T<(Ri#^t5i+|fN-oY3qbO|)idhYuP2R-Drr7?`T!Hy z59Nm@$EeTHdUUC;aL9*k}Umr z^l-Z-K*((dfaoqbr;0#?kDYzJN(&A=d#GLARwZx7HUOUoH~}1ljZ|eMcJ}R%Di1u@ z)uFEFCM>@BQuaJxaSmd4FN$b){|BK^)v3cz?N{el4J@o0*ioYb02r6#aA&Ww5yNhh zdjN>sFqEfo?99pSwbds&5AIWD7t>ftW&i-32#Tr*re)5cwuJp6w`MZA00341fO8J^ zA0CKw_n)h;3%z^r@it|8A%#RL>+P8);Ye4z1hT={HVN*1i0sf32n-BA{qnmf>k9!v zVCy}=7+5&g|K-m5+BcqfY_BqTCy8XbFyV)$mdgS!rlz{;g7>@!$o=pc@9h;L-RieZ z4G+B3@#w?K_&;mVGvFQn*365NX=+%)Yi3B|evck*%mll?K4e z0kDGv01!k)UTj$YVNXlrfxWG}<@j6z+1$Mw_w1AezzJXgF#^fLl|9j&`&%PT!M~?h zkTdy~7zcoyX#vF614t%y2m%9ffQXMSEF~VPuS*3JYdUmeQ(d+siOd4|I<8lD7U!@m z`=;iy{MP*P+IKf@ji#FFwn0;*^_n(G#W|1%V3F5SML9v^7kl1WT1kC<UmqNbfA&!8ZVdoZzQnArtpYid)NQ+NS#w_-E;VloS~0Qm z0E|nAsx{FSznqwK0Y>KfSX=>wKBTw79uBQ9qFWE?ge zP6NacgmggG+QE^ceN?-cN zmkktg^GOf{8Hg->5a)vqwWT7AQDiU8N}6PA(?79o?oIAJ=jTIi(wk&W+buQ+4)@%X zbI$Mc`~J@Pom@slXk_6Hwf>+0U0qi^ZD&S~Hw<7gkWxVGdRzZ+PeT9zfJvrn9&fa* zcciZ&0AM6fz1Zc~{l2TA-qEwW4*+0KvyM|QJgfTy+Bb(zj}GiQfRu!#H487DJgPSZ zn!XJ6jlI3oHB|RYN8jf@+gM^-P2#HNlORY*NM}sgg7Ex_r}W<@rbk2lV}Y4yWcYyq zY_`6t?GMycrIfZfhjfzI%32OWNSrtp_WwCC{prEeV}aOsQ}4t!O~=4{+s zG4RaM!}`sew+BLJK5LG383QypC^wr^CAW|dcQ=@Mf%#YBGx~KpEs={IA zJXp!BSpb`vZaHGqRG?lVC>n3_DM-We>nvnl|xfF67jip)5v`tyLRC%Czn-~y5|9p%HdHM67jip zE0@0%8;`tSYkXM<2!%8odTcL<3j3j`NU=>+7$;>RMW-_xd&;YFC=5u>#3LDn8 zEi9yxWm~ zlbZPIXJ@^lm+sh-t4jB8ZUE^Rbys&^aUsdLng=nya5rU|={s+xCNKY5l)R#f%J<4W zQ37yeu^D5+<%!}v%T(bWKZui&UrD^4n!Nmn8_xA~L)iC=f29I$5DO^ni?R~{fa|o+ yvd!iG1_c literal 0 HcmV?d00001 diff --git a/img/php.gif b/img/php.gif new file mode 100644 index 0000000000000000000000000000000000000000..fa114de1a195a2529a68a095a93f14ebc0bd7621 GIT binary patch literal 1160 zcmV;31b6#KNk%w1VP*g?0E7Sl00030|NohpnE*30GXOI)Gcz+YW;14HW;2;)W|=c) znPz6pW;14Hnar7)%x0OHW@cuYnP$w)%w{t)%*_8YGXOIH05fJYW@a-pGnxPY|NsC0 z|NsC0|NsC0|NsC0EC2ui0A>I$000I4ARvxpX`X1Ru58N&a4gSsZQppV@3%M$z#mK? z3=m~O+VO}?#(>PB^9C&%X+C6aS&SOJ!?1QszT${rbS?Xwe$DME_op5!-E%5fj0IS= zczjZ6Z+3rAf@FJp0c?X^kcf$Sadci)Ihcnrjy#^9prM~Gq@|{(sHv(Y0|WyF2C)aS zu?7XL1FO2bDh03y2nh-a#Ka55#KQ^<%dxk-(5VFn$koZm!U+q**2A^A(cvku#@Y(o z!rR#A=EmpB*3RJK;spr}4cf`b*uoAD4*W_j>Z14J%Au$g2{B{+QBr4ut3OE0w_4xhw`1o1rBTifN&BX zJ9XLKDf4x+RL*?tv^99J;6c8r4$u)3+K{T%V^tSSO#pC#fCkvWDzMeG1rcQL1TgSL zm#%=U2_B57TL8k@1OoWd^@|Z6!g*~^K%f9sE7@^=^QEXD;27kcCk-Sxmhyq4H z7!AR~2(l~z^c^i!H9*m%NeF;vQ1j*z2R!TJ)*!U&k`4lkxZogl!?O}n7f5aqc<>Pu z`YB_3TLgjKFo!ufAOgaJWW}2cJ&Qm=cmM{@H_Udv0Jo?KTHhY9vEMe~Ll>ZHFQEbe z%KI4?ln8h6CX_wwO#WnBb@n7xUjnCn=MPs7Sfo#01av2X2o>ma%z*jv;|*eo(HE6k zW^q^dw19H|{PVzp64-VTL_}8fTLU{$ zn4LKbR%gIW=B%_AU3=Zd6^vS{CP8ZuaA}bM8^I^vZ3YBcOap6@P{3cOnFHcQaqd;p zg-KCYod{P#1k-`A_(GUA0$||Fil{A0qiVJode=JH)b^*G@2OjNO4b9W z0dNtL<^+GkX)2^;`YzAL=4?>>UAIdDzZc24qN&C^;k-OS0MR=r5m0 zDYI5z5=ek?4^7=7i(x(`rIllAAz+Ke2t)G^K+a>B;YJ`6pBA4U7o zN&zwWa&rJT695AVjUY{Q)mT?Og3v;vptaRogN?P=VOu@+313fL_StJ^L3IgVr=WG* zYA4#c+IG%t~x3q0028z7!-8? literal 0 HcmV?d00001 diff --git a/img/siguiente.png b/img/siguiente.png new file mode 100644 index 0000000000000000000000000000000000000000..db041b854abfd25a2ff73005a036e290ae5cb09b GIT binary patch literal 382 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?3oVGw3ym^DWND9B#o z>FdgVjgf^}K;V5-xFk?Ww!}4}#5q4VH#M(>!MP|ku_QG`p**uBLm?z1Rl(iUH{gAW zY93JG7f%<*kch)iuiJASG7vfb@xJ$5n}*HiAH`U0J?>grtZXk3NjG`N2Ct$7P1vM?qS>~VAi1B zBAdW1$UMX8Nd93D#a@w1-vsOL1l~QPzA$g^Yv$YQ-al$MEqnP}&DLvL90?jaYzDlW znR5>3FkIhYe!%<<&jYS#<{gKRF|7Qc;9zx!n?v*+%ba|RR<3fUj)v4l&HKb(zK=gH Z&pqehn(v3!3jzJl;OXk;vd$@?2>`UDk7)n^ literal 0 HcmV?d00001 diff --git a/img/tux.ico b/img/tux.ico new file mode 100644 index 0000000000000000000000000000000000000000..9b7812f80b687c8cf2adaf32280b94d9b5f4c49f GIT binary patch literal 1150 zcmaizdq`7J9LIk;H=SF$ENlj0kS}KFdibKC2a-YrPLYIA5FJ*aP@$5T?2<@` z%}42a5K$x%B`~oqw)20V-S!&c6m}qmmsi{vP+ZYQ!mtzugfOv0lJbhmA2YR*KoGYx zC@{CImfA-Qq+NEQ7jPH3BY z@VJFB-+-uD;K+LmUTAcf(SO3*o^F)ZJwW2bIxfrsvIQVnYei7{m1;MCtZAUX-UK{i zwHu%9IHSCa@u5L1nU^qU_>LjX1j^r8@XWA@7S@;F^>LOC%j9mJE;qy`)V^+RF#tE) zN73KchxN5pm`o-t%+FzB>I;gx4LE%<8(C#{aPVw?#Ww3PVbaXPg`VLtaKmP^VP$0n zro}}VjYf0~e?WSA24Z7k5XcX?=D|Ep$fM3zogFUT;c&PzEEWsQW;14|rw|_>4~awq z9*^=ol#jbqQc~jLxrxiLTCK3#?NF=Lh=_=QKp-$O;*byJS@6YTu|}`gyE3-6oY>gd zfYa#&m&@8X)p^=?b>}N9Z`-yXf*GAo2cb~Nv7=0(yHZ}8`}c_&o3#d9)dGFNgF{Ob#-@?YzI9U98pLsF9N+67@T~}f1U0vwwxHq70936nk(hLXrH5Cel0y#N3kV>UyR+M=+?BN6Ca(RtP vrTVEvjU&NCKbThC3MaBNZALSl+o5{)Gcfiaq||33 literal 0 HcmV?d00001 diff --git a/inc/configuracion.ant b/inc/configuracion.ant new file mode 100644 index 0000000..cbfdf7c --- /dev/null +++ b/inc/configuracion.ant @@ -0,0 +1,35 @@ +. + * + */ +define('AUTOR','Ricardo Montañana Gómez'); +define('SERVIDOR','localhost'); //Ubicación del servidor MySQL +define('BASEDATOS','Inventario2'); //Nombre de la base de datos. +define('USUARIO','test'); //Usuario con permisos de lectura/escritura en la base de datos +define('CLAVE','tset'); //contraseña del usuario. +define('VERSION','0.9 Beta'); +define('PROGRAMA','Gestión de Inventario.'); +define('CENTRO','I.E.S.O. Pascual Serrano.'); +define('APLICACION',CENTRO.' '.PROGRAMA.VERSION); +define('NUMFILAS',15); // Número de registros a mostrar en las pantallas de consulta iniciales +define('PAUSA',2);//Nº segundos de pausa para mostrar mensaje id insertado +define('ESTILO','bluecurve'); //Estilo de los iconos de edición (bluecurve, bluecurve, bluecurve) +?> diff --git a/inc/configuracion.inc b/inc/configuracion.inc new file mode 100644 index 0000000..a16af4c --- /dev/null +++ b/inc/configuracion.inc @@ -0,0 +1,35 @@ +. + * + */ +define('AUTOR','Ricardo Montañana Gómez'); +define('SERVIDOR','localhost'); //Ubicación del servidor MySQL +define('BASEDATOS','Inventario2'); //Nombre de la base de datos. +define('USUARIO','test'); //Usuario con permisos de lectura/escritura en la base de datos +define('CLAVE','tset'); //contraseña del usuario. +define('VERSION','0.9 Beta'); +define('PROGRAMA','Gestión de Inventario.'); +define('CENTRO','I.E.S.O. Pascual Serrano.'); +define('APLICACION',CENTRO.' '.PROGRAMA.VERSION); +define('NUMFILAS',16); // Número de registros a mostrar en las pantallas de consulta iniciales +define('PAUSA',2);//Nº segundos de pausa para mostrar mensaje id insertado +define('ESTILO','bluecurve'); //Estilo de los iconos de edición (bluecurve, bluecurve, bluecurve) +?> diff --git a/inc/inventario.menu b/inc/inventario.menu new file mode 100644 index 0000000..33165d2 --- /dev/null +++ b/inc/inventario.menu @@ -0,0 +1,12 @@ +1|Maestros| +2|Ubicaciones|index.php?ubicaciones&opc=inicial +2|Artículos|index.php?articulos&opc=inicial +2|Elementos|index.php?elementos&opc=inicial&orden=ubicacion&sentido=asc +2|Usuarios|index.php?usuarios&opc=inicial +1|Inventario| +2|Ubicación|index.php?informeInventario&opc=Ubicacion +2|Artículo|index.php?informeInventario&opc=Articulo +2|Total|index.php?informeInventario&opc=Total +2|Descuadres|index.php?descuadres +1|Varios| +2|Configuración|index.php?configuracion diff --git a/index.php b/index.php new file mode 100644 index 0000000..ffc804d --- /dev/null +++ b/index.php @@ -0,0 +1,33 @@ + + * @version 1.0 + * @package Inventario + * @copyright Copyright (c) 2008, Ricardo Montañana Gómez + * @license http://www.gnu.org/licenses/gpl-3.0.txt + * This file is part of Inventario. + * Inventario 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. + * + * Inventario 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 Inventario. If not, see . + * + */ + //Se incluyen los módulos necesarios + function __autoload($class_name) { + require_once $class_name . '.php'; + } + include('inc/configuracion.inc'); + + $aplicacion=new Inventario(); + if ($aplicacion->estado()) + $aplicacion->Ejecuta(); +?> diff --git a/makedoc.sh b/makedoc.sh new file mode 100755 index 0000000..284a7c0 --- /dev/null +++ b/makedoc.sh @@ -0,0 +1,94 @@ +#!/bin/bash +# $Id: makedoc.sh,v 1.2 2007/12/10 01:11:19 ashnazg Exp $ + +#/** +# * makedoc - PHPDocumentor script to save your settings +# * +# * Put this file inside your PHP project homedir, edit its variables and run whenever you wants to +# * re/make your project documentation. +# * +# * The version of this file is the version of PHPDocumentor it is compatible. +# * +# * It simples run phpdoc with the parameters you set in this file. +# * NOTE: Do not add spaces after bash variables. +# * +# * @copyright makedoc.sh is part of PHPDocumentor project {@link http://freshmeat.net/projects/phpdocu/} and its LGPL +# * @author Roberto Berto +# * @version Release-1.1.0 +# */ + + +############################## +# should be edited +############################## + +#/** +# * title of generated documentation, default is 'Generated Documentation' +# * +# * @var string TITLE +# */ +TITLE="Inventario" + +#/** +# * name to use for the default package. If not specified, uses 'default' +# * +# * @var string PACKAGES +# */ +PACKAGES="Inventario" + +#/** +# * name of a directory(s) to parse directory1,directory2 +# * $PWD is the directory where makedoc.sh +# * +# * @var string PATH_PROJECT +# */ +PATH_PROJECT=$PWD + +#/** +# * path of PHPDoc executable +# * +# * @var string PATH_PHPDOC +# */ +PATH_PHPDOC=/usr/bin/phpdoc + +#/** +# * where documentation will be put +# * +# * @var string PATH_DOCS +# */ +PATH_DOCS=$PWD/docs + +#/** +# * what outputformat to use (html/pdf) +# * +# * @var string OUTPUTFORMAT +# */ +OUTPUTFORMAT=HTML + +#/** +# * converter to be used +# * +# * @var string CONVERTER +# */ +CONVERTER=Smarty + +#/** +# * template to use +# * +# * @var string TEMPLATE +# */ +TEMPLATE=default + +#/** +# * parse elements marked as private +# * +# * @var bool (on/off) PRIVATE +# */ +PRIVATE=on + +# make documentation +/usr/bin/phpdoc -d "$PATH_PROJECT" -t "$PATH_DOCS" -ti "$TITLE" -dn $PACKAGES \ +-o $OUTPUTFORMAT:$CONVERTER:$TEMPLATE -pp $PRIVATE + + +# vim: set expandtab : diff --git a/pdf.php b/pdf.php new file mode 100644 index 0000000..c465aca --- /dev/null +++ b/pdf.php @@ -0,0 +1,13 @@ +Open(); +$pdf->AddPage(); +$pdf->SetFont('Arial','B',16); +$pdf->Cell(40,10,utf8_decode('¡Hola, Mundo!'),1,1); +$pdf->Cell(60,10,utf8_decode('Conserjería'),1,1); +$pdf->Cell(80,10,'Conserjería',1,1); +$pdf->Close(); +$pdf->Output(); +?> \ No newline at end of file diff --git a/phpinfo.php b/phpinfo.php new file mode 100644 index 0000000..1442a01 --- /dev/null +++ b/phpinfo.php @@ -0,0 +1,3 @@ + diff --git a/plant/principal.html b/plant/principal.html new file mode 100644 index 0000000..da6bd09 --- /dev/null +++ b/plant/principal.html @@ -0,0 +1,67 @@ + + + + + + Gestión de Inventario + + + + + + + + + + +
+

url&orden=".strtolower($clave)."\"> $clave '.$clave.'Acción
+ + + + + + + + + + + + + + + + + + + + + + +
{opcion}
{control}{usuario}{aplicacion}{fecha}
+ + + +

{menu}
+ +
+ +
+ +{contenido}
+ +
+ + + + + diff --git a/testbd.php b/testbd.php new file mode 100644 index 0000000..967ba66 --- /dev/null +++ b/testbd.php @@ -0,0 +1,55 @@ +error()) { + die("Error al conectar\n"); + } + if (!$bd->ejecuta("select * from Articulos limit 0,10")) { + die("No pudo ejecutar consulta. ".$bd->mensajeError()."\n"); + + } + echo "Hay ".$bd->numeroTuplas()." registros.
\n"; + while ($datos=$bd->procesaResultado()) { + + foreach($datos as $clave => $valor) { + echo "[$clave]=[$valor] "; + } + echo "
\n"; + + } + $datos=$bd->estructura("Elementos"); + for ($i=0;$i $valor) { + $trozos=explode(",",$valor["Comment"]); + //echo "Trozos=";print_r($trozos);//print_r($campos); + foreach($trozos as $trozo) { + if (strstr($trozo,"foreign")) { + $temp=substr($trozo,8,-1); + list($tabla,$atributo)=explode(";",$temp); + $salida[$clave]=$tabla.",".$atributo; + echo "[$clave],[$tabla],[$atributo]
\n"; + $existen=true; + } + } + } + /*for ($i=0;$i"; + + /*foreach($datos[$i] as $clave => $valor) { + echo "[$clave]=[$valor] "; + } + echo "
\n"; + }*/ + if ($bd->error()) { + echo $bd->mensajeError(); + } + + +?> diff --git a/timerbar.js b/timerbar.js new file mode 100644 index 0000000..da5998b --- /dev/null +++ b/timerbar.js @@ -0,0 +1,118 @@ +/* + * To change this template, choose Tools | Templates + * and open the template in the editor. + */ + +// Timer Bar - Version 1.0 +// Author: Brian Gosselin of http://scriptasylum.com +// Script featured on http://www.dynamicdrive.com + +var loadedcolor='darkgray' ; // PROGRESS BAR COLOR +var unloadedcolor='lightgrey'; // COLOR OF UNLOADED AREA +var bordercolor='navy'; // COLOR OF THE BORDER +var barheight=15; // HEIGHT OF PROGRESS BAR IN PIXELS +var barwidth=300; // WIDTH OF THE BAR IN PIXELS +var waitTime=5; // NUMBER OF SECONDS FOR PROGRESSBAR + +// THE FUNCTION BELOW CONTAINS THE ACTION(S) TAKEN ONCE BAR REACHES 100%. +// IF NO ACTION IS DESIRED, TAKE EVERYTHING OUT FROM BETWEEN THE CURLY BRACES ({}) +// BUT LEAVE THE FUNCTION NAME AND CURLY BRACES IN PLACE. +// PRESENTLY, IT IS SET TO DO NOTHING, BUT CAN BE CHANGED EASILY. +// TO CAUSE A REDIRECT TO ANOTHER PAGE, INSERT THE FOLLOWING LINE: +// window.location="http://redirect_page.html"; +// JUST CHANGE THE ACTUAL URL OF COURSE :) +// @todo prueba +/** + *@todo prueba + *TODO prueba + *@todo: prueba + */ + +var action=function() +{ +alert("Welcome to Dynamic Drive!"); +//window.location="http://www.dynamicdrive.com +} + +//*****************************************************// +//********** DO NOT EDIT BEYOND THIS POINT **********// +//*****************************************************// + +var ns4=(document.layers)?true:false; +var ie4=(document.all)?true:false; +var blocksize=(barwidth-2)/waitTime/10; +var loaded=0; +var PBouter; +var PBdone; +var PBbckgnd; +var Pid=0; +var txt=''; +if(ns4){ +txt+='
'; +txt+=''; +txt+=''; +txt+=''; +txt+=''; +txt+=''; +txt+='
'; +}else{ +txt+=''; +} + +document.write(txt); + +function incrCount(){ +window.status="Loading..."; +loaded++; +if(loaded<0)loaded=0; +if(loaded>=waitTime*10){ +clearInterval(Pid); +loaded=waitTime*10; +setTimeout('hidebar()',100); +} +resizeEl(PBdone, 0, blocksize*loaded, barheight-2, 0); +} + +function hidebar(){ +clearInterval(Pid); +window.status=''; +//if(ns4)PBouter.visibility="hide"; +//else PBouter.style.visibility="hidden"; +action(); +} + +//THIS FUNCTION BY MIKE HALL OF BRAINJAR.COM +function findlayer(name,doc){ +var i,layer; +for(i=0;i0) +if((layer=findlayer(name,layer.document))!=null) +return layer; +} +return null; +} + +function progressBarInit(){ +PBouter=(ns4)?findlayer('PBouter',document):(ie4)?document.all['PBouter']:document.getElementById('PBouter'); +PBdone=(ns4)?PBouter.document.layers['PBdone']:(ie4)?document.all['PBdone']:document.getElementById('PBdone'); +resizeEl(PBdone,0,0,barheight-2,0); +if(ns4)PBouter.visibility="show"; +else PBouter.style.visibility="visible"; +Pid=setInterval('incrCount()',95); +} + +function resizeEl(id,t,r,b,l){ +if(ns4){ +id.clip.left=l; +id.clip.top=t; +id.clip.right=r; +id.clip.bottom=b; +}else id.style.width=r+'px'; +} + +window.onload=progressBarInit; \ No newline at end of file diff --git a/tmp/inventarioArticulo.xml b/tmp/inventarioArticulo.xml new file mode 100644 index 0000000..9a72223 --- /dev/null +++ b/tmp/inventarioArticulo.xml @@ -0,0 +1,21 @@ + + + + + + select A.id as id,U.Descripcion as ubicacion,E.fechaCompra as fechaCompra, + E.numSerie as numserie,E.Cantidad as cantidad + from Elementos E, Articulos A, Ubicaciones U where A.id=E.id_Articulo and U.id=E.id_Ubicacion + and A.id='593' order by U.Descripcion,numserie; + + + + M. E. C. - Dotación Inicial + + + + + + + + diff --git a/tmp/inventarioUbicacion.xml b/tmp/inventarioUbicacion.xml new file mode 100644 index 0000000..e856064 --- /dev/null +++ b/tmp/inventarioUbicacion.xml @@ -0,0 +1,23 @@ + + + + + + select A.id as id,A.Marca as marca,A.Modelo as modelo,E.fechaCompra as fechaCompra, + E.numSerie as numserie,A.Descripcion as descripcion,E.Cantidad as cantidad + from Elementos E, Articulos A, Ubicaciones U where A.id=E.id_Articulo and U.id=E.id_Ubicacion + and U.id='144' order by A.descripcion; + + + + Inventario de Ubicación + + + + + + + + + + \ No newline at end of file diff --git a/tmp/prueba.pdf b/tmp/prueba.pdf new file mode 100644 index 0000000000000000000000000000000000000000..0ab38caf9557f46b3a8a9bc509a223ed9f3bd8f9 GIT binary patch literal 4076 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 E3p6YOdH?_b literal 0 HcmV?d00001 diff --git a/upgrade.php b/upgrade.php new file mode 100644 index 0000000..c20c245 --- /dev/null +++ b/upgrade.php @@ -0,0 +1,159 @@ +. + * + */ +$host="localhost"; +$baseAnt="Inventario"; +$baseNueva="Inventario2"; +$usuario="root"; +$claveUsuario="galeote"; +$probar=false; + + +// No se debería modificar nada después de este comentario +function creaUbicacion($bd1,$bd2,$clave) +{ + global $probar; + $comando="select nombre from Ubicaciones where codigo=".$clave.";"; + $resultado=$bd1->query($comando); + if ($bd1->affected_rows==0) { + echo $comando; + die("No encontró la ubicación ".$clave); + } + $dato=$resultado->fetch_assoc(); + $valor=$dato['nombre']; + $comando="insert into Ubicaciones values (NULL,'".$valor."');"; + if ($probar) { + echo $comando; + return 1; + } else { + $test=$bd2->query($comando); + if (!$test) { + die("**No pudo insertar ubicacion.".$comando); + } + return $bd2->insert_id; + } +} +function creaArticulo($bd1,$bd2,$clave) +{ + global $probar; + $comando="select * from Articulos where codigo='".$clave."';"; + $resultado=$bd1->query($comando); + if ($bd1->affected_rows==0) { + echo $comando; + die("No encontró el artículo ".$clave); + } + $dato=$resultado->fetch_assoc(); + $valor1=$dato['descripcion']; + $valor2=$dato['marca']; + $valor3=$dato['modelo']; + $valor4=$dato['cantidad']; + $comando="insert into Articulos values (NULL,'".$valor1."','".$valor2."','".$valor3."',".$valor4.");"; + if ($probar) { + echo $comando; + return 1; + } else { + $test=$bd2->query($comando); + if (!$test) { + die("**No pudo insertar artículo.".$comando); + } + return $bd2->insert_id; + } +} +function generaSesion() +{ + $long=10; + $cadena=""; + for ($i=0;$i<$long;$i++) { + $cadena.=chr(rand(40,126)); + } + return $cadena; +} +/* + * + * Comienzo del programa principal. + * + */ +$bd1=new mysqli($host,$usuario,$claveUsuario,$baseAnt); +if(mysqli_connect_errno()) { + die("**Error conectando a la base de datos antigua.".$bd1->error); +} +$bd2=new mysqli($host,$usuario,$claveUsuario,$baseNueva); +if(mysqli_connect_errno()) { + die("**Error conectando a la base de datos nueva.".$bd2->error); +} +$bd2->autocommit(false); +$datos=$bd1->query("select * from Elementos;"); +if (!$datos) { + die("**No encontró datos en la tabla de elementos."); +} +$numRegistros=$bd1->affected_rows; +$contador=0; +$ubicaciones=array(); +$articulos=array(); +echo "++Comenzando proceso de actualización de Elementos con ".$numRegistros." registros por procesar.
\n"; +while($fila=$datos->fetch_assoc()) { + $contador++; + echo "Procesando registro ".$contador." de ".$numRegistros."
\n"; + if (!isset($ubicaciones[$fila['codUbicacion']])) { + $ubicaciones[$fila['codUbicacion']]=creaUbicacion($bd1,$bd2,$fila['codUbicacion']); + } + if (!isset($articulos[$fila['codArticulo']])) { + $articulos[$fila['codArticulo']]=creaArticulo($bd1,$bd2,$fila['codArticulo']); + } + $comando="insert into Elementos values (NULL,".$articulos[$fila['codArticulo']].",".$ubicaciones[$fila['codUbicacion']]; + $comando.=",'".$fila['numserie']."',".$fila['cantidad'].",'".$fila['fechaCompra']."');"; + if ($probar) { + echo $comando."
"; + } else { + $res=$bd2->query($comando); + if (!$res) { + die("**Error ejecutando el comando de actualización. ".$comando." ".$bd2->error); + } + } +} +//Traspasa los usuarios +$datos=$bd1->query("select * from Usuarios;"); +if (!$datos) { + die("**No encontró datos en la tabla de Usuarios."); +} +$numRegistros=$bd1->affected_rows; +$contador=0; +while ($fila=$datos->fetch_assoc()) { + $contador++; + echo "Procesando registro ".$contador." de ".$numRegistros."
\n"; + $sesion=generaSesion(); + $comando="insert into Usuarios values (NULL,'".$fila['usuario']."','".$fila['usuario']."','".$sesion; + $comando.="',".$fila['altas'].",".$fila['modificaciones'].",".$fila['bajas'].",".$fila['consultas'].","; + $comando.=$fila['informes'].",".$fila['usuarios'].",1);"; + if ($probar) { + echo $comando."
"; + } else { + $res=$bd2->query($comando); + if (!$res) { + die("**Error ejecutando el comando de actualización. ".$comando." ".$bd2->error); + } + } +} +echo "++Fin del proceso.
\n"; +$bd2->commit(); +$bd1->close(); +$bd2->close(); +?> diff --git a/xml/informeArticulos.xml b/xml/informeArticulos.xml new file mode 100644 index 0000000..d6b73ab --- /dev/null +++ b/xml/informeArticulos.xml @@ -0,0 +1,17 @@ + + + + + select * from Articulos order by descripcion; + + + Relación alfabética + + + + + + + + + diff --git a/xml/informeDescuadres.xml b/xml/informeDescuadres.xml new file mode 100644 index 0000000..96a8947 --- /dev/null +++ b/xml/informeDescuadres.xml @@ -0,0 +1,25 @@ + + + + + + select A.id as id,A.Descripcion as articulo,A.Marca as marca,A.Modelo as modelo, + A.cantidad as cantidadi,sum(E.cantidad) as cantidadu + from Articulos as A join Elementos E on E.id_Articulo=A.id group by A.id + having sum(E.cantidad) != A.cantidad union select A.id as id,A.Descripcion as articulo,A.Marca as marca,A.Modelo as modelo, + A.cantidad as cantidadi,0 from Articulos as A where A.id not in (select id_Articulo from Elementos E) + order by articulo; + + + + Relación de Descuadres + + + + + + + + + + diff --git a/xml/informeElementos.xml b/xml/informeElementos.xml new file mode 100644 index 0000000..42bd0ab --- /dev/null +++ b/xml/informeElementos.xml @@ -0,0 +1,25 @@ + + + + + + SELECT E.id as id,U.Descripcion as ubicacion,A.Descripcion as articulo,A.Marca as marca,A.Modelo as modelo,E.numserie as numserie,E.cantidad, + DATE_FORMAT(E.fechacompra, '%d/%m/%Y') as fechaCompra + FROM Elementos E inner join Articulos A on E.id_articulo=A.id inner join + Ubicaciones U on E.id_ubicacion=U.id order by ubicacion,articulo,marca,modelo,numserie; + + + + Relación por Ubicaciones + + + + + + + + + + + + diff --git a/xml/informeUbicaciones.xml b/xml/informeUbicaciones.xml new file mode 100644 index 0000000..593d7e1 --- /dev/null +++ b/xml/informeUbicaciones.xml @@ -0,0 +1,14 @@ + + + + + select * from Ubicaciones order by Descripcion; + + + Relación alfabética + + + + + + diff --git a/xml/inventarioArticulo.xml b/xml/inventarioArticulo.xml new file mode 100644 index 0000000..508553e --- /dev/null +++ b/xml/inventarioArticulo.xml @@ -0,0 +1,21 @@ + + + + + + select A.id as id,U.Descripcion as ubicacion,E.fechaCompra as fechaCompra, + E.numSerie as numserie,E.Cantidad as cantidad + from Elementos E, Articulos A, Ubicaciones U where A.id=E.id_Articulo and U.id=E.id_Ubicacion + and A.id='{id}' order by U.Descripcion,numserie; + + + + {Marca} - {Modelo} + + + + + + + + diff --git a/xml/inventarioUbicacion.xml b/xml/inventarioUbicacion.xml new file mode 100644 index 0000000..ef2a78f --- /dev/null +++ b/xml/inventarioUbicacion.xml @@ -0,0 +1,23 @@ + + + + + + select A.id as id,A.Marca as marca,A.Modelo as modelo,E.fechaCompra as fechaCompra, + E.numSerie as numserie,A.Descripcion as descripcion,E.Cantidad as cantidad + from Elementos E, Articulos A, Ubicaciones U where A.id=E.id_Articulo and U.id=E.id_Ubicacion + and U.id='{id}' order by A.descripcion; + + + + Inventario de Ubicación + + + + + + + + + + \ No newline at end of file diff --git a/xml/mantenimientoElementos.xml b/xml/mantenimientoElementos.xml new file mode 100644 index 0000000..2f09e55 --- /dev/null +++ b/xml/mantenimientoElementos.xml @@ -0,0 +1,20 @@ + + + Mantenimiento de Elementos + + SELECT E.id as id,U.Descripcion as ubicacion,A.Descripcion as articulo,A.Marca as marca,A.Modelo as modelo,E.numserie as numserie, + DATE_FORMAT(E.fechacompra, '%d/%m/%Y') as fechaCompra,E.cantidad as cantidad + FROM Elementos E inner join Articulos A on E.id_articulo=A.id inner join + Ubicaciones U on E.id_ubicacion=U.id {buscar} {orden} limit {inferior},{superior}; + + + + + + + + + + + +