Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for eol (0.01 sec)

  1. src/main/java/org/codelibs/fess/helper/SystemHelper.java

            }
            final Calendar cal = Calendar.getInstance(TimeZone.getTimeZone("UTC"));
            cal.set(2027, 3 - 1, 1); // EOL Date
            eolTime = cal.getTimeInMillis();
            if (isEoled()) {
                logger.error("Your system is out of support. See https://fess.codelibs.org/eol.html");
            }
            updateSystemProperties();
            final FessConfig fessConfig = ComponentUtil.getFessConfig();
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sun Aug 31 08:19:00 UTC 2025
    - 36.6K bytes
    - Viewed (0)
  2. src/main/resources/fess_config.properties

    # Installation guide link for online help.
    online.help.installation=https://fess.codelibs.org/{lang}/{version}/install/install.html
    # End-of-life information link for online help.
    online.help.eol=https://fess.codelibs.org/{lang}/eol.html
    # Online help key for failure URL.
    online.help.name.failureurl=failureurl
    # Online help key for elevate word.
    online.help.name.elevateword=elevateword
    # Online help key for request header.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 14:45:37 UTC 2025
    - 54.7K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        String ONLINE_HELP_INSTALLATION = "online.help.installation";
    
        /** The key of the configuration. e.g. https://fess.codelibs.org/{lang}/eol.html */
        String ONLINE_HELP_EOL = "online.help.eol";
    
        /** The key of the configuration. e.g. failureurl */
        String ONLINE_HELP_NAME_FAILUREURL = "online.help.name.failureurl";
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 525.6K bytes
    - Viewed (1)
Back to top