type SearchResultFunc …
type Presentation …
func NewPresentation(c *Corpus) *Presentation { … }
func (p *Presentation) FileServer() http.Handler { … }
func (p *Presentation) ServeHTTP(w http.ResponseWriter, r *http.Request) { … }
func (p *Presentation) PkgFSRoot() string { … }
func (p *Presentation) CmdFSRoot() string { … }
func (p *Presentation) GetPkgPageInfo(abspath, relpath string, mode PageInfoMode) *PageInfo { … }
func (p *Presentation) GetCmdPageInfo(abspath, relpath string, mode PageInfoMode) *PageInfo { … }