Exoplanet.Config (Exoplanet v0.2.0)
View SourceExoplanet configuration
In this section we expect the following attributees:
name
- your planet's namelink
- link to the main pageowner_name
- your nameowner_email
- your e-mail addressabout
- information about your Planetfeed_timeout
- time in seconds the request to any given feed should timeoutrelated_sites
- map of links to related sites, like other Planets or Feed Aggregators
Summary
Functions
Creates Exoplanet.Config
from the given file
Types
@type t() :: %Exoplanet.Config{ about: String.t(), activity_threshold: term(), cache_directory: term(), feed_timeout: pos_integer(), items: term(), link: String.t(), log_level: term(), name: String.t(), new_feed_items: pos_integer(), output_dir: term(), output_theme: term(), owner_email: String.t(), owner_name: String.t(), related_sites: map(), sources: map() }
Functions
Creates Exoplanet.Config
from the given file