BlossomTheme Web Builder
Automated website builder for theme repositories
|
Functions | |
to_update () | |
create_project_page (name, description, image_locations, installation_instructions) | |
get_theme_info (name) | |
add_project_page_entry (image, name) | |
update_config () | |
main () |
builder.add_project_page_entry | ( | image, | |
name ) |
Definition at line 102 of file builder.py.
Referenced by main().
builder.create_project_page | ( | name, | |
description, | |||
image_locations, | |||
installation_instructions ) |
Definition at line 34 of file builder.py.
Referenced by main().
builder.get_theme_info | ( | name | ) |
Definition at line 62 of file builder.py.
Referenced by main().
builder.main | ( | ) |
Definition at line 146 of file builder.py.
References add_project_page_entry(), create_project_page(), get_theme_info(), main(), to_update(), and update_config().
Referenced by main().
builder.to_update | ( | ) |
Definition at line 11 of file builder.py.
Referenced by main().
builder.update_config | ( | ) |
Definition at line 138 of file builder.py.
Referenced by main().