fix #6
This commit is contained in:
parent
90e9bf880f
commit
8f07e170b4
3 changed files with 40 additions and 20 deletions
6
about.md
6
about.md
|
@ -26,7 +26,7 @@ The next part of the program…okay, this part we will leave open for the future
|
|||
Our team consists of two Software Engineering students from the Jerusalem College of Engineering.
|
||||
|
||||
Project Manager: [Liran Ben Gida][liran]
|
||||
<br/>
|
||||
<br>
|
||||
Co-developer: [Sagi Dayan][sagi]
|
||||
|
||||
This open source application was developed in our spare time and is available for and meant to be shared with other students attending our college.
|
||||
|
@ -39,9 +39,9 @@ Have you used the application? Do you think there is room for improvement?
|
|||
Do you have ideas on how we can improve? We would love to hear them!
|
||||
|
||||
For all issues, suggestions and ideas, please contact us at:
|
||||
<br/>
|
||||
<br>
|
||||
[Liran Ben-Gida][liran]
|
||||
<br/>
|
||||
<br>
|
||||
[Sagi Dayan][sagi]
|
||||
|
||||
If you have some spare time, you know how to code (C++ / QT),
|
||||
|
|
|
@ -7,10 +7,10 @@ image: /JceManager/assets/images/download.jpg
|
|||
|
||||
|
||||
###***Please select your operating system & CPU Architecture***
|
||||
<br/>
|
||||
<br>
|
||||
|
||||
####<i class="fa fa-download"></i>JCE Manager version 1.0.0
|
||||
<br/>
|
||||
<br>
|
||||
|
||||
- <i class="fa fa-windows"></i>Windows XP/7/8
|
||||
- [32bit][win32]
|
||||
|
|
50
help.md
50
help.md
|
@ -16,9 +16,9 @@ image: /JceManager/assets/images/help.jpg
|
|||
- [How Do I See My GPA][GPA]
|
||||
- <a href="#GPAchange" style="text-decoration: none">Change your grades</a>
|
||||
- [See Your Semester Calendar][cal]
|
||||
- Export to Google calendar/iCal/Outlook
|
||||
- <a href="#calexpo" style="text-decoration: none">Export to Google calendar/iCal/Outlook</a>
|
||||
- [Language Selection][loco]
|
||||
- Selecting A Different Language
|
||||
- <a href="#langchange" style="text-decoration: none">Selecting A Different Language</a>
|
||||
- [I Want To Help & Code][fork]
|
||||
|
||||
|
||||
|
@ -89,28 +89,48 @@ Now you can easily see if you really should take the next test or not...
|
|||
|
||||
---
|
||||
|
||||
##<a name="cal"></a> <i class="fa fa-calendar"></i> See Your Semester Calendar
|
||||
After you login, head over to the "Calendar" Tab.
|
||||
There you can choose the semester you want to see, and click "Get Calendar".
|
||||
Easy right?
|
||||
##<a name="cal"></a> <i class="fa fa-calendar"></i>See your schedule
|
||||
<br>
|
||||
Login with [JCE Manager][connect]
|
||||
<br>
|
||||
Click on the Calendar tab
|
||||
<br>
|
||||
![1][pictureCal1]
|
||||
1. Select the relevant dates interval
|
||||
<br>
|
||||
2. Hit the "Get Calendar" button and voila!
|
||||
<br>
|
||||
![2][pictureCal2]
|
||||
|
||||
####<a name="calexpo"></a> <i class="fa fa-share"></i> Export to Google Calendar/iCal/Outlook
|
||||
|
||||
|
||||
<br>
|
||||
1. Make sure you got schedule through the previous step [(here)][cal]
|
||||
<br>
|
||||
2. Click on the "Export to CSV" button, a promote dialog window will pop up.
|
||||
<br>
|
||||
![1][pictureCalExpo1]
|
||||
<br>
|
||||
3. Select the date interval witch the semester starts and when it ends (This data is available each year by [JCE][jce]).
|
||||
<br>
|
||||
4. Now click "OK" button. Save the CSV file at a memorable place in you Hard Drive.
|
||||
<br>
|
||||
![2][pictureCalExpo2]
|
||||
<br>
|
||||
|
||||
#### <i class="fa fa-share"></i> Export to Google calendar/iCal/Outlook
|
||||
Ever wanted an easy way to put your Semeser into your favorit calendar service?
|
||||
Now you can do it easily with *JCE Manager*!
|
||||
After you got your Semester that you want to export. Click on the "Export to CSV" button. You will then be prompted with a dialog window.
|
||||
select the date witch the semester starts and when it ends (This data is available each year by [JCE][jce]). Now click "OK" button. Save the CSV file at a memorable place in you Hard Drive. Wait for *JCE Manager* to do its magic.
|
||||
Now head over to your favorit Calendar service and create a new calendar (Optional, but recommended).
|
||||
Select import and give the service the CSV file.
|
||||
Select import and select the CSV file from before.
|
||||
Enjoy.
|
||||
|
||||
---
|
||||
|
||||
##<a name="loco"></a> <i class="fa fa-globe"></i> Language Selection
|
||||
##<a name="lang"></a> <i class="fa fa-globe"></i> Language Selection
|
||||
By Default *JCE Manager* will choose your language according to your OS.
|
||||
If you are running your OS in Hebrew, *JCE Manager* will be in Hebrew as well...
|
||||
> Same thing goes to English
|
||||
|
||||
#### <i class="fa fa-globe"></i> Selecting A Different Language
|
||||
####<a name="langchange"></a><i class="fa fa-globe"></i> Selecting A Different Language
|
||||
Goto menu <i class="fa fa-arrow-right"></i> Language <i class="fa fa-arrow-right"></i> "Your Language of choice"
|
||||
>Next time you launch *JCE Manager* the language will change.
|
||||
|
||||
|
@ -127,7 +147,7 @@ Please make sure the bug is not already opened. Please add as much information a
|
|||
[connect]: #connect
|
||||
[GPA]: #GPA
|
||||
[cal]: #cal
|
||||
[loco]: #loco
|
||||
[loco]: #lang
|
||||
[fork]: #fork
|
||||
[git]: https://github.com/liranbg/JceManager
|
||||
[gitbug]: https://github.com/liranbg/JceManager/issues/new
|
||||
|
|
Loading…
Reference in a new issue