aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix(awesome-bot): Fix RedaxScript demo link checkRodrigo Avelino2020-01-271-1/+1
| | | | | | | | | | When running make awesome_bot, one of the issues was: [L0547] 202 https://demo.redaxscript.com/login Since this is not an issue, we can specify the return status we want to allow, when using awesome_bot, with the (--allow) argument. Signed-off-by: Rodrigo Avelino <rodrigo@avelino.org>
* makefile: add a target to run awesome-bot, add it to the monthly targetnodiscc2019-06-231-1/+5
|
* makefile: add a "monthly' target to run periodic maintenance tasksnodiscc2019-06-231-0/+2
|
* makefile: add a target to run check-github-commit-times.pynodiscc2019-06-231-0/+8
|
* makefile: remove 'listlicenses' targetnodiscc2019-06-231-4/+0
| | | | broken, unused
* Fix contrib command in Makefilenrew2252018-07-041-1/+1
| | | | | -Fixes sed command to properly format markdown table. -Update mailmap. -Update AUTHORS.md
* dangerfile, makefile: add documentation links, intentation fixesnodiscc2018-05-121-1/+1
|
* Update CONTRIBUTING.md, PULL_REQUEST_TEMPLATE.md, Makefile:nodiscc2017-12-281-1/+1
| | | | | | * Update syntax guidelines according to new indentation convetion * Include relevant information in both files * Wording
* make add: remove final dotnodiscc2017-07-281-3/+3
| | | Ref. https://github.com/Kickball/awesome-selfhosted/pull/1124
* Update AUTHORS.md (#895)n82252016-12-171-1/+1
| | | | | | | | | | | | * Update AUTHORS.md Created .mailmap file Created with the following command: mv .github/.mailmap . && printf "Commits | Author \n:---: | ---\n" > AUTHORS.md && git shortlog -sne >> AUTHORS.md && sed -i 's/\t/ | /g' AUTHORS.md && mv .mailmap .github/.mailmap * Update Contrib line in makefile
* makefile: syntaxerrors: detect )` (#749)nodiscc2016-09-021-1/+1
| | | Detect weird character pairing found in https://github.com/Kickball/awesome-selfhosted/pull/748
* Some additions and fixes (#669)nodiscc2016-08-221-8/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add moped * add mopidy-party and mopidy musicbox * contributing: add note about alphabetical order * add ympd * makefile: add listlicenses target lists all license fields in README.md * misc license/format fixes * license *before* language * simplify licenses version numbers * remove 20euros (no license) * move gazelle to non-free (non commercial restriction https://github.com/WhatCD/Gazelle/blob/master/docs/COPYING.txt) * license fixes, remove gaskit (no activity ~4 years https://github.com/bkeepers/gaskit/branches) * license fixes, remove webalizer (unmaintained, last modification date in source .tgz is 2013) * makefile: add longdescriptions target finds all descriptions longer than 250 characters * makefile: only search for licenses and long descriptions between actual list beginning/end * makefile: add syntaxerrors target (currently detects weird pairings like )(, `` ) add more tests to main makefile target * makefile: fail if invalid content is found * re-add untrusted to non-free.md (non-commercial license)
* Add Puffin (#544)Jarek Lipski2016-05-051-2/+2
| | | | | | | | * Add Puffin * Fix Makefile: source and demo links, invert order * Put Puffin in alphabetical order
* Makefile: check for lines without a full stop after descriptionnodiscc2016-02-271-1/+6
|
* add Makefile with tests and helpers, update/simplify #Contributingnodiscc2016-02-271-0/+45
* make noexternallink: chekc for Lines with no source/demo/other link * make missinglicenselanguage: check Lines with only 1 or no language/license entry * make contrib: print list of contributors * make add: helper to add a new software entry * add TODOs * remove link to form since it is unmaintained and outputs wrongly formatted entries https://github.com/Kickball/awesome-selfhosted/issues/282#issuecomment-185423033 * add BEGIN/END SOFTWARE LIST markers to restrict processing to software list only (HTML comments, not rendered to markdown) * link to README.md editor, issues, pull requests * Requirements for Makefile: make, bash. Available in Linux distribution repositories, in XCode on Mac, in GOW on Windows. * Fixes #461