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 2.1
edited by Aysegül Omus
on 2025/01/16 13:02
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -13,10 +13,8 @@
13 13  
14 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 15  
16 -(% style="color:red" %)**Important remark:**(%%) https://wiki.ito.cit.tum.de/bin/view/Informatik/Helpdesk/Zugriffsrechte
16 +(% style="color:red" %)**Important remark:**(%%) https://wiki.ito.cit.tum.de/bin/view/Informatik/Helpdesk/Zugriffsrechte[[https://xwiki.rbg.tum.de/bin/view/Informatik/Helpdesk/Zugriffsrechte]][[https://xwiki.rbg.tum.de/bin/view/Informatik/Helpdesk/Zugriffsrechte]]. This wiki-page should be read thoroughly before the homepage creation so that potential risks are minimized.
17 17  
18 -This wiki page should be read thoroughly before the homepage creation so that potential risks are minimized.
19 -
20 20  ----
21 21  
22 22  == 2. Preparation ==
... ... @@ -31,17 +31,17 @@
31 31  
32 32  
33 33  
34 -The following commands should be executed:
32 +Following commands should be executed:
35 35  
36 36  
37 37  
38 38  {{html wiki="true"}}
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}}
37 +{{code}}ssh <loginname>@lxhalle.in.tum.de%BR%%BR%mkdir -p $(dirname $HOME)/home_page/html-data%BR%%BR%touch $(dirname $HOME)/home_page/html-data/index.html%BR%%BR%chmod -v o+x $(dirname $HOME)%BR%%BR%chmod -v o+x $(dirname $HOME)/home_page%BR%%BR%chmod o+x $(dirname $HOME)/home_page/html-data%BR%%BR% chmod o+r $(dirname $HOME)/home_page/index.html{{/code}}
40 40  {{/html}}
41 41  
42 42  
43 43  
44 -They ensure the generation of an empty "index.html" file and the correct setting of the access rights.
42 +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 ==
47 47  
... ... @@ -55,12 +55,12 @@
55 55  
56 56  
57 57  {{html wiki="true"}}
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}}
56 +{{code}}<!DOCTYPE html>%BR%<html>%BR%%BR%<head>%BR%<title>Testpage</title>%BR%</head>%BR%%BR%<body bgcolor =#22ff00>%BR%%BR%<h1>Mykoooonos</h1>%BR%<p>So koennte ihre Webseite ausschauen.</p>%BR%%BR%</body>%BR%</html> {{/code}}
59 59  {{/html}}
60 60  
61 61  
62 62  
63 -After editing the file, the website can be accessed by calling http://home.in.tum.de/~//accountName///.
61 +After editting the file, the website can be accessed by calling http://home.in.tum.de/~//accountName///.
64 64  
65 65  
66 66  [[image:https://xwiki.rbg.tum.de/bin/download/Informatik/Helpdesk/EigeneHomepage/WebHome/Screenshot.png||alt="So könnte die Webseite aussehen" height="141" title="Screenshot.png" width="881"]]