Commit graph

128 commits

Author SHA1 Message Date
8b4a9c4210 Make installation a little easier.
- Provide explicit wget commands for downloading.
2021-12-09 11:23:34 +10:00
bc83e9f736 release: Add snap installation instructions to the README. 2021-12-06 15:47:07 +10:00
75a028272d tools: Dropped python-modulefinder and disassembly.
- Modulefinder often has errors.
- Both tools aren't commonly used.
2021-11-28 22:58:42 +10:00
3b8a6cffcb Use ubuntu dependencies for tools.
- No longer sourcing deps for flatpak's sake.
- Switching from svglib to cairosvg since svglib not in ubuntu.
2021-11-26 03:30:17 +10:00
58b78e9ce4 Move packaging scripts for docker and appimage into subdirectory.
- De-clutter the project root directory.
2021-11-03 21:23:15 +10:00
d540636fd5 Create an install script. 2021-10-31 22:49:13 +10:00
4174f10526 Drop install-dependencies script.
- Do a standard install with pip.
- Run install-tools afterwards.
- util-linux was needed for what?
2021-10-31 21:41:32 +10:00
d83bea2ba8 release: Move eris to ubuntu 21.10.
- Update readme.
- php7 -> php8.
- Fix python-coverage.
- Also need python decorator module.
- Replaced Mcrt1 with rotatingtree since Mcrt1 started raising
  a new warning.
2021-10-18 01:40:39 +10:00
e76d0bd03d release: Drop flatpak releases.
- Too much effort required to maintain the manifest file.
- Still have appimage and docker, which are both much easier to
  keep working.
2021-09-15 22:13:55 +10:00
071096821c tools: Add git diff.
- This is worth it afterall.
- Eris will get out of sync when the diffs are commited,
  but this is also true of git-blame and git-log.
- The user can refresh the old results with shift-r.
2021-07-11 16:25:25 +10:00
0170d24abb tools: Remove golint.
- golint has been deprecated.
2021-06-06 00:20:42 +10:00
51687598b1 release: Eris works on ubuntu 21.04.
- Update ubuntu version in README.
2021-05-19 02:14:10 +10:00
5d553a6542 release: Move to python3.9 2021-05-19 02:14:10 +10:00
10a4908204 Tweaked Readme.
- "File types" is clearer than "Extensions".
2020-10-17 12:14:16 +10:00
b5f712165b Eris runs on ubuntu 20.10. 2020-10-06 05:11:49 +10:00
331adf7d4a release: Update readme file with new versions. 2020-09-24 23:13:41 +10:00
0c821b64e9 tools: pil can also view some xpm files. 2020-05-09 18:55:44 +10:00
1dc0152e65 tools: pil tool can also display ico files. 2020-04-30 00:37:46 +10:00
d10cd82150 Move to Ubuntu 20.04. 2020-04-25 00:59:49 +10:00
0054c8dfd2 Move to python3.8. 2020-04-24 23:47:12 +10:00
e60bde2a84 Add a command-line option providing information about tools.
- All tools have a url.
- Not deriving the url from the package database.
2020-04-11 21:45:41 +10:00
c4da4123f7 Improve installation documentation. 2020-01-12 17:04:02 +10:00
10d0fa1bbf Tidy up installation instructions. 2020-01-11 12:44:18 +10:00
127d2c6148 Simplify ubuntu installation instructions. 2020-01-11 12:11:45 +10:00
29325289b9 flatpak: Clarify installation instructions. 2020-01-11 12:09:11 +10:00
18e501441c flatpak: Add installation instructions and wrapper script. 2020-01-11 12:02:25 +10:00
3ee76efa56 appimage: Add installation instructions. 2020-01-10 14:13:30 +10:00
bd17110199 docker: Add installation instructions. 2020-01-10 14:04:57 +10:00
1cf2fc445c Revert "Move to python3.8.0"
This reverts commit 04fb17cb3f.
- Am seeing a bug where only one worker continues processing
  on python3.8.
- Ubuntu and freedesktop-sdk are still on 3.7.
- Not using any features of 3.8 yet.
- Also removes color from mypy.
2019-12-19 14:47:00 +10:00
04fb17cb3f Move to python3.8.0 2019-11-06 14:07:33 +10:00
a770a3ebc7 Changes for Ubuntu 19.10. 2019-11-06 13:03:00 +10:00
2fb3696c9b tools: Add pytest for python unittests. 2019-08-31 13:27:32 +10:00
7955d9654c tools: Added elinks browser for viewing html in color. 2019-07-24 14:04:04 +10:00
16b95a2376 tools: Add rakudo for checking perl6 syntax. 2019-07-10 21:36:40 +10:00
653ba646d9 Add missed webassembly changes of readme 2019-07-10 11:54:01 +10:00
a2bea77cd2 tools: Add svglib to view svg files. 2019-06-30 11:36:54 +10:00
be489b0628 tools: Remove missed code formatter. 2019-05-31 14:29:35 +10:00
040342863d Remove perltidy temporarily for flatpak build. 2019-05-20 15:16:03 +10:00
5fcdd0ea50 Remove code formatters.
- Maybe these should be returned if the output is a diff with the
  current file.
- bcpp, uncrustify, gofmt, clang_format.
2019-05-17 11:10:45 +10:00
350f0496fc Remove splint from readme. 2019-01-25 12:05:36 +10:00
b60a8bddae Coding style.
- Move some python tools into tools.toml.
2019-01-21 14:06:42 +10:00
7d412ec8f1 Changes for Ubuntu 18.10. 2018-12-27 14:47:39 +10:00
884046e4c8 tools: Add isoinfo for iso image files. 2018-09-27 19:27:35 +10:00
dc89090137 tools: Replace Imagemagick's identify with mediainfo.
- Mediainfo's output is more readable.
- One less dependency.
- Dropped ppm.
2018-09-27 14:02:46 +10:00
2213a55650 Improved the project title. 2018-09-25 10:41:55 +10:00
8e5cc0eac9 Rename the project to Eris. 2018-09-17 23:59:38 +10:00
8ae0f203f2 Move to python3.7
- Now getting python packages using pip instead of the ubuntu versions.
- System wide installations now aren't supported.
2018-09-02 16:00:44 +10:00
8289e22919 tools: Added clang-format for C, C++ and Javascript files. 2018-06-09 11:45:11 +10:00
6f58c1b9b0 readme: Ordered the tools table better. 2018-06-05 21:30:59 +10:00
5f6c2b58bf tools: Added node to syntax check javascript. 2018-06-05 21:25:36 +10:00