package stog_sitemap

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Stog_sitemapSource

module XR = Xtmpl.Rewrite
module Xml = Xtmpl.Xml
Sourceval module_name : string
Sourceval rc_file : Stog.Types.stog -> string
module W = Ocf.Wrapper
Sourcetype info = {
  1. in_sitemap : bool;
  2. frequency : string option;
  3. priority : string option;
}
Sourceval default_info : info
Sourceval info_wrapper : info Ocf.Wrapper.t
Sourcetype sitemap_data = {
  1. default_by_type : info Stog.Types.Str_map.t;
  2. out_file : string;
}
Sourceval default_sitemap_data : default_by_type:info Stog.Types.Str_map.t -> out_file:string -> sitemap_data
Sourceval sitemap_data_wrapper : default_by_type:info Stog.Types.Str_map.t -> out_file:string -> sitemap_data Ocf.Wrapper.t
Sourceval group : sitemap_data -> [ `Closed ] Ocf.group * sitemap_data Ocf.conf_option
Sourceval load_config : 'a -> (Stog.Types.stog * sitemap_data) -> 'b -> Stog.Types.stog * sitemap_data
Sourcetype url_entry = {
  1. url_loc : Stog.Url.t;
  2. url_lastmod : Stog.Types.date;
  3. url_freq : string option;
  4. url_prio : string option;
}
Sourceval gen_sitemap : Stog.Types.stog -> sitemap_data -> url_entry list -> unit
Sourceval level_funs : (string * sitemap_data Stog.Engine.level_fun) list
Sourceval default_levels : int list Stog.Types.Str_map.t
Sourceval default_data : sitemap_data
Sourceval make_module : ?levels:(string * int list) list -> unit -> (module Stog.Engine.Module)
OCaml

Innovation. Community. Security.