TECHNOLOGIES USED BY OPEN SOURCE SMART PUBLISHER
Smart Publisher is web-based open source application written in PHP, and uses Direct Browser (exclusive product of Netwerk) for quick and easy installation and management.
Direct Browser is based on the idea of modified internet application, witch is based on a prototype of dynamic and static pages, a compatible desktop application with all Microsoft systems.
Smart Publisher can also be installed on a web server (apache, iis, etc), so that many users can have access from a local network. (for use in big development sections)
All internal saving functions of Smart Publisher (project management, etc) are done on local database and there is a possibility of choosing between MySQL and SQLite. Direct Browser has an on board procedure for downloading and installing MySQL.
Smart Publisher uses webservice (xml+soap) to run procedures of comparing and transferring data from local to remote system. Smart Publisher uses NuSOAP library to access webservice. Webservice is created as such way so that it can support sudo script on remote systems, that are operating linux, so that it has accessing files with difference rights of a web server user (apache, etc).
Smart Publisher supports eAccelerator, which provides the ability of transferring data in encrypted schema, from local to remote system.
Smart Publisher has internal procedure for live registration and live update via webservice.
Error handling of Smart Publisher is done in 3 stages:
1. Send automatically of php error log file via webservice, to department of programmers. 2. A group of programmers, correct the error and uploads a new version. 3. Update Smart Publisher on line. |