Anton Hvornum
90eff26657
Reverted TTS implementation from 35913c4. Since blind people use screen readers for this functionality. Will have a look at http://www.linux-sppeakup.org/ .
2020-10-18 11:58:29 +02:00
Anton Hvornum
60aaae4337
Create pull_request_template.md
2020-10-16 11:09:23 +02:00
Anton Hvornum
1a79d37ce6
Delete description.jpg
...
This project started out as a fun hobby project, and some internal humor was to be expected at that time to keep a sane mind.
But as this project has grown, some of these personalized aspects are being removed for future developers sake. This is why this picture gets archived : )
2020-10-16 10:24:33 +02:00
Anton Hvornum
5a367bc1c9
Update README.md
2020-10-16 10:23:21 +02:00
Anton Hvornum
977b6221b1
Update CONTRIBUTING.md
2020-10-16 10:22:51 +02:00
Anton Hvornum
6cfa2a27af
Create CONTRIBUTING.md
2020-10-16 10:17:31 +02:00
Anton Hvornum
9f6dc03a0d
Simplified the README a bit.
2020-10-11 14:29:02 +02:00
Anton Hvornum
905e56f4d3
Simplified the README a bit.
2020-10-11 14:27:53 +02:00
Anton Hvornum
35913c4ebe
Added imports for `archinstall.TTS()` as well as added optinal depends for `PKGBUILD` files.
2020-10-11 14:04:41 +02:00
Anton Hvornum
2f5aa052a1
Added text-to-speach, untested but the base is now added. It routes through if available. And can be accessed with directly if needed.
2020-10-11 14:02:01 +02:00
Anton Hvornum
d043f487b2
Added user_interaction documentation.
2020-10-01 22:01:52 +02:00
Anton Hvornum
c6e61df5c4
Apparently empty source definitions aren't allowed.
2020-10-01 11:31:06 +02:00
Anton Hvornum
2c24903932
Merge branch 'master' of github.com:Torxed/archinstall into master
2020-10-01 10:33:20 +02:00
Anton Hvornum
8d941eaa2c
Renamed the pre-compiled PKGBUILD profile to archinstall-bin. Also added archinstall which is helper-scripts to run archinstall in python-module mode which depends on python-archinstall. Version bump to 2.0.5
2020-10-01 10:33:14 +02:00
Anton Hvornum
9e36e555f3
Update README.md
2020-09-30 23:19:28 +02:00
Anton Hvornum
7155f63345
readthedocs debugging
2020-09-30 23:15:16 +02:00
Anton Hvornum
4594c95bb9
Empty .. code-block:: was not allowed. Needed console as well.
2020-09-30 23:11:01 +02:00
Anton Hvornum
088fb5cfcd
Fixed a syntax issue with readthedocs.
2020-09-30 23:02:45 +02:00
Anton Hvornum
d222b53e23
Restructured the doc order a bit. Also added a post-installation section.
2020-09-30 22:57:18 +02:00
Anton Hvornum
a91aea3154
First complete draft of the documentation. Some autodocs are still unpopulated but will be done via code and not reST chapters.
2020-09-30 22:24:57 +02:00
Anton Hvornum
af92d15e96
Attempting to fix autodoc.
2020-09-30 21:00:35 +02:00
Anton Hvornum
5a77c4ee6a
Added YAML so that Readthedocs support a newer version of Python (why isn't this default yet)
2020-09-30 20:56:45 +02:00
Anton Hvornum
9544aa8092
Attempting to fix autodoc.
2020-09-30 20:49:05 +02:00
Anton Hvornum
cf3ccb4788
Cleaned up the awesome wm profile. A few things were test purpose-addons that shouldn't be in the default profile.
2020-09-30 20:47:28 +02:00
Anton Hvornum
6b93650bfd
Type-o
2020-09-30 19:34:57 +02:00
Anton Hvornum
7448881582
Added KDE profile (untested)
2020-09-30 18:23:27 +02:00
Anton Hvornum
c1692a478d
__name__ missmatch in gnome profile.
2020-09-30 12:46:34 +00:00
Anton Hvornum
534679e88f
Added gnome as a profile (and application for application specific steps). Also tweaked xorg to not be so intrusive when used for anything other than awesome WM. Tweaked awesome WM to accomodate this change.
2020-09-30 12:31:47 +00:00
Anton Hvornum
7f7cb6b89b
Forgot to replace the xinitrc data after replacing lines.
2020-09-30 11:52:28 +00:00
Anton Hvornum
6fe4fdfce1
Debug for testing
2020-09-30 11:17:08 +00:00
Anton Hvornum
95cd1beb80
Attempt to enhance the search and replace of default apps in xorg.
2020-09-30 11:09:26 +00:00
Anton Hvornum
4597ea1a21
Fixed some issues with the awesome profile. It should now be properly installed. Still need to tweak it a bit to not be as intrusive while still giving some 'starting points' to stand on as a new user.
2020-09-30 10:54:51 +00:00
Anton Hvornum
54e2161e29
Tweaked the import logic so that the Imported() class returns the actual module imported when executing the import, rather than returning itself. Also fixed awesome so that it loads and looks for _prep_function() with a safe and correct namespace
2020-09-30 09:56:35 +00:00
Anton Hvornum
63d774b7d7
Fixing a import logic issue. We don't want to trigger if __name__ ... during _prep_function() calls. So we'll import the module with a specific namespace containing the .py which shouldn't be able to happen when normal programmers do normal imports as .py gets removed normally.
2020-09-30 09:38:46 +00:00
Anton Hvornum
1bff423195
Fixing a import logic issue. We don't want to trigger if __name__ ... during _prep_function() calls. So we'll import the module with a specific namespace containing the .py which shouldn't be able to happen when normal programmers do normal imports as .py gets removed normally.
2020-09-30 09:36:45 +00:00
Anton Hvornum
34e8e63f71
Fixed bug: profile names listed by list_profiles() contained a trailing dot. This causes issues later when trying to select a profile from said list.
2020-09-30 09:32:20 +00:00
Anton Hvornum
3cf45bdc03
Fixed a bug where if you selected a region by name, not number. It would bork out.
2020-09-30 09:25:04 +00:00
Anton Hvornum
fad2c36cd2
Fixed a type-o
2020-09-30 09:14:17 +00:00
Anton Hvornum
85fd06fa8a
Finalized magic function _prep_function(). Gets returned when a profile is imported through archinstall.select_profile() user-interaction helper function. Asks for additional user-input right away rather than half way into the installation. This makes sure user input is taken care of before starting the installation. Although it complicates the code layout a tiny bit. Profiles need a __name__ and a _prep_function combo in order to be safely executed by select_profile(). select_profile() will not attempt to run or execute the code in any way unless those to conditions are met. In theory :)
2020-09-30 09:11:36 +00:00
Anton Hvornum
5a4d68e617
Fixing awesome and xorg for first test run.
2020-09-30 08:37:54 +00:00
Anton Hvornum
5ce8c20333
Fixed some selection processes.
2020-09-29 22:26:40 +00:00
Anton Hvornum
f896342147
Adding a baseline xorg profile that can be called from other profiles. Such as the awesome profile, and in the future gnome and kde.
2020-09-29 22:09:28 +00:00
Anton Hvornum
6338e7116e
Removed AUR support (Moving to a separate project, possibly as an addon layer later)
2020-09-29 21:01:10 +00:00
Anton Hvornum
008ecf00a1
Some sentence improvements.
2020-09-28 16:49:25 +02:00
Anton Hvornum
43733bad80
Simplified the README a bit.
2020-09-28 16:41:39 +02:00
Anton Hvornum
03884d2a56
Added documentation.
2020-09-28 16:40:59 +02:00
Anton Hvornum
410a0ba0b3
Added documentation for: https://python-archinstall.readthedocs.io/en/latest/
2020-09-28 16:38:10 +02:00
Anton Hvornum
d44c671661
Adding package search via upstream package database and JSON.
2020-09-15 11:14:58 +00:00
Anton Hvornum
eb4b0f09ef
Fixed #48 - Removed AUR question in the guided installer. (library still supports it, but will be hidden from common users)
2020-09-07 15:45:42 +02:00
Anton Hvornum
9b65bf4bbb
Spelling error in locale helpers.
2020-09-07 15:41:19 +02:00