Subversion Repositories oidplus

Rev

Rev 1321 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1321 Rev 1349
Line 6... Line 6...
6
------------------------------------
6
------------------------------------
7
 
7
 
8
- The minimum required PHP version should be PHP 7.0, at least until the last old-stable Linux distro has lost its extended support.
8
- The minimum required PHP version should be PHP 7.0, at least until the last old-stable Linux distro has lost its extended support.
9
- OIDplus should always be compatible with the latest available PHP version
9
- OIDplus should always be compatible with the latest available PHP version
10
- OIDplus must be compatible with all modern browsers
10
- OIDplus must be compatible with all modern browsers
11
- Internet Explorer for public pages should be supported as long as the effort stays low, e.g. just changing a few lines of codes, or including a polyfill.
-
 
12
- Internet Explorer for private pages (RA or admin login) is not so important, since only a small number of visitors will be registered users or admins, therefore there does not need to be a compatibility.
-
 
13
- Search engines must be able to crawl all public content. This is the reason why a page contains static content (loaded in index.php) for the first navigation, instead of fetching everything through ajax.php.
11
- Search engines must be able to crawl all public content. This is the reason why a page contains static content (loaded in index.php) for the first navigation, instead of fetching everything through ajax.php.
14
 
12
 
15
Dependencies
13
Dependencies
16
------------
14
------------
17
 
15