This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

PATCH: wwwdocs/ml-request -- simplify


Hi Jason,

I checked in the following patch to wwwdocs/ml-request. In my opinion,
this should make the output of the script easier to understand for less
experienced users, while no relevant information is lost for experienced
ones.

(I did some testing, so hopefully I have not broken anything.)

If you like it, feel free to apply this to your (other) sourceware sites
as well, of course! :-)

Gerald

Index: ml-request
===================================================================
RCS file: /cvs/gcc/wwwdocs/cgi-bin/ml-request,v
retrieving revision 1.3
diff -c -3 -p -r1.3 ml-request
*** ml-request	1999/10/09 03:33:15	1.3
--- ml-request	1999/11/25 15:29:00
*************** then
*** 150,175 ****
  
    echo '<h2>Your (un)subscription request is being sent in...</h2>'
  
-   echo '<p>Your request is:'
-   echo '<blockquote>'
  
    if [ "$operation" = "subscribe" ]
    then
!     echo "<b>Subscribe</b> \"${orig_email}\" to"
    else
!     echo "<b>Unsubscribe</b> \"${orig_email}\" from"
    fi
  
!   echo the mailing list \"${listname}\"
    if [ "$digest" = "digest-" ]
    then
      echo '(digest version)'
    fi
  
-   echo ". </blockquote>"
    
    echo '<p>'
!   echo "Your request has been sent!  An e-mail note will be sent to"
    echo "<tt>${orig_email}</tt> to confirm that this address works properly."
    echo "Send that confirmation note"
    echo "back (reply to it), and your request will be finished.  "
--- 150,174 ----
  
    echo '<h2>Your (un)subscription request is being sent in...</h2>'
  
  
    if [ "$operation" = "subscribe" ]
    then
!     echo "<p>Your request to subscribe the address ${orig_email} to"
    else
!     echo "<p>Your request to unsubscribe the address ${orig_email} from"
    fi
  
!   echo "the mailing list <code>\"${listname}\""
    if [ "$digest" = "digest-" ]
    then
      echo '(digest version)'
    fi
+   
+   echo "</code> has been received."
  
    
    echo '<p>'
!   echo "An e-mail note will be sent to"
    echo "<tt>${orig_email}</tt> to confirm that this address works properly."
    echo "Send that confirmation note"
    echo "back (reply to it), and your request will be finished.  "


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]