[searchisko-dev] Quickstart provider and info

Jason Porter jporter at redhat.com
Tue Oct 8 17:58:06 EDT 2013


Here's what I've come up with. Let me know what you think Pete. Everything with sys_ is either recommended or required.

# JSON payload to Searchisko (and mapping)
#
# {
#   # Pulled from the file (our names : searchisko mapping)
#   header: sys_title
#   author: sys_contributors (should be an array)
#   level (difficulty?)
#   technologies: tags (should be an array)
#   summary: sys_description
#   target_product: (project?)
#   url (build it from output_path): sys_url_view
#
#   # Other required searchisko mappings (searchisko : what we send)
#   sys_content_content-type: not sure (markdown or html?)
#   sys_content (raw markdown or html?)
#   sys_type: "quickstart"
#   sys_content_type: "quickstart"
#   sys_content_provider: whatever-we-name-the-provider
#
#   # I think we can pull these from git, like we do currently for the site
#   sys_created
#   sys_activity_dates
#   sys_list_activity_date
#   sys_updated
#
#   # I don't think we have any way of getting these, should we start adding them? I'm not sure how "required" these are
#   sys_project
#   sys_project_name
#
#   # comments may be great, but we'd need to get them from disqus
# }


More information about the searchisko-dev mailing list