Browse Source

about & help

pull/1/head
Nicolae Claudius 13 years ago
parent
commit
9bf1f364dc
  1. 36
      app/views/pages/about.html.erb
  2. 47
      app/views/pages/help.html.erb

36
app/views/pages/about.html.erb

@ -1,8 +1,40 @@
<div class="block">
<div class="content">
<div class="inner">
<h1>What a DNS service is, and what can you use it for</h1>
<p>Coming soon!</p>
<h1>About EntryDNS</h1>
<p>
EntryDNS delivers a totally free DNS hosting to our community.
<br />
Our aim is to provide a very friendly, but powerful service for your DNS management.
</p>
<h2>What you can use it for</h2>
<p>
This allows you to simply create a host or host your own domains,
which can be managed from the web application or using our API's (simple API and complete REST API).
<br />
The service gives you a total control of your DNS records without any restrictions.
</p>
<h2>How can you benefit from this</h2>
<ul>
<li>Have a total control of your own domain and records</li>
<li>Host your own site using your own internet connection</li>
<li>Access your computer using a domain name instead of a numerical IP address</li>
<li>Use your home dynamic IP and always have your domain pointing to it</li>
<li>Spend your money on more important things</li>
</ul>
<p>
We are open to new ideas or suggestions how to make the service better for you to use.
<br />
We are interested to hear from people who would like to contribute in any way.
</p>
</div>
</div>
</div>

47
app/views/pages/help.html.erb

@ -1,8 +1,51 @@
<div class="block">
<div class="content">
<div class="inner">
<h1>Top 20 questions about EntryDNS</h1>
<p>Coming soon!</p>
<h1>Help & Support</h1>
<em>We are working hard on creating a support system. In the mean time please bear with us!</em>
<h3>1. What support can I expect?</h3>
<p>
Since the service is totally free and we both have full time jobs,
we do our best to answer your questions and address your suggestions.
</p>
<h3>2. How can I contact you if I have a question?</h3>
<ul>
<li>E-Mail: <a href="mailto:support@entrydns.net">support@entrydns.net</a></li>
<li>IRC: #entrydns on irc.freenode.net</li>
</ul>
<h3>3. What are your name servers?</h3>
<ul>
<li>ns1.entrydns.net</li>
<li>ns2.entrydns.net</li>
</ul>
<h3>4. How can I update my domain record dynamically?</h3>
<div>
We offer two API's: Complete REST API and Simple API.<br />
Using the simple API you can update your records using the following shell commands:<br />
<br />
With IP specified:
<pre style="margin-top: 0;">curl -X PUT -d "ip=IP" http://entrydns.net/records/modify/TOKEN</pre>
With IP automatically computed from request origin:
<pre style="margin-top: 0;">curl -X PUT -d "" http://entrydns.net/records/modify/TOKEN</pre>
</div>
<h3>5. What domain record types do you currently support?</h3>
<p>SOA, NS, A, CNAME, TXT (more coming soon)</p>
<h3>6. Can I set individual TTL for each record?</h3>
<p>Yes, you certainly can.</p>
<h3>7. What is a minimum TTL for a domain record?</h3>
<p>60 seconds</p>
</div>
</div>
</div>

Loading…
Cancel
Save