pamflet

package pamflet

Visibility
  1. Public
  2. All

Type Members

  1. sealed trait AuthoredPage extends Page

  2. trait CachedFileStorage extends AnyRef

    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

  4. case class Contents(language: String, isDefaultLanguage: Boolean, pamflet: Page with FrontPage, css: Seq[(String, String)], files: Seq[(String, URI)], favicon: Option[URI], layouts: Seq[(String, String)]) extends Product with Serializable

  5. case class DeepContents(template: Template, contentParents: List[String]) extends Page with FlatWebPaths with Product with Serializable

  6. trait FileStorage extends Storage with CachedFileStorage

  7. trait FlatWebPaths extends AnyRef

  8. trait FrontPage extends AnyRef

  9. case class FrontPageNews(pages: Stream[NewsStory], blocks: Seq[Block], template: Template, contentParents: List[String]) extends ContentPage with FlatWebPaths with FrontPage with Product with Serializable

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

  11. case class GlobalContents(byLanguage: Map[String, Contents], template: Template) extends Product with Serializable

  12. case class Leaf(localPath: String, raw: String, blocks: Seq[Block], template: Template, contentParents: List[String]) extends ContentPage with FlatWebPaths with Product with Serializable

  13. case class NewsStory(localPath: String, raw: String, blocks: Seq[Block], date: com.github.nscala_time.time.Imports.LocalDate, template: Template, contentParents: List[String]) extends ContentPage with Product with Serializable

  14. sealed trait Page extends AnyRef

  15. case class Printer(contents: Contents, globalContents: GlobalContents, manifest: Option[String]) extends Product with Serializable

  16. case class ScrollPage(root: Section, template: Template, contentParents: List[String]) extends AuthoredPage with FlatWebPaths with Product with Serializable

  17. case class Section(localPath: String, raw: String, blocks: Seq[Block], children: List[Page], template: Template, contentParents: List[String]) extends ContentPage with FlatWebPaths with FrontPage with StructuredContents with Product with Serializable

  18. trait Storage extends AnyRef

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

  20. trait StructuredContents extends AnyRef

  21. case class StructuredFileStorage(base: File, fencePlugins: List[FencePlugin]) extends FileStorage with Product with Serializable

  22. trait Template extends AnyRef

Value Members

  1. object CachedFileStorage

  2. object FileStorage

  3. object Format

  4. object Frontin extends Serializable

  5. object Heights

  6. object Knock

  7. object Language

  8. object Leaf extends Serializable

  9. object Outline

  10. object Preview

  11. object Printer extends Serializable

  12. object Produce

  13. object Shared

  14. package news

Ungrouped