Free Spider web development

package for Free Pascal/Lazarus





Free Spider is web development package for Free Pascal / Lazarus. It is similar to Delphi's web broker /WebSnap technology.








Components:

  1. TSpiderCGI : generate CGI application

  2. TSpiderAction: component that has OnRequest for each Path

  3. TSpiderPage: use external HTML templates and link it to active contents

  4. TSpiderForm: generate HTML form using OOP methods like SpiderForm1.AddInput(itText,, etc

  5. TSpiderTable: generate HTML table from dataset or manually using OOP method like: SpiderTable1.AddRow('Yellow', ['One', 'Two', Three']);






Downloads

Download Free Spider package 1.2.5 (IIS upload files bug fix by Stefan Hille) (9.Feb.2012)

Download Free Spider package 1.2.4 (Modify Free Spider package to work with Lazarus version 0.9.30) (3.Apr.2011)

Download Free Spider package 1.2.3 (Adding Interfaces, fixing resource bug when create new application) (3.Sep.2010)

Free Spider package 1.2.2 (Has a bug in creating new FreeSpider applications) (Adding LabelCSS feature in Form's AddText. Adding AddHTML) (6.Jul.2010) Note: This feature can work when PutInTable = False

Download Free Spider package 1.2.1 (Has a bug in creating new FreeSpider applications) (Adding Checkbox, Remove LCL dependancy) (6.Jul.2010)
Note: If you have an older version of FreeSpider, then you should delete freeSpider*.* from units directory : Lazarus\i386\units in Windows or ~/.lazarus/bin in Linux

Download Free Spider package 1.1.1 (Reading cookies bug fix, set expiry date) (24.Apr.2010)

Download Free Spider package 1.1.0 (IDE Integration – Start new FreeSpider application) (14.Feb.2010)

Download Free Spider package (Old) 1.0.7 (First release) (3.Oct.2009)

Downloaded Free Spider User's manual (English)

Download Free Spider User's Manual (Arabic)

Download Free Spider web application sample copy page.htm into /cgi-bin directory

Download News sample (Using FireBird database)

License: LGPL


Performance

Author: Motaz Abdel Azeem