download
 documentation
 LNF-dev ML
 
Home
LaNewsFactory
  Features
  Documentation
  Change Log
  Credits
  Lnf-dev ML
  Lnf-announce ML
  Download
Resources
Links
Dog Icon
Resources center

To develop LaNewsFactory, I use a lot of resources available on the Internet, from PHP language to XML specification or already coded library. In this page, I give you the bookmarks I used. I hope it will help you as much it helped me.



PHP script language
Dog Icon
PHP is a web script language with powerfull features (session, databases access ...). On the official site, you can download the language and HTML reference documentation.
On PHPBuilder.org, you have access to quality topic-focused articles with code sample. Use it !

HTML Templates
I use Fast Template library to integrate a HTML templates functionnality in LaNewsFactory. See the Fast Template page for download and Sascha Schumann's tutorial.

Site export with RSS
Dog Icon
Due to a Mike Krus effort and explanations, LaNewsFactory provides a RSS format backend file. This file provides a way to know the last news published on the site. It uses the RSS 1.0 specification proposal. RDF Site Summary (RSS) is a lightweight multipurpose extensible metadata description and syndication format. RSS is an XML application, conforms to the W3C's RDF Specification and is extensible via XML-namespace and/or RDF based modularization.

GNU
Dog Icon
LaNewsFactory is a free software and is distributed under the terms of the GNU General Public License. The gnu.org site is always a site of Reference for all of us !