Skip to content

Configure Hyperkitty and Edit Welcome Messages

JingVT edited this page Dec 1, 2018 · 2 revisions
  1. Change site name on Hyperkitty from Example.Com to Graphspace.Org
  1. Hide Manage lists, Sign in and Sign up buttons of Hyperkitty
  • Comment the corresponding codes of Manage lists, Sign in and Sign up in mailman-suite/venv-2.7/lib/python2.7/site-packages/hyperkitty/templates/hyperkitty/base.html
  1. Change time zone of Archives to Virginia time zone
  • Change TIME_ZONE to US/Eastern in mailman-suite/mailman_suite/settings.py
  1. Hide Admin site of mailman
  • Comment url(r'^admin/', include(admin.site.urls)), in mailman-suite/mailman_suite/urls.py
  1. Edit welcome messages of email lists
  • Welcome message of graphspace-announcements@graphspace.org. Add the following message to /mailman-suite/mailman/var/templates/lists/graphspace-announcements.graphspace.org/en/list:user:notice:welcome.txt
 Welcome to the "$display_name" mailing list!

 The GraphSpace administrators will use this list to post important announcements about GraphSpace. Note that 
 you will not be able to post to this mailing list. If you have a question about GraphSpace, please join the 
 graphspace-users mailing list and post there. 

 To get the archives of this list, please visit:

   http://email.graphspace.org

 You can make such adjustments via email by sending a message to:

   $request_email

 with the word 'help' in the subject or body (don't include the quotes), and
 you will get back a message with instructions.  You will need your password to
 change your options, but for security purposes, this email is not included
 here.  If you have forgotten your password you will need to click on the
 'Forgot Password?' link on the login page.
  • Welcome message of graphspace-users@graphspace.org. Add the following message to /mailman-suite/mailman/var/templates/lists/graphspace-users.graphspace.org/en/list:user:notice:welcome.txt
 Welcome to the "$display_name" mailing list!

 This list is meant for all users of GraphSpace to communicate with each other and with the GraphSpace 
 administrators. Please use this list to pose questions about GraphSpace, discuss any problems you may have, 
 give us feedback, request features etc.

 To post to this list, send your email to:

   $listname

 To get the archives of this list, please visit:

   http://email.graphspace.org

 You can make such adjustments via email by sending a message to:

   $request_email

 with the word 'help' in the subject or body (don't include the quotes), and
 you will get back a message with instructions.  You will need your password to
 change your options, but for security purposes, this email is not included
 here.  If you have forgotten your password you will need to click on the
 'Forgot Password?' link on the login page.
Clone this wiki locally