diff options
author | Heckyel <heckyel@openmailbox.org> | 2016-11-14 18:29:48 -0500 |
---|---|---|
committer | Heckyel <heckyel@openmailbox.org> | 2016-11-14 18:29:48 -0500 |
commit | 8f02d172808042167c96e4cc3cc4c83a487d67ff (patch) | |
tree | cdfa2cbc8e8fcb0547ac373a3f70ed6e80e79af2 /terminado/README.md | |
download | iglpcp-8f02d172808042167c96e4cc3cc4c83a487d67ff.tar.lz iglpcp-8f02d172808042167c96e4cc3cc4c83a487d67ff.tar.xz iglpcp-8f02d172808042167c96e4cc3cc4c83a487d67ff.zip |
first commit
Diffstat (limited to 'terminado/README.md')
-rw-r--r-- | terminado/README.md | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/terminado/README.md b/terminado/README.md new file mode 100644 index 0000000..c1be4c3 --- /dev/null +++ b/terminado/README.md @@ -0,0 +1,42 @@ +# Interfaz gráfica para PfSense [IGP] +Escrito por Jesús E. Estupiñan M. en el año 2016 para facilitar a los programadores y así +crear portales cautivos más seguros. + +## Descripción +IGP, es un componente realizado en HTML5, CSS3 y JavaScript, con el fin de +proporcionar una Interfaz gráfica moderna. + +IGP, es compatible con LibreJS aprobado por GNU: https://www.gnu.org/software/librejs/free-your-javascript.html + +## Documentación +Esta documentación es importante para IGP. +Por favor léalo: + +* `index.html` - listo para ser usado en el servidor - NO DEMO +* `error.html` - listo para ser usado en el servidor - NO DEMO +* `LICENSE.txt` - The GNU General Public License, under whose terms IGP is +licensed. (Most of the data subdirectory is also licensed under +CC-by-SA) + +No se alarme si al visualizar el archivo index.html no se ve NADA. Si desea ver un DEMO de la Interfaz +vaya al directorio /demo y ejecute demo_index.html + +Es necesario mencionar que todos los archivos una vez estando el servidor CAMBIAN DE NOMBRE por ejemplo: +index.html a > captiveportal-index.html +errot.html a > captiveportal-error.html +funciones.min.js a > captiveportal-funciones.min.js +formulario.min.js a > captiveportal-formulario.min.js + +SIN EMBARGO, USTED NO TENDRÁ PROBLEMA ALGUNO AL SUBIR LOS ARCHIVOS, +porque los archivos .html ya llevan modificado con el NOMBRE FINAL. + +## Curso de PfSense +Si desea alguna guía audiovisual puede consultar +en esta dirección URL: https://goblinrefuge.com/mediagoblin/u/cybersy/collection/pfsense/ + +## El Fin +Gracias por descargar IGP, desarrollado por Cybersy. + +Interfaz gráfica para PfSense [IGP] + +Happy Hacking!!! |