unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Stefan Kangas <stefan@marxist.se>
To: 50695@debbugs.gnu.org
Cc: monnier@iro.umontreal.ca
Subject: bug#50695: Sorting by columns broken on NonGNU/GNU ELPA web pages
Date: Sun, 19 Sep 2021 23:09:43 -0700	[thread overview]
Message-ID: <CADwFkmntyJeENsXcNMCCGT9O=Si17jRozeHZ8NpC1k3ZxNA2yA@mail.gmail.com> (raw)

Severity: minor

We used to have the capability to sort by columns on the NonGNU/GNU ELPA
web pages:

    https://elpa.gnu.org/packages/

But now it seems broken.  The JavaScript that ran this is still in the
HTML header of that page:

        <script src="../javascript/jquery.min.js"
type="text/javascript"></script>
        <script src="../javascript/jquery.filtertable.min.js"
type="text/javascript"></script>
        <script src="../javascript/package-search.js"
type="text/javascript"></script>

But the URL's themselves give 404:

    ~ $ curl https://elpa.gnu.org/javascript/jquery.min.js
    <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
    <html><head>
    <title>404 Not Found</title>
    </head><body>
    <h1>Not Found</h1>
    <p>The requested URL was not found on this server.</p>
    <hr>
    <address>Apache/2.4.48 (Debian) Server at elpa.gnu.org Port 443</address>
    </body></html>
    ~ $ curl https://elpa.gnu.org/javascript/jquery.filtertable.min.js
    [same as above]
    ~ $ curl https://elpa.gnu.org/javascript/package-search.js
    [same as above]

So I guess the JavaScript directory for some reason is no longer where
it should be.





             reply	other threads:[~2021-09-20  6:09 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-20  6:09 Stefan Kangas [this message]
2021-10-01 19:55 ` bug#50695: Sorting by columns broken on NonGNU/GNU ELPA web pages Stefan Monnier via Bug reports for GNU Emacs, the Swiss army knife of text editors
2021-10-01 23:06   ` Stefan Kangas
2021-10-02  2:50     ` Stefan Monnier via Bug reports for GNU Emacs, the Swiss army knife of text editors

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CADwFkmntyJeENsXcNMCCGT9O=Si17jRozeHZ8NpC1k3ZxNA2yA@mail.gmail.com' \
    --to=stefan@marxist.se \
    --cc=50695@debbugs.gnu.org \
    --cc=monnier@iro.umontreal.ca \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).