/usr/share/bibledit/setup/index.html is in bibledit-data 5.0.453-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 | <!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="refresh" content="30">
<title>Bibledit Installation</title>
<link rel="stylesheet" href="/setup/stylesheet.css" type="text/css" />
</head>
<body>
<h1><img src="/assets/logo48x48.png"> <a href="http://bibledit.org/">Setup</a></h1>
<!-- #BEGINZONE enteradmin -->
<p>Please provide the following information. You can change this later.</p>
<!-- #ENDZONE enteradmin -->
<!-- #BEGINZONE errors -->
<p class="message">##error##</p>
<!-- #ENDZONE errors -->
<form id="setup" method="post" action="/setup/index">
<table class="form-table">
<tr>
<th scope="row"><label for="user_login">Administrator username</label></th>
<td>
<input name="admin_username" type="text" id="admin_username" size="25" value="##usernames##" autofocus ##readonly## />
<!-- #BEGINZONE enteruser -->
<p>The username should be at least five characters long, and can have only alphanumeric characters, underscores, and hyphens.</p>
<!-- #ENDZONE enteruser -->
</td>
</tr>
<!-- #BEGINZONE enterpass -->
<tr>
<th scope="row"><label for="admin_password">Administrator password</label></th>
<td>
<input name="admin_password" type="password" id="admin_password" size="25" value="" />
<p>The password should be at least seven characters long. To make it stronger, use upper and lower case letters, numbers and symbols like ! ? $ % ^ & ).</p>
</td>
</tr>
<!-- #ENDZONE enterpass -->
<tr>
<th scope="row"><label for="admin_email">Administrator email</label></th>
<td>
<input name="admin_email" type="email" id="admin_email" size="25" value="##emails##" ##readonly## />
<!-- #BEGINZONE entermail -->
<p>Double-check the email address before continuing.</p>
<!-- #ENDZONE entermail -->
</td>
</tr>
</table>
<!-- #BEGINZONE displaysubmit -->
<p class="step"><input type="submit" name="Submit" value="Store settings" class="button button-large" /></p>
<!-- #ENDZONE displaysubmit -->
<!-- #BEGINZONE displayok -->
<p class="step"><a class="button button-large" href="index" title="Continue" >Continue</a></p>
<!-- #ENDZONE displayok -->
</form>
</body>
</html>
|