Metadata-Version: 1.0
Name: fossrit-tahrir-theme
Version: 0.1.6
Summary: FOSSRIT theme for the Tahrir Open Badges webapp
Home-page: https://github.com/FOSSRIT/fossrit-tahrir-theme
Author: David Gay
Author-email: oddshocks@riseup.net
License: GPLv3+
Description: # fossrit_tahrir_theme
        
        Custom FOSSRIT theme for Tahrir. To be used for the FOSSBox's Open Badges frontend.
        
        ## Usage
        
        In your Tahrir virtualenv, install this theme from PyPI:
        
            pip install fossrit_tahrir_theme
        
        In the config file you use to start your server, make sure the following
        option is set:
        
            tahrir.theme_name = fossrit_tahrir_theme
        
        So if you start your server with `pserve myconfig.ini --reload` or something
        of that nature, you want to make the change in `myconfig.ini`. Tahrir by
        default comes with a `production.ini` and a `development.ini`. You can make
        use of one of these, or create your own based on one.
        
        If those two things are all set, you should be good!
        
        ## License
        
        This project is licensed under GPLv3+. The full text of this license should be
        included with this project in the `LICENSE` file.
        
        ## Contributors
        
        -   David Gay (oddshocks)
Platform: UNKNOWN
