mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-02 01:58:11 +08:00
14 lines
371 B
JavaScript
14 lines
371 B
JavaScript
module.exports = {
|
|
'chiark.greenend.org.uk': {
|
|
_name: 'PuTTY',
|
|
www: [
|
|
{
|
|
title: 'Change Log',
|
|
docs: 'https://docs.rsshub.app/routes/program-update#putty-change-log',
|
|
source: ['/~sgtatham/putty/changes.html', '/'],
|
|
target: '/putty/changes',
|
|
},
|
|
],
|
|
},
|
|
};
|