#IntelligeN A flexible content publishing application for nearly every content management system. (read more ...)
##for end-users Due to the amount of functionality the usage might be complex at first sight. The Getting Started page is the first step to get in touch with the fundamental concepts of IntelligeN.
- Basic Definitions
- Getting Started
- Usage basics
- to continue ...
##for developers IntelligeN is build using Embarcadero® Delphi® 2010 Professional. The source code is split up in three parts: The CORE, SDK and VIEW folders. The CORE folder contains constants, interfaces and functions used by the SDK and VIEW part. The SDK folder contains files required by the VIEW, the plugins and the toolchain. Finally, the VIEW folder contains the graphical user interface of IntelligeN 2009. The source code of the open source components is integrated into the repository (except the Indy components, which are bundled with the IDE).
###CORE The CORE uses the following open source components:
- Indy Project (http://www.indyproject.org/)
- Delphi Spring Framework (https://bitbucket.org/sglienke/spring4d)
- OmniThreadLibrary (https://github.com/gabr42/OmniThreadLibrary)
- TRegExpr library (http://regexpstudio.com/TRegExpr/TRegExpr.html)
- JSON delphi library (http://sourceforge.net/projects/lkjson/)
- Delphi Encryption Compendium (http://www.michael-puff.de/Programmierung/Delphi/DEC/)
- hThreadList (http://geheimniswelten.de/tipps/codes/threadlist/)
###SDK In order to create plugins for IntelligeN, there is a video series on YouTube:
- https://www.youtube.com/watch?v=UCkFrk2UoSk
- to continue ...
###VIEW The VIEW uses the following commercial components:
- Developer Express Inc. VCL Subscription (https://www.devexpress.com/Products/VCL/)
- Fast Reports Inc. FastScript (https://www.fast-report.com/de/product/fast-script/)
- TMS Software TAdvMemo (http://www.tmssoftware.com/site/advmemo.asp)
- Neos Eureka S.r.l. EurekaLog (https://www.eurekalog.com/index.php)
The VIEW uses the following open source components:
- HtmlViewer (https://github.com/BerndGabriel/HtmlViewer)
- TurboPower Abbrevia (http://sourceforge.net/projects/tpabbrevia/)
- Directory Watch (http://www.cromis.net/blog/downloads/directory-watch/)
- EZTexturePanel (http://ez-j.com/maindelphi4.htm)
- DragonSoft XML Class Serializer (http://www.dragonsoft.us/delphi_vcl.php)
##License Copyright (c) 2007 - 2016 Sebastian Klatte
Published under GNU General Public License, Version 3 (GPLv3), see LICENSE