small typo in readme
Getty Ritter
9 years ago
154 | 154 | - If `stat()` returned anything other than `ENOENT`, the program sleeps |
155 | 155 | for two seconds, updates `$time`, and tries the `stat()` again, a limited |
156 | 156 | number of times. |
157 |
- The fetcher creates the directory `tmp/$feed/$time.$ |
|
157 | - The fetcher creates the directory `tmp/$feed/$time.$uniq.$host`. | |
158 | 158 | - The fetcher writes the entry contents (according to the `lektor-entry` |
159 | 159 | format) to the directory. |
160 |
- The fetcher moves the file to `new/$feed/$time.$ |
|
160 | - The fetcher moves the file to `new/$feed/$time.$uniq.$host`. At that | |
161 | 161 | instant, the entry has been successfully created. |
162 | 162 | |
163 | 163 | A _viewer_ is responsible for displaying new feed entries to a user |