Files
newznab-tmux/public/themes/shared/templates/admin/index.tpl
T

31 lines
2.6 KiB
Smarty

<div class="well well-sm">
<h1>{$page->title}</h1>
<div style="{if $site->showadminwelcome != "1"}display:none;{/if}" id="adminwelcome">
<p>
Welcome to newznab. In this area you will be able to configure many aspects of your site.<br>
If this is your first time here, you need to start the scripts that will fill newznab.
</p>
<ol style="list-style-type:decimal; line-height: 180%;">
<li style="margin-bottom: 15px;">Configure your <a href="{$smarty.const.WWW_TOP}/site-edit.php">site options</a>. The defaults will work fine.</li>
<li style="margin-bottom: 15px;">There is a default list of usenet groups provided. To get started, you will need to <a href="{$smarty.const.WWW_TOP}/group-list.php">activate some groups</a>. <u>Do not</u> activate every group if its your first time setting this up. Try one or two first.
You can also <a href="{$smarty.const.WWW_TOP}/group-edit.php">add your own groups</a> manually.</li>
<li style="margin-bottom: 15px;">Next you will want to get the latest headers. <b>This should be done from the command line</b>, using the linux or windows shell scripts found in /misc/update/nix (or win for windows users), as it can take some time. If this is your first time dont bother with the init scripts just open a command prompt...
<div style="padding-left:20px; font-family:courier;">cd /var/www/newznab/misc/update<br/>php update_binaries.php</div>
</li>
<li style="margin-bottom: 15px;">After obtaining headers, the next step is to create releases. <b>This is best done from the command line</b> using the linux or windows shell scripts found in /misc/update/nix (or win for windows users). If this is your first time dont bother with the init scripts just open a command prompt...
<div style="padding-left:20px; font-family:courier;">cd /var/www/newznab/misc/update<br/>php update_releases.php</div>
</li>
<li style="margin-bottom: 15px;">If you intend to keep using newznab, it is best to sign up for your own api keys from <a href="http://www.themoviedb.org/account/signup">tmdb</a>, <a href="http://developer.rottentomatoes.com/">rotten tomatoes</a> and <a href="http://aws.amazon.com/">amazon</a>.</li>
<li>If you like newznab and intend to continue using it, please consider <a href="http://www.newznab.com/">sending a donation</a> to the team who write and maintain it.</li>
</ol>
<a onclick="ajax_welcome_msg(false); return false;" href="#">hide this welcome message</a>
</div>
<div style="{if $site->showadminwelcome != "0"}display:none;{/if}" id="adminhome">
<a onclick="ajax_welcome_msg(true); return false;" href="#">show welcome message</a>
</div>
</div>