ADDED HEADER Index: HEADER ================================================================== --- /dev/null +++ HEADER @@ -0,0 +1,10 @@ +@@UTIL@@ @@VERS@@ +================= + +Release information +------------------- + + - pkg: @@UTIL@@ version @@VERS@@ + - url: https://chiselapp.com/user/rkeene/repository/tcl-nano/ + - date: @@DATE@@ + ADDED README.md Index: README.md ================================================================== --- /dev/null +++ README.md @@ -0,0 +1,18 @@ +Tcl Nano +======== + +[Nano](https://nano.org) +------------------------ +Nano is a low-latency payment platform that requires minimal resources; making Nano ideal for peer-to-peer transactions. + +[Tcl](https://www.tcl-lang.org/) +-------------------------------- +Tcl (Tool Command Language) is a very powerful but easy to learn dynamic programming language, suitable for a very wide range of uses, including web and desktop applications, networking, administration, testing and many more. Open source and business-friendly, Tcl is a mature yet evolving language that is truly cross platform, easily deployed and highly extensible. + +Tcl Nano +-------- +Tcl Nano implements a few different facets of Nano in Tcl, as well as allows +for interoperating with other Nano implementations. + + - [Downloads](/wiki/Downloads) + - [Manual](/wiki/Manual) Index: build/makearch.info ================================================================== --- build/makearch.info +++ build/makearch.info @@ -22,11 +22,11 @@ # prefixed with the contents of the DOC_HDR file and substitution # will occur: # @@UTIL@@ becomes the utility name ${UTIL} # @@VERS@@ becomes the utility version # @@DATE@@ becomes the current date -DOCS="README.txt ChangeLog" +DOCS="README.md" DOC_HDR="HEADER" # These files follow the same convention as DOCS, but don't have the header # tacked onto them. UPDATE_VARS="nano.man" Index: configure.ac ================================================================== --- configure.ac +++ configure.ac @@ -1,7 +1,7 @@ dnl Define ourselves -AC_INIT(tcl-nano, 0.1) +AC_INIT(tcl-nano, 1.0) dnl Checks for programs. AC_PROG_CC AC_PROG_MAKE_SET AC_PROG_INSTALL