mirror of https://github.com/perkeep/perkeep.git
Merge branch 'master' of ssh://camlistore.org:29418/camlistore
This commit is contained in:
commit
f95419639c
|
@ -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+"')")
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue