Change repository name to makehtml

master
Jason T. Lenz 3 years ago
parent a52dfab88d
commit 1c6847abf2
  1. 4
      Makefile
  2. 4
      Makefile.bsd
  3. 4
      Makefile.gnu
  4. 10
      README.md
  5. 2
      src/inc/pageEnd.igot
  6. 6
      template/README.md.got

@ -41,8 +41,8 @@ bld/pub/%.html: src/%.got $(INC)
cogit: bld/cogit.tar cogit-files.txt
@ echo "Moving cogit tarball to release folder"
mkdir -p ../makeht-release
mv bld/cogit.tar ../makeht-release/makeht-cogit-$(shell date +"%Y-%m-%d").tar
mkdir -p ../makehtml-release
mv bld/cogit.tar ../makehtml-release/makehtml-cogit-$(shell date +"%Y-%m-%d").tar
CGTMP=cg.tmp
CGSRT=cgsrt.tmp

@ -54,8 +54,8 @@ $(GOTP): $(@:bld/pub/%.html=src/%.got) $(INC)
cogit: bld/cogit.tar cogit-files.txt
@ echo "Moving cogit tarball to release folder"
mkdir -p ../makeht-release
mv bld/cogit.tar ../makeht-release/makeht-cogit-$(shell date +"%Y-%m-%d").tar
mkdir -p ../makehtml-release
mv bld/cogit.tar ../makehtml-release/makehtml-cogit-$(shell date +"%Y-%m-%d").tar
CGTMP=cg.tmp
CGSRT=cgsrt.tmp

@ -41,8 +41,8 @@ bld/pub/%.html: src/%.got $(INC)
cogit: bld/cogit.tar cogit-files.txt
@ echo "Moving cogit tarball to release folder"
mkdir -p ../makeht-release
mv bld/cogit.tar ../makeht-release/makeht-cogit-$(shell date +"%Y-%m-%d").tar
mkdir -p ../makehtml-release
mv bld/cogit.tar ../makehtml-release/makehtml-cogit-$(shell date +"%Y-%m-%d").tar
CGTMP=cg.tmp
CGSRT=cgsrt.tmp

@ -1,4 +1,4 @@
# makeht
# makehtml
This is a makefile based static website generator. Files are authored in the
"src" subdirectory using a standard text editor to enter markdown or html as
@ -66,15 +66,15 @@ To install, clone the git repository and ensure you have the
[dependencies](#dependencies) in the section below installed.
In addition you will need to download the latest "cogit" file set from the
[release](https://git.lenzplace.org/lenzj/makeht/releases) folder. This is a tar archive containing
[release](https://git.lenzplace.org/lenzj/makehtml/releases) folder. This is a tar archive containing
any images or video etc. used by this website. See the [cogit](#cogit) section
below for more background info. There is currently only one file in the makeht
below for more background info. There is currently only one file in the makehtml
cogit archive, and it is mainly included to demonstrate the cogit method. From
within the main git repository you can then extract the tar archive as follows
(assuming the downloaded cogit tar archive is in your ~/Download folder) and it
will populate the cogit files into the "src" directory.
$ tar -xf ~/Download/makeht-cogit-20XX-XX-XX.tar
$ tar -xf ~/Download/makehtml-cogit-20XX-XX-XX.tar
You should then execute the configure script which selects the appropriate
Makefile version depending on which operating system you are using (linux or
@ -186,7 +186,7 @@ me is by following the instructions in the link below. Thank you!
## Versioning
I follow the [SemVer](http://semver.org/) strategy for versioning. The latest
version is listed in the [releases](/lenzj/makeht/releases) section.
version is listed in the [releases](/lenzj/makehtml/releases) section.
## License

@ -2,7 +2,7 @@
;;;
<footer>
<p>
<span style="float:left;">Made with <a href="https://git.lenzplace.org/lenzj/makeht">makeht</a></span>
<span style="float:left;">Made with <a href="https://git.lenzplace.org/makehtml">makehtml</a></span>
<span style="float:right;"><a href="{{.siteurl}}/copyright/{{.dfile}}">Copyright</a> &copy; {{.copyright}} {{.author}}</span>
</p>
</footer>

@ -1,6 +1,6 @@
;;;
{
"rname":"makeht",
"rname":"makehtml",
"pgotInclude": [ "README.src/all.got" ]
}
;;;
@ -72,9 +72,9 @@ To install, clone the git repository and ensure you have the
[dependencies](#dependencies) in the section below installed.
In addition you will need to download the latest "cogit" file set from the
[release]({{.repUrl}}makeht/releases) folder. This is a tar archive containing
[release]({{.repUrl}}{{.rname}}/releases) folder. This is a tar archive containing
any images or video etc. used by this website. See the [cogit](#cogit) section
below for more background info. There is currently only one file in the makeht
below for more background info. There is currently only one file in the {{.rname}}
cogit archive, and it is mainly included to demonstrate the cogit method. From
within the main git repository you can then extract the tar archive as follows
(assuming the downloaded cogit tar archive is in your ~/Download folder) and it

Loading…
Cancel
Save