Difference between revisions of "Kaldemonia"

From Free Pascal wiki
Jump to navigationJump to search
 
(→‎Download: added link to source download)
Line 28: Line 28:
 
=== Download ===
 
=== Download ===
  
coming soon
+
You can download the source from [http://sourceforge.net/project/showfiles.php?group_id=92177&package_id=148359&release_id=448040 Lazarus CCR].

Revision as of 12:51, 17 September 2006

Kaldemonia

About

Kaldemonia is a program where user can enter a search string that is used to search Google and return the results to three files: A Cache file, A Results file, and one large Htm file containing the full result from Google. This Program was done as practice for me in coding.

Kaldemonia compiles on Linux and can be Cross-Compiled to Win32 system from Linux with minor modification. Kaldemonia shows using a worker thread and Gui thread so GUI remains responsive while still functioning.

I used several examples to make it and asked many questions. So I hope you like it.


Requirements

1. TidyPas can be downloaded here: TidyPas

     N.B. TidyPas requires TidyLib to be installed and on win32 LibTidy.dll.

2. Synapse I used 37b6. I don't see that version anymore so I include it.

   Synapse can be found here: Ararat Synapse

Author

Blue1

License

GPL.

Download

You can download the source from Lazarus CCR.