This commit is contained in:
albert
2013-03-20 00:17:05 -07:00
parent e01dfc010a
commit 17f036b103
3 changed files with 9 additions and 11 deletions

View File

@@ -1,6 +1,5 @@
class StaticController < ApplicationController class StaticController < ApplicationController
def terms_of_service def terms_of_service
render :layout => "blank"
end end
def error def error

View File

@@ -1,5 +1,6 @@
<footer id="page-footer"> <footer id="page-footer">
Running Danbooru v<%= Danbooru.config.version %> Running Danbooru v<%= Danbooru.config.version %>
&ndash; <%= link_to "Rules", terms_of_service_path %>
&ndash; <%= link_to "Contact", contact_path %> &ndash; <%= link_to "Contact", contact_path %>
<% if CurrentUser.user.enable_post_navigation %> <% if CurrentUser.user.enable_post_navigation %>
&ndash; <%= link_to "Keyboard shortcuts available", keyboard_shortcuts_path %> &ndash; <%= link_to "Keyboard shortcuts available", keyboard_shortcuts_path %>

View File

@@ -1,13 +1,11 @@
<div id="terms-of-service"> <div id="terms-of-service">
<div class="section"> <div class="section">
<h4>Terms of Service</h4> <h1>Rules</h1>
<p>By accessing the "<%= Danbooru.config.app_name %>" website ("Site") you agree to the following terms of service. If you do not agree to these terms, then please do not access the Site.</p>
<p>Please read the following before using the site:</p>
<ul> <ul>
<li>The Site reserves the right to change these terms at any time.</li> <li>Danbooru reserves the right to delete or modify your account, or any content you have posted to the site.</li>
<li>If you are a minor, then you will not use the Site.</li>
<li>The Site is presented to you AS IS, without any warranty, express or implied. You will not hold the Site or its staff members liable for damages caused by the use of the site.</li>
<li>The Site reserves the right to delete or modify your account, or any content you have posted to the site.</li>
<li>You will make a best faith effort to upload only high quality anime-related images.</li> <li>You will make a best faith effort to upload only high quality anime-related images.</li>
<li>You have read the <%= link_to "tagging guidelines", wiki_pages_path(:title => "help:tags") %>.</li> <li>You have read the <%= link_to "tagging guidelines", wiki_pages_path(:title => "help:tags") %>.</li>
</ul> </ul>
@@ -20,7 +18,7 @@
<div class="section"> <div class="section">
<h6>Prohibited Content</h6> <h6>Prohibited Content</h6>
<p>In addition, you may not use the Site to upload any of the following:</p> <p>In addition, you may not upload any of the following:</p>
<ul> <ul>
<li>Non-anime: Photographs of American porn actresses, for example, are prohibited. Photographs of cosplayers, figures, or prominent figures in the industry are acceptable.</li> <li>Non-anime: Photographs of American porn actresses, for example, are prohibited. Photographs of cosplayers, figures, or prominent figures in the industry are acceptable.</li>
<li>Furry: Any image or movie where a person's skin is made of fur or scales.</li> <li>Furry: Any image or movie where a person's skin is made of fur or scales.</li>
@@ -49,8 +47,8 @@
<div class="section"> <div class="section">
<h4>Privacy Policy</h4> <h4>Privacy Policy</h4>
<p>The Site will not disclose the IP address, email address, password, or DMails of any user except to the staff.</p> <p>Danbooru will not disclose the IP address, email address, password, or DMails of any user except to the staff.</p>
<p>The Site is allowed to make public everything else, including but not limited to: uploaded posts, favorited posts, comments, forum posts, wiki edits, and note edits.</p> <p>Danbooru is allowed to make public everything else, including but not limited to: uploaded posts, favorited posts, comments, forum posts, wiki edits, and note edits.</p>
</div> </div>
</div> </div>