[emacs-w3m:13842] [emacs-w3m/emacs-w3m] w3m-filter: new and improved filter for github (#105)
Boruch Baum <[email protected]> Thu, 02 Sep 2021 13:14:54 -0700
| Newsgroups | gmane.emacs.w3m |
|---|---|
| Message-ID | <emacs-w3m/emacs-w3m/pull/[email protected]> |
----==_mimepart_613130be388ea_46ccc78824961a
Content-Type: text/plain;
charset=UTF-8
Content-Transfer-Encoding: 7bit
+ The former filter was written over two years ago, only covers
repository home pages, and only in a minimal fashion.
+ The proposed replacement covers many/most pages of the github site,
makes content much easier to read and navigate, and prunes out cruft
and artifacts associated with javascript page functions that won't
work in emacs-w3m.
+ Some of the things now pleasant and easy to do:
+ search for repositories using github's own powerful search engine
+ browse a user's contribution history
+ browse a user's repositories
+ search, sort, and view issues and PR's
+ view stars and followers
+ probably more...
You can view, comment on, or merge this pull request online at:
https://github.com/emacs-w3m/emacs-w3m/pull/105
-- Commit Summary --
* w3m-filter: new and improved filter for github
-- File Changes --
M ChangeLog (6)
M w3m-filter.el (213)
-- Patch Links --
https://github.com/emacs-w3m/emacs-w3m/pull/105.patch
https://github.com/emacs-w3m/emacs-w3m/pull/105.diff
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/emacs-w3m/emacs-w3m/pull/105
----==_mimepart_613130be388ea_46ccc78824961a
Content-Type: text/html;
charset=UTF-8
Content-Transfer-Encoding: 7bit
<ul>
<li>
<p>The former filter was written over two years ago, only covers<br>
repository home pages, and only in a minimal fashion.</p>
</li>
<li>
<p>The proposed replacement covers many/most pages of the github site,<br>
makes content much easier to read and navigate, and prunes out cruft<br>
and artifacts associated with javascript page functions that won't<br>
work in emacs-w3m.</p>
</li>
<li>
<p>Some of the things now pleasant and easy to do:</p>
<ul>
<li>
<p>search for repositories using github's own powerful search engine</p>
</li>
<li>
<p>browse a user's contribution history</p>
</li>
<li>
<p>browse a user's repositories</p>
</li>
<li>
<p>search, sort, and view issues and PR's</p>
</li>
<li>
<p>view stars and followers</p>
</li>
<li>
<p>probably more...</p>
</li>
</ul>
</li>
</ul>
<hr>
<h4>You can view, comment on, or merge this pull request online at:</h4>
<p> <a href='https://github.com/emacs-w3m/emacs-w3m/pull/105'>https://github.com/emacs-w3m/emacs-w3m/pull/105</a></p>
<h4>Commit Summary</h4>
<ul>
<li>w3m-filter: new and improved filter for github</li>
</ul>
<h4>File Changes</h4>
<ul>
<li>
<strong>M</strong>
<a href="https://github.com/emacs-w3m/emacs-w3m/pull/105/files#diff-91c5b46dc84a94604a4e4d0caed9bf85590a2eddbb12d2e8dc80badf324a9dfb">ChangeLog</a>
(6)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/emacs-w3m/emacs-w3m/pull/105/files#diff-1010b489262c2ebce8b72db1cdee08b0ea4ba796d2d6cb2402661641ab6cb47b">w3m-filter.el</a>
(213)
</li>
</ul>
<h4>Patch Links:</h4>
<ul>
<li><a href='https://github.com/emacs-w3m/emacs-w3m/pull/105.patch'>https://github.com/emacs-w3m/emacs-w3m/pull/105.patch</a></li>
<li><a href='https://github.com/emacs-w3m/emacs-w3m/pull/105.diff'>https://github.com/emacs-w3m/emacs-w3m/pull/105.diff</a></li>
</ul>
<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/emacs-w3m/emacs-w3m/pull/105">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/ALIUPNZO3TAP2LL5UKI6MDLT77LL5ANCNFSM5DJ35QSQ">unsubscribe</a>.<br />Triage notifications on the go with GitHub Mobile for <a href="https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675">iOS</a> or <a href="https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub">Android</a>.
<img src="https://github.com/notifications/beacon/ALIUPN2PTY62V5COWH6XYWTT77LL5A5CNFSM5DJ35QS2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4OWWJCZA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/emacs-w3m/emacs-w3m/pull/105",
"url": "https://github.com/emacs-w3m/emacs-w3m/pull/105",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_613130be388ea_46ccc78824961a--