{{ define "title" }} {{ .Params.name }} - {{ .Site.Title }} {{ end }} {{ partial "header.html" . }}
{{ if ne (printf "%v" $.Site.BaseURL) "http://localhost:1313/" }} {{ end }} {{ partial "ad.html" . }}

Log Parser Plus example query

{{ .Params.name }}

{{ .Params.description }}
{{ if isset .Params "keywords" }} Keywords:
    {{ range sort .Params.keywords }}
  • {{ . }}
  • {{ end }}
{{ end }}
Statement:
logparser {{ .Params.statementParameters }} "SELECT {{ .Params.statementSelect }}{{ if isset .Params "statementusing" }} USING {{.Params.statementUsing }}{{ end }}{{ if isset .Params "statementinto" }} INTO {{.Params.statementInto }}{{ end }}{{ if isset .Params "statementfrom" }} FROM {{.Params.statementFrom }}{{ end }}{{ if isset .Params "statementwhere" }} WHERE {{.Params.statementWhere }}{{ end }}{{ if isset .Params "statementgroupby" }} GROUP BY {{.Params.statementGroupby }}{{ end }}{{ if isset .Params "statementhaving" }} HAVING {{.Params.statementHaving }}{{ end }}{{ if isset .Params "statementorderby" }} ORDER BY {{.Params.statementOrderby }}{{ end }}"
{{ if isset .Params "notes" }} Notes: {{ .Params.notes | safeHTML }} {{ end }} Leave a comment on this query.
{{ .Content }}

View more examples.

{{ partial "disqus.html" . }}
{{ partial "footer.html" . }}