Go to the source code of this file.
Namespaces | |
| campaignd | |
Functions | |
| bool | campaignd::is_text_markup_char (char c) |
| std::string | campaignd::format_addon_feedback_url (const std::string &format, const config ¶ms) |
| Format a feedback URL for an add-on. More... | |
| void | campaignd::support_translation (config &addon, const std::string &locale_id) |
| void | campaignd::find_translations (const config &base_dir, config &addon) |
| Scans an add-on archive directory for translations. More... | |
| void | campaignd::add_license (config &cfg) |
| Adds a COPYING.txt file with the full text of the GNU GPL to an add-on. More... | |
| std::map< version_info, config > | campaignd::get_version_map (config &addon) |
| bool | campaignd::data_apply_removelist (config &data, const config &removelist) |
| void | campaignd::data_apply_addlist (config &data, const config &addlist) |