<BlogConfigurationSettings type="Subtext.Framework.Configuration.BlogConfigurationSettings, Subtext.Framework"> <Tracking enableAggBugs="true" enableWebStats="true" queueStats="true" queueStatsCount="5" enableTrackBacks="true" enablePingBacks="true" pingWeblogs="true"/> <!-- Checkout Subtext.Framework.Security for hashing passwords. This should be set when first installing the application and really shouldn't be changed afterwards. --> <UseHashedPasswords>true</UseHashedPasswords> <!-- Globally control access to web services --> <AllowServiceAccess>true</AllowServiceAccess> <AllowImages>true</AllowImages> <!-- Globally control use of XHTML --> <UseXHTML>true</UseXHTML> <!-- Default Item Count --> <ItemCount>25</ItemCount> <!-- Default Number of Posts to Show on Category Pages. Use 0 to show all. --> <CategoryListPostCount>0</CategoryListPostCount> <!-- Default Server Time Zone Offset --> <ServerTimeZone>-8</ServerTimeZone> <!-- Whether or not to GZIP the RSS and/or atom feeds. --> <UseSyndicationCompression>true</UseSyndicationCompression> </BlogConfigurationSettings>