Changes for page EigeneHomepage

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

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

Summary

Details

Page properties
Content
... ... @@ -7,12 +7,9 @@
7 7  {{toc/}}
8 8  
9 9  
10 -
11 11  == 1. General information ==
12 12  
13 13  
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 -
16 16  (% style="color:red" %)**Important remark:**(%%) https://wiki.ito.cit.tum.de/bin/view/Informatik/Helpdesk/Zugriffsrechte
17 17  
18 18  This wiki page should be read thoroughly before the homepage creation so that potential risks are minimized.
... ... @@ -21,26 +21,20 @@
21 21  
22 22  == 2. Preparation ==
23 23  
24 -The \"index.html\" file for the home page is situated in the directory:
21 +The "index.html" file for the home page is situated in the directory:
25 25  
26 -
27 -
28 28  {{html wiki="true"}}
29 29  {{code}}/u/halle/$USER/home_page/html-data/ {{/code}}
30 30  {{/html}}
31 31  
32 32  
33 -
34 34  The following commands should be executed:
35 35  
36 -
37 -
38 38  {{html wiki="true"}}
39 39  {{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}}
40 40  {{/html}}
41 41  
42 42  
43 -
44 44  They ensure the generation of an empty "index.html" file and the correct setting of the access rights.
45 45  
46 46  == 3. Generating HTML code ==
... ... @@ -51,15 +51,10 @@
51 51  <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>
52 52  {{/html}}
53 53  
54 -
55 -
56 -
57 57  {{html wiki="true"}}
58 58  {{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}}
59 59  {{/html}}
60 60  
61 -
62 -
63 63  After editing the file, the website can be accessed by calling http://home.in.tum.de/~//accountName///.
64 64  
65 65