Changes for page EigeneHomepage

Last modified by Aysegül Omus on 2025/05/19 15:34

From version 4.1
edited by Aysegül Omus
on 2025/05/19 15:34
Change comment: There is no comment for this version
To version 3.1
edited by Aysegül Omus
on 2025/05/19 15:30
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -7,9 +7,12 @@
7 7  {{toc/}}
8 8  
9 9  
10 +
10 10  == 1. General information ==
11 11  
12 12  
14 + A worthwhile German website with a FAQ-section on setting up a homepage by Franz Prilmeier can be accessed [[here>>http://wwwrbg.in.tum.de/rechnerhalle/data/home_page_faq.php]].
15 +
13 13  (% style="color:red" %)**Important remark:**(%%) https://wiki.ito.cit.tum.de/bin/view/Informatik/Helpdesk/Zugriffsrechte
14 14  
15 15  This wiki page should be read thoroughly before the homepage creation so that potential risks are minimized.
... ... @@ -18,20 +18,26 @@
18 18  
19 19  == 2. Preparation ==
20 20  
21 -The "index.html" file for the home page is situated in the directory:
24 +The \"index.html\" file for the home page is situated in the directory:
22 22  
26 +
27 +
23 23  {{html wiki="true"}}
24 24  {{code}}/u/halle/$USER/home_page/html-data/ {{/code}}
25 25  {{/html}}
26 26  
27 27  
33 +
28 28  The following commands should be executed:
29 29  
36 +
37 +
30 30  {{html wiki="true"}}
31 31  {{code}}ssh <loginname>@lxhalle.in.tum.de | mkdir -p $(dirname $HOME)/home_page/html-data | touch $(dirname $HOME)/home_page/html-data/index.html | chmod -v o+x $(dirname $HOME) | chmod -v o+x $(dirname $HOME)/home_page | chmod o+x $(dirname $HOME)/home_page/html-data | chmod o+r $(dirname $HOME)/home_page/index.html{{/code}}
32 32  {{/html}}
33 33  
34 34  
43 +
35 35  They ensure the generation of an empty "index.html" file and the correct setting of the access rights.
36 36  
37 37  == 3. Generating HTML code ==
... ... @@ -42,10 +42,15 @@
42 42  <span style='background-color: transparent;'>An abundance of HTML tutorials can be found on the Internet, one of them being [[w3schools>>https://www.w3schools.com/Html/]]. The previously generated index.html file should follow the following scheme:</span>
43 43  {{/html}}
44 44  
54 +
55 +
56 +
45 45  {{html wiki="true"}}
46 46  {{code}}<!DOCTYPE html><html><head><title>Testpage</title></head><body bgcolor =#22ff00><h1>Mykoooonos</h1><p>So koennte ihre Webseite ausschauen.</p></body></html> {{/code}}
47 47  {{/html}}
48 48  
61 +
62 +
49 49  After editing the file, the website can be accessed by calling http://home.in.tum.de/~//accountName///.
50 50  
51 51