Merge branch 'master' of ssh://camlistore.org:29418/camlistore

This commit is contained in:
Brad Fitzpatrick 2011-07-06 17:16:55 -07:00
commit f95419639c
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ import (
const defaultAddr = ":31798" // default webserver address
var h1TitlePattern = regexp.MustCompile(`<h1>(.+)</h1>`)
var h1TitlePattern = regexp.MustCompile(`<h1>([^<]+)</h1>`)
var (
httpAddr = flag.String("http", defaultAddr, "HTTP service address (e.g., '"+defaultAddr+"')")

View File

@ -1,6 +1,6 @@
<h1>Prior Art & Related Projects</h1>
<h2>Priort Art</h2>
<h2>Prior Art</h2>
<ul>
<li><a href="http://www.livejournal.org/">LiveJournal</a>'s photo hosting, my first experiment with content-addressable storage, which led to:</li>