Changes between Version 13 and Version 14 of Document/Development/Fundraising

Show
Ignore:
Timestamp:
04/13/11 09:27:07 (2 years ago)
Author:
jsalamero@… (IP: 89.6.209.141)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Document/Development/Fundraising

    v13 v14  
    1818Help 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. 
    1919 
    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.  
     20This 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 
    2127 
    2228== Thin Clients (LTSP Integration) == 
     
    2834 
    2935Help 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  
    3136 
    3237FIXME 
     
    4146Help 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. 
    4247 
    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 editing crontab files. The interface will allow specify for each job: 
     48This 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: 
    4449 
    45  * Enable or disable it 
    46  * 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) 
    5156 
    5257== IPv6 support ==