startgit

Static page generator for git repositories
git clone git://git.dimitrijedobrota.com/startgit.git
Log | Files | Refs | README | LICENSE | HACKING | CONTRIBUTING | CODE_OF_CONDUCT | BUILDING

commit d2592e66201692b5e60b8cb4f5d1f6ba79b8a58e
parent 02a1d05c6f23e1e99f73437d9f83161b17f7fb6a
author Dimitrije Dobrota < mail@dimitrijedobrota.com >
date Sat, 7 Jun 2025 19:32:11 +0200

Version 0.3

Diffstat:
M CMakeLists.txt | + -
M README.md | +++++ -------
M vcpkg-configuration.json | ++ --

3 files changed, 8 insertions(+), 10 deletions(-)


diff --git a/ CMakeLists.txt b/ CMakeLists.txt

@@ -17,7 +17,7 @@ include(cmake/variables.cmake)


find_package(based 0.2.0 CONFIG REQUIRED)
find_package(git2wrap 0.3.0 CONFIG REQUIRED)
find_package(hemplate 0.4 CONFIG REQUIRED)
find_package(hemplate 0.4.1 CONFIG REQUIRED)
find_package(md4c CONFIG REQUIRED)
find_package(poafloc 2.0 CONFIG REQUIRED)

diff --git a/ README.md b/ README.md

@@ -25,10 +25,6 @@ sophisticated Markdown to HTML converter.


* CMake 3.14 or latter
* Compiler with C++20 support (tested: clang 18.1.8, gcc 14.2.1)
* [`Git2Wrap 0.1.0`](https://github.com/DimitrijeDobrota/gitwrap)
* [`Poafloc 1.0.0`](https://github.com/DimitrijeDobrota/poafloc)
* [`Hemplate 0,2,2`](https://github.com/DimitrijeDobrota/hemplate)
* [`md4c`](https://github.com/mity/md4c)


## Building and installing

@@ -43,16 +39,18 @@ See the [`BUILDING`](BUILDING.md) document.


## Version History

- 0.2.1
* 0.3
* Modernize the codebase using new hemplate
* 0.2.1
* Remove branch dropdown
* Handle only one repository
* Separate indexer
- 0.2
* 0.2
* Files, commits and diffs for each branch
* RSS and Atom feeds per branch
* On demand evaluation
* Github to local link translation
- 0.1
* 0.1
* Initial development phase


diff --git a/ vcpkg-configuration.json b/ vcpkg-configuration.json

@@ -8,8 +8,8 @@

{
"kind": "git",
"repository": "git://git.dimitrijedobrota.com/vcpkg-registry.git",
"baseline": "cc7113e63d7bb988a70e6b6dd91c5cd1af04bdfb",
"packages": [ "based", "hemplate", "git2wrap", "md4c" ]
"baseline": "5e9c3056f7cd9cc95ac11e37c9b8eee852f8bd36",
"packages": [ "based", "hemplate", "git2wrap", "poafloc" ]
}
]
}