Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-29 | Use proper .bash suffix | Einhard Leichtfuß | |
2022-04-29 | Consistent quoting | Einhard Leichtfuß | |
2022-04-29 | Change capitalization to "FreeDict" | Einhard Leichtfuß | |
2018-12-23 | plit off user-config.sh | Einhard Leichtfuß | |
2018-12-23 | Split off config.sh and add maintainer variable | Einhard Leichtfuß | |
Now, other people than myself might be maintainer. Also, add `| exit 1' to the sourcing of scripts. Furthermore, add note to the scripts in the sample.* files. | |||
2018-12-23 | Allow for different licenses | Einhard Leichtfuß | |
Therefore, separate types of dictionaries in the configuration sections. Reason: The dictionaries imported from wikdict are differently licensed. | |||
2018-12-23 | Use $lang instead of $pkgname for dirnames | Einhard Leichtfuß | |
2018-12-23 | Use the provided sample.* files | Einhard Leichtfuß | |
Do not longer rely on them being symlinked to the target directories. Also, fix small error in make_install.sh:main() ($1 -> $2). And add some comments. | |||
2018-12-23 | TODO | Einhard Leichtfuß | |
2018-12-23 | Simplify and abstract from "$tmp" | Einhard Leichtfuß | |
- Add input and write to basic.sh to no longer need to know "$tmp" in the calling scripts. Also, - make runnable from outside the directory containing the scripts, - simplify chained grep and sed commands. | |||
2018-12-23 | Add license information | Einhard Leichtfuß | |
2018-12-23 | Polish TODO | Einhard Leichtfuß | |
2018-12-23 | Simplify basic.sh:replace_line and switch to EREs | Einhard Leichtfuß | |
EREs: extended regular expressions in contrast to basic regular expressions (BREs). | |||
2018-12-23 | Improve correction of badly formed numbers | Einhard Leichtfuß | |
e.g. 1060 -> 10^60 if suggested by context | |||
2018-11-29 | https link in PKGBUILDs | Einhard Leichtfuß | |
2018-04-01 | Add TODO | Einhard Leichtfuß | |