diff -Nru chinese2pinyin-1.0/debian/bzr-builder.manifest chinese2pinyin-1.0/debian/bzr-builder.manifest --- chinese2pinyin-1.0/debian/bzr-builder.manifest 2015-10-12 15:12:28.000000000 +0000 +++ chinese2pinyin-1.0/debian/bzr-builder.manifest 2015-10-22 09:31:29.000000000 +0000 @@ -1,2 +1,2 @@ -# bzr-builder format 0.3 deb-version {debupstream}-0~21+201510121512 -lp:dash-pinyin-search revid:git-v1:e82e1e5f2e829ff2048cee54392836c916ced8a4 +# bzr-builder format 0.3 deb-version {debupstream}-0~22+201510220931 +lp:dash-pinyin-search revid:git-v1:222c65b62ef984eb7526bd0e6cea47a982bfc9c7 diff -Nru chinese2pinyin-1.0/debian/changelog chinese2pinyin-1.0/debian/changelog --- chinese2pinyin-1.0/debian/changelog 2015-10-12 15:12:28.000000000 +0000 +++ chinese2pinyin-1.0/debian/changelog 2015-10-22 09:31:29.000000000 +0000 @@ -1,8 +1,8 @@ -chinese2pinyin (1.0-0~21+201510121512~ubuntu14.04.1) trusty; urgency=low +chinese2pinyin (1.0-0~22+201510220931~ubuntu14.04.1) trusty; urgency=low * Auto build. - -- Ubuntu Kylin Members Mon, 12 Oct 2015 15:12:28 +0000 + -- Ubuntu Kylin Members Thu, 22 Oct 2015 09:31:29 +0000 chinese2pinyin (1.0-0ubuntu1) UNRELEASED; urgency=medium diff -Nru chinese2pinyin-1.0/README.md chinese2pinyin-1.0/README.md --- chinese2pinyin-1.0/README.md 2015-10-12 15:12:28.000000000 +0000 +++ chinese2pinyin-1.0/README.md 2015-10-22 09:31:29.000000000 +0000 @@ -1 +1,12 @@ -# chinese2pinyin +chinese2pinyin is used for converting Chinese to pinyin. + +You can create a Cron Job (Scheduled Task) to keep update your indexing according to your requirements. +It is good way to set up several separate Cron Jobs for different directory base on frequenncy of use. + +For example: +You can index your directory every 4 hours by add this to crontab: +* */4 * * * /usr/bin/chinese2pinyin -i /home/username/Downloads + +if you are not familar with how to setup your Cron Job. You can use this website to help you. +http://www.corntab.com/pages/crontab-gui +