diff --git a/en/_posts/index.xml b/en/_posts/index.xml
index 2d0067b..bbe0483 100644
--- a/en/_posts/index.xml
+++ b/en/_posts/index.xml
@@ -6,7 +6,20 @@
"shortcut/": dynamical shortcut, if not exist, then default to "bookmark". Last Modified: 8 May 2023 Last Modified: 25 October 2023
"default.rc": check the option "custom file handling" to execute the shell script file during uweb launching. tcron provides extra cron tools.
"default.rc2": check the option "custom file handling" to execute the shell script file when uweb returns to foreground.
+"crontab":
"engine.search": to define quick search engines (pressing right arrow button to use next engine to search). The file format is similar to home5.search but using "%s" as search keywords.
"default.siteconf": to save ua, js disabling, no-image mode, forbids 3rd-party resources (js and others), active scripts, global scripts for sites. Only save the difference to default ones.
"default.playrate": fullscreen playing menu. The file format is same as default.link. Playing ratio menu items should have empty link parts such as ".5x:", at least one such menu is required. All other menus must be put after playing ratio menus.
@@ -100,8 +101,8 @@
-add gissues
+
+add en/_posts/tcron.md
For performance, the file "crontab" uses single space as field separator. Letters are not suppored currently. So use "1" for "January" and 2 for "Tuesday" etc.
+With the option "custom file handling" enabled, "default.rc" runs as shell script at uweb launching time and "default.rc2" runs whenever uweb becomes foreground.
+Use tcron (Click to install) with "default.rc" or "default.rc2".
+usage: tcron logfile command hours [timezone delay_sec elsecommand]
+execute "command" during time interval once.
+where logfile modification time must be updated if "command" runs successfully.
hours: If positive, then each day is divided into multiple intervals (unit: hour), and in each interval, the "command" runs only once.
+If negative, then the unit is minute.
+hours could be also in "hh:mm-hh:mm,..." format. Ex. "6:00-8:30,11:00-13:00,5:30-6:30".
+timezone: an integer, default to be "8" for Beijing China (UTC+8). "0" for Greenwich UK (UTC+0).
+delay_sec: execute "command" after "delay_sec" seconds.
+elsecommand: executed whenever "command" not run.
ex:
+set PATH=/system/bin:/data/data/info.torapp.uweb/files/bin
+#Empty the folder "baidu" every 30 days.
+tcron /sdcard/b "rm -rf /sdcard/baidu/*;toybox touch /sdcard/b" 720
Last Modified: 25 October 2023
+add en/_posts/tcron.md
+