about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAge
* feat(templates/rust/Cargo.toml): Add the required meta-data for `crates.io`Benedikt Peetz2024-06-11
|
* feat(common/init): Add basic handling of licensesBenedikt Peetz2024-06-11
| | | | | The license handling is still very WIP, as the `licensure.yml` file and the README are not yet updated to the new license.
* refactor(templates/): Move `LICENSE.spdx` and `README.md` to `common`Benedikt Peetz2024-06-11
|
* fix(templates/rust/update.sh): Frist `upgrade` then `update`Benedikt Peetz2024-06-11
| | | | | | `cargo upgrade` raises the update boundaries in `Cargo.toml`, whilst `cargo update` just fetches the newest version (that conform to the boundaries) for `Cargo.lock`.
* feat(templates/latex): Name the `main.tex` file after the projectBenedikt Peetz2024-06-11
| | | | | This results in a reasonable name for the resulting PDF, instead of the generic `main.pdf`.
* fix(common/scripts/renew_copyright_header.sh): Add further file extensionsBenedikt Peetz2024-06-11
|
* fix(instantiate_templates.sh): Ensure that the `./build` dir matches realityBenedikt Peetz2024-06-11
|
* fix(templates): Remove last remnants of the old in-place instantiating systemBenedikt Peetz2024-06-11
|
* refactor(common): Use symlinks to state, which files should be replacedBenedikt Peetz2024-06-11
| | | | | | Every symlink in the `./templates` directory is now replaced with the file it points to, making it obvious that this file should not be edited.
* chore(templates/rust): Quickly Update [THIS WILL BE REBASED]Benedikt Peetz2024-05-03
|
* chore(version): v0.6.2Benedikt Peetz2024-04-02
|
* fix(common/files/init): Correctly add the man page chapter after nameBenedikt Peetz2024-04-02
|
* chore(version): v0.6.1Benedikt Peetz2024-04-02
|
* fix(templates/latex/flake.nix): Keep the PDF file extensions when buildingBenedikt Peetz2024-04-02
|
* fix(treefmt.nix): Only ignore the manual template in this repoBenedikt Peetz2024-04-02
| | | | | Otherwise, the ignore-string gets replaced with the real name of the manual, and it stays ignored.
* fix(common/files/init): Replace the variables globallyBenedikt Peetz2024-04-02
|
* fix(common/files/docs/): Also correct a typo in the manual templateBenedikt Peetz2024-04-02
|
* fix(common/files/.licensure.yml): Correct typos for init variablesBenedikt Peetz2024-04-02
|
* chore(version): v0.6.0Benedikt Peetz2024-04-02
|
* chore(templates): Update common filesBenedikt Peetz2024-04-02
|
* chore(common/treefmt.nix): Ignore the pre-generation markdown fileBenedikt Peetz2024-04-02
| | | | | This file has semantic changes, when it's formatted (at least, that's what `mdformat` tells me). So we just ignore it.
* feat(common/docs): Automatically rename to application nameBenedikt Peetz2024-04-02
|
* fix(common/docs): Avoid issue with replacement due to man section partBenedikt Peetz2024-04-02
|
* feat(common/init): Add support for replacing the variables in file namesBenedikt Peetz2024-04-02
|
* feat(treewide): Also remove hard-coded values in the `templates/` dirBenedikt Peetz2024-04-02
|
* fix(templates.nix): Adjust to the new `init` scriptBenedikt Peetz2024-04-02
|
* fix(common/files/init): hack around nix removing the exec permission bitBenedikt Peetz2024-04-02
|
* refactor(common): Move all data files to `./common/files`Benedikt Peetz2024-04-02
|
* fix(common): Remove the last occurrences of hard coded valuesBenedikt Peetz2024-04-02
|
* build(update_common_files): Allow to specify which file to move whereBenedikt Peetz2024-04-02
|
* chore(version): v0.5.0Benedikt Peetz2024-04-02
|
* chore(treewide): Update and format filesBenedikt Peetz2024-04-02
|
* feat(treewide): Use new `%INIT_` variablesBenedikt Peetz2024-04-02
|
* fix(templates/c): Make the `makefile` more standards complyingBenedikt Peetz2024-04-02
|
* feat(common/init): Add a shell script, that populates variablesBenedikt Peetz2024-04-02
| | | | | | The line editing can't really shell out to bash, as the default bash on NixOS is compiled without GNU `readline` support (you need `bashInterative` for `read -e` to work).
* chore(version): v0.4.2Benedikt Peetz2024-04-01
|
* fix(common/.licensure.yml): Correctly support latex projectsBenedikt Peetz2024-04-01
|
* chore(version): v0.4.1Benedikt Peetz2024-04-01
|
* fix(common/scripts/renew_copyright_header): Add support for TeX filesBenedikt Peetz2024-04-01
|
* fix(common/.licensure.yml): Remove one last reference to TrixyBenedikt Peetz2024-04-01
|
* chore(version): v0.4.0Benedikt Peetz2024-04-01
|
* style(update_common_files): FormatBenedikt Peetz2024-04-01
|
* build(cog.toml): Also update files before every new releaseBenedikt Peetz2024-04-01
|
* refactor(templates): Instantiate all symlinksBenedikt Peetz2024-04-01
| | | | | Symlinks are copied verbatim, when nix initializes a template, thus symlinking common files does not work.
* refactor(templates/unmaintained): Move out of the templates dirBenedikt Peetz2024-04-01
| | | | | Otherwise, the `update_common_files` script will try to instantiate files in there, which is just useless noise.
* docs(update_common_files): Improve terminal outputBenedikt Peetz2024-04-01
|
* feat(common/.licensure.yml): Also add support for different licenses for textBenedikt Peetz2024-04-01
|
* refactor(treewide): Add a script to instantiate symlinksBenedikt Peetz2024-04-01
|
* chore(version): v0.3.0Benedikt Peetz2024-04-01
|
* fix(treefmt): Also ignore `NEWS.md` fileBenedikt Peetz2024-04-01
|