[puntoengine] r54 committed - Create engine.wiki to "es" locale

Skip to first unread message

punto...@googlecode.com

unread,
Jun 10, 2011, 11:17:56 AM6/10/11
to punto...@googlegroups.com
Revision: 54
Author: jba...@gmail.com
Date: Fri Jun 10 04:02:47 2011
Log: Create engine.wiki to "es" locale
http://code.google.com/p/puntoengine/source/detail?r=54

Added:
/wiki/es/engine.wiki
Modified:
/wiki/engine.wiki
/wiki/es/TableOfContents.wiki

=======================================
--- /dev/null
+++ /wiki/es/engine.wiki Fri Jun 10 04:02:47 2011
@@ -0,0 +1,40 @@
+#sidebar TableOfContents
+#summary Descripción del archivo engine.php
+
+= engine.php =
+
+
+== Descripción ==
+
+Código fuente del motor base de puntoengine, quien se encarga de llamar al
Kernel capturando todas las peticiones y procesandolas desde el Kernel en
los diferentes Servlets.
+ * <strong>categoria:</strong> puntoengine
+ * <strong>autor:</strong> Juan Benavides Romero
<juan.benav...@gmail.com>
+ * <strong>desde:</strong> 0.1.1
+ * <strong>licencia:</strong> GPL v3 or above
+
+
+== Includes ==
+
+{{{
+include('core/Kernel.php');
+}}}
+Incluye el Kernel de la aplicación.
+
+
+== Source ==
+
+{{{
+<?php
+/**
+ * Source code of engine base of the puntoengine application to load the
kernel
+ * to process all request and load the application servlet to manage the
request
+ * @category puntoengine
+ * @author Juan Benavides Romero <juan.benav...@gmail.com>
+ * @since 0.1.1
+ * @license: GPL v3 or above
+ */
+include('core/Kernel.php');
+
+Kernel::process($_GET, $_POST, $_SERVER, $_COOKIE, $_FILES);
+?>
+}}}
=======================================
--- /wiki/engine.wiki Thu Jun 9 04:02:00 2011
+++ /wiki/engine.wiki Fri Jun 10 04:02:47 2011
@@ -18,7 +18,7 @@
{{{
include('core/Kernel.php');
}}}
-Include de Kernel of application
+Include the Kernel of application


== Source ==
=======================================
--- /wiki/es/TableOfContents.wiki Thu Jun 9 02:44:16 2011
+++ /wiki/es/TableOfContents.wiki Fri Jun 10 04:02:47 2011
@@ -48,7 +48,7 @@
* template
* xml
* .htaccess
- * engine
+ * [engine]
* install

<strong>Ejemplos</strong><br/>
Reply all
Reply to author
Forward
0 new messages