little copy changes

This commit is contained in:
Kyle Drake 2015-03-06 14:14:59 -05:00
parent 97fff828d7
commit 7b83db26e3
7 changed files with 25 additions and 9 deletions

View file

@ -25,6 +25,7 @@ gem 'filesize'
gem 'thread' gem 'thread'
gem 'scrypt' gem 'scrypt'
gem 'rack-cache' gem 'rack-cache'
gem 'namecheap'
platform :mri, :rbx do platform :mri, :rbx do
gem 'magic' # sudo apt-get install file, For OSX: brew install libmagic gem 'magic' # sudo apt-get install file, For OSX: brew install libmagic

View file

@ -74,6 +74,9 @@ GEM
uuidtools (>= 2.1.0) uuidtools (>= 2.1.0)
hashie (2.0.5) hashie (2.0.5)
hiredis (0.5.0) hiredis (0.5.0)
httparty (0.13.3)
json (~> 1.8)
multi_xml (>= 0.5.2)
i18n (0.6.9) i18n (0.6.9)
jimson-temp (0.9.5) jimson-temp (0.9.5)
blankslate (>= 3.1.2) blankslate (>= 3.1.2)
@ -104,7 +107,11 @@ GEM
mocha (1.0.0) mocha (1.0.0)
metaclass (~> 0.0.1) metaclass (~> 0.0.1)
multi_json (1.10.1) multi_json (1.10.1)
multi_xml (0.5.5)
multipart-post (2.0.0) multipart-post (2.0.0)
namecheap (0.3.0)
activesupport (>= 3.0.0)
httparty
netrc (0.7.7) netrc (0.7.7)
nokogiri (1.6.3.1) nokogiri (1.6.3.1)
mini_portile (= 0.6.0) mini_portile (= 0.6.0)
@ -245,6 +252,7 @@ DEPENDENCIES
minitest minitest
minitest-reporters minitest-reporters
mocha mocha
namecheap
pg pg
poltergeist poltergeist
pry pry

View file

@ -1,8 +1,8 @@
# NeoCities.org # Neocities.org
[![Build Status](https://travis-ci.org/neocities/neocities.png?branch=master)](https://travis-ci.org/neocities/neocities) [![Build Status](https://travis-ci.org/neocities/neocities.png?branch=master)](https://travis-ci.org/neocities/neocities)
The web site for NeoCities! It's open source. Want a feature on the site? Send a pull request! The web site for Neocities! It's open source. Want a feature on the site? Send a pull request!
## Getting Started ## Getting Started

View file

@ -131,3 +131,9 @@ if ENV['RACK_ENV'] != 'development'
# Sass::Plugin.options[:never_update] = true # Sass::Plugin.options[:never_update] = true
Sass::Plugin.options[:full_exception] = false Sass::Plugin.options[:full_exception] = false
end end
Namecheap.configure do |config|
config.key = $config['namecheap_api_key']
config.username = $config['namecheap_api_username']
config.client_ip = '67.139.65.163'
end

View file

@ -3,7 +3,7 @@
<div class="row"> <div class="row">
<p class="tiny col credits"> <p class="tiny col credits">
<a href="http://neocities.org" title="Neocities.org" style="text-decoration:none;">Neocities.org</a> is a <a href="https://github.com/neocities" title="Neocities on GitHub">completely open source</a> project. Follow us on <a href="https://twitter.com/neocitiesweb">Twitter</a> or <a href="https://www.facebook.com/neocities">Facebook</a>! <a href="http://neocities.org" title="Neocities.org" style="text-decoration:none;">Neocities.org</a> is a <a href="https://github.com/neocities" title="Neocities on GitHub">completely open source</a> startup. Follow us on <a href="https://twitter.com/neocitiesweb">Twitter</a> or <a href="https://www.facebook.com/neocities">Facebook</a>!
</p> </p>
<nav class="footer-Nav col"> <nav class="footer-Nav col">
@ -11,6 +11,7 @@
<li><a href="/about">About</a></li> <li><a href="/about">About</a></li>
<li><a href="/donate">Donate</a></li> <li><a href="/donate">Donate</a></li>
<li><a href="/blog">Blog</a></li> <li><a href="/blog">Blog</a></li>
<li><a href="/api">API</a></li>
<li><a href="/press">Press</a></li> <li><a href="/press">Press</a></li>
<li><a href="/terms" rel="nofollow">Terms</a></li> <li><a href="/terms" rel="nofollow">Terms</a></li>
<li><a href="/privacy" rel="nofollow">Privacy</a></li> <li><a href="/privacy" rel="nofollow">Privacy</a></li>
@ -20,4 +21,4 @@
</div> <!-- end .row --> </div> <!-- end .row -->
</div> </div>
</aside> </aside>

View file

@ -10,10 +10,7 @@
<a href="/activity">Activity</a> <a href="/activity">Activity</a>
</li> </li>
<li> <li>
<a href="/tutorials">Tutorials</a> <a href="/tutorials">Learn</a>
</li>
<li>
<a href="/api">API</a>
</li> </li>
<li> <li>
<a href="/plan">Support Us<i class="fa fa-heart"><i class="fa fa-heart"></i></i></a> <a href="/plan">Support Us<i class="fa fa-heart"><i class="fa fa-heart"></i></i></a>

View file

@ -31,7 +31,10 @@
Long Live the Web! Long Live the Web!
</p> </p>
<p> <p>
What are you waiting for? <strong><a href="/#new">Go make your web site!</a></strong> - Kyle Drake, Founder, Neocities
</p>
<p>
PS: What are you waiting for? <strong><a href="/#new">Go make your web site!</a></strong>
</p> </p>
<h1>Neocities is:</h1> <h1>Neocities is:</h1>
<ul> <ul>