1 freshcode: 2 url: "http://freshcode.club/projects.rss" 3 type: list 4 projects: 5 - sauvegarde 6 - git 7 8 freshcode_wrong_url: 9 url: "http://freshcode.club/projects.wrong" 10 type: list 11 projects: 12 - sauvegarde 13 14 non_existing_host.org: 15 url: "https://non_existing_host.org/{}/tags.atom" 16 type: list 17 projects: 18 - notaproject 19 20 21 freshcode: 22 url: "http://freshcode.club/projects.rss" 23 type: notatype 24 projects: 25 - sauvegarde 26 - git 27 28 sourceforge: 29 url: "https://sourceforge.net/projects/{}/rss?path=/" 30 type: byproject 31 projects: 32 - advtor 33 34 sourceforge.m: 35 url: "https://sourceforge.net/projects/{}/rss?path=/" 36 type: byproject 37 projects: 38 - gprename 39 40 41 github: 42 url: "https://github.com/{}/tags.atom" 43 type: byproject 44 projects: 45 - name: angular/angular 46 regex: '([\d\.\-rRcCbetaBETA]+)' 47 entry: last checked 48 - name: InfotelGLPI/manufacturersimports 49 regex: '\w+ [\d\.]+ : \w+ ([\d\.]+).*' 50 entry: last checked 51 - name: akheron/jansson 52 entry: last checked 53 - terryyin/lizard 54 - vmware/pyvmomi 55 - tmux/tmux 56 - tmuxinator/tmuxinator 57 - gorhill/uBlock 58 - dupgit/versions 59 - vim/vim 60 - notauser/notaproject 61 62 github2: 63 url: "https://github.com/{}/wrongurl.atom" 64 type: byproject 65 projects: 66 - name: dupgit/versions 67 68 github3: 69 url: "https://github.com/{}/tags.atom" 70 type: byproject 71 projets_is_not_projects: 72 - dupgit/versions 73 74 github4: 75 url: "https://github.com/{}/tags.atom" 76 type: notatype 77 projects: 78 - dupgit/versions 79 80 empty_projects: 81 url: "http://freshcode.club/projects.rss" 82 type: list 83 projects: 84