neocities/views/contact.erb
2015-04-10 14:44:08 -07:00

193 lines
7.8 KiB
Text
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<script>
var RecaptchaOptions = {
theme : 'clean'
};
</script>
<div class="header-Outro">
<div class="row content single-Col">
<h1>Contact Us</h1>
</div>
</div>
<div class="content single-Col misc-page">
<% if !@errors.nil? && !@errors.empty? %>
<div class="alert alert-block alert-error">
<% @errors.each do |error| %>
<p><%= error%></p>
<% end %>
</div>
<% end %>
<h2>Contact</h2>
<p>
Please note that we can only respond to english inquiries.
</p>
<p>
Frequently asked questions:
</p>
<div class="accordion">
<div class="accordion-group">
<div class="accordion-heading">
<a class="accordion-toggle" data-toggle="collapse" href="#cone">
Do you allow PHP or other programming languages?
</a>
</div>
<div id="cone" class="accordion-body collapse">
<div class="accordion-inner">
<p>
Neocities intentionally only provides static hosting (such as HTML, CSS, JS). As such, we cannot provide access to any "back-end" programming languages. We feel that creating sites that use these languages tend to become obsolete quickly (programming languages don't stay around for very long), and that sites are best created without them unless they are complicated web applications. Also, allowing programming languages on the backend would make it much harder for us to run Neocities, for both monetary and security reasons.
</p>
<p>
Front-end programming with Javascript, however, is allowed and highly encouraged!
</p>
</div>
</div>
</div>
<div class="accordion-group">
<div class="accordion-heading">
<a class="accordion-toggle" data-toggle="collapse" href="#ctwo">
I didn't enter an email for my site, can you reset the password?
</a>
</div>
<div id="ctwo" class="accordion-body collapse">
<div class="accordion-inner">
<p>
For security reasons, we cannot reset your password if you did not enter an email for your site. You will have to make a new site (dont worry, its free!). If you didnt get an email from the password reset form, you didnt enter an email (or its in your spam folder). Again you will have to make a new site; we cannot help you for security reasons.
</p>
</div>
</div>
</div>
<div class="accordion-group">
<div class="accordion-heading">
<a class="accordion-toggle" data-toggle="collapse" href="#cthree">
Do you support FTP?
</a>
</div>
<div id="cthree" class="accordion-body collapse">
<div class="accordion-inner">
<p>
We don't support FTP, sorry! Aside from security problems with FTP, it isn't used by many people anymore. We need to stay focused on what we work on, so we only support ways to upload content that most people use these days.
</p>
<p>
Our <a href="/api">API</a> allows you to very easily write a script to upload content if you need. We also have <a href="/site_files/mount_info">WebDAV</a> available for <a href="https://neocities.org/plan">supporter</a> accounts, which allows you to mount your Neocities site as a disk on your computer.
</p>
</div>
</div>
</div>
<div class="accordion-group">
<div class="accordion-heading">
<a class="accordion-toggle" data-toggle="collapse" href="#cfour">
Do you provide site counters / webrings / guest books / dancing baby GIFs / etc?
</a>
</div>
<div id="cfour" class="accordion-body collapse">
<div class="accordion-inner">
<p>
Neocities intentionally does not provide any embeddable code for use within Neocities sites, because we don't want sites to become dependent on Neocities services to work. We like the idea of making static sites that last a long time, and these sorts of services tend to fade away, causing your site to stop working.
</p>
<p>
We do provide services for the sites on the main site (neocities.org), such as a site profile and tagging so you can form communities of sites with similar interests. We think that's a better way to do it than to push our way into your site. You can of course link to your Neocities Site Profile (https://neocities.org/site/yourusername) from your own site if you'd like.
</p>
</div>
</div>
</div>
<div class="accordion-group">
<div class="accordion-heading">
<a class="accordion-toggle" data-toggle="collapse" href="#cfive">
I want to take down someone's Neocities site.
</a>
</div>
<div id="cfive" class="accordion-body collapse">
<div class="accordion-inner">
<p>
We will not remove a site unless it is violating our <a href="/terms">Terms of Service</a> or breaking the law. Chances are, it isn't. And the First Amendment of the United States Constitution defends our right to do this. If you'd like a more in-depth explanation of our policies, see our <a href="/legal">legal guide for Neocities</a>.
</p>
</div>
</div>
</div>
<div class="accordion-group">
<div class="accordion-heading">
<a class="accordion-toggle" data-toggle="collapse" href="#csix">
I want to sue you.
</a>
</div>
<div id="csix" class="accordion-body collapse">
<div class="accordion-inner">
<p>
Cool.
</p>
<p>
Please consult our <a href="/legal">legal guide for Neocities</a> for more information.
</p>
</div>
</div>
</div>
<div class="accordion-group">
<div class="accordion-heading">
<a class="accordion-toggle" data-toggle="collapse" href="#cseven">
I want to file a DMCA Takedown Notice with Neocities.
</a>
</div>
<div id="cseven" class="accordion-body collapse">
<div class="accordion-inner">
<p>
See our <a href="/dmca">DMCA</a> page.
</p>
</div>
</div>
</div>
<div class="accordion-group">
<div class="accordion-heading">
<a class="accordion-toggle" data-toggle="collapse" href="#ceight">
"Site creation has been banned due to ToS violation/spam."
</a>
</div>
<div id="ceight" class="accordion-body collapse">
<div class="accordion-inner">
<p>
If you are a new user, this message means that your IP address has been flagged by our IP database for posting spam. We share this list with other sites, so another site may have added your IP address. We recommend running an anti-virus program on your computer—it is possible that something on your machine is posting spam on other sites (or ours).
</p>
</div>
</div>
</div>
</div>
<h2>Contact Form</h2>
<form action="/contact" method="POST" class="content">
<input name="csrf_token" type="hidden" value="<%= csrf_token %>">
<fieldset>
<label for="your_email">Email address</label>
<input type="email" id="your_email" name="email" placeholder="me@example.com" class="col-50" value="<%= params[:email] %>">
<label for="email_subject">Subject</label>
<input type="text" id="email_subject" name="subject" placeholder="Subject" class="col-50" value="<%= params[:subject] %>">
<label for="your_comments">Comments</label>
<textarea name="body" id="your_comments" class="col-75" rows="10"><%= params[:body] %></textarea>
<label>Fill out the captcha so we know youre not a robot:</label>
<div class="recaptcha">
<%== recaptcha_tag :challenge, ssl: request.ssl? %>
</div>
<input class="btn-Action" type="submit" value="Send">
</fieldset>
</form>
</div>