From commits@source.squeak.org Mon Mar 2 09:35:20 2020 From: commits@source.squeak.org To: squeak-dev@lists.squeakfoundation.org Subject: [squeak-dev] The Inbox: Help-Squeak-SWiki-ct.3.mcz Date: Mon, 02 Mar 2020 09:35:19 +0000 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5231524585582829332==" --===============5231524585582829332== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Christoph Thiede uploaded a new version of Help-Squeak-SWiki to project The I= nbox: http://source.squeak.org/inbox/Help-Squeak-SWiki-ct.3.mcz =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Summary =3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Name: Help-Squeak-SWiki-ct.3 Author: ct Time: 2 March 2020, 10:35:15.674949 am UUID: 35ed0b75-38a5-3e4f-8ade-20102ed718eb Ancestors: Help-Squeak-SWiki-mt.2 Complements HelpSystem-Core-ct.129: Specify cleanseBlock for better parsing o= f the wikis =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Diff against Help-Squeak-SWiki-= mt.2 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Item was changed: ----- Method: SWikiHelp class>>asHelpTopic (in category 'converting') ----- asHelpTopic =20 ^ HtmlHelpTopic new url: 'http://wiki.squeak.org/squeak'; + selectBlock: [:url | (url beginsWith: '/squeak/') and: [(url includes: $.= ) not ".edit, .history, ..."] and: [url last isDigit]]; - selectBlock: [:url | ((url beginsWith: '/squeak/') and: [(url includes: $= .) not ".edit, .history, ..."]) and: [url last isDigit]]; convertBlock: [:url | 'http://wiki.squeak.org', url]; + cleanseBlock: [:contents | (contents readStream + upToAll: ''; + upToEnd) ifEmpty: [contents]] yourself! --===============5231524585582829332==--