| Date | File | Revision | Author | Revision Log |
|---|---|---|---|---|
| 2008/05/19 14:42:06 | 25 | 25 | dpavlin | added howmany argument to be able to pull whole published RSS feed in one go |
| 2007/10/15 15:33:56 | 24 | 24 | dpavlin | ignore data files |
| 2007/10/15 15:18:52 | 23 | 23 | dpavlin | export published items |
| 2007/04/06 08:06:35 | 22 | 22 | dpavlin | re-scan just last 7 days, not all items |
| 2007/02/15 13:57:42 | 21 | 21 | dpavlin | ability to delete items which are read and duplicate |
| 2007/01/20 13:41:52 | 20 | 20 | dpavlin | added user for which de-duping is done, all output is now to STDOUT, so you can redirect it to /dev/null if running from cron |
| 2006/12/16 12:28:34 | 19 | 19 | dpavlin | remove flag (!) because it chash with pgup |
| 2006/09/04 13:49:25 | 18 | 18 | dpavlin | replaced blank gif with rss icon |
| 2006/09/02 18:41:14 | 17 | 17 | dpavlin | fix refeed_root to be '' if it's /, so that hosting reblog on root of virtual host works |
| 2006/07/19 13:42:25 | 16 | 16 | dpavlin | fix marking of unread duplicates |
| 2006/07/17 10:35:44 | 15 | 15 | dpavlin | compare unread items with itself to remove all duplicates of unread items |
| 2006/07/09 15:10:41 | 14 | 14 | dpavlin | exit cleanly if no duplicates are found |
| 2006/07/09 00:11:06 | 13 | 13 | dpavlin | update usage_unread for feeds in which there was duplicates |
| 2006/07/08 23:16:43 | 12 | 12 | dpavlin | perl script using Text::DeDuper to archive posts which have been allready archived. It works for single-user installations currently. |
| 2006/07/07 09:54:20 | 11 | 11 | dpavlin | added N (new items) and P (published items) to items view |
| 2006/07/06 17:48:42 | 10 | 10 | dpavlin | converted auto-focus- to autoFocus since camelCase is norm it seems |
| 2006/07/06 17:31:48 | 9 | 9 | dpavlin | added scrollWrap parametar to doScroll (by default true, as it was) and changed j, k and a keybindings from wrapping when they hit end of page |
| 2006/07/06 10:30:58 | 8 | 8 | dpavlin | scoll to next item only when setting post archived, not when unarchiving it |
| 2006/07/05 22:52:54 | 7 | 7 | dpavlin | don't move down on feed archival (a) because page will re-load anyway |
| 2006/07/05 14:58:20 | 6 | 6 | dpavlin | added keys: N - new items, P - published items on feed screen |