Home » Wiki » h-source code » Historial » Revisión
Revisión de la página del wiki h-source code
Esta es una revisión anterior de esta página, editada por tonicucoz en 05:30, 19 Febrero 2011. Puede diferir significantemente de la Revisión actual.
h-source

h-source is the PHP software used to create h-node.com. The h-source source code is hosted at Savannah.

At the moment there is no stable releases but you can download the SVN version (updated daily). In order to download the SVN version you have to install subversion. Then type the following command in a terminal:

svn co svn://svn.savannah.nongnu.org/h-source/trunk/h-source

You can also access the subversion repository using HTTP (slower)

svn co http://svn.savannah.nongnu.org/svn/h-source/trunk/h-source
How h-source is built

h-source has been developed using the EasyGiant PHP framework. The EasyGiant PHP framework force the developer to adopt the MVC (model-view-controller) paradigm. According to this paradigm each web page served is managed by a Controller, a Model and one ore more View files.

For example, the URL of this page is the following:

http://www.h-node.com/wiki/page/en/h-source

We can split the above URL in four parts

  1. http://www.h-node.com -> the domain name
  2. wiki -> the controller, that is a PHP class
  3. page -> the public method of the controller called
  4. en/h-source -> a list (separated by /) of arguments passed to the page public method of the wiki controller
El contenido de esta página está en Dominio Público. (vea la página CC0 para información detallada). Cualquiera es libre de copiar, modificar, publicar, usar, vender o distribuir el texto para cualquier propósito, comercial o no comercial, y por cualquier medio.
h-node.org is a hardware database project. It runs the h-source PHP software, commit cdeda15, available under the GNU General Public (GPLv3) License.
JavaScript license information