gdritter repos lektor / 0266a67
small typo in readme Getty Ritter 8 years ago
1 changed file(s) with 2 addition(s) and 2 deletion(s). Collapse all Expand all
154154 - If `stat()` returned anything other than `ENOENT`, the program sleeps
155155 for two seconds, updates `$time`, and tries the `stat()` again, a limited
156156 number of times.
157 - The fetcher creates the directory `tmp/$feed/$time.$pid.$host`.
157 - The fetcher creates the directory `tmp/$feed/$time.$uniq.$host`.
158158 - The fetcher writes the entry contents (according to the `lektor-entry`
159159 format) to the directory.
160 - The fetcher moves the file to `new/$feed/$time.$pid.$host`. At that
160 - The fetcher moves the file to `new/$feed/$time.$uniq.$host`. At that
161161 instant, the entry has been successfully created.
162162
163163 A _viewer_ is responsible for displaying new feed entries to a user