@@ -1,10 +1,10 @@ | |||
# Snipt | |||
# Siftie Snippets | |||
## Automatic deploy to Heroku | |||
You can click the button below to automatically deploy Snipt to Heroku. | |||
You can click the button below to automatically deploy Siftie Snippets to Heroku. | |||
[](https://heroku.com/deploy?template=https://github.com/nicksergeant/snipt) | |||
[](https://heroku.com/deploy?template=https://github.com/siftie/snippets) | |||
## Manual deploy to Heroku | |||
@@ -20,8 +20,8 @@ You can click the button below to automatically deploy Snipt to Heroku. | |||
## Updating your Heroku instance after an automatic deploy | |||
- `git clone https://github.com/nicksergeant/snipt` | |||
- `cd snipt` | |||
- `git clone https://github.com/siftie/snippets` | |||
- `cd snippets` | |||
- `git checkout heroku` | |||
- `heroku git:remote -a <your-instance-name>` | |||
- `git push heroku heroku:master` | |||
@@ -99,11 +99,11 @@ class UserProfile(models.Model): | |||
# Otherwise, if they have blog posts, use their Snipt blog URL. | |||
elif self.get_blog_posts(): | |||
url = 'https://{}.snipt.net/'.format(self.user.username) | |||
url = 'https://{}.snippets.siftie.com/'.format(self.user.username) | |||
# Otherwise, use their regular Snipt profile page. | |||
else: | |||
url = 'https://snipt.net/{}/'.format(self.user.username) | |||
url = 'https://snippets.siftie.com/{}/'.format(self.user.username) | |||
return url | |||
@@ -18,7 +18,7 @@ | |||
<table class="table"> | |||
<thead> | |||
<tr> | |||
<th>Snipt</th> | |||
<th>Snippet</th> | |||
<th>Views</th> | |||
<th>Favs</th> | |||
</tr> | |||
@@ -1,12 +1,12 @@ | |||
{ | |||
"name": "Snipt", | |||
"name": "Siftie Snippets", | |||
"description": "Code snippets for teams and individuals.", | |||
"keywords": [ | |||
"snipt", | |||
"code snippets" | |||
], | |||
"website": "https://snipt.net", | |||
"repository": "https://github.com/nicksergeant/snipt", | |||
"website": "https://snippets.siftie.com", | |||
"repository": "https://github.com/siftie/snippets", | |||
"logo": "https://snipt.s3.amazonaws.com/logo.png", | |||
"success_url": "/", | |||
"scripts": { | |||
@@ -11,9 +11,9 @@ class BlogMiddleware: | |||
host = request.META.get('HTTP_HOST', '') | |||
host_s = host.replace('www.', '').split('.') | |||
if host != 'snipt.net' and \ | |||
if host != 'snippets.siftie.com' and \ | |||
host != 'snipt.localhost' and \ | |||
host != 'local.snipt.net': | |||
host != 'local.snippets.siftie.com': | |||
if len(host_s) > 2: | |||
if host_s[1] == 'snipt': | |||
@@ -79,7 +79,7 @@ | |||
{% endif %} | |||
<nav class="footer {% if sidebar %}with-sidebar{% endif %}"> | |||
<ul class="powered"> | |||
<li class="snipt"><a href="https://snipt.net/blogging/">Blog powered by Snipt</a></li> | |||
<li class="snipt"><a href="https://snippets.siftie.com/blogging/">Blog powered by Siftie Snippets</a></li> | |||
</ul> | |||
</nav> | |||
</aside> | |||
@@ -1,9 +1,9 @@ | |||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> | |||
<channel> | |||
<atom:link href="{% if request.blog_user.profile.get_primary_blog_domain and request.blog_user.profile.blog_domain != '' %}http://{{ request.blog_user.profile.blog_domain }}/?rss{% else %}https://{{ request.blog_user.username }}.snipt.net/?rss{% endif %}" rel="self" type="application/rss+xml" /> | |||
<atom:link href="{% if request.blog_user.profile.get_primary_blog_domain and request.blog_user.profile.blog_domain != '' %}http://{{ request.blog_user.profile.blog_domain }}/?rss{% else %}https://{{ request.blog_user.username }}.snippets.siftie.com/?rss{% endif %}" rel="self" type="application/rss+xml" /> | |||
<description>{% firstof request.blog_user.profile.blog_title request.blog_user.username %}</description> | |||
<title>{% firstof request.blog_user.profile.blog_title request.blog_user.username %}</title> | |||
<link>{% if request.blog_user.profile.get_primary_blog_domain %}http://{{ request.blog_user.profile.blog_domain }}/?rss{% else %}https://{{ request.blog_user.username }}.snipt.net/?rss{% endif %}</link> | |||
<link>{% if request.blog_user.profile.get_primary_blog_domain %}http://{{ request.blog_user.profile.blog_domain }}/?rss{% else %}https://{{ request.blog_user.username }}.snippets.siftie.com/?rss{% endif %}</link> | |||
{% for snipt in snipts %} | |||
<item> | |||
<title>{{ snipt.title }}</title> | |||
@@ -11,7 +11,7 @@ | |||
<description><![CDATA[{{ snipt.stylized|safe }}]]></description> | |||
<tags>{% for tag in snipt.tags.all %}{{ tag }}{% if not forloop.last %}, {% endif %}{% endfor %}</tags> | |||
<pubDate>{{ snipt.created|date:"r" }}</pubDate> | |||
<guid isPermaLink="false">snipt-net-{{ snipt.id }}</guid> | |||
<guid isPermaLink="false">siftie-snippets-com-{{ snipt.id }}</guid> | |||
</item> | |||
{% endfor %} | |||
</channel> | |||
@@ -18,7 +18,7 @@ | |||
<label class="control-label" for="id_blog_domain">Blog domain:</label> | |||
<div class="controls"> | |||
<input id="id_blog_domain" type="text" ng-model="user.blog_domain" maxlength="250"> | |||
<span class="help-block">Like 'snipt.nicksergeant.com' or 'nicksergeant.com' (without quotes). Set your CNAME to `snipt.net` or A-record to `96.126.110.160`. You can use multiple domains here: separate each domain with a space. The first domain will be your primary domain. All other domains will redirect to your primary domain.</span> | |||
<span class="help-block">Like 'snipt.nicksergeant.com' or 'nicksergeant.com' (without quotes). Set your CNAME to `snippets.siftie.com` or A-record to `96.126.110.160`. You can use multiple domains here: separate each domain with a space. The first domain will be your primary domain. All other domains will redirect to your primary domain.</span> | |||
</div> | |||
</div> | |||
</div> | |||
@@ -38,7 +38,7 @@ else: | |||
ABSOLUTE_URL_OVERRIDES = {'auth.user': lambda u: "/%s/" % u.username} | |||
ACCOUNT_ACTIVATION_DAYS = 0 | |||
ADMINS = (('Nick Sergeant', 'nick@snipt.net'),) | |||
ADMINS = (('Siftie', 'team@siftie.com'),) | |||
ALLOWED_HOSTS = ['*'] | |||
AUTH_PROFILE_MODULE = 'accounts.UserProfile' | |||
AUTHENTICATION_BACKENDS = ('utils.backends.EmailOrUsernameModelBackend',) | |||
@@ -46,7 +46,7 @@ BASE_PATH = os.path.dirname(__file__) | |||
CSRF_COOKIE_SECURE = True if 'USE_SSL' in os.environ else False | |||
CORS_ORIGIN_ALLOW_ALL = True | |||
DEBUG = True if 'DEBUG' in os.environ else False | |||
DEFAULT_FROM_EMAIL = os.environ.get('POSTMARK_EMAIL', 'support@snipt.net') | |||
DEFAULT_FROM_EMAIL = os.environ.get('POSTMARK_EMAIL', 'support@siftie.com') | |||
EMAIL_BACKEND = 'postmark.django_backend.EmailBackend' | |||
HAYSTACK_SIGNAL_PROCESSOR = 'haystack.signals.RealtimeSignalProcessor' | |||
INTERNAL_IPS = ('127.0.0.1',) | |||
@@ -75,7 +75,7 @@ SECRET_KEY = os.environ.get('SECRET_KEY', 'changeme') | |||
SECURE_PROXY_SSL_HEADER = ('HTTP_X_FORWARDED_PROTO', 'https') | |||
SECURE_SSL_REDIRECT = True if 'USE_SSL' in os.environ else False | |||
SEND_BROKEN_LINK_EMAILS = False | |||
SERVER_EMAIL = os.environ.get('POSTMARK_EMAIL', 'support@snipt.net') | |||
SERVER_EMAIL = os.environ.get('POSTMARK_EMAIL', 'support@siftie.com') | |||
SESSION_COOKIE_AGE = 15801100 | |||
SESSION_COOKIE_SECURE = True if 'USE_SSL' in os.environ else False | |||
SITE_ID = 1 | |||
@@ -86,7 +86,7 @@ STATICFILES_STORAGE = 'whitenoise.django.GzipManifestStaticFilesStorage' | |||
STATIC_ROOT = os.path.join(BASE_PATH, 'static') | |||
STATIC_URL = '/static/' | |||
TASTYPIE_CANNED_ERROR = """There was an error with your request. The site | |||
developers have a record of this error, please email api@snipt.net and | |||
developers have a record of this error, please email support@siftie.com and | |||
we'll help you out.""" | |||
TEMPLATES = [ | |||
@@ -9,7 +9,7 @@ import requests | |||
def get_snipts(api_key, from_username, url=None, snipts=[]): | |||
path = url or '/api/private/snipt/?limit=50&api_key={}&username={}&format=json'.format(api_key, from_username) | |||
res = requests.get('https://snipt.net' + path) | |||
res = requests.get('https://snippets.siftie.com' + path) | |||
json = res.json() | |||
print(u"Fetched snipts {} through {} of {}".format( | |||
@@ -27,7 +27,7 @@ def get_snipts(api_key, from_username, url=None, snipts=[]): | |||
class Command(BaseCommand): | |||
help = u"Import snipts from snipt.net." | |||
help = u"Import snipts from Siftie Snippets." | |||
def add_arguments(self, parser): | |||
parser.add_argument('api_key', nargs='+', type=str) | |||
@@ -79,12 +79,12 @@ class Snipt(models.Model): | |||
if self.lexer == 'markdown': | |||
self.stylized = markdown(self.code, 'default') | |||
# Snipt embeds | |||
# Snippet embeds | |||
for match in re.findall('\[\[(\w{32})\]\]', self.stylized): | |||
self.stylized = self.stylized.replace('[[' + str(match) + ']]', | |||
""" | |||
<script type="text/javascript" | |||
src="https://snipt.net/embed/{}/?snipt"> | |||
src="https://snippets.siftie.com/embed/{}/?snipt"> | |||
</script> | |||
<div id="snipt-embed-{}"></div>""".format(match, match)) | |||
@@ -123,10 +123,10 @@ class Snipt(models.Model): | |||
'<div class="embedded-tweet" data-tweet-id="{}"></div>' | |||
.format(str(match))) | |||
# Parse Snipt usernames | |||
# Parse usernames | |||
for match in re.findall('@(\w+) ', self.stylized): | |||
# Try and get the Snipt user by username. | |||
# Try and get the user by username. | |||
user = get_object_or_None(User, username=match) | |||
if user: | |||
@@ -214,7 +214,7 @@ class Snipt(models.Model): | |||
return u'http://{}/{}/'.format( | |||
self.user.profile.blog_domain.split(' ')[0], self.slug) | |||
else: | |||
return u'https://{}.snipt.net/{}/'.format( | |||
return u'https://{}.snippets.siftie.com/{}/'.format( | |||
self.user.username.replace('_', '-'), self.slug) | |||
if self.custom_slug: | |||
@@ -233,7 +233,7 @@ class Snipt(models.Model): | |||
return u'http://{}/{}/'.format( | |||
self.user.profile.blog_domain.split(' ')[0], self.slug) | |||
else: | |||
return u'https://{}.snipt.net/{}/'.format( | |||
return u'https://{}.snippets.siftie.com/{}/'.format( | |||
self.user.username, self.slug) | |||
if self.public: | |||
@@ -263,9 +263,9 @@ class Snipt(models.Model): | |||
def get_embed_url(self): | |||
if settings.DEBUG: | |||
root = 'http://local.snipt.net' | |||
root = 'http://local.snippets.siftie.com' | |||
else: | |||
root = 'https://snipt.net' | |||
root = 'https://snippets.siftie.com' | |||
return '{}/embed/{}/'.format(root, self.key) | |||
@@ -297,7 +297,7 @@ class Snipt(models.Model): | |||
class SniptLogEntry(models.Model): | |||
"""An individual log entry for a Snipt changeset.""" | |||
"""An individual log entry for a snippet changeset.""" | |||
user = models.ForeignKey(User) | |||
snipt = models.ForeignKey(Snipt) | |||
@@ -314,7 +314,7 @@ class SniptLogEntry(models.Model): | |||
class SniptSecureView(models.Model): | |||
"""A single view to a secure snipt.""" | |||
"""A single view to a secure snippet.""" | |||
user = models.ForeignKey(User) | |||
snipt = models.ForeignKey(Snipt) | |||
@@ -1,2 +1,2 @@ | |||
{% if 'snipt' in request.GET %}document.addEventListener('DOMContentLoaded', function() { document.getElementById('snipt-embed-{{ snipt.key }}').innerHTML = '<div class="snipt-embed" onmouseover="document.getElementById(\'snipt-flag-{{ snipt.id }}\').style.display = \'block\'; return false;" onmouseout="document.getElementById(\'snipt-flag-{{ snipt.id }}\').style.display = \'none\'; return false;" style="position: relative;">{% for line in lines %}{{ line|safe }}\n{% endfor %}<div style="background-color: #111; color: #D0D0D0; float: right; padding: 5px 10px; -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; border-top-left-radius: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; border-bottom-right-radius: 5px; font: 11px Arial,Sans-Serif; display: none; position: absolute; bottom: 0; right: 0;" id="snipt-flag-{{ snipt.id }}">code hosted by <a href="https://snipt.net/{{ snipt.user }}/{{ snipt.slug }}{% if not snipt.public %}?key={{ snipt.key }}{% endif %}" style="color: #0084FF; text-decoration: none;">snipt.net</a></div></div>'; }); | |||
{% else %}document.open();document.writeln('<div class="snipt-embed" onmouseover="document.getElementById(\'snipt-{{ snipt.id }}\').style.display = \'block\'; return false;" onmouseout="document.getElementById(\'snipt-{{ snipt.id }}\').style.display = \'none\'; return false;" style="position: relative;">');{% for line in lines %}document.writeln('{{ line|safe }}');{% endfor %}document.writeln('<div style="background-color: #111; color: #D0D0D0; float: right; padding: 5px 10px; -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; border-top-left-radius: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; border-bottom-right-radius: 5px; font: 11px Arial,Sans-Serif; display: none; position: absolute; bottom: 0; right: 0;" id="snipt-{{ snipt.id }}">code hosted by <a href="https://snipt.net/{{ snipt.user }}/{{ snipt.slug }}{% if not snipt.public %}?key={{ snipt.key }}{% endif %}" style="color: #0084FF; text-decoration: none;">snipt.net</a></div>');document.writeln('</div>');document.close();{% endif %} | |||
{% if 'snipt' in request.GET %}document.addEventListener('DOMContentLoaded', function() { document.getElementById('snipt-embed-{{ snipt.key }}').innerHTML = '<div class="snipt-embed" onmouseover="document.getElementById(\'snipt-flag-{{ snipt.id }}\').style.display = \'block\'; return false;" onmouseout="document.getElementById(\'snipt-flag-{{ snipt.id }}\').style.display = \'none\'; return false;" style="position: relative;">{% for line in lines %}{{ line|safe }}\n{% endfor %}<div style="background-color: #111; color: #D0D0D0; float: right; padding: 5px 10px; -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; border-top-left-radius: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; border-bottom-right-radius: 5px; font: 11px Arial,Sans-Serif; display: none; position: absolute; bottom: 0; right: 0;" id="snipt-flag-{{ snipt.id }}">code hosted by <a href="https://snippets.siftie.com/{{ snipt.user }}/{{ snipt.slug }}{% if not snipt.public %}?key={{ snipt.key }}{% endif %}" style="color: #0084FF; text-decoration: none;">snippets.siftie.com</a></div></div>'; }); | |||
{% else %}document.open();document.writeln('<div class="snipt-embed" onmouseover="document.getElementById(\'snipt-{{ snipt.id }}\').style.display = \'block\'; return false;" onmouseout="document.getElementById(\'snipt-{{ snipt.id }}\').style.display = \'none\'; return false;" style="position: relative;">');{% for line in lines %}document.writeln('{{ line|safe }}');{% endfor %}document.writeln('<div style="background-color: #111; color: #D0D0D0; float: right; padding: 5px 10px; -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; border-top-left-radius: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; border-bottom-right-radius: 5px; font: 11px Arial,Sans-Serif; display: none; position: absolute; bottom: 0; right: 0;" id="snipt-{{ snipt.id }}">code hosted by <a href="https://snippets.siftie.com/{{ snipt.user }}/{{ snipt.slug }}{% if not snipt.public %}?key={{ snipt.key }}{% endif %}" style="color: #0084FF; text-decoration: none;">snippets.siftie.com</a></div>');document.writeln('</div>');document.close();{% endif %} |
@@ -27,10 +27,10 @@ | |||
{% empty %} | |||
<div class="empty-snipts"> | |||
{% if request.user == user and not request.user.is_active and not public %} | |||
Welcome! Please <a target="_self" href="/account/activate/">activate your account</a> to create your first snipt. | |||
Welcome! Please <a target="_self" href="/account/activate/">activate your account</a> to create your first snippet. | |||
{% else %} | |||
{% if request.user == user and request.user.is_authenticated %} | |||
Welcome! Create your first snipt by clicking "Add Snipt" above. | |||
Welcome! Create your first snippet by clicking "Add Snippet" above. | |||
{% else %} | |||
No snipts to show here. Sorry! | |||
{% endif %} | |||
@@ -44,10 +44,10 @@ | |||
{% empty %} | |||
<div class="empty-snipts"> | |||
{% if request.user == user and not request.user.is_active and not public %} | |||
Welcome! Please <a target="_self" href="/account/activate/">activate your account</a> to create your first snipt. | |||
Welcome! Please <a target="_self" href="/account/activate/">activate your account</a> to create your first snippet. | |||
{% else %} | |||
{% if request.user == user and request.user.is_authenticated %} | |||
Welcome! Create your first snipt by clicking "Add Snipt" above. | |||
Welcome! Create your first snippet by clicking "Add Snippet" above. | |||
{% else %} | |||
No snipts to show here. Sorry! | |||
{% endif %} | |||
@@ -70,7 +70,7 @@ | |||
Private snipts do not appear in the public listing, but are accessible via the direct URL. | |||
</div> | |||
<div class="info public"> | |||
Public snipts are accessible by all Snipt.net users and appear in the public listing. | |||
Public snipts are accessible by all Siftie Snippets users and appear in the public listing. | |||
</div> | |||
</label> | |||
<label class="secure"> | |||
@@ -211,7 +211,7 @@ | |||
</li> | |||
{% if detail and snipt.public %} | |||
<li class="tweet"> | |||
<a href="https://twitter.com/share" class="twitter-share-button" data-dnt="true" data-count="none" data-url="{{ snipt.get_full_absolute_url }}" data-text="“{{ snipt.title }}” on @Snipt">Tweet</a> | |||
<a href="https://twitter.com/share" class="twitter-share-button" data-dnt="true" data-count="none" data-url="{{ snipt.get_full_absolute_url }}" data-text="“{{ snipt.title }}” on @SiftieSnippets">Tweet</a> | |||
</li> | |||
{% endif %} | |||
</ul> | |||
@@ -11,16 +11,16 @@ class SniptResourceTest(ResourceTestCase): | |||
super(SniptResourceTest, self).setUp() | |||
# Johnny | |||
self.johnny = User.objects.create_user('johnny', 'johnny@snipt.net', | |||
self.johnny = User.objects.create_user('johnny', 'johnny@siftie.com', | |||
'password') | |||
ApiKey.objects.get_or_create(user=self.johnny) | |||
self.johnny_auth = self.create_apikey(self.johnny, | |||
self.johnny.api_key.key) | |||
self.johnny_private = Snipt(title='Private snipt for Johnny', | |||
self.johnny_private = Snipt(title='Private snippet for Johnny', | |||
lexer='text', | |||
public=False, | |||
user=self.johnny) | |||
self.johnny_public = Snipt(title='Public snipt for Johnny', | |||
self.johnny_public = Snipt(title='Public snippet for Johnny', | |||
lexer='text', | |||
public=True, | |||
user=self.johnny) | |||
@@ -28,14 +28,14 @@ class SniptResourceTest(ResourceTestCase): | |||
self.johnny_public.save() | |||
# Bob | |||
self.bob = User.objects.create_user('bob', 'bob@snipt.net', 'password') | |||
self.bob = User.objects.create_user('bob', 'bob@siftie.com', 'password') | |||
ApiKey.objects.get_or_create(user=self.bob) | |||
self.bob_auth = self.create_apikey(self.bob, self.bob.api_key.key) | |||
self.bob_private = Snipt(title='Private snipt for Bob', | |||
self.bob_private = Snipt(title='Private snippet for Bob', | |||
lexer='text', | |||
public=False, | |||
user=self.bob) | |||
self.bob_public = Snipt(title='Public snipt for Bob', | |||
self.bob_public = Snipt(title='Public snippet for Bob', | |||
lexer='text', | |||
public=True, | |||
user=self.bob) | |||
@@ -79,7 +79,7 @@ class SniptResourceTest(ResourceTestCase): | |||
def test_post_private_list(self): | |||
new_snipt = { | |||
'title': 'A new private snipt.', | |||
'title': 'A new private snippet.', | |||
'lexer': 'text', | |||
'public': False, | |||
} | |||
@@ -14,7 +14,7 @@ class Migration(migrations.Migration): | |||
migrations.AddField( | |||
model_name='team', | |||
name='email', | |||
field=models.EmailField(default='nick@snipt.net', max_length=255), | |||
field=models.EmailField(default='nick@siftie.com', max_length=255), | |||
preserve_default=False, | |||
), | |||
] |
@@ -1,6 +1,6 @@ | |||
{% extends "base.html" %} | |||
{% block page-title %}Sign up for Snipt Pro{% endblock %} | |||
{% block page-title %}Sign up for Siftie Snippets Pro{% endblock %} | |||
{% block body-class %}{{ block.super }} static pro signup pro-signup pro-signup-complete{% endblock %} | |||
@@ -1,6 +1,6 @@ | |||
{% extends "base.html" %} | |||
{% block page-title %}Snipt for Teams{% endblock %} | |||
{% block page-title %}Siftie Snippets for Teams{% endblock %} | |||
{% block body-class %}{{ block.super }} static signup pro pro-signup{% endblock %} | |||
@@ -9,7 +9,7 @@ | |||
{% endblock %} | |||
{% block breadcrumb %} | |||
<li><a href="/for-teams/">Snipt for Teams</a></li> | |||
<li><a href="/for-teams/">Siftie Snippets for Teams</a></li> | |||
{% endblock %} | |||
{% block content %} | |||
@@ -21,9 +21,9 @@ | |||
<form class="form-horizontal static-box" id="pro-signup" method="post" action="/for-teams/complete/"> | |||
<fieldset> | |||
<div class="info"> | |||
Snipt for Teams | |||
Siftie Snippets for Teams | |||
<ul class="features"> | |||
<li>Team profile at snipt.net/{team-name}.</li> | |||
<li>Team profile at snippets.siftie.com/{team-name}.</li> | |||
<li>Members can create and edit public and private snippets on a team.</li> | |||
<li>Detailed log of changes on a snippet, including user and code diffs.</li> | |||
<li>Maintain a public team profile by posting public snippets.</li> | |||
@@ -30,7 +30,7 @@ | |||
{% if 'limit-reached' in request.GET %} | |||
<p class="alert alert-error group"> | |||
You have no seats available to add this member. | |||
To upgrade your plan, contact <a href="mailto:support@snipt.net">support@snipt.net</a>. | |||
To upgrade your plan, contact <a href="mailto:support@siftie.com">support@siftie.com</a>. | |||
</p> | |||
{% endif %} | |||
<div class="def" data-title="Owner"> | |||
@@ -1,7 +1,7 @@ | |||
<li class="add-snipt"> | |||
{% if request.user.is_active %} | |||
<button class="btn btn-info btn-large" id="add-snipt"> | |||
Add {% if request.user.username == 'blog' %}Post{% else %}Snipt{% endif %} | |||
Add {% if request.user.username == 'blog' %}Post{% else %}Snippet{% endif %} | |||
<i class="icon-search icon-plus icon-white"></i> | |||
</button> | |||
{% endif %} | |||
@@ -6,7 +6,7 @@ | |||
<html lang="en" class="{% block html-class %}{% endblock %}" ng-app="Snipt"> | |||
<head> | |||
<title>{% block page-title %}Snipt{% endblock %} - Code snippet app for teams and individuals.</title> | |||
<title>{% block page-title %}Siftie Snippets{% endblock %} - Code snippet app for teams and individuals.</title> | |||
<meta charset="utf-8" /> | |||
<meta name="google-site-verification" content="BantFMmY6nSP8wFvb_SDKwYZo08HglaCpNMXQqTyOuk" /> | |||
@@ -146,7 +146,7 @@ | |||
{% if request.user.profile.has_pro %} | |||
<span class="is-pro">Pro</span> | |||
{% else %} | |||
Snipt user | |||
Siftie Snippets user | |||
{% endif %} | |||
</span> | |||
</span> | |||
@@ -57,7 +57,7 @@ | |||
<div class="container"> | |||
<div class="row"> | |||
<div class="span12"> | |||
<h4>This is a private instance of <a href="https://github.com/nicksergeant/snipt">Snipt</a>.</h4> | |||
<h4>This is a private instance of <a href="https://github.com/siftie/snippets">Siftie Snippets</a>.</h4> | |||
</div> | |||
</div> | |||
</div> | |||
@@ -14,7 +14,7 @@ | |||
<div class="member-since">Team since {{ user.date_joined|date:"Y" }}</div> | |||
{% if user.profile.get_blog_posts %} | |||
<div class="urls"> | |||
Snipt Blog: | |||
Siftie Snippets Blog: | |||
<a href="{{ user.profile.get_user_profile_url }}"> | |||
{{ user.profile.get_user_profile_url }} | |||
</a> | |||
@@ -61,13 +61,13 @@ | |||
</a> | |||
</div> | |||
{% if user.username == 'nick' %} | |||
<div class="member-since">Snipt Founder in {{ user.date_joined|date:"Y" }}</div> | |||
<div class="member-since">Siftie Snippets Founder in {{ user.date_joined|date:"Y" }}</div> | |||
{% else %} | |||
<div class="member-since">Member since {{ user.date_joined|date:"Y" }}</div> | |||
{% endif %} | |||
{% if user.profile.get_blog_posts %} | |||
<div class="urls"> | |||
Snipt Blog: | |||
Siftie Snippets Blog: | |||
<a href="{{ user.profile.get_user_profile_url }}"> | |||
{{ user.profile.get_user_profile_url }} | |||
</a> | |||
@@ -1 +1 @@ | |||
Welcome to Snipt! | |||
Welcome to Siftie Snippets! |
@@ -1 +1 @@ | |||
Welcome to Snipt! | |||
Welcome to Siftie Snippets! |
@@ -1 +1 @@ | |||
Reset your Snipt password here: {{ protocol }}://{{ domain }}{% url 'auth_password_reset_confirm' uid token %} | |||
Reset your Siftie Snippets password here: {{ protocol }}://{{ domain }}{% url 'auth_password_reset_confirm' uid token %} |
@@ -2,10 +2,10 @@ | |||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> | |||
<channel> | |||
<atom:link href="https://snipt.net{{ request.get_full_path }}" rel="self" type="application/rss+xml" /> | |||
<description>{% if public and not public_user %}Public snipts{% else %}Snipts by {{ user.username }}{% endif %}{% if tag %} tagged with "{{ tag }}"{% endif %}</description> | |||
<title>/ {% if public and not public_user %}public{% else %}{{ user.username }}{% endif %}{% if tag %} / {{ tag }}{% endif %} - Snipt</title> | |||
<link>https://snipt.net{{ request.path }}</link> | |||
<atom:link href="https://snippets.siftie.com{{ request.get_full_path }}" rel="self" type="application/rss+xml" /> | |||
<description>{% if public and not public_user %}Public snipts{% else %}Snippets by {{ user.username }}{% endif %}{% if tag %} tagged with "{{ tag }}"{% endif %}</description> | |||
<title>/ {% if public and not public_user %}public{% else %}{{ user.username }}{% endif %}{% if tag %} / {{ tag }}{% endif %} - Siftie Snippets</title> | |||
<link>https://snippets.siftie.com{{ request.path }}</link> | |||
{% for snipt in snipts %} | |||
<item> | |||
<title>{{ snipt.title }}</title> | |||
@@ -17,7 +17,7 @@ | |||
{% endif %} | |||
<tags>{% for tag in snipt.tags.all %}{{ tag }}{% if not forloop.last %}, {% endif %}{% endfor %}</tags> | |||
<pubDate>{{ snipt.created|date:"r" }}</pubDate> | |||
<guid isPermaLink="false">snipt-net-{{ snipt.id }}</guid> | |||
<guid isPermaLink="false">siftie-snippets-com-{{ snipt.id }}</guid> | |||
</item> | |||
{% endfor %} | |||
</channel> | |||