Up to [local] / openbsd / errata_scraper
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.5 / (download) - annotate - [select for diffs], Mon Oct 12 00:37:53 2015 UTC (9 years ago) by andrew
Branch: MAIN
CVS Tags: HEAD
Changes since 1.4: +17 -6 lines
Diff to previous 1.4 (unified)
Update again for newer Mojo Annoyingly ->replace('') no longer returns the element replaced, instead returns the parent. Also, account for errata without patches and li's that don't have titles. Could probably do a better job of selecting just the elements I want above, but filtering after is easy.
Revision 1.4 / (download) - annotate - [select for diffs], Sun May 29 01:04:30 2011 UTC (13 years, 5 months ago) by andrew
Branch: MAIN
Changes since 1.3: +7 -6 lines
Diff to previous 1.3 (unified)
Gets a little simpler with Mojo::Dom updates.
Revision 1.3 / (download) - annotate - [select for diffs], Wed Mar 23 18:46:16 2011 UTC (13 years, 7 months ago) by andrew
Branch: MAIN
Changes since 1.2: +13 -6 lines
Diff to previous 1.2 (unified)
now gets errata for the last two versions.
Revision 1.2 / (download) - annotate - [select for diffs], Mon Mar 21 16:28:15 2011 UTC (13 years, 7 months ago) by andrew
Branch: MAIN
Changes since 1.1: +20 -34 lines
Diff to previous 1.1 (unified)
better, shorter version with newer Mojo::UserAgent
Revision 1.1 / (download) - annotate - [select for diffs], Mon Mar 21 16:26:58 2011 UTC (13 years, 7 months ago) by andrew
Branch: MAIN
add the old version.