Package

pamflet

Permalink

package pamflet

Visibility
  1. Public
  2. All

Type Members

  1. sealed trait AuthoredPage extends Page

    Permalink
  2. case class CachedFileStorage(base: File, ps: List[FencePlugin]) extends Storage with Product with Serializable

    Permalink

    Cache FileStorage based on the last modified time.

    Cache FileStorage based on the last modified time. This should make previewing much faster on large pamflets.

  3. trait ContentPage extends AuthoredPage

    Permalink
  4. case class Contents(language: String, isDefaultLang: Boolean, rootSection: Section, css: Seq[(String, String)], files: Seq[(String, URI)], favicon: Option[URI], template: Template, layouts: Seq[(String, String)]) extends Product with Serializable

    Permalink
  5. case class DeepContents(template: Template) extends Page with Product with Serializable

    Permalink
  6. case class FileStorage(base: File, ps: List[FencePlugin]) extends Storage with Product with Serializable

    Permalink
  7. case class Frontin(header: Option[String], body: String) extends Product with Serializable

    Permalink
  8. case class Globalized(contents: Map[String, Contents], template: Template) extends Product with Serializable

    Permalink
  9. case class Leaf(localPath: String, raw: String, blocks: Seq[Block], template: Template) extends ContentPage with Product with Serializable

    Permalink
  10. sealed trait Page extends AnyRef

    Permalink
  11. case class Printer(contents: Contents, globalized: Globalized, manifest: Option[String]) extends Product with Serializable

    Permalink
  12. case class ScrollPage(root: Section, template: Template) extends AuthoredPage with Product with Serializable

    Permalink
  13. case class Section(localPath: String, raw: String, blocks: Seq[Block], children: List[Page], template: Template) extends ContentPage with Product with Serializable

    Permalink
  14. trait Storage extends AnyRef

    Permalink
  15. case class StringTemplate(files: Seq[File], str: Option[String], extra: Map[AnyRef, AnyRef]) extends Template with Product with Serializable

    Permalink
  16. trait Template extends AnyRef

    Permalink

Value Members

  1. object CachedFileStorage extends Serializable

    Permalink
  2. object Frontin extends Serializable

    Permalink
  3. object Heights

    Permalink
  4. object Knock

    Permalink
  5. object Language

    Permalink
  6. object Leaf extends Serializable

    Permalink
  7. object Outline

    Permalink
  8. object Preview

    Permalink
  9. object Printer extends Serializable

    Permalink
  10. object Produce

    Permalink
  11. object Shared

    Permalink

Ungrouped