Changeset 2f0b9a8
- Timestamp:
- Jul 24, 2009 2:16:16 PM (12 years ago)
- Branches:
- master
- Children:
- f6ec3f6
- Parents:
- 9abb0a1
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
build.xml
r9abb0a1 r2f0b9a8 306 306 <mkdir dir="pkg-temp/eepsite/cgi-bin" /> 307 307 <copy file="installer/resources/eepsite_index.html" tofile="pkg-temp/eepsite/docroot/index.html" /> 308 <copy file="installer/resources/eepsite_index_de.html" tofile="pkg-temp/eepsite/docroot/index_de.html" /> 309 <copy file="installer/resources/eepsite.css" todir="pkg-temp/eepsite/docroot/" /> 308 310 <copy file="installer/resources/robots.txt" todir="pkg-temp/eepsite/docroot/" /> 309 311 <copy file="installer/resources/themes/console/images/favicon.ico" tofile="pkg-temp/eepsite/docroot/favicon.ico" /> -
installer/resources/eepsite_index.html
r9abb0a1 r2f0b9a8 3 3 <title>Welcome to your eepsite</title> 4 4 <link rel="shortcut icon" href="favicon.ico" /> 5 <link rel="stylesheet" type="text/css" href="eepsite.css" /> 5 6 </head> 6 7 <body> 7 8 <h1>Welcome to your eepsite</h1> 8 9 <p>(<a href="index_de.html">Deutsch</a>)</p> 9 10 <p>This is your eepsite - simply edit the files under ./eepsite/docroot/ 10 11 and they'll be reachable by others once you follow the instructions below.
Note: See TracChangeset
for help on using the changeset viewer.