GNU bug report logs -
#34460
https://elpa.gnu.org should list a contact address
Previous Next
Reported by: Glenn Morris <rgm <at> gnu.org>
Date: Tue, 12 Feb 2019 18:32:02 UTC
Severity: minor
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Stefan Monnier <monnier <at> iro.umontreal.ca> writes:
>>> I think https://elpa.gnu.org should list a contact address to report any
>>> issues with the system.
>> In fact for public-facing infrastructure like this I think a contact
>> address is a requirement.
>
> Indeed. I think emacs-devel <at> gnu.org is likely the better place (it's
> bound to get someone's attention).
How about the attached patch?
>> I suggest some alias like admin <at> elpa.gnu.org that can expand to
>> whatever you like.
>
> This kind of "obvious" address should ideally work, indeed.
>
> This said, I'm not sufficiently familiar with the gnu.org mail system to
> know how @elpa.gnu.org is handled, but before recommending such an
> address we should make sure it works even when elpa.gnu.org is down
> (like it is now :-( )
Who could we ask for help with that?
Best regards,
Stefan Kangas
[contact.diff (text/x-diff, inline)]
diff --git a/html/index.html b/html/index.html
index 1dcecc3d8..053315183 100644
--- a/html/index.html
+++ b/html/index.html
@@ -42,11 +42,27 @@
(see the <a href="https://savannah.gnu.org/projects/emacs">GNU Emacs project page</a>
for clone instructions).
</p>
-
- <p>
- To contribute new packages refer to the
+
+ <h3>Contact</h3>
+
+ <ul>
+ <li>
+ To contribute a new package refer to the
<a href="http://git.savannah.gnu.org/cgit/emacs/elpa.git/plain/README">README</a>.
- </p>
+ </li>
+ <li>
+ To report a bug, use the <code>M-x report-emacs-bug</code>
+ command in Emacs.<br />For more information on reporting bugs, see
+ <a href="https://www.gnu.org/software/emacs/manual/html_node/emacs/Bugs.html">the
+ Emacs Manual</a>.
+ </li>
+ <li>
+ If you need help, you could try the <a href="https://lists.gnu.org/mailman/listinfo/help-gnu-emacs">help-gnu-emacs mailing list</a>.
+ </li>
+ <li>
+ For general inquiries, please contact <a href="https://lists.gnu.org/mailman/listinfo/emacs-devel">emacs-devel mailing list</a>.
+ </li>
+ </ul>
<!-- <p> You can grab the <a href="emacs-packages-latest.tgz">latest package snapshot</a>. -->
</div>
diff --git a/html/layout.css b/html/layout.css
index c75e0ea05..eb38ee9d3 100644
--- a/html/layout.css
+++ b/html/layout.css
@@ -76,6 +76,11 @@ h2 {
margin: 1.2em 0px;
}
+h3 {
+ font-size: 1.5em;
+ margin: 1.2em 0px;
+}
+
a {
color: #c73a6c;
text-decoration: none;
@@ -292,3 +297,12 @@ td {
font-size: 1.2em;
}
}
+
+ul {
+ list-style-type: circle;
+ margin-left: 1.2em;
+}
+
+li {
+ margin-bottom: 0.25em;
+}
This bug report was last modified 4 years and 218 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.