use.perl.org JSON

use.perl.org external_link

by otsune |

diary entry

path: '^/~\w+/journal/',
entryNodes: {
    'div#journalslashdot': {
        uri: 'div.adminoptions a:last-child',
	title: 'div.title h3',
	container: 'div.title h3'
    }
}

story entry

path: '^/article.pl',
entryNodes: {
    'div.article': {
        uri: 'div.commentBox a:first-child',
	title: 'h3',
	container: 'h3'
    }
}