management system
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 8197
LAN Management System 1.9.1
LMS is the integrated system of networks management designed for various size internet providers (ISP). more>>
LMS (LAN Management System) is the integrated system of networks management designed for various size internet providers (ISP).
That software writed in PHP, Perl and C, works with variuos database systems.
<<lessThat software writed in PHP, Perl and C, works with variuos database systems.
Download (1.93MB)
Added: 2006-07-01 License: GPL (GNU General Public License) Price:
1230 downloads
DEV web management system 1.5
Dev is powerful and very flexible content management system for web portals. more>>
Dev is powerful and very flexible content management system for web portals. Dev is powerful and very flexible content management system for web portals. System is licensed as freeware under the terms of GNU/GPL licence. Its absolutely free for non-commercial and commercial use.
DEV contains many modules required for system:
Articles
Dev provides easy way to publish articles for everyone visitor after registration. As site administrator, you have to check every article, and decide, if the article content is valid for publication. Only superusers can add articles directly without administrators check. DEV supports structuring articles into Zones and Sections
Articles equipment
Each article can be separately commented and discussed. Each article has a private statistics of readability. You can evaluate article by taking the poll.
News
You can also publish short news and create back-ends in xml format
Forums and Discussion boars
DEV provides a versatile spectrum of forums and discussion boards.
Polls
As each CMS system, DEV provides a polls too. Polls can be managed using the control panel.
Gallery
With DEV w.m.s., you are able to publish your multimedia files (videos, photos, pictures, etc...) quickly and easily using the Gallery module. This module supports creating thumbnails of your files. You can organize and categorize your multimedia stuff in sections. System can automatically scan selected directory with all subdirectories and add all multimedia content into gallery.
Download manager
Organize your files in "download section" this module allows you to manage download lists, each file has a separate download counter, etc ...
Advertisement
Manage advertisement on your site using this module.
Notification
Be informed about events on your site by wide range of notification functions.
Reports
System allows you to create system reports and export them into MS Excel or XML format.
Security
You can revoke access from some IP addresses. This is the good way to avoid sniper activitity of flooders, spammers, etc ... Note: Also, you can use broadcast addresses to wide range banning.
Control panel
You are allowed to administrate system by remote access using web-browser based control panel. Control panel provides you wide range of settings. Its optional for routine administration from any computer connected to the internet. All settings can be exported into file for backup or future use.
Design customizer
DEV w.m.s. allows you to change design using special user-friendly tool (contained in control panel) without editing html code! Using this tool, you are able to create variuos design schemes and share it with your friends. Also, if you dont want to use design customizer, there is way to create design manually by editing html and css sources.
<<lessDEV contains many modules required for system:
Articles
Dev provides easy way to publish articles for everyone visitor after registration. As site administrator, you have to check every article, and decide, if the article content is valid for publication. Only superusers can add articles directly without administrators check. DEV supports structuring articles into Zones and Sections
Articles equipment
Each article can be separately commented and discussed. Each article has a private statistics of readability. You can evaluate article by taking the poll.
News
You can also publish short news and create back-ends in xml format
Forums and Discussion boars
DEV provides a versatile spectrum of forums and discussion boards.
Polls
As each CMS system, DEV provides a polls too. Polls can be managed using the control panel.
Gallery
With DEV w.m.s., you are able to publish your multimedia files (videos, photos, pictures, etc...) quickly and easily using the Gallery module. This module supports creating thumbnails of your files. You can organize and categorize your multimedia stuff in sections. System can automatically scan selected directory with all subdirectories and add all multimedia content into gallery.
Download manager
Organize your files in "download section" this module allows you to manage download lists, each file has a separate download counter, etc ...
Advertisement
Manage advertisement on your site using this module.
Notification
Be informed about events on your site by wide range of notification functions.
Reports
System allows you to create system reports and export them into MS Excel or XML format.
Security
You can revoke access from some IP addresses. This is the good way to avoid sniper activitity of flooders, spammers, etc ... Note: Also, you can use broadcast addresses to wide range banning.
Control panel
You are allowed to administrate system by remote access using web-browser based control panel. Control panel provides you wide range of settings. Its optional for routine administration from any computer connected to the internet. All settings can be exported into file for backup or future use.
Design customizer
DEV w.m.s. allows you to change design using special user-friendly tool (contained in control panel) without editing html code! Using this tool, you are able to create variuos design schemes and share it with your friends. Also, if you dont want to use design customizer, there is way to create design manually by editing html and css sources.
Download (0.76MB)
Added: 2006-06-22 License: GPL (GNU General Public License) Price:
1225 downloads
Nelisys Management System 0.2.1
Nelisys Management System can manage and monitor system and network including Router, Switch. more>>
Nelisys project is Open Source Web-based Management System, to manage and monitor system and network including Router, Switch, Wi-Fi Access Point, Server, Networking services, etc.
There are performance and fault management function.
<<lessThere are performance and fault management function.
Download (0.045MB)
Added: 2006-08-25 License: GPL (GNU General Public License) Price:
1158 downloads
Learning Management System 1.14
Learning Management System allows users to manage online learning classes. more>>
Learning Management System allows users to manage online learning classes.
It allows them to set up classes, create assignments online, and send messages to students from within the system for tracking.
Learning Management System is a simple system to move academic classes onto the Web in order to reach a larger audience.
Enhancements:
- This release fixed two bugs in the library file system.
<<lessIt allows them to set up classes, create assignments online, and send messages to students from within the system for tracking.
Learning Management System is a simple system to move academic classes onto the Web in order to reach a larger audience.
Enhancements:
- This release fixed two bugs in the library file system.
Download (0.10MB)
Added: 2006-01-26 License: Other/Proprietary License with Source Price:
1368 downloads
LDAP User Management System 0.4
LDAP User Management System provides a set of basic LDAP API functions for PHP and a strong configuration language. more>>
LDAP User Management System (LUMS) provides a set of basic LDAP API functions for PHP and a strong configuration language. The project can then be used to create Web services or can be used in any PHP script.
The language allows the administrator to define LDAP object types along with their corresponding attributes.
Each attribute may be defined as required as multivalued with a type (string, binary, dn, telephone, mail, etc.) and can be user inserted, constant, auto incremented, or function created. Attribute uniqueness is supported.
It exports the following LDAP operations:
- function LUMS_ldap_search($L_binddn,$L_bindpassword,$L_basedn,$L_scope,$L_filter,$L_attrs_array)
Returns an $info object with the search results or a string with an error
- function LUMS_ldap_add_entry($L_binddn, $L_bindpassword,$L_object_type,$L_entrydn,$L_entry_info)
Returns 0 for success or string with error
- function LUMS_ldap_change_password($L_binddn, $L_bindpassword,$L_entrydn,$L_newpassword)
Returns 0 for success or string with error
- function LUMS_ldap_modify_entry($L_binddn, $L_bindpassword, $L_object_type, $L_entrydn, $L_change_info)
Returns 0 for success or string with error
- function LUMS_ldap_delete_entry($L_binddn, $L_bindpassword, $L_object_type, $L_entrydn)
Returns 0 for success or string with error
- function LUMS_ldap_rename_entry($L_binddn, $L_bindpassword, $L_object_type, $L_entrydn, $L_newrdn, $L_newparent, $L_deleteoldrdn)
Enhancements:
- Add a virtual attribute which is not stored on ldap but can be useful when creating other attribute values
- Add mapping between an indexing attribute value to other attribute values
- Fix a few typos
- Perform the same checks for all value types not just uservalue
- Lower case all passed attribute names
<<lessThe language allows the administrator to define LDAP object types along with their corresponding attributes.
Each attribute may be defined as required as multivalued with a type (string, binary, dn, telephone, mail, etc.) and can be user inserted, constant, auto incremented, or function created. Attribute uniqueness is supported.
It exports the following LDAP operations:
- function LUMS_ldap_search($L_binddn,$L_bindpassword,$L_basedn,$L_scope,$L_filter,$L_attrs_array)
Returns an $info object with the search results or a string with an error
- function LUMS_ldap_add_entry($L_binddn, $L_bindpassword,$L_object_type,$L_entrydn,$L_entry_info)
Returns 0 for success or string with error
- function LUMS_ldap_change_password($L_binddn, $L_bindpassword,$L_entrydn,$L_newpassword)
Returns 0 for success or string with error
- function LUMS_ldap_modify_entry($L_binddn, $L_bindpassword, $L_object_type, $L_entrydn, $L_change_info)
Returns 0 for success or string with error
- function LUMS_ldap_delete_entry($L_binddn, $L_bindpassword, $L_object_type, $L_entrydn)
Returns 0 for success or string with error
- function LUMS_ldap_rename_entry($L_binddn, $L_bindpassword, $L_object_type, $L_entrydn, $L_newrdn, $L_newparent, $L_deleteoldrdn)
Enhancements:
- Add a virtual attribute which is not stored on ldap but can be useful when creating other attribute values
- Add mapping between an indexing attribute value to other attribute values
- Fix a few typos
- Perform the same checks for all value types not just uservalue
- Lower case all passed attribute names
Download (0.12MB)
Added: 2007-04-28 License: Perl Artistic License Price:
913 downloads
Argyll Color Management System 0.60
Argyll is an experimental ICC-compatible color management system. more>>
Argyll is an experimental ICC-compatible color management system. Argyll Color Management System supports accurate ICC profile creation for scanners, CMYK printers, film recorders, and display monitors.
Spectral sample data is supported, allowing a selection of illuminants observer types, and paper fluorescent whitener additive compensation. Profiles can also incorporate source-specific gamut mappings for perceptual and saturation intents.
Gamut mapping and profile linking uses the CIECAM02 appearance model, a unique gamut mapping algorithm, and a wide selection of rendering intents.
It also includes code for a fast, portable 8-bit raster color conversion engine, as well as support for fast, fully accurate 16-bit conversion. Device color gamuts can also be viewed and compared using a VRML viewer.
Enhancements:
- Support for the USB-based X-Rite DTP94 (AKA Optix) display colorimeter.
- Comprehensive display control adjustment and calibration support.
- Full multi-monitor support for display adjustment, calibration, and profiling on all supported operating systems (MS Windows, OS X, and Linux/X11). Numerous bugfixes, and many minor feature additions and improvements.
<<lessSpectral sample data is supported, allowing a selection of illuminants observer types, and paper fluorescent whitener additive compensation. Profiles can also incorporate source-specific gamut mappings for perceptual and saturation intents.
Gamut mapping and profile linking uses the CIECAM02 appearance model, a unique gamut mapping algorithm, and a wide selection of rendering intents.
It also includes code for a fast, portable 8-bit raster color conversion engine, as well as support for fast, fully accurate 16-bit conversion. Device color gamuts can also be viewed and compared using a VRML viewer.
Enhancements:
- Support for the USB-based X-Rite DTP94 (AKA Optix) display colorimeter.
- Comprehensive display control adjustment and calibration support.
- Full multi-monitor support for display adjustment, calibration, and profiling on all supported operating systems (MS Windows, OS X, and Linux/X11). Numerous bugfixes, and many minor feature additions and improvements.
Download (2.4MB)
Added: 2006-07-18 License: GPL (GNU General Public License) Price:
1196 downloads
Deadlock User Management System 1.0
Deadlock is a powerful, customizable, fully featured user management system which protects Web directories and documents. more>>
Deadlock is a powerful, customizable, fully featured user management system which protects Web directories and documents using Apaches htaccess and htpasswd.
It features email verification and administrator approval capabilities that require the administrator to approve accounts before they become active. Deadlock supports both Basic and Digest authentication.
Main features:
- Administration Panel
- All settings and administrative controls are in the admin panel.
- User Panel
- Gives users the ability to change their password, email address, and any other account information
- Admin Approval
- When this option is enabled, the administrator must approve accounts before they are able to login to the protected area.
- User Email Verification
- Users are sent a confirmation email to the address specified and must click the link in the email to verify that the email provided is their email.
- Multiple Authentication Types
- The administrator has the option to choose between Basic and Digest authentication.
- Auto htpasswd generation
- Automatically generates the .htpasswd file containing the users when a new user is added.
- Auto htaccess generation
- Automatically generates the .htaccess file when the name of the protected area is changed.
- Templatable user panel pages
- The user panel pages are generated with a template engine, allowing you to customize the pages that the user sees by simply editing the html templates.
- Templatable System Emails
- Customize system emails by editing the templates. Deadlock does not yet include an editor in the admin panel.
- Web based configuration
- Configuration options can easily be modified through the administration panel.
- Integrated Email Functionality
- Specific users can be emailed straight through the admin panel, by simply selecting a link.
- Bulk Email all registered users
- Includes bulk email functionality allowing you to email everyone in the database.
- Search through user list
- The user list is searchable, allowing you to find a users account by just entering their last name, first name or username.
- Rollover Information
Enhancements:
- [bug fix] Fixed some problems that occur when gpc magic quotes is enabled
- [bug fix] Added some string escapes to mysql queries to prevent SQL injections
- [bug fix] If user edits their own account, notification email is not sent
- [security] Fixed bug that cuased problems when a user went to edit their account
<<lessIt features email verification and administrator approval capabilities that require the administrator to approve accounts before they become active. Deadlock supports both Basic and Digest authentication.
Main features:
- Administration Panel
- All settings and administrative controls are in the admin panel.
- User Panel
- Gives users the ability to change their password, email address, and any other account information
- Admin Approval
- When this option is enabled, the administrator must approve accounts before they are able to login to the protected area.
- User Email Verification
- Users are sent a confirmation email to the address specified and must click the link in the email to verify that the email provided is their email.
- Multiple Authentication Types
- The administrator has the option to choose between Basic and Digest authentication.
- Auto htpasswd generation
- Automatically generates the .htpasswd file containing the users when a new user is added.
- Auto htaccess generation
- Automatically generates the .htaccess file when the name of the protected area is changed.
- Templatable user panel pages
- The user panel pages are generated with a template engine, allowing you to customize the pages that the user sees by simply editing the html templates.
- Templatable System Emails
- Customize system emails by editing the templates. Deadlock does not yet include an editor in the admin panel.
- Web based configuration
- Configuration options can easily be modified through the administration panel.
- Integrated Email Functionality
- Specific users can be emailed straight through the admin panel, by simply selecting a link.
- Bulk Email all registered users
- Includes bulk email functionality allowing you to email everyone in the database.
- Search through user list
- The user list is searchable, allowing you to find a users account by just entering their last name, first name or username.
- Rollover Information
Enhancements:
- [bug fix] Fixed some problems that occur when gpc magic quotes is enabled
- [bug fix] Added some string escapes to mysql queries to prevent SQL injections
- [bug fix] If user edits their own account, notification email is not sent
- [security] Fixed bug that cuased problems when a user went to edit their account
Download (MB)
Added: 2007-01-01 License: GPL (GNU General Public License) Price:
1028 downloads
Legal Case Management System 0.7.2b
Legal Case Management System is a software aimed for use by not-for-profit legal advice centres. more>>
Legal Case Management System is a software aimed for use by not-for-profit legal advice centres in order to make better follow-ups of their cases, including client consultations and court events.
Integration into your offices activities
The software can be installed either on one computer or shared over a network. You can then provide a personal access to each member of your organisation. This allows them to chose how they want to work on a case and how the case information should be shared with the other members.
Users can then create new cases (or campaigns) to which they can attach a list of people or organisations involved as well as to add follow-up information.
- Organisations providing advice or consultations will benefit from being able to quickly consult the database for background information on a clients case and evolution, contact information, etc.
- Lawyers can use the software to track the evolution of a case and the resources spent on a particular client, as well as to track the status of a case in court.
- Office managers can generate reports based on the activity for a given period. The variety of reports include: activity overview for each staff members, statistical information on cases or clients, and general overview on how the usage of the organisations resources. Such reports facilitate the reporting on projects and the creation of new budgets.
Software freedom
LCM is a Bulgarian community initiative developed by IRBF, funded by the Open Society Institute and distributed as "free software". The software is being developed for local not-for-profit advice centers, but anyone has the freedom to use it, to redistribute it locally and to adapt it to their own needs.
The software is currently available in English and Bulgarian, but more translations are welcomed and very easy to do with the help of an online translation interface.
Enhancements:
- This release fixes the "sum billed" format error (if the field is active), as well as the "case notes" being lost after edit.
<<lessIntegration into your offices activities
The software can be installed either on one computer or shared over a network. You can then provide a personal access to each member of your organisation. This allows them to chose how they want to work on a case and how the case information should be shared with the other members.
Users can then create new cases (or campaigns) to which they can attach a list of people or organisations involved as well as to add follow-up information.
- Organisations providing advice or consultations will benefit from being able to quickly consult the database for background information on a clients case and evolution, contact information, etc.
- Lawyers can use the software to track the evolution of a case and the resources spent on a particular client, as well as to track the status of a case in court.
- Office managers can generate reports based on the activity for a given period. The variety of reports include: activity overview for each staff members, statistical information on cases or clients, and general overview on how the usage of the organisations resources. Such reports facilitate the reporting on projects and the creation of new budgets.
Software freedom
LCM is a Bulgarian community initiative developed by IRBF, funded by the Open Society Institute and distributed as "free software". The software is being developed for local not-for-profit advice centers, but anyone has the freedom to use it, to redistribute it locally and to adapt it to their own needs.
The software is currently available in English and Bulgarian, but more translations are welcomed and very easy to do with the help of an online translation interface.
Enhancements:
- This release fixes the "sum billed" format error (if the field is active), as well as the "case notes" being lost after edit.
Download (0.45MB)
Added: 2006-12-29 License: GPL (GNU General Public License) Price:
1035 downloads
+CMS Content Management System 2.1.4
In the competitive content management market +CMS Content Management System stands out. With our easy to use and framework and flexible integration capabilities, +CMS is fast to deploy. Our intuitive interface makes it easy to empower non-technical contributors to create and manage Web content—without expensive, lengthy training. more>> <<less
Download (6.8Mb)
Added: 2008-11-17 License: Free Price: Free
63 downloads
Internet Task Management System 0.11
Internet Task Management System uses PHP to formalize the task delegation process in a business environment. more>>
Internet Task Management System uses PHP to formalize the task delegation process in a business environment.
Functionality includes the ability to create individual tasks and then combine them into a process of work items which can be easily delegated to any user of the system.
Assignment and reminder emails are recieved based upon user preferences.
Administrators of the system have the ability to manage all users and their task properties. ITMS supports MySQL, Oracle, LDAP, and SSL.
Enhancements:
- Fixed bug where using 12 am or 12 pm would change the task date to 11/30/1999 (Bug# 749490)
-
- Also if the current hour of the day is 12, the task assign forms reflects the proper time now.
-
- The above code fixes were in task_assign2.php and task_pending_edit.php
<<lessFunctionality includes the ability to create individual tasks and then combine them into a process of work items which can be easily delegated to any user of the system.
Assignment and reminder emails are recieved based upon user preferences.
Administrators of the system have the ability to manage all users and their task properties. ITMS supports MySQL, Oracle, LDAP, and SSL.
Enhancements:
- Fixed bug where using 12 am or 12 pm would change the task date to 11/30/1999 (Bug# 749490)
-
- Also if the current hour of the day is 12, the task assign forms reflects the proper time now.
-
- The above code fixes were in task_assign2.php and task_pending_edit.php
Download (0.3MB)
Added: 2006-09-04 License: GPL (GNU General Public License) Price:
1152 downloads
NEWSlite News Management System 3.0.1
NEWSlite is an open source, lightweight news management system for small and medium sized websites. more>>
NEWSlite is an open source, lightweight news management system for small and medium sized websites. NEWSlite News Management System is designed to allow sites to create and manage regular news posts, such as on the front page of a website.
NEWSlite is NOT a full-blown content management system. It is intended to serve sites that want to publish and syndicate regular news but that do NOT want the overhead of having a full content management system as well.
Main features:
- Open Source.
- Uses PHP and MySQL.
- Multiple users. An unlimited number of users to help you post news. Easily add, edit, and remove users.
- User permissions. Allow users the permission to add news posts, delete and edit other users news posts, and allow access to administrative functions.
- Template-based output. You can directly manipulate the look and feel of the output. No file editing required.
- Configurable theme. You can also adjust the layout and look of the program itself if you want to customize it to your site. No file editing required.
- Multiple subjects. File your news posts under as many different categories as you wish.
- RSS output. An RSS .xml file for each of your subjects is produced, as well as another feed that includes news from your entire site.
- BBcode input. Use BBcode to format your posts, just like on a forum.
- Live and static news output. Include news on your website through either a PHP script or a faster Server Side Include of a static file.
- Easy install. Everything is done for you except creating the database and user (for security).
- Professional look. Easy to use interface even brain-dead idiots could be comfortable with!
Enhancements:
- This release fixes some non-critical bugs with the BBcode parser and adjusts the HTML display.
<<lessNEWSlite is NOT a full-blown content management system. It is intended to serve sites that want to publish and syndicate regular news but that do NOT want the overhead of having a full content management system as well.
Main features:
- Open Source.
- Uses PHP and MySQL.
- Multiple users. An unlimited number of users to help you post news. Easily add, edit, and remove users.
- User permissions. Allow users the permission to add news posts, delete and edit other users news posts, and allow access to administrative functions.
- Template-based output. You can directly manipulate the look and feel of the output. No file editing required.
- Configurable theme. You can also adjust the layout and look of the program itself if you want to customize it to your site. No file editing required.
- Multiple subjects. File your news posts under as many different categories as you wish.
- RSS output. An RSS .xml file for each of your subjects is produced, as well as another feed that includes news from your entire site.
- BBcode input. Use BBcode to format your posts, just like on a forum.
- Live and static news output. Include news on your website through either a PHP script or a faster Server Side Include of a static file.
- Easy install. Everything is done for you except creating the database and user (for security).
- Professional look. Easy to use interface even brain-dead idiots could be comfortable with!
Enhancements:
- This release fixes some non-critical bugs with the BBcode parser and adjusts the HTML display.
Download (0.065MB)
Added: 2006-04-17 License: GPL (GNU General Public License) Price:
1288 downloads
NOAH Document Management System 3.1.3
NOAH is a Web-based document management system that is feature-rich, easy to use, and simple to install. more>>
NOAH is a Web-based document management system that is feature-rich, easy to use, and simple to install. Through a browser interface, users can easily create, update, lock, search, and manage document revisions for access by multiple users across many geographical sites.
NOAH includes many powerful features such as client scripting, hierarchical document access control, and email notification. Administrators can manage users and archives and monitor database activity through an extensive suite of tools.
Main features:
- no expiry date.
- maximum number of users: 5 plus one Super Admin user.
- maximum number of documents: 100 (unlimited number of versions per document).
- includes Content Search option.
- does NOT include Client Scripting.
- does NOT include Email Notification.
- does NOT include multiple databases.
- does NOT include Support however emails will be answered if time permits.
Enhancements:
- A user can now get NOAH to report on recently changed files for a given directory tree and integrate this report in a wiki or HTML page.
- A user can also associate a filename with a custom icon and link a DokuWiki page with NOAHs content search engine, link critical NOAH documents and directories to your wiki project page, and manage usernames and passwords smoothly from NOAH to DokuWiki.
<<lessNOAH includes many powerful features such as client scripting, hierarchical document access control, and email notification. Administrators can manage users and archives and monitor database activity through an extensive suite of tools.
Main features:
- no expiry date.
- maximum number of users: 5 plus one Super Admin user.
- maximum number of documents: 100 (unlimited number of versions per document).
- includes Content Search option.
- does NOT include Client Scripting.
- does NOT include Email Notification.
- does NOT include multiple databases.
- does NOT include Support however emails will be answered if time permits.
Enhancements:
- A user can now get NOAH to report on recently changed files for a given directory tree and integrate this report in a wiki or HTML page.
- A user can also associate a filename with a custom icon and link a DokuWiki page with NOAHs content search engine, link critical NOAH documents and directories to your wiki project page, and manage usernames and passwords smoothly from NOAH to DokuWiki.
Download (MB)
Added: 2007-07-11 License: Free To Use But Restricted Price:
839 downloads
DC Maintenance Management System 1.1.2
DC Maintenence Management System is a Web-based application that records and analyzes customer complaints. more>>
DC Maintenence Management System is a Web-based application. DC Maintenance Management System records and analyzes customer complaints and repairs in water supply networks.
Enhancements:
- This is a maintenance and bugfix release that does not add any new functionality.
<<lessEnhancements:
- This is a maintenance and bugfix release that does not add any new functionality.
Download (2.0MB)
Added: 2006-07-03 License: GPL (GNU General Public License) Price:
706 downloads
PHP Content Management System 1.2.1pl2
PHP Content Management System is a content management system that provides dynamic menus and templates. more>>
phpCMS is a content management system, which convinces in particular by small system requirements, high performance and above all its flexibility.
phpCMS is suitable for small private web pages and also for complex professional appearances and high traffic websites including the integration of webservices and external applications.
Admitted - the flexibility of phpCMS makes the life not always easy for beginners - nevertheless for professionals, who rather want to create an unique website then clicking unflexible template blocks together, phpCMS gives all the freedom a webdesigner needs to support his creativity. This might be a reason, why even several webdesign companies are using phpCMS to create their own company website.
And the best of all is: phpCMS is Open Source (licensed unter the GPL)and is free of any charges available - more cost-efficiently a CMS can not be.
phpCMS is more than just a content management system - it is a mixture of a template engine, a content management system and an application framework.
phpCMS simplifies a lot of tasks for the maintenance of complex web sites with the automatic updating of the sitemap, the central administration of menu entries, or the provision of a comprehensive text search. And it gives you a good basis to separate layout and form from the actual content of your pages, another big simplification in a webmasters job.
Changes to the layout or of the menu structure have only to be made in one central place and have immediate effect on all web pages. Also the integration of external applications into the layout of your web site is possible - thanks to the possibility of direct integration of PHP scripts, as well as to the Webgrab module (allowing you to integrate almost any application that is addressable via HTTP without depending on the programming language used in that application). Many plug-ins and scripts extend phpCMS by useful functions and features and make the webmasters task easier.
phpCMS is no "drag and drop" web site toolkit, but it helps even the inexperienced HTML author to quickly create a web site.
Contrary to the so-called portal systems, that very often limit you to compose your web site from prefabricated modules only by clicking on check boxes and options, phpCMS offers a flexible framework in which you can integrate existing applications - but on the other hand that demands a bit more skills.
We rather believe in not to integrate everything into the system (forum, web shop, news system, picture gallery, ..., just name it), but to concentrate our work on the phpCMS core system and to make that so flexible that you can integrate the forum, the picture gallery etc. of your own choice with ease into your phpCMS-powered web site.
We are convinced that it is more sensible to offer to the user the possibility to integrate the application in each area that suites her/him best than to offer a system that can do everything, but binds you to applications of our choice, and might not fulfill the users needs or expectations.
<<lessphpCMS is suitable for small private web pages and also for complex professional appearances and high traffic websites including the integration of webservices and external applications.
Admitted - the flexibility of phpCMS makes the life not always easy for beginners - nevertheless for professionals, who rather want to create an unique website then clicking unflexible template blocks together, phpCMS gives all the freedom a webdesigner needs to support his creativity. This might be a reason, why even several webdesign companies are using phpCMS to create their own company website.
And the best of all is: phpCMS is Open Source (licensed unter the GPL)and is free of any charges available - more cost-efficiently a CMS can not be.
phpCMS is more than just a content management system - it is a mixture of a template engine, a content management system and an application framework.
phpCMS simplifies a lot of tasks for the maintenance of complex web sites with the automatic updating of the sitemap, the central administration of menu entries, or the provision of a comprehensive text search. And it gives you a good basis to separate layout and form from the actual content of your pages, another big simplification in a webmasters job.
Changes to the layout or of the menu structure have only to be made in one central place and have immediate effect on all web pages. Also the integration of external applications into the layout of your web site is possible - thanks to the possibility of direct integration of PHP scripts, as well as to the Webgrab module (allowing you to integrate almost any application that is addressable via HTTP without depending on the programming language used in that application). Many plug-ins and scripts extend phpCMS by useful functions and features and make the webmasters task easier.
phpCMS is no "drag and drop" web site toolkit, but it helps even the inexperienced HTML author to quickly create a web site.
Contrary to the so-called portal systems, that very often limit you to compose your web site from prefabricated modules only by clicking on check boxes and options, phpCMS offers a flexible framework in which you can integrate existing applications - but on the other hand that demands a bit more skills.
We rather believe in not to integrate everything into the system (forum, web shop, news system, picture gallery, ..., just name it), but to concentrate our work on the phpCMS core system and to make that so flexible that you can integrate the forum, the picture gallery etc. of your own choice with ease into your phpCMS-powered web site.
We are convinced that it is more sensible to offer to the user the possibility to integrate the application in each area that suites her/him best than to offer a system that can do everything, but binds you to applications of our choice, and might not fulfill the users needs or expectations.
Download (0.52MB)
Added: 2005-06-01 License: GPL (GNU General Public License) Price:
1608 downloads
AntiCMS Content Management System 0.2.1
AntiCMS is a minimalist content management system for small and simple websites. more>>
AntiCMS is a minimalist content management system for small and simple websites. The main purpose of this system is to separate content, structure and layout.
Layout is defined using templates; content and structure are stored in XML file - database is not required. System is written in Python and released under the GPL.
Its still in early stage of development, so errors and unpredicted behaviour may occour. Currently a content editor is being developed, which will run on users computer and allow easy managent of content and structure of websites.
Enhancements:
- This release adds site configuration (it is now possible to change encodings, paths, and some other properties) and a new variable in the template engine.
<<lessLayout is defined using templates; content and structure are stored in XML file - database is not required. System is written in Python and released under the GPL.
Its still in early stage of development, so errors and unpredicted behaviour may occour. Currently a content editor is being developed, which will run on users computer and allow easy managent of content and structure of websites.
Enhancements:
- This release adds site configuration (it is now possible to change encodings, paths, and some other properties) and a new variable in the template engine.
Download (0.034MB)
Added: 2005-11-07 License: GPL (GNU General Public License) Price:
1446 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above management system search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed