<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://docs.ulyssis.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Alexander</id>
	<title>ULYSSIS documentation - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://docs.ulyssis.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Alexander"/>
	<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/Special:Contributions/Alexander"/>
	<updated>2026-04-05T18:33:12Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.15</generator>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Adding_domain_names&amp;diff=1276</id>
		<title>Adding domain names</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Adding_domain_names&amp;diff=1276"/>
		<updated>2021-04-19T14:56:42Z</updated>

		<summary type="html">&lt;p&gt;Alexander: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;As described in [[Using your webspace|https://docs.ulyssis.org/Using_your_webspace]], you have your own ULYSSIS domain name that you can use.&lt;br /&gt;
&lt;br /&gt;
If you wish, you can also register another domain name. ULYSSIS isn't a domain name registrar, so&lt;br /&gt;
you'll have to use an external registrar. For example, you can find a list of all registrars for&lt;br /&gt;
.be at [http://dns.be dns.be].&lt;br /&gt;
&lt;br /&gt;
{{notice|Caution!|Please don't configure your domain to use ns4.ulyssis.student.kuleuven.be, not only will it not work, it may result in unpredictable behaviour.}}&lt;br /&gt;
If you have registered your own domain and you want to use it with your ULYSSIS account, you need to:&lt;br /&gt;
# Point your domain name to the following ULYSSIS nameservers:&lt;br /&gt;
## ns.ulyssis.student.kuleuven.be&lt;br /&gt;
## ns3.ulyssis.student.kuleuven.be&lt;br /&gt;
## Optionally: ns2.ulyssis.student.kuleuven.be&lt;br /&gt;
# Mail us at ulyssis@ulyssis.org, with the following details:&lt;br /&gt;
## Your ULYSSIS username&lt;br /&gt;
## The domain name you registered&lt;br /&gt;
## The directory that you want the domain to point at. This could be your &amp;lt;code&amp;gt;www&amp;lt;/code&amp;gt; folder, but any other folder within your home directory is possible.&lt;br /&gt;
## Whether you want to receive e-mail at that domain name via ULYSSIS. Note that we need to request this with ICTS, so this will take a while.&lt;br /&gt;
&lt;br /&gt;
Please do keep in mind that, just like any change to an account, this can only be requested by the account holder. &lt;br /&gt;
&lt;br /&gt;
You can find more information about DNS at http://en.wikipedia.org/wiki/Domain_Name_System.&lt;br /&gt;
&lt;br /&gt;
[[Category:Webserver]]&lt;/div&gt;</summary>
		<author><name>Alexander</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Getting_Apache_logs&amp;diff=1275</id>
		<title>Getting Apache logs</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Getting_Apache_logs&amp;diff=1275"/>
		<updated>2021-04-19T14:40:06Z</updated>

		<summary type="html">&lt;p&gt;Alexander: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;You can find all your apache logs (like the access.log and error.log) on all of our shell servers in the directory: /var/log/apache_user/''username''&lt;br /&gt;
&lt;br /&gt;
For more information on how to access your files, please visit [[Accessing your files]].&lt;br /&gt;
&lt;br /&gt;
So if your username is ''foobar'' then you can easily access your logs this way:&lt;br /&gt;
 foobar@zap:~$ cd /var/log/apache_user/foobar&lt;br /&gt;
 &lt;br /&gt;
 foobar@zap:/var/log/apache_user/foobar$ ls&lt;br /&gt;
 foobar.ulyssis.be&lt;br /&gt;
 &lt;br /&gt;
 foobar@zap:/var/log/apache_user/foobar$ cd foobar.ulyssis.be&lt;br /&gt;
 &lt;br /&gt;
 foobar@zap:/var/log/apache_user/foobar/foobar.ulyssis.be$ ls&lt;br /&gt;
 access-2014-05-07.log error-2014-05-07.log&lt;br /&gt;
 &lt;br /&gt;
 foobar@zap:/var/log/apache_user/foobar/foobar.ulyssis.be$ tail error-2014-05-07.log &lt;br /&gt;
 [Wed May 07 01:27:14 2014] [error] [client 10.0.0.1] File does not exist: /home/user/foobar/www/favicon.ico&lt;br /&gt;
&lt;br /&gt;
If you can't find your username inside of &amp;lt;code&amp;gt;/var/log/apache_user&amp;lt;/code&amp;gt;, don't worry. If you enter it with &amp;lt;code&amp;gt;cd foobar&amp;lt;/code&amp;gt;, it will automatically appear.&lt;br /&gt;
&lt;br /&gt;
==With FileZilla==&lt;br /&gt;
&lt;br /&gt;
You can also access the log files with an SFTP client, like FileZilla. Just enter&lt;br /&gt;
&amp;lt;tt&amp;gt;/var/log/apache_user/''username''&amp;lt;/tt&amp;gt; (replace ''username'' with your username) on the right hand side, where it says&lt;br /&gt;
&amp;quot;Remote site&amp;quot;, and press &amp;lt;tt&amp;gt;Enter&amp;lt;/tt&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
[[File:Logs.png]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Webserver]]&lt;/div&gt;</summary>
		<author><name>Alexander</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Getting_SSL/TLS&amp;diff=1180</id>
		<title>Getting SSL/TLS</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Getting_SSL/TLS&amp;diff=1180"/>
		<updated>2020-11-13T14:53:29Z</updated>

		<summary type="html">&lt;p&gt;Alexander: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;ULYSSIS does not sell or offer any other SSL certificates than our self-signed certificate. We will however guide requests and install a certificate from the KU Leuven is you are eligible for one, and we will also install certificates you have bought or obtained elsewhere.&lt;br /&gt;
&lt;br /&gt;
==Requesting SSL from the KU Leuven==&lt;br /&gt;
&lt;br /&gt;
The KU Leuven partners with other universities through TERENA/Géant to arrange certificates for its services, organisations and academic structures. We have permission to request free SSL/TLS certificates for student unions (kringen) recognized by LOKO or faculty consultative bodies (facultaire overlegorganen) recognized by Stura body as well as organisations (vrije verenigingen) recognized by LOKO or KU Leuven.&lt;br /&gt;
&lt;br /&gt;
Before sending us a request, the following steps have to be performed:&lt;br /&gt;
* Set up the site that needs SSL if that's not already the case&lt;br /&gt;
* Create a forwarder from hostmaster@yourdomain.tld to ulyssis@ulyssis.org&lt;br /&gt;
* Make sure our nameservers are being used for the involved domain(s), as explained on [[Adding domain names]]&lt;br /&gt;
* Consider all subdomains (whether separate websites or not) you wish to have certificates for&lt;br /&gt;
* Make a list of all relevant arguments for your use of SSL/TLS certificates. It's important to consider aspects of your website where important or personal information is exchanged: registration, login pages, newsletter signup, etc.&lt;br /&gt;
&lt;br /&gt;
When '''all''' steps are done, the account holder of the ULYSSIS account can send an email to ulyssis@ulyssis.org containing their name, the name of the organisation, the relevant arguments what you will use SSL for and the domain and if needed a list of subdomains that should be covered by the certificate.&lt;br /&gt;
&lt;br /&gt;
Based on our previous experience and our arrangements with ICTS we will consider whether you are eligible for certificates and whether your request is well-founded. We will then generate the required cryptographic key and request and submit them on the certificate platform supplied by ICTS and its partners. Depending on the situation, the verification and delivery of the certificate can take some time. As soon as the certificate has been issued, we will install it and notify you.&lt;br /&gt;
&lt;br /&gt;
For procedures to request certificates, we follow instructions from ICTS. These instructions have changed several times in the past, so it's possible for a new request or for a renewal, you may have to follow a different procedure or make changes.&lt;br /&gt;
&lt;br /&gt;
{{notice|Limitations|ICTS does not allow SSL requests for historic *.student.kuleuven.be domains. We judge requests for username.ulyssis.be and username.studentenweb.org on an individual basis.}}&lt;br /&gt;
&lt;br /&gt;
==External certificates==&lt;br /&gt;
To install external certificates we require the certificate itself, the private key, and possibly the chain. We prefer you also send us (a link to) the documentation of your supplier. As certificate files, especially private keys, are a delicate matter we suggest you just email us the path in your homedirectory you've put them and we will move them over to the webserver safely. For more information concerning this procedure you can always contact us on ulyssis@ulyssis.org&lt;br /&gt;
&lt;br /&gt;
===Let's Encrypt===&lt;br /&gt;
==== Certificate file structure ====&lt;br /&gt;
&lt;br /&gt;
We currently do not have an automated system for renewing and deploying certificates such as those supplied by Let's Encrypt. We are however looking into automating this process in the future. Since more of our users are starting to use Let's Encrypt, and all of their certificates need to be renewed frequently, we have a specific procedure now.&lt;br /&gt;
&lt;br /&gt;
When wishing to add a certificate with Let's Encrypt to your website, or renew your existing one, first create a folder &amp;lt;code&amp;gt;letsencrypt&amp;lt;/code&amp;gt; in your '''home directory'''. Then add a folder per domain or group of domains:&lt;br /&gt;
 mkdir letsencrypt&lt;br /&gt;
 mkdir letsencrypt/mydomain.be&lt;br /&gt;
&lt;br /&gt;
Certificates should be stored in these folders, according to the following file structure:&lt;br /&gt;
 letsencrypt/&lt;br /&gt;
 └── mydomain.be/&lt;br /&gt;
     ├── mydomain.be.chain&lt;br /&gt;
     ├── mydomain.be.crt&lt;br /&gt;
     └── mydomain.be.key&lt;br /&gt;
&lt;br /&gt;
If you already possess the necessary files, renaming and copying them accordingly is sufficient. Otherwise, you can generate or renew your certificates using '''acme.sh''':&lt;br /&gt;
&lt;br /&gt;
==== Using acme.sh ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;background: #f2dede; color: #a94442; border: 1px solid #a94442; border-radius: 5px; padding: 5px&amp;quot;&amp;gt;'''Warning:''' If you use a &amp;lt;code&amp;gt;.htaccess&amp;lt;/code&amp;gt; file in the '''webroot of the domain name''', make sure to add the following lines at '''the top of the file''':&lt;br /&gt;
 &amp;lt;IfModule mod_rewrite.c&amp;gt;&lt;br /&gt;
   RewriteRule &amp;quot;^.well-known/acme-challenge&amp;quot; - [L]&lt;br /&gt;
 &amp;lt;/IfModule&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Generating the certificates =====&lt;br /&gt;
&lt;br /&gt;
Because the normal method of generating Let's Encrypt certificates, certbot, requires root access, it's impossible for normal users to do so on our servers. Luckily there are plenty of alternatives which implement the Let's Encrypt protocol.&lt;br /&gt;
&lt;br /&gt;
In this tutorial, we'll be using the '''acme.sh''' program to generate our certificates on the ULYSSIS servers.&lt;br /&gt;
&lt;br /&gt;
First of all, in your home directory, download the &amp;lt;code&amp;gt;acme.sh&amp;lt;/code&amp;gt; script as explained in the documentation: https://github.com/acmesh-official/acme.sh#1-how-to-install&lt;br /&gt;
&lt;br /&gt;
Next we actually generate the certificates. Make sure to replace the necessary parts (email, webroot, domain name):&lt;br /&gt;
 ./acme.sh --issue --cert-file letsencrypt/mydomain.be/mydomain.be.crt --key-file letsencrypt/mydomain.be/mydomain.be.key --ca-file letsencrypt/mydomain.be/mydomain.be.chain --accountemail &amp;quot;email@example.com&amp;quot; -w /home/user/myusername/path/to/webroot -d mydomain.be -d www.mydomain.be&lt;br /&gt;
&lt;br /&gt;
If we provide an email address, for example &amp;quot;email@example.com&amp;quot;, Let's Encrypt will remind us to renew our certificates when necessary. &amp;lt;code&amp;gt;/home/user/myusername/path/to/webroot&amp;lt;/code&amp;gt; is the path to the '''webroot of the domain name'''. Note that we are issuing certificates for &amp;quot;mydomain.be&amp;quot; here. We also want to add the subdomain &amp;quot;www.mydomain.be&amp;quot; to the certificate, so we also pass it to the script. You can add additional subdomains if needed.&lt;br /&gt;
&lt;br /&gt;
===== Renewing the certificates =====&lt;br /&gt;
&lt;br /&gt;
To renew our certificates, we just execute:&lt;br /&gt;
 ./acme.sh --renew -d mydomain.be&lt;br /&gt;
&lt;br /&gt;
The renewed certificates will automatically be copied to the path specified in the &amp;lt;code&amp;gt;--issue&amp;lt;/code&amp;gt; command.&lt;br /&gt;
&lt;br /&gt;
'''After renewing certificates, you have to email us to install your renewed certificate.'''&lt;br /&gt;
&lt;br /&gt;
==== Installing the certificates ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
We can check whether everything is stored correctly by executing:&lt;br /&gt;
 ulyssis-certificate check mydomain.be&lt;br /&gt;
&lt;br /&gt;
If everything looks good, you should only see lines starting with &amp;lt;code&amp;gt;[ OK ]&amp;lt;/code&amp;gt;. Any line starting with &amp;lt;code&amp;gt;[FAIL]&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;[ABRT]&amp;lt;/code&amp;gt; means a check has failed, you must correct this error before asking us to install your certificate. &lt;br /&gt;
&lt;br /&gt;
Once you have placed your files in the correct folder, you can send us an email clearly stating for which domains we need to add certificates and where the files are stored. If you are renewing existing certificates, also clearly state that in your email.&lt;br /&gt;
&lt;br /&gt;
We have largely automated the installation of certificates. If you do not follow these instructions, your request will be denied or you may end up with broken SSL. So make sure you follow this procedure carefully.&lt;br /&gt;
&lt;br /&gt;
[[Category:Webserver]]&lt;/div&gt;</summary>
		<author><name>Alexander</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Transferring_files_over_SFTP&amp;diff=1141</id>
		<title>Transferring files over SFTP</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Transferring_files_over_SFTP&amp;diff=1141"/>
		<updated>2020-09-23T07:27:19Z</updated>

		<summary type="html">&lt;p&gt;Alexander: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;ULYSSIS doesn't support ftp, because it is insecure. However, we support sftp (ftp over ssh).&lt;br /&gt;
This works similar as ssh.&lt;br /&gt;
&lt;br /&gt;
On the server, your files are located in &amp;lt;code&amp;gt;/home/group/username/&amp;lt;/code&amp;gt;. For a normal user with username &amp;lt;code&amp;gt;username/&amp;lt;/code&amp;gt; this will be &amp;lt;code&amp;gt;/home/user/username/&amp;lt;/code&amp;gt;, for an organisation with username &amp;lt;code&amp;gt;organisation/&amp;lt;/code&amp;gt; this will be &amp;lt;code&amp;gt;/home/org/organisation/&amp;lt;/code&amp;gt; etc.&lt;br /&gt;
&lt;br /&gt;
==Non-graphical methods==&lt;br /&gt;
&lt;br /&gt;
The most common way to transfer files is with a terminal by using the &amp;lt;code&amp;gt;scp&amp;lt;/code&amp;gt; command.&lt;br /&gt;
&lt;br /&gt;
=Copying file to host:=&lt;br /&gt;
 scp SourceFile user@host:directory/TargetFile&lt;br /&gt;
If you want to copy an '''empty''' folder, you have to add -r, for example:&lt;br /&gt;
 scp -r SourceFolder user@host:directory/TargetFolder&lt;br /&gt;
&lt;br /&gt;
=Copying file from host:=&lt;br /&gt;
 scp user@host:directory/SourceFile TargetFile&lt;br /&gt;
If you want to copy an '''empty''' folder, you have to add -r, for example:&lt;br /&gt;
 scp -r user@host:directory/SourceFolder TargetFolder&lt;br /&gt;
&lt;br /&gt;
You don't need to use the full path to your file. You may you the relative path, starting from your home directory. For example:&lt;br /&gt;
 scp index.html user@ssh1.ulyssis.org:www/index.html&lt;br /&gt;
&lt;br /&gt;
You can find '''more info''' on the '''scp commands''' by using:&lt;br /&gt;
 man scp&lt;br /&gt;
&lt;br /&gt;
==Graphical methods==&lt;br /&gt;
&lt;br /&gt;
The graphical methods are explained in [[Accessing your files]].&lt;br /&gt;
&lt;br /&gt;
[[Category:Files]]&lt;br /&gt;
[[Category:Shell]]&lt;/div&gt;</summary>
		<author><name>Alexander</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Transferring_files_over_SFTP&amp;diff=1140</id>
		<title>Transferring files over SFTP</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Transferring_files_over_SFTP&amp;diff=1140"/>
		<updated>2020-09-23T07:26:48Z</updated>

		<summary type="html">&lt;p&gt;Alexander: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;ULYSSIS doesn't support ftp, because it is insecure. However, we support sftp (ftp over ssh).&lt;br /&gt;
This works similar as ssh.&lt;br /&gt;
&lt;br /&gt;
On the server, your files are located in &amp;lt;code&amp;gt;/home/group/username/&amp;lt;/code&amp;gt;. For a normal user with username &amp;lt;code&amp;gt;username/&amp;lt;/code&amp;gt; this will be &amp;lt;code&amp;gt;/home/user/username/&amp;lt;/code&amp;gt;, for an organisation with username &amp;lt;code&amp;gt;organisation/&amp;lt;/code&amp;gt; this will be &amp;lt;code&amp;gt;/home/org/organisation/&amp;lt;/code&amp;gt; etc.&lt;br /&gt;
&lt;br /&gt;
==Non-graphical methods==&lt;br /&gt;
&lt;br /&gt;
The most common way to transfer files is with a terminal by using the &amp;lt;code&amp;gt;scp&amp;lt;/code&amp;gt; command.&lt;br /&gt;
&lt;br /&gt;
=Copying file to host:=&lt;br /&gt;
 scp SourceFile user@host:directory/TargetFile&lt;br /&gt;
If you want to copy an '''empty''' folder, you have to add -r, for example:&lt;br /&gt;
 scp -r SourceFolder user@host:directory/TargetFolder&lt;br /&gt;
&lt;br /&gt;
=Copying file from host:=&lt;br /&gt;
 scp user@host:directory/SourceFile TargetFile&lt;br /&gt;
If you want to copy an '''empty''' folder, you have to add -r, for example:&lt;br /&gt;
 scp -r user@host:directory/SourceFolder TargetFolder&lt;br /&gt;
&lt;br /&gt;
You don't need to use the full path to your file. You may you the relative path, starting from your home directory. For example:&lt;br /&gt;
 scp index.html user@ssh1.ulyssis.org:www/index.html&lt;br /&gt;
&lt;br /&gt;
You can find more info on the scp commands by using:&lt;br /&gt;
 man scp&lt;br /&gt;
&lt;br /&gt;
==Graphical methods==&lt;br /&gt;
&lt;br /&gt;
The graphical methods are explained in [[Accessing your files]].&lt;br /&gt;
&lt;br /&gt;
[[Category:Files]]&lt;br /&gt;
[[Category:Shell]]&lt;/div&gt;</summary>
		<author><name>Alexander</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Transferring_files_over_SFTP&amp;diff=1139</id>
		<title>Transferring files over SFTP</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Transferring_files_over_SFTP&amp;diff=1139"/>
		<updated>2020-09-23T07:26:31Z</updated>

		<summary type="html">&lt;p&gt;Alexander: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;ULYSSIS doesn't support ftp, because it is insecure. However, we support sftp (ftp over ssh).&lt;br /&gt;
This works similar as ssh.&lt;br /&gt;
&lt;br /&gt;
On the server, your files are located in &amp;lt;code&amp;gt;/home/group/username/&amp;lt;/code&amp;gt;. For a normal user with username &amp;lt;code&amp;gt;username/&amp;lt;/code&amp;gt; this will be &amp;lt;code&amp;gt;/home/user/username/&amp;lt;/code&amp;gt;, for an organisation with username &amp;lt;code&amp;gt;organisation/&amp;lt;/code&amp;gt; this will be &amp;lt;code&amp;gt;/home/org/organisation/&amp;lt;/code&amp;gt; etc.&lt;br /&gt;
&lt;br /&gt;
==Non-graphical methods==&lt;br /&gt;
&lt;br /&gt;
The most common way to transfer files is with a terminal by using the &amp;lt;code&amp;gt;scp&amp;lt;/code&amp;gt; command.&lt;br /&gt;
&lt;br /&gt;
-Copying file to host:-&lt;br /&gt;
 scp SourceFile user@host:directory/TargetFile&lt;br /&gt;
If you want to copy an '''empty''' folder, you have to add -r, for example:&lt;br /&gt;
 scp -r SourceFolder user@host:directory/TargetFolder&lt;br /&gt;
&lt;br /&gt;
-Copying file from host:-&lt;br /&gt;
 scp user@host:directory/SourceFile TargetFile&lt;br /&gt;
If you want to copy an '''empty''' folder, you have to add -r, for example:&lt;br /&gt;
 scp -r user@host:directory/SourceFolder TargetFolder&lt;br /&gt;
&lt;br /&gt;
You don't need to use the full path to your file. You may you the relative path, starting from your home directory. For example:&lt;br /&gt;
 scp index.html user@ssh1.ulyssis.org:www/index.html&lt;br /&gt;
&lt;br /&gt;
You can find more info on the scp commands by using:&lt;br /&gt;
 man scp&lt;br /&gt;
&lt;br /&gt;
==Graphical methods==&lt;br /&gt;
&lt;br /&gt;
The graphical methods are explained in [[Accessing your files]].&lt;br /&gt;
&lt;br /&gt;
[[Category:Files]]&lt;br /&gt;
[[Category:Shell]]&lt;/div&gt;</summary>
		<author><name>Alexander</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Transferring_files_over_SFTP&amp;diff=1138</id>
		<title>Transferring files over SFTP</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Transferring_files_over_SFTP&amp;diff=1138"/>
		<updated>2020-09-23T07:22:38Z</updated>

		<summary type="html">&lt;p&gt;Alexander: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;ULYSSIS doesn't support ftp, because it is insecure. However, we support sftp (ftp over ssh).&lt;br /&gt;
This works similar as ssh.&lt;br /&gt;
&lt;br /&gt;
On the server, your files are located in &amp;lt;code&amp;gt;/home/group/username/&amp;lt;/code&amp;gt;. For a normal user with username &amp;lt;code&amp;gt;username/&amp;lt;/code&amp;gt; this will be &amp;lt;code&amp;gt;/home/user/username/&amp;lt;/code&amp;gt;, for an organisation with username &amp;lt;code&amp;gt;organisation/&amp;lt;/code&amp;gt; this will be &amp;lt;code&amp;gt;/home/org/organisation/&amp;lt;/code&amp;gt; etc.&lt;br /&gt;
&lt;br /&gt;
==Non-graphical methods==&lt;br /&gt;
&lt;br /&gt;
The most common way to transfer files is with a terminal by using the &amp;lt;code&amp;gt;scp&amp;lt;/code&amp;gt; command.&lt;br /&gt;
&lt;br /&gt;
Copying file to host:&lt;br /&gt;
 scp SourceFile user@host:directory/TargetFile&lt;br /&gt;
If you want to copy an '''empty''' folder, you have to add -r, for example:&lt;br /&gt;
 scp -r SourceFolder user@host:directory/TargetFolder&lt;br /&gt;
&lt;br /&gt;
Copying file from host:&lt;br /&gt;
 scp user@host:directory/SourceFile TargetFile&lt;br /&gt;
If you want to copy an '''empty''' folder, you have to add -r, for example:&lt;br /&gt;
 scp -r user@host:directory/SourceFolder TargetFolder&lt;br /&gt;
&lt;br /&gt;
You don't need to use the full path to your file. You may you the relative path, starting from your home directory. For example:&lt;br /&gt;
 scp index.html user@ssh1.ulyssis.org:www/index.html&lt;br /&gt;
&lt;br /&gt;
You can find more info on the scp commands by using:&lt;br /&gt;
 man scp&lt;br /&gt;
&lt;br /&gt;
==Graphical methods==&lt;br /&gt;
&lt;br /&gt;
The graphical methods are explained in [[Accessing your files]].&lt;br /&gt;
&lt;br /&gt;
[[Category:Files]]&lt;br /&gt;
[[Category:Shell]]&lt;/div&gt;</summary>
		<author><name>Alexander</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Transferring_files_over_SFTP&amp;diff=1137</id>
		<title>Transferring files over SFTP</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Transferring_files_over_SFTP&amp;diff=1137"/>
		<updated>2020-09-23T07:21:03Z</updated>

		<summary type="html">&lt;p&gt;Alexander: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;ULYSSIS doesn't support ftp, because it is insecure. However, we support sftp (ftp over ssh).&lt;br /&gt;
This works similar as ssh.&lt;br /&gt;
&lt;br /&gt;
On the server, your files are located in &amp;lt;code&amp;gt;/home/group/username/&amp;lt;/code&amp;gt;. For a normal user with username &amp;lt;code&amp;gt;username/&amp;lt;/code&amp;gt; this will be &amp;lt;code&amp;gt;/home/user/username/&amp;lt;/code&amp;gt;, for an organisation with username &amp;lt;code&amp;gt;organisation/&amp;lt;/code&amp;gt; this will be &amp;lt;code&amp;gt;/home/org/organisation/&amp;lt;/code&amp;gt; etc.&lt;br /&gt;
&lt;br /&gt;
==Non-graphical methods==&lt;br /&gt;
&lt;br /&gt;
The most common way to transfer files is with a terminal by using the &amp;lt;code&amp;gt;scp&amp;lt;/code&amp;gt; command.&lt;br /&gt;
&lt;br /&gt;
Copying file to host:&lt;br /&gt;
 scp SourceFile user@host:directory/TargetFile&lt;br /&gt;
If you want to copy an '''empty''' folder, you have to add -r, for example:&lt;br /&gt;
 scp -r SourceFolder user@host:directory/TargetFolder&lt;br /&gt;
&lt;br /&gt;
Copying file from host:&lt;br /&gt;
 scp user@host:directory/SourceFile TargetFile&lt;br /&gt;
If you want to copy an '''empty''' folder, you have to add -r, for example:&lt;br /&gt;
 scp -r user@host:directory/SourceFolder TargetFolder&lt;br /&gt;
&lt;br /&gt;
You don't need to use the full path to your file. You may you the relative path, starting from your home directory. For example:&lt;br /&gt;
 scp index.html user@ssh1.ulyssis.org:www/index.html&lt;br /&gt;
&lt;br /&gt;
==Graphical methods==&lt;br /&gt;
&lt;br /&gt;
The graphical methods are explained in [[Accessing your files]].&lt;br /&gt;
&lt;br /&gt;
[[Category:Files]]&lt;br /&gt;
[[Category:Shell]]&lt;/div&gt;</summary>
		<author><name>Alexander</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Transferring_files_over_SFTP&amp;diff=1136</id>
		<title>Transferring files over SFTP</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Transferring_files_over_SFTP&amp;diff=1136"/>
		<updated>2020-09-23T07:20:05Z</updated>

		<summary type="html">&lt;p&gt;Alexander: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;ULYSSIS doesn't support ftp, because it is insecure. However, we support sftp (ftp over ssh).&lt;br /&gt;
This works similar as ssh.&lt;br /&gt;
&lt;br /&gt;
On the server, your files are located in &amp;lt;code&amp;gt;/home/group/username/&amp;lt;/code&amp;gt;. For a normal user with username &amp;lt;code&amp;gt;username/&amp;lt;/code&amp;gt; this will be &amp;lt;code&amp;gt;/home/user/username/&amp;lt;/code&amp;gt;, for an organisation with username &amp;lt;code&amp;gt;organisation/&amp;lt;/code&amp;gt; this will be &amp;lt;code&amp;gt;/home/org/organisation/&amp;lt;/code&amp;gt; etc.&lt;br /&gt;
&lt;br /&gt;
==Non-graphical methods==&lt;br /&gt;
&lt;br /&gt;
The most common way to transfer files is with a terminal by using the &amp;lt;code&amp;gt;scp&amp;lt;/code&amp;gt; command.&lt;br /&gt;
&lt;br /&gt;
Copying file to host:&lt;br /&gt;
 scp SourceFile user@host:directory/TargetFile&lt;br /&gt;
If you want to copy an '''empty''' file, you have to add -r, for example:&lt;br /&gt;
 scp -r SourceFile user@host:directory/TargetFile&lt;br /&gt;
&lt;br /&gt;
Copying file from host:&lt;br /&gt;
 scp user@host:directory/SourceFile TargetFile&lt;br /&gt;
If you want to copy an '''empty''' file, you have to add -r, for example:&lt;br /&gt;
 scp -r user@host:directory/SourceFolder TargetFolder&lt;br /&gt;
&lt;br /&gt;
You don't need to use the full path to your file. You may you the relative path, starting from your home directory. For example:&lt;br /&gt;
 scp index.html user@ssh1.ulyssis.org:www/index.html&lt;br /&gt;
&lt;br /&gt;
==Graphical methods==&lt;br /&gt;
&lt;br /&gt;
The graphical methods are explained in [[Accessing your files]].&lt;br /&gt;
&lt;br /&gt;
[[Category:Files]]&lt;br /&gt;
[[Category:Shell]]&lt;/div&gt;</summary>
		<author><name>Alexander</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Transferring_files_over_SFTP&amp;diff=1135</id>
		<title>Transferring files over SFTP</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Transferring_files_over_SFTP&amp;diff=1135"/>
		<updated>2020-09-23T07:11:40Z</updated>

		<summary type="html">&lt;p&gt;Alexander: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;ULYSSIS doesn't support ftp, because it is insecure. However, we support sftp (ftp over ssh).&lt;br /&gt;
This works similar as ssh.&lt;br /&gt;
&lt;br /&gt;
On the server, your files are located in &amp;lt;code&amp;gt;/home/group/username/&amp;lt;/code&amp;gt;. For a normal user with username &amp;lt;code&amp;gt;username/&amp;lt;/code&amp;gt; this will be &amp;lt;code&amp;gt;/home/user/username/&amp;lt;/code&amp;gt;, for an organisation with username &amp;lt;code&amp;gt;organisation/&amp;lt;/code&amp;gt; this will be &amp;lt;code&amp;gt;/home/org/organisation/&amp;lt;/code&amp;gt; etc.&lt;br /&gt;
&lt;br /&gt;
==Non-graphical methods==&lt;br /&gt;
&lt;br /&gt;
The most common way to transfer files is with a terminal by using the &amp;lt;code&amp;gt;scp&amp;lt;/code&amp;gt; command.&lt;br /&gt;
&lt;br /&gt;
Copying file to host:&lt;br /&gt;
 scp SourceFile user@host:directory/TargetFile&lt;br /&gt;
If you want to copy an '''empty''' file, you have to add -r, for example:&lt;br /&gt;
 scp -r SourceFile user@host:directory/TargetFile&lt;br /&gt;
&lt;br /&gt;
Copying file from host:&lt;br /&gt;
 scp user@host:directory/SourceFile TargetFile&lt;br /&gt;
 scp -r user@host:directory/SourceFolder TargetFolder&lt;br /&gt;
&lt;br /&gt;
You don't need to use the full path to your file. You may you the relative path, starting from your home directory. For example:&lt;br /&gt;
 scp index.html user@ssh1.ulyssis.org:www/index.html&lt;br /&gt;
&lt;br /&gt;
==Graphical methods==&lt;br /&gt;
&lt;br /&gt;
The graphical methods are explained in [[Accessing your files]].&lt;br /&gt;
&lt;br /&gt;
[[Category:Files]]&lt;br /&gt;
[[Category:Shell]]&lt;/div&gt;</summary>
		<author><name>Alexander</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Transferring_files_over_SFTP&amp;diff=1134</id>
		<title>Transferring files over SFTP</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Transferring_files_over_SFTP&amp;diff=1134"/>
		<updated>2020-09-23T07:05:58Z</updated>

		<summary type="html">&lt;p&gt;Alexander: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;ULYSSIS doesn't support ftp, because it is insecure. However, we support sftp (ftp over ssh).&lt;br /&gt;
This works similar as ssh.&lt;br /&gt;
&lt;br /&gt;
On the server, your files are located in &amp;lt;code&amp;gt;/home/group/username/&amp;lt;/code&amp;gt;. For a normal user with username &amp;lt;code&amp;gt;username/&amp;lt;/code&amp;gt; this will be &amp;lt;code&amp;gt;/home/user/username/&amp;lt;/code&amp;gt;, for an organisation with username &amp;lt;code&amp;gt;organisation/&amp;lt;/code&amp;gt; this will be &amp;lt;code&amp;gt;/home/org/organisation/&amp;lt;/code&amp;gt; etc.&lt;br /&gt;
&lt;br /&gt;
==Non-graphical methods==&lt;br /&gt;
&lt;br /&gt;
The most common way to transfer files is with a terminal by using the &amp;lt;code&amp;gt;scp&amp;lt;/code&amp;gt; command.&lt;br /&gt;
&lt;br /&gt;
Copying file to host:&lt;br /&gt;
 scp SourceFile user@host:directory/TargetFile&lt;br /&gt;
If you want to copy a file, you have to add -r, for example:&lt;br /&gt;
 scp -r SourceFile user@host:directory/TargetFile&lt;br /&gt;
&lt;br /&gt;
Copying file from host:&lt;br /&gt;
 scp user@host:directory/SourceFile TargetFile&lt;br /&gt;
 scp -r user@host:directory/SourceFolder TargetFolder&lt;br /&gt;
&lt;br /&gt;
You don't need to use the full path to your file. You may you the relative path, starting from your home directory. For example:&lt;br /&gt;
 scp index.html user@ssh1.ulyssis.org:www/index.html&lt;br /&gt;
&lt;br /&gt;
==Graphical methods==&lt;br /&gt;
&lt;br /&gt;
The graphical methods are explained in [[Accessing your files]].&lt;br /&gt;
&lt;br /&gt;
[[Category:Files]]&lt;br /&gt;
[[Category:Shell]]&lt;/div&gt;</summary>
		<author><name>Alexander</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Exporting_your_KU_Leuven_class_schedule_and_calendar&amp;diff=1133</id>
		<title>Exporting your KU Leuven class schedule and calendar</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Exporting_your_KU_Leuven_class_schedule_and_calendar&amp;diff=1133"/>
		<updated>2020-09-18T12:08:12Z</updated>

		<summary type="html">&lt;p&gt;Alexander: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;While relatively unknown, it is possible to create an automatically updating iCal feed of your KULoket agenda without using external services.&lt;br /&gt;
&lt;br /&gt;
= Set up agenda sync on KU Loket =&lt;br /&gt;
## Visit [http://kuloket.be/ KU Loket]&lt;br /&gt;
## Go to the '''Agenda''' tab [[File:KUL-Agenda-Step1.PNG|thumb|190px]]&lt;br /&gt;
## Click '''Agenda sync'''&lt;br /&gt;
## Click '''Configure agenda''' (''Agenda instellen'') [[File:KUL-Agenda-Step2.PNG|thumb|190px]]&lt;br /&gt;
## Change the switch '''Show schedule in my agenda''' (''Toon uurrooster in mijn agenda'') to '''On'''. [[File:KUL-Agenda-Step3.PNG|thumb|190px]] You will have to wait about 15 minutes before continuing to the next step.&lt;br /&gt;
# Visit https://owa.student.kuleuven.be and log in with your KU Leuven credentials.&lt;br /&gt;
# In the top menu bar, click '''Calendar''' (''Agenda'') [[File:agenda4.png|thumb|190px]]&lt;br /&gt;
# On the top right (below the menu bar), click the '''Share''' (''Delen'') button. A side-panel appears.&lt;br /&gt;
# Enter a '''non-KU Leuven email address''' in the '''Share with''' (''Delen met'') textfield.  After filling the email address, press the enter key. [[File:agenda5.png|thumb|190px]]&lt;br /&gt;
# Make sure '''Full details''' (''Volledige informatie'') is selected in the dropdown next to your email address&lt;br /&gt;
# Click the '''Send''' (''Verzenden'') button at the top of the side-panel.&lt;br /&gt;
# You will receive an email with two weblinks. The first link shows your calendar in your webbrowser, the second link is your iCal feed.&lt;br /&gt;
# Normally your schedule will now be showed in your agenda. If this is not the case, go back to step 1.4 and click '''reload schedule''' (''Uurrooster herladen'').&lt;br /&gt;
&lt;br /&gt;
Some applications will not accept a &amp;lt;code&amp;gt;webcal://&amp;lt;/code&amp;gt; URL.&lt;br /&gt;
If that is the case you can simply modify the URL to start with &amp;lt;code&amp;gt;https://&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Tutorials]]&lt;/div&gt;</summary>
		<author><name>Alexander</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Exporting_your_KU_Leuven_class_schedule_and_calendar&amp;diff=1132</id>
		<title>Exporting your KU Leuven class schedule and calendar</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Exporting_your_KU_Leuven_class_schedule_and_calendar&amp;diff=1132"/>
		<updated>2020-09-18T12:06:21Z</updated>

		<summary type="html">&lt;p&gt;Alexander: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;While relatively unknown, it is possible to create an automatically updating iCal feed of your KULoket agenda without using external services.&lt;br /&gt;
&lt;br /&gt;
= Set up agenda sync on KU Loket =&lt;br /&gt;
## Visit [http://kuloket.be/ KU Loket]&lt;br /&gt;
## Go to the '''Agenda''' tab [[File:KUL-Agenda-Step1.PNG|thumb|190px]]&lt;br /&gt;
## Click '''Agenda sync'''&lt;br /&gt;
## Click '''Configure agenda''' (''Agenda instellen'') [[File:KUL-Agenda-Step2.PNG|thumb|190px]]&lt;br /&gt;
## Change the switch '''Show schedule in my agenda''' (''Toon uurrooster in mijn agenda'') to '''On'''. [[File:KUL-Agenda-Step3.PNG|thumb|190px]] You will have to wait about 15 minutes before continuing to the next step.&lt;br /&gt;
# Visit https://owa.student.kuleuven.be and log in with your KU Leuven credentials.&lt;br /&gt;
# In the top menu bar, click '''Calendar''' (''Agenda'') [[File:agenda4.png|thumb|190px]]&lt;br /&gt;
# On the top right (below the menu bar), click the '''Share''' (''Delen'') button. A side-panel appears.&lt;br /&gt;
# Enter a '''non-KU Leuven email address''' in the '''Share with''' (''Delen met'') textfield.  After filling the email address, press the enter key. [[File:agenda5.png|thumb|190px]]&lt;br /&gt;
# Make sure '''Full details''' (''Volledige informatie'') is selected in the dropdown next to your email address&lt;br /&gt;
# Click the '''Send''' (''Verzenden'') button at the top of the side-panel.&lt;br /&gt;
# You will receive an email with two weblinks. The first link shows your calendar in your webbrowser, the second link is your iCal feed.&lt;br /&gt;
# Normally your schedule will now be showed in your agenda. If this is not the case, go back to step 1.4 and click &amp;quot;reload schedule&amp;quot; (''Uurrooster herladen'').&lt;br /&gt;
&lt;br /&gt;
Some applications will not accept a &amp;lt;code&amp;gt;webcal://&amp;lt;/code&amp;gt; URL.&lt;br /&gt;
If that is the case you can simply modify the URL to start with &amp;lt;code&amp;gt;https://&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Tutorials]]&lt;/div&gt;</summary>
		<author><name>Alexander</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Exporting_your_KU_Leuven_class_schedule_and_calendar&amp;diff=1131</id>
		<title>Exporting your KU Leuven class schedule and calendar</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Exporting_your_KU_Leuven_class_schedule_and_calendar&amp;diff=1131"/>
		<updated>2020-09-18T12:05:58Z</updated>

		<summary type="html">&lt;p&gt;Alexander: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;While relatively unknown, it is possible to create an automatically updating iCal feed of your KULoket agenda without using external services.&lt;br /&gt;
&lt;br /&gt;
= Set up agenda sync on KU Loket =&lt;br /&gt;
## Visit [http://kuloket.be/ KU Loket]&lt;br /&gt;
## Go to the '''Agenda''' tab [[File:KUL-Agenda-Step1.PNG|thumb|190px]]&lt;br /&gt;
## Click '''Agenda sync'''&lt;br /&gt;
## Click '''Configure agenda''' (''Agenda instellen'') [[File:KUL-Agenda-Step2.PNG|thumb|190px]]&lt;br /&gt;
## Change the switch '''Show schedule in my agenda''' (''Toon uurrooster in mijn agenda'') to '''On'''. [[File:KUL-Agenda-Step3.PNG|thumb|190px]] You will have to wait about 15 minutes before continuing to the next step.&lt;br /&gt;
# Visit https://owa.student.kuleuven.be and log in with your KU Leuven credentials.&lt;br /&gt;
# In the top menu bar, click '''Calendar''' (''Agenda'') [[File:agenda4.png|thumb|190px]]&lt;br /&gt;
# On the top right (below the menu bar), click the '''Share''' (''Delen'') button. A side-panel appears.&lt;br /&gt;
# Enter a '''non-KU Leuven email address''' in the '''Share with''' (''Delen met'') textfield.  After filling the email address, press the enter key. [[File:agenda5.png|thumb|190px]]&lt;br /&gt;
# Make sure '''Full details''' (''Volledige informatie'') is selected in the dropdown next to your email address&lt;br /&gt;
# Click the '''Send''' (''Verzenden'') button at the top of the side-panel.&lt;br /&gt;
# You will receive an email with two weblinks. The first link shows your calendar in your webbrowser, the second link is your iCal feed.&lt;br /&gt;
# Normally your schedule will now be showed in your agenda. If this is not the case, go back to step 4 and click &amp;quot;reload schedule&amp;quot; (''Uurrooster herladen'').&lt;br /&gt;
&lt;br /&gt;
Some applications will not accept a &amp;lt;code&amp;gt;webcal://&amp;lt;/code&amp;gt; URL.&lt;br /&gt;
If that is the case you can simply modify the URL to start with &amp;lt;code&amp;gt;https://&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Tutorials]]&lt;/div&gt;</summary>
		<author><name>Alexander</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Exporting_your_KU_Leuven_class_schedule_and_calendar&amp;diff=1130</id>
		<title>Exporting your KU Leuven class schedule and calendar</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Exporting_your_KU_Leuven_class_schedule_and_calendar&amp;diff=1130"/>
		<updated>2020-09-18T11:59:04Z</updated>

		<summary type="html">&lt;p&gt;Alexander: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;While relatively unknown, it is possible to create an automatically updating iCal feed of your KULoket agenda without using external services.&lt;br /&gt;
&lt;br /&gt;
= Set up agenda sync on KU Loket =&lt;br /&gt;
## Visit [http://kuloket.be/ KU Loket]&lt;br /&gt;
## Go to the '''Agenda''' tab [[File:KUL-Agenda-Step1.PNG|thumb|190px]]&lt;br /&gt;
## Click '''Agenda sync'''&lt;br /&gt;
## Click '''Configure agenda''' (''Agenda instellen'') [[File:KUL-Agenda-Step2.PNG|thumb|190px]]&lt;br /&gt;
## Change the switch '''Show schedule in my agenda''' (''Toon uurrooster in mijn agenda'') to '''On'''. [[File:KUL-Agenda-Step3.PNG|thumb|190px]] You will have to wait about 15 minutes before continuing to the next step.&lt;br /&gt;
# Visit https://owa.student.kuleuven.be and log in with your KU Leuven credentials.&lt;br /&gt;
# In the top menu bar, click '''Calendar''' (''Agenda'') [[File:agenda4.png|thumb|190px]]&lt;br /&gt;
# On the top right (below the menu bar), click the '''Share''' (''Delen'') button. A side-panel appears.&lt;br /&gt;
# Enter a '''non-KU Leuven email address''' in the '''Share with''' (''Delen met'') textfield.  After filling the email address, press the enter key. [[File:agenda5.png|thumb|190px]]&lt;br /&gt;
# Make sure '''Full details''' (''Volledige informatie'') is selected in the dropdown next to your email address&lt;br /&gt;
# Click the '''Send''' (''Verzenden'') button at the top of the side-panel.&lt;br /&gt;
# You will receive an email with two weblinks. The first link shows your calendar in your webbrowser, the second link is your iCal feed.&lt;br /&gt;
&lt;br /&gt;
Some applications will not accept a &amp;lt;code&amp;gt;webcal://&amp;lt;/code&amp;gt; URL.&lt;br /&gt;
If that is the case you can simply modify the URL to start with &amp;lt;code&amp;gt;https://&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Tutorials]]&lt;/div&gt;</summary>
		<author><name>Alexander</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Exporting_your_KU_Leuven_class_schedule_and_calendar&amp;diff=1127</id>
		<title>Exporting your KU Leuven class schedule and calendar</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Exporting_your_KU_Leuven_class_schedule_and_calendar&amp;diff=1127"/>
		<updated>2020-09-12T16:43:37Z</updated>

		<summary type="html">&lt;p&gt;Alexander: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;While relatively unknown, it is possible to create an automatically updating iCal feed of your KULoket agenda without using external services.&lt;br /&gt;
&lt;br /&gt;
= Set up agenda sync on KU Loket =&lt;br /&gt;
## Visit [http://kuloket.be/ KU Loket]&lt;br /&gt;
## Go to the '''Agenda''' tab [[File:KUL-Agenda-Step1.PNG|thumb|190px]]&lt;br /&gt;
## Click '''Agenda sync'''&lt;br /&gt;
## Click '''Configure agenda''' (''Agenda instellen'') [[File:KUL-Agenda-Step2.PNG|thumb|190px]]&lt;br /&gt;
## Change the switch '''Show schedule in my agenda''' (''Toon uurrooster in mijn agenda'') to '''On'''. [[File:KUL-Agenda-Step3.PNG|thumb|190px]] You will have to wait about 15 minutes before continuing to the next step.&lt;br /&gt;
# Visit https://owa.student.kuleuven.be and log in with your KU Leuven credentials.&lt;br /&gt;
# In the top menu bar, click '''Calendar''' (''Agenda'') [[File:agenda4.png|thumb|190px]]&lt;br /&gt;
# On the top right (below the menu bar), click the '''Share''' (''Delen'') button. A side-panel appears.&lt;br /&gt;
# Enter a non-KU Leuven email address in the '''Share with''' (''Delen met'') textfield.  After filling the email address, press the enter key. [[File:agenda5.png|thumb|190px]]&lt;br /&gt;
# Make sure '''Full details''' (''Volledige informatie'') is selected in the dropdown next to your email address&lt;br /&gt;
# Click the '''Send''' (''Verzenden'') button at the top of the side-panel.&lt;br /&gt;
# You will receive an email with two weblinks. The first link shows your calendar in your webbrowser, the second link is your iCal feed.&lt;br /&gt;
&lt;br /&gt;
Some applications will not accept a &amp;lt;code&amp;gt;webcal://&amp;lt;/code&amp;gt; URL.&lt;br /&gt;
If that is the case you can simply modify the URL to start with &amp;lt;code&amp;gt;https://&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Tutorials]]&lt;/div&gt;</summary>
		<author><name>Alexander</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=File:Agenda5.png&amp;diff=1126</id>
		<title>File:Agenda5.png</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=File:Agenda5.png&amp;diff=1126"/>
		<updated>2020-09-12T16:37:17Z</updated>

		<summary type="html">&lt;p&gt;Alexander: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Alexander</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=File:Agenda4.png&amp;diff=1125</id>
		<title>File:Agenda4.png</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=File:Agenda4.png&amp;diff=1125"/>
		<updated>2020-09-12T16:33:21Z</updated>

		<summary type="html">&lt;p&gt;Alexander: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Alexander</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Setting_up_WordPress&amp;diff=1123</id>
		<title>Setting up WordPress</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Setting_up_WordPress&amp;diff=1123"/>
		<updated>2020-09-12T15:46:07Z</updated>

		<summary type="html">&lt;p&gt;Alexander: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==How to install WordPress for your account==&lt;br /&gt;
&lt;br /&gt;
First you need to download WordPress from their website, https://wordpress.org/download/. After you've&lt;br /&gt;
received a zip file, you have to extract it using your file manager (Windows: ''use right-click and select &amp;quot;extract all&amp;quot;''; OSX: ''double-click the zip, it automatically extracts''; Linux: ''right-click the file, and select &amp;quot;extract here&amp;quot;''), this gives you a directory named &amp;lt;code&amp;gt;wordpress&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Next, you have to move the '''contents''' of the &amp;lt;code&amp;gt;wordpress&amp;lt;/code&amp;gt; directory to your webroot directory on our servers. Mostly this will be the &amp;lt;code&amp;gt;www&amp;lt;/code&amp;gt; directory. Your webroot can be accessed via SFTP.&lt;br /&gt;
If you need further instructions, you can find detailed instructions on: [[Accessing your files]].&lt;br /&gt;
&lt;br /&gt;
Besides files, we also need a database to install WordPress on. If you haven't created a new database for the purpose of this installation, you can do this through UCC. Instruction on how to do this are available on [[Using MySQL]]. If you haven't created a database user yet, or don't know the password, you can also find more information there.&amp;lt;br&amp;gt;&lt;br /&gt;
'''Warning:''' Postgresql databases are not supported by WordPress, only use MySQL databases.&lt;br /&gt;
&lt;br /&gt;
Now we are ready to install WordPress, so we need to visit the web installer. If you're using a custom domain based on this guide: [[Adding domain names]], you can access the installer by visiting your domain. If you do not use such a domain, the installer can be found on &amp;lt;code&amp;gt;username.studentenweb.org&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;username.ulyssis.be&amp;lt;/code&amp;gt; (replace &amp;lt;code&amp;gt;username&amp;lt;/code&amp;gt; with your actual username).&lt;br /&gt;
This is where you have to set up your website. The easiest way to do this, is by following the wizard.&lt;br /&gt;
&lt;br /&gt;
The setup will ask you for your database configuration: &lt;br /&gt;
*'''Database Name/Databasenaam:''' the name of the MySQL database&lt;br /&gt;
*'''Username/Gebruikersnaam:''' your username&lt;br /&gt;
*'''Password/Wachtwoord:''' your MySQL database password&lt;br /&gt;
*'''Database Host/Hostnaam:''' &amp;lt;code&amp;gt;mysql.ulyssis.org&amp;lt;/code&amp;gt;&lt;br /&gt;
*'''Table Prefix:''' only change this if you have multiple installations of WordPress in your database&amp;lt;br&amp;gt;&lt;br /&gt;
So it will look something like this:&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:wordpress_screenshot.png|thumb|left|600px]]&lt;br /&gt;
In the next step you need to fill in your own preferences.&lt;br /&gt;
&lt;br /&gt;
Finally you will be prompted to log into your WordPress website. Now the installation is finished.&lt;br /&gt;
&lt;br /&gt;
To help you design your website, there are a few guides from WordPress that can help you:&lt;br /&gt;
*https://wordpress.org/support/article/first-steps-with-wordpress-b/&lt;br /&gt;
*https://wordpress.org/support/article/using-themes/#get-new-themes&lt;br /&gt;
*https://wordpress.org/support/article/managing-plugins/&lt;br /&gt;
&lt;br /&gt;
==Setting up multiple instances of WordPress==&lt;br /&gt;
&lt;br /&gt;
If you want to have multiple instances of a WordPress site, you need to create a new folder in &lt;br /&gt;
your &amp;lt;code&amp;gt;www&amp;lt;/code&amp;gt; directory on your shell account. Then you need a virtual host for this folder, for this you have to send us an email asking for this.&lt;br /&gt;
&lt;br /&gt;
After your new virtual host has been configured, you need to do the same steps that you would do for a regular WordPress installation, i.e. the steps in the section above.&lt;br /&gt;
&lt;br /&gt;
You can also use WordPress' [https://wordpress.org/support/article/create-a-network/ multisite] option. &lt;br /&gt;
If you need more help with this, you can find it [https://wordpress.org/support/forum/multisite here].&lt;br /&gt;
&lt;br /&gt;
[[Category:CMSs]]&lt;/div&gt;</summary>
		<author><name>Alexander</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Exporting_your_KU_Leuven_class_schedule_and_calendar&amp;diff=910</id>
		<title>Exporting your KU Leuven class schedule and calendar</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Exporting_your_KU_Leuven_class_schedule_and_calendar&amp;diff=910"/>
		<updated>2019-10-28T16:46:13Z</updated>

		<summary type="html">&lt;p&gt;Alexander: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;While relatively unknown, it is possible to create an automatically updating iCal feed of your KULoket agenda without using external services.&lt;br /&gt;
&lt;br /&gt;
# Set up agenda sync on KU Loket&lt;br /&gt;
## Visit [http://kuloket.be/ KU Loket]&lt;br /&gt;
## Go to the '''Agenda''' tab [[File:KUL-Agenda-Step1.PNG|thumb|200px]]&lt;br /&gt;
## Click '''Agenda sync'''&lt;br /&gt;
## Click '''Configure agenda''' (Agenda instellen) [[File:KUL-Agenda-Step2.PNG|thumb|200px]]&lt;br /&gt;
## Change the switch '''Show schedule in my agenda''' (Toon uurrooster in mijn agenda) to '''On'''. [[File:KUL-Agenda-Step3.PNG|thumb|200px]] You will have to wait about 15 minutes before continuing to the next step.&lt;br /&gt;
# Visit https://owa.student.kuleuven.be and log in with your KU Leuven credentials.&lt;br /&gt;
# In the top menu bar, click '''Calendar''' (Agenda)&lt;br /&gt;
# On the top right (below the menu bar), click the '''Share''' (Delen) button. A side-panel appears.&lt;br /&gt;
# Enter a non-KU Leuven email address in the '''Share with''' (Delen met) textfield.  After filling the email address, press the enter key.&lt;br /&gt;
# Make sure '''Full details''' (Volledige informatie) is selected in the dropdown next to your email address&lt;br /&gt;
# Click the '''Send''' (Verzenden) button at the top of the side-panel.&lt;br /&gt;
# You will receive an email with two weblinks. The first link shows your calendar in your webbrowser, the second link is your iCal feed.&lt;br /&gt;
&lt;br /&gt;
Some applications will not accept a &amp;lt;code&amp;gt;webcal://&amp;lt;/code&amp;gt; URL.&lt;br /&gt;
If that is the case you can simply modify the URL to start with &amp;lt;code&amp;gt;https://&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Tutorials]]&lt;/div&gt;</summary>
		<author><name>Alexander</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Exporting_your_KU_Leuven_class_schedule_and_calendar&amp;diff=909</id>
		<title>Exporting your KU Leuven class schedule and calendar</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Exporting_your_KU_Leuven_class_schedule_and_calendar&amp;diff=909"/>
		<updated>2019-10-28T16:45:52Z</updated>

		<summary type="html">&lt;p&gt;Alexander: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;While relatively unknown, it is possible to create an automatically updating iCal feed of your KULoket agenda without using external services.&lt;br /&gt;
&lt;br /&gt;
# Set up agenda sync on KU Loket&lt;br /&gt;
## Visit [http://kuloket.be/ KU Loket]&lt;br /&gt;
## Go to the '''Agenda Sync''' tab [[File:KUL-Agenda-Step1.PNG|thumb|200px]]&lt;br /&gt;
## Click '''Agenda sync'''&lt;br /&gt;
## Click '''Configure agenda''' (Agenda instellen) [[File:KUL-Agenda-Step2.PNG|thumb|200px]]&lt;br /&gt;
## Change the switch '''Show schedule in my agenda''' (Toon uurrooster in mijn agenda) to '''On'''. [[File:KUL-Agenda-Step3.PNG|thumb|200px]] You will have to wait about 15 minutes before continuing to the next step.&lt;br /&gt;
# Visit https://owa.student.kuleuven.be and log in with your KU Leuven credentials.&lt;br /&gt;
# In the top menu bar, click '''Calendar''' (Agenda)&lt;br /&gt;
# On the top right (below the menu bar), click the '''Share''' (Delen) button. A side-panel appears.&lt;br /&gt;
# Enter a non-KU Leuven email address in the '''Share with''' (Delen met) textfield.  After filling the email address, press the enter key.&lt;br /&gt;
# Make sure '''Full details''' (Volledige informatie) is selected in the dropdown next to your email address&lt;br /&gt;
# Click the '''Send''' (Verzenden) button at the top of the side-panel.&lt;br /&gt;
# You will receive an email with two weblinks. The first link shows your calendar in your webbrowser, the second link is your iCal feed.&lt;br /&gt;
&lt;br /&gt;
Some applications will not accept a &amp;lt;code&amp;gt;webcal://&amp;lt;/code&amp;gt; URL.&lt;br /&gt;
If that is the case you can simply modify the URL to start with &amp;lt;code&amp;gt;https://&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Tutorials]]&lt;/div&gt;</summary>
		<author><name>Alexander</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Exporting_your_KU_Leuven_class_schedule_and_calendar&amp;diff=908</id>
		<title>Exporting your KU Leuven class schedule and calendar</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Exporting_your_KU_Leuven_class_schedule_and_calendar&amp;diff=908"/>
		<updated>2019-10-28T16:44:36Z</updated>

		<summary type="html">&lt;p&gt;Alexander: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;While relatively unknown, it is possible to create an automatically updating iCal feed of your KULoket agenda without using external services.&lt;br /&gt;
&lt;br /&gt;
# Set up agenda sync on KU Loket&lt;br /&gt;
## Visit [http://kuloket.be/ KU Loket]&lt;br /&gt;
## Go to the '''Education &amp;amp; Students''' (Onderwijs &amp;amp; studenten) tab [[File:KUL-Agenda-Step1.PNG|thumb|200px]]&lt;br /&gt;
## Click '''Agenda sync'''&lt;br /&gt;
## Click '''Configure agenda''' (Agenda instellen) [[File:KUL-Agenda-Step2.PNG|thumb|200px]]&lt;br /&gt;
## Change the switch '''Show schedule in my agenda''' (Toon uurrooster in mijn agenda) to '''On'''. [[File:KUL-Agenda-Step3.PNG|thumb|200px]] You will have to wait about 15 minutes before continuing to the next step.&lt;br /&gt;
# Visit https://owa.student.kuleuven.be and log in with your KU Leuven credentials.&lt;br /&gt;
# In the top menu bar, click '''Calendar''' (Agenda)&lt;br /&gt;
# On the top right (below the menu bar), click the '''Share''' (Delen) button. A side-panel appears.&lt;br /&gt;
# Enter a non-KU Leuven email address in the '''Share with''' (Delen met) textfield.  After filling the email address, press the enter key.&lt;br /&gt;
# Make sure '''Full details''' (Volledige informatie) is selected in the dropdown next to your email address&lt;br /&gt;
# Click the '''Send''' (Verzenden) button at the top of the side-panel.&lt;br /&gt;
# You will receive an email with two weblinks. The first link shows your calendar in your webbrowser, the second link is your iCal feed.&lt;br /&gt;
&lt;br /&gt;
Some applications will not accept a &amp;lt;code&amp;gt;webcal://&amp;lt;/code&amp;gt; URL.&lt;br /&gt;
If that is the case you can simply modify the URL to start with &amp;lt;code&amp;gt;https://&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Tutorials]]&lt;/div&gt;</summary>
		<author><name>Alexander</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=File:KUL-Agenda-Step3.PNG&amp;diff=907</id>
		<title>File:KUL-Agenda-Step3.PNG</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=File:KUL-Agenda-Step3.PNG&amp;diff=907"/>
		<updated>2019-10-28T16:44:14Z</updated>

		<summary type="html">&lt;p&gt;Alexander: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Alexander</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Exporting_your_KU_Leuven_class_schedule_and_calendar&amp;diff=906</id>
		<title>Exporting your KU Leuven class schedule and calendar</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Exporting_your_KU_Leuven_class_schedule_and_calendar&amp;diff=906"/>
		<updated>2019-10-28T16:43:56Z</updated>

		<summary type="html">&lt;p&gt;Alexander: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;While relatively unknown, it is possible to create an automatically updating iCal feed of your KULoket agenda without using external services.&lt;br /&gt;
&lt;br /&gt;
# Set up agenda sync on KU Loket&lt;br /&gt;
## Visit [http://kuloket.be/ KU Loket]&lt;br /&gt;
## Go to the '''Education &amp;amp; Students''' (Onderwijs &amp;amp; studenten) tab [[File:KUL-Agenda-Step1.PNG|thumb|200px]]&lt;br /&gt;
## Click '''Agenda sync'''&lt;br /&gt;
## Click '''Configure agenda''' (Agenda instellen) [[File:KUL-Agenda-Step2.PNG|thumb|200px]]&lt;br /&gt;
## Change the switch '''Show schedule in my agenda''' (Toon uurrooster in mijn agenda) to '''On'''. [[File:KUL-Agenda-Step3.png|thumb|200px]] You will have to wait about 15 minutes before continuing to the next step.&lt;br /&gt;
# Visit https://owa.student.kuleuven.be and log in with your KU Leuven credentials.&lt;br /&gt;
# In the top menu bar, click '''Calendar''' (Agenda)&lt;br /&gt;
# On the top right (below the menu bar), click the '''Share''' (Delen) button. A side-panel appears.&lt;br /&gt;
# Enter a non-KU Leuven email address in the '''Share with''' (Delen met) textfield.  After filling the email address, press the enter key.&lt;br /&gt;
# Make sure '''Full details''' (Volledige informatie) is selected in the dropdown next to your email address&lt;br /&gt;
# Click the '''Send''' (Verzenden) button at the top of the side-panel.&lt;br /&gt;
# You will receive an email with two weblinks. The first link shows your calendar in your webbrowser, the second link is your iCal feed.&lt;br /&gt;
&lt;br /&gt;
Some applications will not accept a &amp;lt;code&amp;gt;webcal://&amp;lt;/code&amp;gt; URL.&lt;br /&gt;
If that is the case you can simply modify the URL to start with &amp;lt;code&amp;gt;https://&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Tutorials]]&lt;/div&gt;</summary>
		<author><name>Alexander</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Exporting_your_KU_Leuven_class_schedule_and_calendar&amp;diff=905</id>
		<title>Exporting your KU Leuven class schedule and calendar</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Exporting_your_KU_Leuven_class_schedule_and_calendar&amp;diff=905"/>
		<updated>2019-10-28T16:43:21Z</updated>

		<summary type="html">&lt;p&gt;Alexander: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;While relatively unknown, it is possible to create an automatically updating iCal feed of your KULoket agenda without using external services.&lt;br /&gt;
&lt;br /&gt;
# Set up agenda sync on KU Loket&lt;br /&gt;
## Visit [http://kuloket.be/ KU Loket]&lt;br /&gt;
## Go to the '''Education &amp;amp; Students''' (Onderwijs &amp;amp; studenten) tab [[File:KUL-Agenda-Step1.PNG|thumb|200px]]&lt;br /&gt;
## Click '''Agenda sync'''&lt;br /&gt;
## Click '''Configure agenda''' (Agenda instellen) [[File:KUL-Agenda-Step2.PNG|thumb|200px]]&lt;br /&gt;
## Change the switch '''Show schedule in my agenda''' (Toon uurrooster in mijn agenda) to '''On'''. [[File:KUL-Agenda-Step3.PNG|thumb|200px]] You will have to wait about 15 minutes before continuing to the next step.&lt;br /&gt;
# Visit https://owa.student.kuleuven.be and log in with your KU Leuven credentials.&lt;br /&gt;
# In the top menu bar, click '''Calendar''' (Agenda)&lt;br /&gt;
# On the top right (below the menu bar), click the '''Share''' (Delen) button. A side-panel appears.&lt;br /&gt;
# Enter a non-KU Leuven email address in the '''Share with''' (Delen met) textfield.  After filling the email address, press the enter key.&lt;br /&gt;
# Make sure '''Full details''' (Volledige informatie) is selected in the dropdown next to your email address&lt;br /&gt;
# Click the '''Send''' (Verzenden) button at the top of the side-panel.&lt;br /&gt;
# You will receive an email with two weblinks. The first link shows your calendar in your webbrowser, the second link is your iCal feed.&lt;br /&gt;
&lt;br /&gt;
Some applications will not accept a &amp;lt;code&amp;gt;webcal://&amp;lt;/code&amp;gt; URL.&lt;br /&gt;
If that is the case you can simply modify the URL to start with &amp;lt;code&amp;gt;https://&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Tutorials]]&lt;/div&gt;</summary>
		<author><name>Alexander</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Exporting_your_KU_Leuven_class_schedule_and_calendar&amp;diff=904</id>
		<title>Exporting your KU Leuven class schedule and calendar</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Exporting_your_KU_Leuven_class_schedule_and_calendar&amp;diff=904"/>
		<updated>2019-10-28T16:43:09Z</updated>

		<summary type="html">&lt;p&gt;Alexander: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;While relatively unknown, it is possible to create an automatically updating iCal feed of your KULoket agenda without using external services.&lt;br /&gt;
&lt;br /&gt;
# Set up agenda sync on KU Loket&lt;br /&gt;
## Visit [http://kuloket.be/ KU Loket]&lt;br /&gt;
## Go to the '''Education &amp;amp; Students''' (Onderwijs &amp;amp; studenten) tab [[File:KUL-Agenda-Step1.PNG|thumb|200px]]&lt;br /&gt;
## Click '''Agenda sync'''&lt;br /&gt;
## Click '''Configure agenda''' (Agenda instellen) [[File:KUL_Agenda-Step2.PNG|thumb|200px]]&lt;br /&gt;
## Change the switch '''Show schedule in my agenda''' (Toon uurrooster in mijn agenda) to '''On'''. [[File:KUL-Agenda-Step3.PNG|thumb|200px]] You will have to wait about 15 minutes before continuing to the next step.&lt;br /&gt;
# Visit https://owa.student.kuleuven.be and log in with your KU Leuven credentials.&lt;br /&gt;
# In the top menu bar, click '''Calendar''' (Agenda)&lt;br /&gt;
# On the top right (below the menu bar), click the '''Share''' (Delen) button. A side-panel appears.&lt;br /&gt;
# Enter a non-KU Leuven email address in the '''Share with''' (Delen met) textfield.  After filling the email address, press the enter key.&lt;br /&gt;
# Make sure '''Full details''' (Volledige informatie) is selected in the dropdown next to your email address&lt;br /&gt;
# Click the '''Send''' (Verzenden) button at the top of the side-panel.&lt;br /&gt;
# You will receive an email with two weblinks. The first link shows your calendar in your webbrowser, the second link is your iCal feed.&lt;br /&gt;
&lt;br /&gt;
Some applications will not accept a &amp;lt;code&amp;gt;webcal://&amp;lt;/code&amp;gt; URL.&lt;br /&gt;
If that is the case you can simply modify the URL to start with &amp;lt;code&amp;gt;https://&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Tutorials]]&lt;/div&gt;</summary>
		<author><name>Alexander</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Exporting_your_KU_Leuven_class_schedule_and_calendar&amp;diff=903</id>
		<title>Exporting your KU Leuven class schedule and calendar</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Exporting_your_KU_Leuven_class_schedule_and_calendar&amp;diff=903"/>
		<updated>2019-10-28T16:42:52Z</updated>

		<summary type="html">&lt;p&gt;Alexander: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;While relatively unknown, it is possible to create an automatically updating iCal feed of your KULoket agenda without using external services.&lt;br /&gt;
&lt;br /&gt;
# Set up agenda sync on KU Loket&lt;br /&gt;
## Visit [http://kuloket.be/ KU Loket]&lt;br /&gt;
## Go to the '''Education &amp;amp; Students''' (Onderwijs &amp;amp; studenten) tab [[File:KUL-Agenda-Step1.PNG|thumb|200px]]&lt;br /&gt;
## Click '''Agenda sync'''&lt;br /&gt;
## Click '''Configure agenda''' (Agenda instellen) [[File:KUL_Agenda-Step2.PNG.png|thumb|200px]]&lt;br /&gt;
## Change the switch '''Show schedule in my agenda''' (Toon uurrooster in mijn agenda) to '''On'''. [[File:KUL-Agenda-Step3.PNG|thumb|200px]] You will have to wait about 15 minutes before continuing to the next step.&lt;br /&gt;
# Visit https://owa.student.kuleuven.be and log in with your KU Leuven credentials.&lt;br /&gt;
# In the top menu bar, click '''Calendar''' (Agenda)&lt;br /&gt;
# On the top right (below the menu bar), click the '''Share''' (Delen) button. A side-panel appears.&lt;br /&gt;
# Enter a non-KU Leuven email address in the '''Share with''' (Delen met) textfield.  After filling the email address, press the enter key.&lt;br /&gt;
# Make sure '''Full details''' (Volledige informatie) is selected in the dropdown next to your email address&lt;br /&gt;
# Click the '''Send''' (Verzenden) button at the top of the side-panel.&lt;br /&gt;
# You will receive an email with two weblinks. The first link shows your calendar in your webbrowser, the second link is your iCal feed.&lt;br /&gt;
&lt;br /&gt;
Some applications will not accept a &amp;lt;code&amp;gt;webcal://&amp;lt;/code&amp;gt; URL.&lt;br /&gt;
If that is the case you can simply modify the URL to start with &amp;lt;code&amp;gt;https://&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Tutorials]]&lt;/div&gt;</summary>
		<author><name>Alexander</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Exporting_your_KU_Leuven_class_schedule_and_calendar&amp;diff=902</id>
		<title>Exporting your KU Leuven class schedule and calendar</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Exporting_your_KU_Leuven_class_schedule_and_calendar&amp;diff=902"/>
		<updated>2019-10-28T16:42:12Z</updated>

		<summary type="html">&lt;p&gt;Alexander: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;While relatively unknown, it is possible to create an automatically updating iCal feed of your KULoket agenda without using external services.&lt;br /&gt;
&lt;br /&gt;
# Set up agenda sync on KU Loket&lt;br /&gt;
## Visit [http://kuloket.be/ KU Loket]&lt;br /&gt;
## Go to the '''Education &amp;amp; Students''' (Onderwijs &amp;amp; studenten) tab [[File:KUL-Agenda-Step1.PNG|thumb|200px]]&lt;br /&gt;
## Click '''Agenda sync'''&lt;br /&gt;
## Click '''Configure agenda''' (Agenda instellen) [[File:KULoket-Agenda-Step2.png|thumb|200px]]&lt;br /&gt;
## Change the switch '''Show schedule in my agenda''' (Toon uurrooster in mijn agenda) to '''On'''. [[File:KULoket-Agenda-Step3.png|thumb|200px]] You will have to wait about 15 minutes before continuing to the next step.&lt;br /&gt;
# Visit https://owa.student.kuleuven.be and log in with your KU Leuven credentials.&lt;br /&gt;
# In the top menu bar, click '''Calendar''' (Agenda)&lt;br /&gt;
# On the top right (below the menu bar), click the '''Share''' (Delen) button. A side-panel appears.&lt;br /&gt;
# Enter a non-KU Leuven email address in the '''Share with''' (Delen met) textfield.  After filling the email address, press the enter key.&lt;br /&gt;
# Make sure '''Full details''' (Volledige informatie) is selected in the dropdown next to your email address&lt;br /&gt;
# Click the '''Send''' (Verzenden) button at the top of the side-panel.&lt;br /&gt;
# You will receive an email with two weblinks. The first link shows your calendar in your webbrowser, the second link is your iCal feed.&lt;br /&gt;
&lt;br /&gt;
Some applications will not accept a &amp;lt;code&amp;gt;webcal://&amp;lt;/code&amp;gt; URL.&lt;br /&gt;
If that is the case you can simply modify the URL to start with &amp;lt;code&amp;gt;https://&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Tutorials]]&lt;/div&gt;</summary>
		<author><name>Alexander</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=File:KUL-Agenda-Step2.PNG&amp;diff=901</id>
		<title>File:KUL-Agenda-Step2.PNG</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=File:KUL-Agenda-Step2.PNG&amp;diff=901"/>
		<updated>2019-10-28T16:41:17Z</updated>

		<summary type="html">&lt;p&gt;Alexander: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Alexander</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Exporting_your_KU_Leuven_class_schedule_and_calendar&amp;diff=897</id>
		<title>Exporting your KU Leuven class schedule and calendar</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Exporting_your_KU_Leuven_class_schedule_and_calendar&amp;diff=897"/>
		<updated>2019-10-28T16:27:42Z</updated>

		<summary type="html">&lt;p&gt;Alexander: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;While relatively unknown, it is possible to create an automatically updating iCal feed of your KULoket agenda without using external services.&lt;br /&gt;
&lt;br /&gt;
# Set up agenda sync on KU Loket&lt;br /&gt;
## Visit [http://kuloket.be/ KU Loket]&lt;br /&gt;
## Go to the '''Education &amp;amp; Students''' (Onderwijs &amp;amp; studenten) tab [[File:KUL-Agenda-Step1.png|thumb|200px]]&lt;br /&gt;
## Click '''Agenda sync'''&lt;br /&gt;
## Click '''Configure agenda''' (Agenda instellen) [[File:KULoket-Agenda-Step2.png|thumb|200px]]&lt;br /&gt;
## Change the switch '''Show schedule in my agenda''' (Toon uurrooster in mijn agenda) to '''On'''. [[File:KULoket-Agenda-Step3.png|thumb|200px]] You will have to wait about 15 minutes before continuing to the next step.&lt;br /&gt;
# Visit https://owa.student.kuleuven.be and log in with your KU Leuven credentials.&lt;br /&gt;
# In the top menu bar, click '''Calendar''' (Agenda)&lt;br /&gt;
# On the top right (below the menu bar), click the '''Share''' (Delen) button. A side-panel appears.&lt;br /&gt;
# Enter a non-KU Leuven email address in the '''Share with''' (Delen met) textfield.  After filling the email address, press the enter key.&lt;br /&gt;
# Make sure '''Full details''' (Volledige informatie) is selected in the dropdown next to your email address&lt;br /&gt;
# Click the '''Send''' (Verzenden) button at the top of the side-panel.&lt;br /&gt;
# You will receive an email with two weblinks. The first link shows your calendar in your webbrowser, the second link is your iCal feed.&lt;br /&gt;
&lt;br /&gt;
Some applications will not accept a &amp;lt;code&amp;gt;webcal://&amp;lt;/code&amp;gt; URL.&lt;br /&gt;
If that is the case you can simply modify the URL to start with &amp;lt;code&amp;gt;https://&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Tutorials]]&lt;/div&gt;</summary>
		<author><name>Alexander</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=File:KUL-Agenda-Step1.PNG&amp;diff=896</id>
		<title>File:KUL-Agenda-Step1.PNG</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=File:KUL-Agenda-Step1.PNG&amp;diff=896"/>
		<updated>2019-10-28T16:27:08Z</updated>

		<summary type="html">&lt;p&gt;Alexander: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Alexander</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Exporting_your_KU_Leuven_class_schedule_and_calendar&amp;diff=895</id>
		<title>Exporting your KU Leuven class schedule and calendar</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Exporting_your_KU_Leuven_class_schedule_and_calendar&amp;diff=895"/>
		<updated>2019-10-28T16:25:36Z</updated>

		<summary type="html">&lt;p&gt;Alexander: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;While relatively unknown, it is possible to create an automatically updating iCal feed of your KULoket agenda without using external services.&lt;br /&gt;
&lt;br /&gt;
# Set up agenda sync on KU Loket&lt;br /&gt;
## Visit [http://kuloket.be/ KU Loket]&lt;br /&gt;
## Go to the '''Education &amp;amp; Students''' (Onderwijs &amp;amp; studenten) tab [[File:KUL_Agenda_Step1.png|thumb|200px]]&lt;br /&gt;
## Click '''Agenda sync'''&lt;br /&gt;
## Click '''Configure agenda''' (Agenda instellen) [[File:KULoket-Agenda-Step2.png|thumb|200px]]&lt;br /&gt;
## Change the switch '''Show schedule in my agenda''' (Toon uurrooster in mijn agenda) to '''On'''. [[File:KULoket-Agenda-Step3.png|thumb|200px]] You will have to wait about 15 minutes before continuing to the next step.&lt;br /&gt;
# Visit https://owa.student.kuleuven.be and log in with your KU Leuven credentials.&lt;br /&gt;
# In the top menu bar, click '''Calendar''' (Agenda)&lt;br /&gt;
# On the top right (below the menu bar), click the '''Share''' (Delen) button. A side-panel appears.&lt;br /&gt;
# Enter a non-KU Leuven email address in the '''Share with''' (Delen met) textfield.  After filling the email address, press the enter key.&lt;br /&gt;
# Make sure '''Full details''' (Volledige informatie) is selected in the dropdown next to your email address&lt;br /&gt;
# Click the '''Send''' (Verzenden) button at the top of the side-panel.&lt;br /&gt;
# You will receive an email with two weblinks. The first link shows your calendar in your webbrowser, the second link is your iCal feed.&lt;br /&gt;
&lt;br /&gt;
Some applications will not accept a &amp;lt;code&amp;gt;webcal://&amp;lt;/code&amp;gt; URL.&lt;br /&gt;
If that is the case you can simply modify the URL to start with &amp;lt;code&amp;gt;https://&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Tutorials]]&lt;/div&gt;</summary>
		<author><name>Alexander</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Exporting_your_KU_Leuven_class_schedule_and_calendar&amp;diff=893</id>
		<title>Exporting your KU Leuven class schedule and calendar</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Exporting_your_KU_Leuven_class_schedule_and_calendar&amp;diff=893"/>
		<updated>2019-10-28T16:24:18Z</updated>

		<summary type="html">&lt;p&gt;Alexander: Undo revision 887 by Alexander (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;While relatively unknown, it is possible to create an automatically updating iCal feed of your KULoket agenda without using external services.&lt;br /&gt;
&lt;br /&gt;
# Set up agenda sync on KU Loket&lt;br /&gt;
## Visit [http://kuloket.be/ KU Loket]&lt;br /&gt;
## Go to the '''Education &amp;amp; Students''' (Onderwijs &amp;amp; studenten) tab [[File:KULoket-Agenda-Step1.png|thumb|200px]]&lt;br /&gt;
## Click '''Agenda sync'''&lt;br /&gt;
## Click '''Configure agenda''' (Agenda instellen) [[File:KULoket-Agenda-Step2.png|thumb|200px]]&lt;br /&gt;
## Change the switch '''Show schedule in my agenda''' (Toon uurrooster in mijn agenda) to '''On'''. [[File:KULoket-Agenda-Step3.png|thumb|200px]] You will have to wait about 15 minutes before continuing to the next step.&lt;br /&gt;
# Visit https://owa.student.kuleuven.be and log in with your KU Leuven credentials.&lt;br /&gt;
# In the top menu bar, click '''Calendar''' (Agenda)&lt;br /&gt;
# On the top right (below the menu bar), click the '''Share''' (Delen) button. A side-panel appears.&lt;br /&gt;
# Enter a non-KU Leuven email address in the '''Share with''' (Delen met) textfield.  After filling the email address, press the enter key.&lt;br /&gt;
# Make sure '''Full details''' (Volledige informatie) is selected in the dropdown next to your email address&lt;br /&gt;
# Click the '''Send''' (Verzenden) button at the top of the side-panel.&lt;br /&gt;
# You will receive an email with two weblinks. The first link shows your calendar in your webbrowser, the second link is your iCal feed.&lt;br /&gt;
&lt;br /&gt;
Some applications will not accept a &amp;lt;code&amp;gt;webcal://&amp;lt;/code&amp;gt; URL.&lt;br /&gt;
If that is the case you can simply modify the URL to start with &amp;lt;code&amp;gt;https://&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Tutorials]]&lt;/div&gt;</summary>
		<author><name>Alexander</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Exporting_your_KU_Leuven_class_schedule_and_calendar&amp;diff=892</id>
		<title>Exporting your KU Leuven class schedule and calendar</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Exporting_your_KU_Leuven_class_schedule_and_calendar&amp;diff=892"/>
		<updated>2019-10-28T16:23:49Z</updated>

		<summary type="html">&lt;p&gt;Alexander: Undo revision 889 by Alexander (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;While relatively unknown, it is possible to create an automatically updating iCal feed of your KULoket agenda without using external services.&lt;br /&gt;
&lt;br /&gt;
# Set up agenda sync on KU Loket&lt;br /&gt;
## Visit [http://kuloket.be/ KU Loket]&lt;br /&gt;
## Go to the '''Education &amp;amp; Students''' (Onderwijs &amp;amp; studenten) tab [[File:KULoket-Agenda-Step1.png|thumb|200px]]&lt;br /&gt;
## Click '''Agenda sync'''&lt;br /&gt;
## Click '''Configure agenda''' (Agenda instellen) [[File:Capturee.PNG|thumb|200px]]&lt;br /&gt;
## Change the switch '''Show schedule in my agenda''' (Toon uurrooster in mijn agenda) to '''On'''. [[File:KULoket-Agenda-Step3.png|thumb|200px]] You will have to wait about 15 minutes before continuing to the next step.&lt;br /&gt;
# Visit https://owa.student.kuleuven.be and log in with your KU Leuven credentials.&lt;br /&gt;
# In the top menu bar, click '''Calendar''' (Agenda)&lt;br /&gt;
# On the top right (below the menu bar), click the '''Share''' (Delen) button. A side-panel appears.&lt;br /&gt;
# Enter a non-KU Leuven email address in the '''Share with''' (Delen met) textfield.  After filling the email address, press the enter key.&lt;br /&gt;
# Make sure '''Full details''' (Volledige informatie) is selected in the dropdown next to your email address&lt;br /&gt;
# Click the '''Send''' (Verzenden) button at the top of the side-panel.&lt;br /&gt;
# You will receive an email with two weblinks. The first link shows your calendar in your webbrowser, the second link is your iCal feed.&lt;br /&gt;
&lt;br /&gt;
Some applications will not accept a &amp;lt;code&amp;gt;webcal://&amp;lt;/code&amp;gt; URL.&lt;br /&gt;
If that is the case you can simply modify the URL to start with &amp;lt;code&amp;gt;https://&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Tutorials]]&lt;/div&gt;</summary>
		<author><name>Alexander</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Exporting_your_KU_Leuven_class_schedule_and_calendar&amp;diff=891</id>
		<title>Exporting your KU Leuven class schedule and calendar</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Exporting_your_KU_Leuven_class_schedule_and_calendar&amp;diff=891"/>
		<updated>2019-10-28T16:23:33Z</updated>

		<summary type="html">&lt;p&gt;Alexander: Undo revision 890 by Alexander (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;While relatively unknown, it is possible to create an automatically updating iCal feed of your KULoket agenda without using external services.&lt;br /&gt;
&lt;br /&gt;
# Set up agenda sync on KU Loket&lt;br /&gt;
## Visit [http://kuloket.be/ KU Loket]&lt;br /&gt;
## Go to the '''Education &amp;amp; Students''' (Onderwijs &amp;amp; studenten) tab [[File:KULoket-Agenda-Step1.png|thumb|200px]]&lt;br /&gt;
## Click '''Agenda sync'''&lt;br /&gt;
## Click '''Configure agenda''' (Agenda instellen) [[File:KULoket-Agenda-Step2.png|thumb|200px]]&lt;br /&gt;
## Change the switch '''Show schedule in my agenda''' (Toon uurrooster in mijn agenda) to '''On'''. [[File:KULoket-Agenda-Step3.png|thumb|200px]] You will have to wait about 15 minutes before continuing to the next step.&lt;br /&gt;
# Visit https://owa.student.kuleuven.be and log in with your KU Leuven credentials.&lt;br /&gt;
# In the top menu bar, click '''Calendar''' (Agenda)&lt;br /&gt;
# On the top right (below the menu bar), click the '''Share''' (Delen) button. A side-panel appears.&lt;br /&gt;
# Enter a non-KU Leuven email address in the '''Share with''' (Delen met) textfield.  After filling the email address, press the enter key.&lt;br /&gt;
# Make sure '''Full details''' (Volledige informatie) is selected in the dropdown next to your email address&lt;br /&gt;
# Click the '''Send''' (Verzenden) button at the top of the side-panel.&lt;br /&gt;
# You will receive an email with two weblinks. The first link shows your calendar in your webbrowser, the second link is your iCal feed.&lt;br /&gt;
&lt;br /&gt;
Some applications will not accept a &amp;lt;code&amp;gt;webcal://&amp;lt;/code&amp;gt; URL.&lt;br /&gt;
If that is the case you can simply modify the URL to start with &amp;lt;code&amp;gt;https://&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Tutorials]]&lt;/div&gt;</summary>
		<author><name>Alexander</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Exporting_your_KU_Leuven_class_schedule_and_calendar&amp;diff=890</id>
		<title>Exporting your KU Leuven class schedule and calendar</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Exporting_your_KU_Leuven_class_schedule_and_calendar&amp;diff=890"/>
		<updated>2019-10-28T16:22:45Z</updated>

		<summary type="html">&lt;p&gt;Alexander: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;While relatively unknown, it is possible to create an automatically updating iCal feed of your KULoket agenda without using external services.&lt;br /&gt;
&lt;br /&gt;
# Set up agenda sync on KU Loket&lt;br /&gt;
## Visit [http://kuloket.be/ KU Loket]&lt;br /&gt;
## Go to the '''Education &amp;amp; Students''' (Onderwijs &amp;amp; studenten) tab [[File:Captureep.png|thumb|200px]]&lt;br /&gt;
## Click '''Agenda sync'''&lt;br /&gt;
## Click '''Configure agenda''' (Agenda instellen) [[File:KULoket-Agenda-Step2.png|thumb|200px]]&lt;br /&gt;
## Change the switch '''Show schedule in my agenda''' (Toon uurrooster in mijn agenda) to '''On'''. [[File:KULoket-Agenda-Step3.png|thumb|200px]] You will have to wait about 15 minutes before continuing to the next step.&lt;br /&gt;
# Visit https://owa.student.kuleuven.be and log in with your KU Leuven credentials.&lt;br /&gt;
# In the top menu bar, click '''Calendar''' (Agenda)&lt;br /&gt;
# On the top right (below the menu bar), click the '''Share''' (Delen) button. A side-panel appears.&lt;br /&gt;
# Enter a non-KU Leuven email address in the '''Share with''' (Delen met) textfield.  After filling the email address, press the enter key.&lt;br /&gt;
# Make sure '''Full details''' (Volledige informatie) is selected in the dropdown next to your email address&lt;br /&gt;
# Click the '''Send''' (Verzenden) button at the top of the side-panel.&lt;br /&gt;
# You will receive an email with two weblinks. The first link shows your calendar in your webbrowser, the second link is your iCal feed.&lt;br /&gt;
&lt;br /&gt;
Some applications will not accept a &amp;lt;code&amp;gt;webcal://&amp;lt;/code&amp;gt; URL.&lt;br /&gt;
If that is the case you can simply modify the URL to start with &amp;lt;code&amp;gt;https://&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Tutorials]]&lt;/div&gt;</summary>
		<author><name>Alexander</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Exporting_your_KU_Leuven_class_schedule_and_calendar&amp;diff=889</id>
		<title>Exporting your KU Leuven class schedule and calendar</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Exporting_your_KU_Leuven_class_schedule_and_calendar&amp;diff=889"/>
		<updated>2019-10-28T16:21:57Z</updated>

		<summary type="html">&lt;p&gt;Alexander: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;While relatively unknown, it is possible to create an automatically updating iCal feed of your KULoket agenda without using external services.&lt;br /&gt;
&lt;br /&gt;
# Set up agenda sync on KU Loket&lt;br /&gt;
## Visit [http://kuloket.be/ KU Loket]&lt;br /&gt;
## Go to the '''Education &amp;amp; Students''' (Onderwijs &amp;amp; studenten) tab [[File:KULoket-Agenda-Step1.png|thumb|200px]]&lt;br /&gt;
## Click '''Agenda sync'''&lt;br /&gt;
## Click '''Configure agenda''' (Agenda instellen) [[File:KULoket-Agenda-Step2.png|thumb|200px]]&lt;br /&gt;
## Change the switch '''Show schedule in my agenda''' (Toon uurrooster in mijn agenda) to '''On'''. [[File:KULoket-Agenda-Step3.png|thumb|200px]] You will have to wait about 15 minutes before continuing to the next step.&lt;br /&gt;
# Visit https://owa.student.kuleuven.be and log in with your KU Leuven credentials.&lt;br /&gt;
# In the top menu bar, click '''Calendar''' (Agenda)&lt;br /&gt;
# On the top right (below the menu bar), click the '''Share''' (Delen) button. A side-panel appears.&lt;br /&gt;
# Enter a non-KU Leuven email address in the '''Share with''' (Delen met) textfield.  After filling the email address, press the enter key.&lt;br /&gt;
# Make sure '''Full details''' (Volledige informatie) is selected in the dropdown next to your email address&lt;br /&gt;
# Click the '''Send''' (Verzenden) button at the top of the side-panel.&lt;br /&gt;
# You will receive an email with two weblinks. The first link shows your calendar in your webbrowser, the second link is your iCal feed.&lt;br /&gt;
&lt;br /&gt;
Some applications will not accept a &amp;lt;code&amp;gt;webcal://&amp;lt;/code&amp;gt; URL.&lt;br /&gt;
If that is the case you can simply modify the URL to start with &amp;lt;code&amp;gt;https://&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Tutorials]]&lt;/div&gt;</summary>
		<author><name>Alexander</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Exporting_your_KU_Leuven_class_schedule_and_calendar&amp;diff=887</id>
		<title>Exporting your KU Leuven class schedule and calendar</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Exporting_your_KU_Leuven_class_schedule_and_calendar&amp;diff=887"/>
		<updated>2019-10-28T16:20:37Z</updated>

		<summary type="html">&lt;p&gt;Alexander: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;While relatively unknown, it is possible to create an automatically updating iCal feed of your KULoket agenda without using external services.&lt;br /&gt;
&lt;br /&gt;
# Set up agenda sync on KU Loket&lt;br /&gt;
## Visit [http://kuloket.be/ KU Loket]&lt;br /&gt;
## Go to the '''Education &amp;amp; Students''' (Onderwijs &amp;amp; studenten) tab [[File:KULoket-Agenda-Step1.png|thumb|200px]]&lt;br /&gt;
## Click '''Agenda sync'''&lt;br /&gt;
## Click '''Configure agenda''' (Agenda instellen) [[File:Capturee.PNG|thumb|200px]]&lt;br /&gt;
## Change the switch '''Show schedule in my agenda''' (Toon uurrooster in mijn agenda) to '''On'''. [[File:KULoket-Agenda-Step3.png|thumb|200px]] You will have to wait about 15 minutes before continuing to the next step.&lt;br /&gt;
# Visit https://owa.student.kuleuven.be and log in with your KU Leuven credentials.&lt;br /&gt;
# In the top menu bar, click '''Calendar''' (Agenda)&lt;br /&gt;
# On the top right (below the menu bar), click the '''Share''' (Delen) button. A side-panel appears.&lt;br /&gt;
# Enter a non-KU Leuven email address in the '''Share with''' (Delen met) textfield.  After filling the email address, press the enter key.&lt;br /&gt;
# Make sure '''Full details''' (Volledige informatie) is selected in the dropdown next to your email address&lt;br /&gt;
# Click the '''Send''' (Verzenden) button at the top of the side-panel.&lt;br /&gt;
# You will receive an email with two weblinks. The first link shows your calendar in your webbrowser, the second link is your iCal feed.&lt;br /&gt;
&lt;br /&gt;
Some applications will not accept a &amp;lt;code&amp;gt;webcal://&amp;lt;/code&amp;gt; URL.&lt;br /&gt;
If that is the case you can simply modify the URL to start with &amp;lt;code&amp;gt;https://&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Tutorials]]&lt;/div&gt;</summary>
		<author><name>Alexander</name></author>
	</entry>
</feed>