blob: a75617f4874697c4a8a96cadd07a928f1c6b8157 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
TODO
====
* Licenses:
* Public domain
* Creative Commons
* Perl
* Metafiles:
* Changelog formats
* Semver
* README with basic info and HOWTO
* Standards:
* Robotstxt
* Securitytxt
* Modules:
* Python
* Flask
* Debian package
* Website checklist
* Code:
* Hugo: tell the user about adding a theme: http://gohugo.io/getting-started/quick-start/
* Be verbose about the need to review and edit files, adding LICENSE headers into source files, etc
* Try an alternative command-line format, like "module:option1=value,option2=value with spaces"
* Git: optionally configure user.name, user.email, user.signingkey, commit.gpgsign, etc
* Dectect if it's locally or system installed (BASEDIR)
* Print module descriptions along with usage
* Split into module folders/files
|