blogit v1.2.3 API Reference

Modules

The Blogit Application module for the application :blogit.

The Blogit Application module for the application :blogit.

Contains common logic for creating and naming Blogit component processes. A component is a GenServer, but instead declaring

A Blogit.Component process which can be queried from outside. The Blogit.Components.Configuration process holds the configuration of the blog.

A Blogit.Component process which can be queried from outside. The Blogit.Components.Metas process holds the meta data for all the posts in the blog as its state.

A Blogit.Component process which can be queried from outside. The Blogit.Components.Posts process holds all the posts in the blog as its state.

A Blogit.Component process which can be queried from outside.

Represents a Supervisor, which supervises the components worker processes.

Contains a function for filtering and searching posts.

Contains the function check_updates/1 for checking for new updates using a Blogit.RepositoryProvider module implementation.

A module for managing and reading the blog configuration.

A module holding the representation of a post in a blog and helper functions for it.

Represents the meta-data of a post.

A behaviour module for implementing access to remote or local repository containing files which can be used as a source for a blog and its posts.

This module implements the Blogit.RepositoryProvider behaviour.

This module implements the Blogit.RepositoryProvider behaviour.

This module represents the core process of Blogit.

Provides application-wide settings for Blogit.

This module represents the root Supervisor of Blogit.