bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#34460: https://elpa.gnu.org should list a contact address


From: Stefan Kangas
Subject: bug#34460: https://elpa.gnu.org should list a contact address
Date: Mon, 04 Nov 2019 21:21:27 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

Stefan Monnier <monnier@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@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@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

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;
+}

reply via email to

[Prev in Thread] Current Thread [Next in Thread]