Fossil SCM

Add the /favicon.ico web page.

drh 2020-03-02 12:57 trunk
Commit 81b3ce3a1350eaa96361ff5e4121a448ca2254fa76ab324c2300c20979674819
1 file changed +91
+91
--- src/doc.c
+++ src/doc.c
@@ -1123,10 +1123,101 @@
11231123
}
11241124
cgi_set_content_type(zMime);
11251125
cgi_set_content(&bgimg);
11261126
}
11271127
1128
+/* The default favicon.ico
1129
+** A 16x16 Microsoft bitmap image. 1150 bytes.
1130
+*/
1131
+static const unsigned char favicon[] = {
1132
+ 0, 0, 1, 0, 1, 0, 16, 16, 0, 0, 1, 0, 32, 0,104, 4, 0, 0, 22,
1133
+ 0, 0, 0, 40, 0, 0, 0, 16, 0, 0, 0, 32, 0, 0, 0, 1, 0, 32, 0,
1134
+ 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
1135
+ 0, 0, 0, 0, 0,255,255,255,255,255,255,255,255,255,255,255,255,231,226,
1136
+ 216,255,184,170,141,255,179,164,133,255,252,252,251,255,240,237,231,255,213,
1137
+ 205,188,255,202,192,171,255,221,215,202,255,233,230,221,255,250,249,247,255,
1138
+ 255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,
1139
+ 255,220,214,200,255,211,203,185,255,248,247,244,255,187,174,146,255,209,200,
1140
+ 181,255,203,193,171,255,179,165,134,255,211,202,184,255,249,248,245,255,219,
1141
+ 212,197,255,187,175,147,255,208,200,181,255,254,254,254,255,255,255,255,255,
1142
+ 255,255,255,255,255,255,255,255,251,250,249,255,252,252,251,255,255,255,255,
1143
+ 255,201,191,170,255,162,145,106,255,182,168,138,255,211,203,185,255,188,175,
1144
+ 148,255,255,255,255,255,255,255,255,255,254,254,254,255,250,249,248,255,211,
1145
+ 203,185,255,252,252,251,255,255,255,255,255,255,255,255,255,255,255,255,255,
1146
+ 255,255,255,255,245,243,240,255,194,183,158,255,242,240,235,255,253,253,252,
1147
+ 255,237,233,226,255,204,195,174,255,255,255,255,255,255,255,255,255,255,255,
1148
+ 255,255,255,255,255,255,249,249,246,255,227,222,210,255,253,253,253,255,255,
1149
+ 255,255,255,255,255,255,255,255,255,255,255,190,178,151,255,214,207,190,255,
1150
+ 245,244,240,255,254,254,254,255,229,225,214,255,244,242,237,255,255,255,255,
1151
+ 255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,219,212,
1152
+ 198,255,254,254,254,255,233,229,220,255,199,189,166,255,231,227,217,255,163,
1153
+ 146,108,255,206,197,176,255,190,178,152,255,192,180,155,255,248,246,243,255,
1154
+ 255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,
1155
+ 255,255,255,255,255,254,254,254,255,255,255,255,255,185,172,143,255,226,221,
1156
+ 209,255,170,154,118,255,185,172,143,255,197,187,163,255,249,248,245,255,234,
1157
+ 230,222,255,208,199,180,255,235,232,224,255,254,254,254,255,255,255,255,255,
1158
+ 255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,239,236,229,
1159
+ 255,203,193,172,255,254,254,254,255,250,250,248,255,169,153,117,255,247,246,
1160
+ 243,255,255,255,255,255,255,255,255,255,247,245,242,255,232,228,218,255,255,
1161
+ 255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,
1162
+ 255,255,255,255,233,229,220,255,243,241,236,255,255,255,255,255,254,254,253,
1163
+ 255,164,147,109,255,222,216,203,255,255,255,255,255,255,255,255,255,255,255,
1164
+ 255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,
1165
+ 255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,
1166
+ 255,255,255,255,255,255,255,255,189,177,150,255,209,200,181,255,255,255,255,
1167
+ 255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,
1168
+ 255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,
1169
+ 255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,236,233,226,255,
1170
+ 191,179,152,255,173,157,123,255,174,159,126,255,245,243,239,255,255,255,255,
1171
+ 255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,
1172
+ 255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,250,
1173
+ 249,248,255,179,165,134,255,149,129, 85,255,149,129, 85,255,149,129, 85,255,
1174
+ 197,187,163,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,
1175
+ 255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,
1176
+ 255,255,255,255,255,255,213,205,188,255,149,129, 85,255,149,129, 85,255,152,
1177
+ 132, 89,255,174,159,125,255,164,147,110,255,253,253,253,255,255,255,255,255,
1178
+ 255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,
1179
+ 255,255,255,255,255,255,255,255,255,255,255,255,255,236,232,224,255,156,138,
1180
+ 97,255,164,147,110,255,168,152,116,255,150,130, 87,255,149,129, 85,255,246,
1181
+ 244,241,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,
1182
+ 255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,
1183
+ 255,255,255,255,255,239,236,230,255,178,164,132,255,149,129, 86,255,149,129,
1184
+ 85,255,149,129, 85,255,237,234,227,255,255,255,255,255,255,255,255,255,255,
1185
+ 255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,253,253,253,255,
1186
+ 255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,253,253,253,
1187
+ 255,227,222,210,255,183,169,139,255,156,138, 97,255,245,243,239,255,255,255,
1188
+ 255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,
1189
+ 255,255,255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
1190
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
1191
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
1192
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
1193
+};
1194
+
1195
+
1196
+/*
1197
+** WEBPAGE: favicon.ico
1198
+**
1199
+** Return the default favicon.ico image. The returned image is for the
1200
+** Fossil lizard icon.
1201
+**
1202
+** The intended use case here is to supply a favicon for the "fossil ui"
1203
+** command. For a permanent website, the recommended process is for
1204
+** the admin to set up a project-specific favicon and reference that
1205
+** icon in the HTML header using a line like:
1206
+**
1207
+** <link rel="icon" href="URL-FOR-YOUR-ICON" type="MIMETYPE"/>
1208
+**
1209
+*/
1210
+void favicon_page(void){
1211
+ Blob favicon;
1212
+
1213
+ etag_check(ETAG_CONFIG, 0);
1214
+ blob_zero(&favicon);
1215
+ blob_init(&favicon, (char*)aLogo, sizeof(aLogo));
1216
+ cgi_set_content_type("image/vnd.microsoft.icon");
1217
+ cgi_set_content(&favicon);
1218
+}
11281219
11291220
/*
11301221
** WEBPAGE: docsrch
11311222
**
11321223
** Search for documents that match a user-supplied full-text search pattern.
11331224
--- src/doc.c
+++ src/doc.c
@@ -1123,10 +1123,101 @@
1123 }
1124 cgi_set_content_type(zMime);
1125 cgi_set_content(&bgimg);
1126 }
1127
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1128
1129 /*
1130 ** WEBPAGE: docsrch
1131 **
1132 ** Search for documents that match a user-supplied full-text search pattern.
1133
--- src/doc.c
+++ src/doc.c
@@ -1123,10 +1123,101 @@
1123 }
1124 cgi_set_content_type(zMime);
1125 cgi_set_content(&bgimg);
1126 }
1127
1128 /* The default favicon.ico
1129 ** A 16x16 Microsoft bitmap image. 1150 bytes.
1130 */
1131 static const unsigned char favicon[] = {
1132 0, 0, 1, 0, 1, 0, 16, 16, 0, 0, 1, 0, 32, 0,104, 4, 0, 0, 22,
1133 0, 0, 0, 40, 0, 0, 0, 16, 0, 0, 0, 32, 0, 0, 0, 1, 0, 32, 0,
1134 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
1135 0, 0, 0, 0, 0,255,255,255,255,255,255,255,255,255,255,255,255,231,226,
1136 216,255,184,170,141,255,179,164,133,255,252,252,251,255,240,237,231,255,213,
1137 205,188,255,202,192,171,255,221,215,202,255,233,230,221,255,250,249,247,255,
1138 255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,
1139 255,220,214,200,255,211,203,185,255,248,247,244,255,187,174,146,255,209,200,
1140 181,255,203,193,171,255,179,165,134,255,211,202,184,255,249,248,245,255,219,
1141 212,197,255,187,175,147,255,208,200,181,255,254,254,254,255,255,255,255,255,
1142 255,255,255,255,255,255,255,255,251,250,249,255,252,252,251,255,255,255,255,
1143 255,201,191,170,255,162,145,106,255,182,168,138,255,211,203,185,255,188,175,
1144 148,255,255,255,255,255,255,255,255,255,254,254,254,255,250,249,248,255,211,
1145 203,185,255,252,252,251,255,255,255,255,255,255,255,255,255,255,255,255,255,
1146 255,255,255,255,245,243,240,255,194,183,158,255,242,240,235,255,253,253,252,
1147 255,237,233,226,255,204,195,174,255,255,255,255,255,255,255,255,255,255,255,
1148 255,255,255,255,255,255,249,249,246,255,227,222,210,255,253,253,253,255,255,
1149 255,255,255,255,255,255,255,255,255,255,255,190,178,151,255,214,207,190,255,
1150 245,244,240,255,254,254,254,255,229,225,214,255,244,242,237,255,255,255,255,
1151 255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,219,212,
1152 198,255,254,254,254,255,233,229,220,255,199,189,166,255,231,227,217,255,163,
1153 146,108,255,206,197,176,255,190,178,152,255,192,180,155,255,248,246,243,255,
1154 255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,
1155 255,255,255,255,255,254,254,254,255,255,255,255,255,185,172,143,255,226,221,
1156 209,255,170,154,118,255,185,172,143,255,197,187,163,255,249,248,245,255,234,
1157 230,222,255,208,199,180,255,235,232,224,255,254,254,254,255,255,255,255,255,
1158 255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,239,236,229,
1159 255,203,193,172,255,254,254,254,255,250,250,248,255,169,153,117,255,247,246,
1160 243,255,255,255,255,255,255,255,255,255,247,245,242,255,232,228,218,255,255,
1161 255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,
1162 255,255,255,255,233,229,220,255,243,241,236,255,255,255,255,255,254,254,253,
1163 255,164,147,109,255,222,216,203,255,255,255,255,255,255,255,255,255,255,255,
1164 255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,
1165 255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,
1166 255,255,255,255,255,255,255,255,189,177,150,255,209,200,181,255,255,255,255,
1167 255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,
1168 255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,
1169 255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,236,233,226,255,
1170 191,179,152,255,173,157,123,255,174,159,126,255,245,243,239,255,255,255,255,
1171 255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,
1172 255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,250,
1173 249,248,255,179,165,134,255,149,129, 85,255,149,129, 85,255,149,129, 85,255,
1174 197,187,163,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,
1175 255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,
1176 255,255,255,255,255,255,213,205,188,255,149,129, 85,255,149,129, 85,255,152,
1177 132, 89,255,174,159,125,255,164,147,110,255,253,253,253,255,255,255,255,255,
1178 255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,
1179 255,255,255,255,255,255,255,255,255,255,255,255,255,236,232,224,255,156,138,
1180 97,255,164,147,110,255,168,152,116,255,150,130, 87,255,149,129, 85,255,246,
1181 244,241,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,
1182 255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,
1183 255,255,255,255,255,239,236,230,255,178,164,132,255,149,129, 86,255,149,129,
1184 85,255,149,129, 85,255,237,234,227,255,255,255,255,255,255,255,255,255,255,
1185 255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,253,253,253,255,
1186 255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,253,253,253,
1187 255,227,222,210,255,183,169,139,255,156,138, 97,255,245,243,239,255,255,255,
1188 255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,
1189 255,255,255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
1190 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
1191 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
1192 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
1193 };
1194
1195
1196 /*
1197 ** WEBPAGE: favicon.ico
1198 **
1199 ** Return the default favicon.ico image. The returned image is for the
1200 ** Fossil lizard icon.
1201 **
1202 ** The intended use case here is to supply a favicon for the "fossil ui"
1203 ** command. For a permanent website, the recommended process is for
1204 ** the admin to set up a project-specific favicon and reference that
1205 ** icon in the HTML header using a line like:
1206 **
1207 ** <link rel="icon" href="URL-FOR-YOUR-ICON" type="MIMETYPE"/>
1208 **
1209 */
1210 void favicon_page(void){
1211 Blob favicon;
1212
1213 etag_check(ETAG_CONFIG, 0);
1214 blob_zero(&favicon);
1215 blob_init(&favicon, (char*)aLogo, sizeof(aLogo));
1216 cgi_set_content_type("image/vnd.microsoft.icon");
1217 cgi_set_content(&favicon);
1218 }
1219
1220 /*
1221 ** WEBPAGE: docsrch
1222 **
1223 ** Search for documents that match a user-supplied full-text search pattern.
1224

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button