diff --git a/README.md b/README.md index 6a97ac5..0422665 100755 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ -# Solen (Šolen/ŠOL Enhanced) +# Solon An enhanced version of the ŠkolaOnLine (ŠOL) online school system. +Named after the Greek philosophist. + It aims to provide more readable data than the web version and remove some of the annoyances of the mobile app. This project has two version, the main one is the Android app but secondly there is also a linux version written in Python, although it is kind of outdated. At the moment, development is mainly focused on the Android app. Insiration was taken from [@JakubAndrysek](https://github.com/JakubAndrysek)'s [skola-online-stahovani-znamek](https://github.com/JakubAndrysek/skola-online-stahovani-znamek) project. @@ -9,18 +11,11 @@ Insiration was taken from [@JakubAndrysek](https://github.com/JakubAndrysek)'s [ # Android app -The latest release is availible on [this](https://gitlab.com/Odweta/solen/-/raw/main/release/solen-v0.5.apk?ref_type=heads&inline=false) link. View all relases [here](https://gitlab.com/Odweta/solen/-/releases). +The latest release is availible on [this](https://gitlab.com/Odweta/solon/-/raw/main/release/solon-v0.6.apk?ref_type=heads&inline=false) link. View all relases [here](https://gitlab.com/Odweta/solon/-/releases). -First you must sign in to Škola OnLine, the app will then localy save your user credentials for you to not have to log in every time you start up the app. If you want to wipe the credentials from local storage: when signed in to the app, click the three dot menu on the top right > Odhlásit se (Sign out). You then need to sign in again to use the app. +View your timetable and marks in a pleasing format. No extra bloat. -After you sign in, you are greeted by a timetable that starts at the current day (at the weekend at the earliest workday) and continues for about 5-7 days (one workweek for sure, sometimes ~2 days more). - -The three dot menu offers: -+ refreshing the data (loads the most recent data from the web) -+ changing the account -+ signing out -+ settings -+ grades (work in progress) +Everything is colorful, animated and pretty, so your eyes should be pleased. # PC Linux Python version @@ -36,20 +31,20 @@ This version of the project is not very relevant anymore, so its development is ## Installation **Clone the repo** -`git clone https://gitlab.com/Odweta/solen` +`git clone https://gitlab.com/Odweta/solon` **Navigate into the repo directory** -`cd solen/pc_linux` +`cd solon/pc_linux` **Install** `sudo make install` **Run the program** -`solen` +`solon` ## Usage -Upon startup, the user is prompted to enter their ŠkolaOnLine credentials. If the login proccess is successful, the preconfigured functions in `/bin/solen` will execute. By default, the functions are: showing the schedule for this week, showing the schedule for today and tomorrow and showing the grades. You can edit that file if you want to change what is being displayed. Alternatively, you can edit the `src/main.py` and then do the install step (`sudo make install`). There are optional command-line arguments for filtering what should be displayed. Here they are: +Upon startup, the user is prompted to enter their ŠkolaOnLine credentials. If the login proccess is successful, the preconfigured functions in `/bin/solon` will execute. By default, the functions are: showing the schedule for this week, showing the schedule for today and tomorrow and showing the grades. You can edit that file if you want to change what is being displayed. Alternatively, you can edit the `src/main.py` and then do the install step (`sudo make install`). There are optional command-line arguments for filtering what should be displayed. Here they are: | Optional argument | Description | | ----------------------------------- | --------------------------------------------------------------------------------------- | | -t, --today-tomorrow | show the schedule for today and tomorrow |