format
authorJoey Hess <joey@kitenet.net>
Sat, 18 Sep 2010 17:03:33 +0000 (13:03 -0400)
committerJoey Hess <joey@kitenet.net>
Sat, 18 Sep 2010 17:03:33 +0000 (13:03 -0400)
doc/bugs/po:_apache_config_serves_index.rss_for_index.mdwn

index e6e1b57a87647574f1bf78d8e0d63eaa35d52147..bf5973325a8355c72a3e731b60f09d885443a4d4 100644 (file)
@@ -11,8 +11,8 @@ Analysis:
 * /etc/mime.types gives mime types to .rss and .atom files
 * `mod_negotiation`'s MultiViews allows any file with a mime type to be
   served up via content negotiation, if the client requests that type.
-* wget etc send "Accept: */*" to accept all content types. Compare
-  with firefox, which sends "Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*"
+* wget etc send `Accept: */*` to accept all content types. Compare
+  with firefox, which sends `Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*`
 * So apache has a tie between a html encoded Enlish file, and a rss encoded
   English file and the client has no preference. In a tie, apache will serve up the
   *smallest* file, which tends to be the rss file. (Apache's docs say it uses that