Changes between Version 13 and Version 14 of Document/Development/Fundraising
- Timestamp:
- 04/13/11 09:27:07 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Document/Development/Fundraising
v13 v14 18 18 Help to add '''Captive Portal''' in Zentyal server! Currently Captive Portal is not a top priority and it is not included in the Zentyal 2.2 roadmap, but if we manage to raise '''US $5,600 (4.000€) before June 1st''', we can get more resources to focus on the development and include it in Zentyal 2.2. 19 19 20 This new module will allow to enforce clients in the Zentyal network to authenticate first in a special login page in order to browse Internet normally. 20 This new module will allow to enforce clients in the Zentyal network to authenticate first on a special login web page before being able to access the Internet. This module will feature: 21 22 * Full integration with Zentyal Firewall, Users and Logs modules 23 * Secure authentication via HTTPS or splash-only portal with URL redirection to a given page 24 * Source (clients), destination (servers) and service (ports) exceptions 25 * Secure client filtering using IP address, MAC address and session key automatically reloaded on a pop-up 26 * Configurable client idle timeout and maximum connections per client 21 27 22 28 == Thin Clients (LTSP Integration) == … … 28 34 29 35 Help to add '''Thin Clients (LTSP Integration)''' in Zentyal server! Currently LTSP Integration is not a top priority and it is not included in the Zentyal 2.2 roadmap, but if we manage to raise '''US $4,200 (3.000€) before June 1st''', we can get more resources to focus on the development and include it in Zentyal 2.2. 30 31 36 32 37 FIXME … … 41 46 Help to add '''Periodic Tasks management''' (cron) in Zentyal server! Currently cron is not a top priority and it is not included in the Zentyal 2.2 roadmap, but if we manage to raise '''US $2,800 (2.000€) before June 1st''', we can get more resources to focus on the development and include it in Zentyal 2.2. 42 47 43 This core feature will allow the administrator to define cron tasks from a simple and intuitive interface, integrated in the Zentyal UI, without need of editingcrontab files. The interface will allow specify for each job:48 This core feature will allow administrator to define Periodic Tasks (cronjobs) from a simple and intuitive interface, integrated on the Zentyal UI and avoiding to edit manually crontab files. The interface will allow specify for each job: 44 49 45 * Enable or disable it46 * Day of the Week (multi-selection Mon..Sun widget).47 * Time ( Fixed time, every X hours, every X minutes).48 * Day of the Month (multi-selection 1..31 widget).49 * Month (multi-selection 1..12 widget).50 * Script to execute (the script could be typed in-line or refer to the path to a existing one).50 * Enable or disable the job 51 * Day of the week (multi-selection Mon..Sun) 52 * Time (fixed time, every X hours, every X minutes) 53 * Day of the month (multi-selection 1..31) 54 * Month (multi-selection 1..12 ) 55 * Script to run (the script could be typed in-line or refer to the path of an existing one) 51 56 52 57 == IPv6 support ==