diff --git a/CHANGES b/CHANGES index 0e29238..a8c23c5 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,44 @@ +Version : + - Created jqt.make + - Migrated generation to jq + - Implementing external jq + - Started blog + - Segregated layouts + - Changed top level object name + - Introspected menu + - Some renaming + - Generated sitemap + - Completed makefile modules + - Rules generated introspecting + - Generated makefile for extra dependencies + - Renamed make modules + - Generated JSON for pages + - More modules at make.d + - use addsuffix function + - Enabled second expansion + - Generate site.json + - New name inside introspect + - Renaming macros + - Exploring introspection + - New target "metadata" + - Protected target clobber + - Implemented default globals + - Make files reorganized + - Makefile subdivided in fragments + - Added favicon + - General solution for assets + - Big makefile reorganization + - New styles organization + - Better filenames + - Restructuring docs + - Merge branch 'mac' + - New tests + - Content macros moved + - New tests + - Moved install documentation + - Created directory for macros + - Enhanced README + Version 0.5.0: - Version bump to 0.5.0 - Segregated common macros library diff --git a/VERSION b/VERSION index 79a2734..e69de29 100644 --- a/VERSION +++ b/VERSION @@ -1 +0,0 @@ -0.5.0 \ No newline at end of file diff --git a/bin/jqt b/bin/jqt index f5fbdd6..edfdaec 100755 --- a/bin/jqt +++ b/bin/jqt @@ -2,7 +2,7 @@ # jqt - jq based web template engine -declare -r VERSION='0.5.0''0.4.0' +declare -r VERSION='''0.5.0''0.4.0' declare -r DATADIR='/usr/local/share' declare -r SELF=${0##*/} @@ -529,7 +529,7 @@ function usage function help { cat <<'EOF' -jqt - jq based web template engine [version 0.5.0] +jqt - jq based web template engine [version ] Usage: jqt [-h | --help | -p | -V | --version] jqt [options] < infile > result jqt [options] infile > result diff --git a/docs/Makefile b/docs/Makefile index 875a6f6..a2507d1 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -10,7 +10,7 @@ include make.d/prelude.make # jqt version -Version := 0.5.0 +Version := # Metadata directory Metadata := .meta