|
Defines |
#define | FS_ROOT file_http_changelog_html |
Variables |
const char | data_http_img_sics_gif [] |
const char | data_http_documentation_html [] |
const char | data_http_download_html [] |
const char | data_http_index_html [] |
const char | data_http_licence_html [] |
const char | data_http_links_html [] |
const char | data_http_news_html [] |
const char | data_http_mailinglist_html [] |
const char | data_http_changelog_html [] |
const struct fsdata_file | file_http_img_sics_gif [] = {{NULL, "/http/img/sics.gif", data_http_img_sics_gif, sizeof(data_http_img_sics_gif)}} |
const struct fsdata_file | file_http_documentation_html [] = {{file_http_img_sics_gif, "/http/documentation.html", data_http_documentation_html, sizeof(data_http_documentation_html)}} |
const struct fsdata_file | file_http_download_html [] = {{file_http_documentation_html, "/http/download.html", data_http_download_html, sizeof(data_http_download_html)}} |
const struct fsdata_file | file_http_index_html [] = {{file_http_download_html, "/http/index.html", data_http_index_html, sizeof(data_http_index_html)}} |
const struct fsdata_file | file_http_licence_html [] = {{file_http_index_html, "/http/licence.html", data_http_licence_html, sizeof(data_http_licence_html)}} |
const struct fsdata_file | file_http_links_html [] = {{file_http_licence_html, "/http/links.html", data_http_links_html, sizeof(data_http_links_html)}} |
const struct fsdata_file | file_http_news_html [] = {{file_http_links_html, "/http/news.html", data_http_news_html, sizeof(data_http_news_html)}} |
const struct fsdata_file | file_http_mailinglist_html [] = {{file_http_news_html, "/http/mailinglist.html", data_http_mailinglist_html, sizeof(data_http_mailinglist_html)}} |
const struct fsdata_file | file_http_changelog_html [] = {{file_http_mailinglist_html, "/http/changelog.html", data_http_changelog_html, sizeof(data_http_changelog_html)}} |