configure:
news
Username:
admin
root
administrator
Password:
# WB initialization file # This file is written in python and consists in the definition of a number of variables # # Note that all variables have suitable defaults so you may remove them from here # After setting up all your customized variables you can test the correctness of # the file by running python on it: # python wb.ini # Then you must move the file in the billboard directory ##################################################################################### allowed_users = [ # A list of users which are allowed to operate on the # billboard. 'lfini','palla','masini','tribioli','baglioni','guarnier','andreaf' ] delete_expired = 0 # If set to 1 expired files will be removed when doing # billboard maintenance. # Otherwise expired files will be moved onto a directory named # "deleted" ijn the billboard directory. If not existent the # directory will be created expir_required = 0 # Expiration date is required for each document # Specifies the sort order when a list of document is displayed. Two integer values: # Specifies the sort order when a list of document is displayed. You may use a combination # of date,expir with ascending, descending sort_order = 'date descending' mail_to = [ # list of e-mail addresses who are notified when something changes "lfini@arcetri.astro.it" ] # Format for a search input form. The %s symbol stands for the # string entry item. # The HTML code generated by the following variable is inserted in # the document list page by the variable: SEARCH (see: index_header) search_fmt = 'Search: %s (input a search string and press Enter)' ############################################################################# # The following variables will define the format use to show a list of the documents # posted to the billboard. They are: <tt>index_header</tt>, <tt>index_item</tt> # and <tt>index_footer</tt>. # Look in the configuration manual for a definition of variables which can be # used into strings. index_header = [ # The following strings are output on top of item index '<center>' ] index_src = 'Result of search: %(STRING)' # Printed after index_header when the list # is the result of a document search request index_item = [ # The following strings are used to generate HTML code for # each item of the document list which is not expired '<font color=red> ', '<br><a href=%(HREF)s><b>%(TITLE)si</b></a>', '</font>' ] index_item_exp = [ # The following strings are used to generate HTML code for # each item of the document list which is expired # Expired documents titles are in black '<br><a href=%(HREF)s><b>%(TITLE)s</b></a>' ] index_footer = [ '</center>' ]
Back to billboards list
Powered by: wb.py - L.Fini (lfini@arcetri.inaf.it). Version 7.2, Mar 2008