Difference between revisions of "WebPageDevelopment"

From Free Pascal wiki
Jump to navigationJump to search
(Created page with "The main web page of Lazarus project can be found here : http://www.lazarus.freepascal.org/ It is done with HTML and PHP, and connects to SMS (Simple Machines) forum SW. The...")
 
Line 15: Line 15:
  
 
The page can be improved by anyone by sending patches through bug tracker, the same way that patches are sent for pascal sources.
 
The page can be improved by anyone by sending patches through bug tracker, the same way that patches are sent for pascal sources.
However, if the changes are clearly a matter of taste (like
+
However, if the changes are clearly a matter of taste (like colors) then please discuss the changes first in mailing list or forum.

Revision as of 12:11, 23 June 2013

The main web page of Lazarus project can be found here :

http://www.lazarus.freepascal.org/

It is done with HTML and PHP, and connects to SMS (Simple Machines) forum SW. The sources are in a subversion repository :

http://svn.freepascal.org/svn/lazaruswebsite/

which is almost the same address that Lazarus sources have, only "lazarus" is replaced with "lazaruswebsite". It is readable by anyone.

Testing the page locally requires normal web server + PHP installation. SMS (Simple Machines) does not need to be installed though. The PHP code is clever enough to insert "dummy" forum data when real data is not available.

The page can be improved by anyone by sending patches through bug tracker, the same way that patches are sent for pascal sources. However, if the changes are clearly a matter of taste (like colors) then please discuss the changes first in mailing list or forum.