heartranked

git clone https://git.tarina.org/heartranked
Log | Files | Refs | README

settings.py.sample (1076B)


      1 #!/usr/bin/python3
      2 # -*- coding: utf-8 -*-
      3 
      4 # Make your settings here and change filename to settings.py
      5 
      6 sitename="Heart Ranked"
      7 siteslogan="It's like AC/DC for electricity but for TCP/IP and knowledge."
      8 
      9 postadmin="cowabunga@local"
     10 postadmin_signature="\n-~-\nGreetings\nKing Robin\nHEART RANKED\nPeace!\nhttps://robinbackman.com/heartranked\nme@robinbackman.com\n"
     11 
     12 #mail to webmaster
     13 webmaster = "heart@localcow.boya"
     14 
     15 baseurl = "heartranked.com"
     16 
     17 standaloneserver="Y"
     18 zipandship="Y"
     19 theme='splash.css'
     20 
     21 heart="🤍"
     22 hearted="❤️"
     23 
     24 postadmin_msg_new = "WOWOWEEWAA!"
     25 #user and passcode are gonna be added by server.py
     26 postadmin_msg_new_long = "Wowowowoweeewaaa! Lets Ride The INTERNET Wave Together, Bees as home, HEART RANKED ftw! "
     27 
     28 welcome='HEART RANKED VISIONARY Fleet'
     29 welcome_long = "Wowowowoweeewaaa! Lets Ride INTERNET Wave Together, Bee as home bzzzz!, HEART RANKED ftw! https://heartranked.com"
     30 
     31 invitemsg='Invitation to HEART RANKED!'
     32 #the invitation key will be added to this in server.py
     33 invitemsg_long = "YO! You are the One! Follow this white rabbit "
     34 
     35 
     36