summaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)AuthorFilesLines
2024-03-16fix(README.md): drop mention of dh-cargoLars Wirzenius1-1/+1
It's not needed any more. Signed-off-by: Lars Wirzenius <liw@liw.fi> Sponsored-by: author
2023-04-08docs(README.md): drop Pandoc and TeXlive from dependenciesLars Wirzenius1-3/+1
Sponsored-by: author
2022-04-23docs: add copy of license as a separate file, update years copyr.Lars Wirzenius1-1/+1
Sponsored-by: author
2022-03-29docs: document need for rustfmt, have ./check look for itLars Wirzenius1-5/+15
Sponsored-by: author
2022-03-16trailing spaceXipmix1-3/+3
2021-11-10chore: change licence to MIT-0Lars Wirzenius1-11/+25
We've decided to simplify the Subplot licensing situation by changing the licence to MIT-0 from the GPL. See https://gitlab.com/subplot/subplot/-/issues/229 for agreements from everyone involved. Sponsored-by: author
2021-10-27docs: drop useless doc metadata YAML blocksLars Wirzenius1-3/+1
In README, etc, they serve no function so better to not have them. Sponsored-by: author
2021-06-06docs: add metadata titles to README, CONTRIBUTINGLars Wirzenius1-1/+3
I've changed my personal CI to build all .md files with Subplot, so that we can publish typeset versions. This fails on README.md and CONTRIBUTING.md, because they lack a title. Add them. Sponsored-by: author
2021-05-13docs: update .deb buildingLars Wirzenius1-12/+11
build-deb is long gone, build without.
2021-05-13docs: add example scenario to READMELars Wirzenius1-0/+8
2021-05-13docs: update list of build dependencies to install for DebianLars Wirzenius1-3/+7
2021-05-13docs: drop "not yet ready" from READMELars Wirzenius1-3/+0
2021-05-13docs: update copyright statement years, peopleLars Wirzenius1-1/+1
2021-01-01build: add script to build subplot.debLars Wirzenius1-0/+21
2020-01-10Add: hacking instructions to README.mdLars Wirzenius1-1/+10
2019-12-01Change: improve elevator speech of projectLars Wirzenius1-2/+3
Use the same in README.md and .deb package description.
2019-12-01Change: update README to be a little clearerLars Wirzenius1-0/+36
Also, rename to README.md so code hosting sites render it as HTML.