Home » Wiki » h-source code » Ιστορικό » Διαφορές
Διαφορές ανάμεσα στην αναθεώρηση του/της 05:30, 19 Φεβρουάριος 2011, που δημιουργήθηκε από τον/την tonicucoz, και την αναθεώρηση του/της 05:22, 19 Φεβρουάριος 2011
Σημείωση: το κείμενο με κόκκινο έχει διαγραφεί από την προηγούμενη αναθεώρηση, το κείμενο με πράσινο έχει προστεθεί σε αυτή την αναθεώρηση και το κείμενο με γκρι δεν έχει αλλαχθεί
Διαφορές στην καταχώρηση: ο τίτλος
h-source
Διαφορές στην καταχώρηση: Το κείμενο της σελίδας του wiki
[p]h-source is the PHP software used to create h-node.com. The h-source source code is hosted at [a]http://savannah.nongnu.org/projects/h-source/|Savannah[/a].[/p]

[p]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 [a]http://subversion.apache.org/|subversion[/a]. Then type the following command in a terminal:[/p]

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

[p]You can also access the subversion repository using HTTP (slower)[/p]

[code]svn co http://svn.savannah.nongnu.org/svn/h-source/trunk/h-source[/code]

[h1]How h-source is built[/h1]

[p]h-source has been developed using the [a]http://www.easygiant.org|EasyGiant[/a] 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. [/p]

[p]For example, the URL of this page is the following:[/p]

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

[p]We can split the above URL in four parts[/p]

[enum]
[*] http://www.h-node.com -> the domain name[/*]
[*] wiki -> the controller, that is a PHP class [/*]
[*] page -> the public method of the controller called [/*]
[*] en/h-source -> a list (separated by /) of arguments passed to the [b]page[/b] public method of the [b]wiki[/b] controller[/*]
[/enum]
The contents of this page are in the Public Domain. (see the CC0 page for detailed information). Anyone is free to copy, modify, publish, use, sell, or distribute the text for any purpose, commercial or non-commercial, and by any means.
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