search result
path: '^/search',
entryNodes: {
'p': { uri: 'a:nth-child(2)', title: 'b', container: 'small a:nth-child(1)' },
'body > p': { uri: 'small > a:last-child', title: 'small > a:last-child', container: 'small:nth-child(2)' }
}
Module permalink
path: '^/~\w+/.+\d/$',
entryNodes: {
'div.box:nth-child(1)': { uri: 'window.location', title: 'h1', container: 'h1' }
}
path: '^/dist/[^/]+/$',
entryNodes: {
'div.box:nth-child(1)': { uri: 'window.location', title: 'h1', container: 'h1' }
}
author page
path: '^/~\w+/$',
entryNodes: {
'div.box:nth-child(2) > table > tbody > tr': { uri: 'td:nth-child(1) > a', title: 'td:nth-child(1) > a', container: 'td:nth-child(1)' },
'div.box:nth-child(1)': { uri: 'window.location', title: 'div.t1', container: 'div.t1' }
}