From baf14633cbd8af6413290ccae5765aefd2a278a5 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Mon, 20 Jun 2016 16:37:07 -0400 Subject: remove old django folder --- bn_django/templates/404.html | 3 - bn_django/templates/500.html | 3 - bn_django/templates/about.html | 29 --------- bn_django/templates/base.html | 64 -------------------- bn_django/templates/comment_list | 41 ------------- bn_django/templates/comments/form.html | 0 bn_django/templates/comments/posted.html | 8 --- bn_django/templates/comments/preview.html | 69 --------------------- bn_django/templates/copyright.html | 12 ---- bn_django/templates/credits.html | 20 ------ bn_django/templates/flatpages/default.html | 7 --- bn_django/templates/frontpage.html | 97 ------------------------------ bn_django/templates/newcomments_table | 16 ----- bn_django/templates/newknowldge_table | 13 ---- bn_django/templates/nogo.html | 15 ----- bn_django/templates/search.html | 10 --- bn_django/templates/static/directory_index | 18 ------ 17 files changed, 425 deletions(-) delete mode 100644 bn_django/templates/404.html delete mode 100644 bn_django/templates/500.html delete mode 100644 bn_django/templates/about.html delete mode 100644 bn_django/templates/base.html delete mode 100644 bn_django/templates/comment_list delete mode 100644 bn_django/templates/comments/form.html delete mode 100644 bn_django/templates/comments/posted.html delete mode 100644 bn_django/templates/comments/preview.html delete mode 100644 bn_django/templates/copyright.html delete mode 100644 bn_django/templates/credits.html delete mode 100644 bn_django/templates/flatpages/default.html delete mode 100644 bn_django/templates/frontpage.html delete mode 100644 bn_django/templates/newcomments_table delete mode 100644 bn_django/templates/newknowldge_table delete mode 100644 bn_django/templates/nogo.html delete mode 100644 bn_django/templates/search.html delete mode 100644 bn_django/templates/static/directory_index (limited to 'bn_django/templates') diff --git a/bn_django/templates/404.html b/bn_django/templates/404.html deleted file mode 100644 index e1f116e..0000000 --- a/bn_django/templates/404.html +++ /dev/null @@ -1,3 +0,0 @@ -{% extends "base.html"%} -{% block title %}For oh four{% endblock %} -{% block content %}Whoopsie!{% endblock %} diff --git a/bn_django/templates/500.html b/bn_django/templates/500.html deleted file mode 100644 index 78786b7..0000000 --- a/bn_django/templates/500.html +++ /dev/null @@ -1,3 +0,0 @@ -{% extends "base.html"%} -{% block title %}Server Error{% endblock %} -{% block content %}Sorry...{% endblock %} diff --git a/bn_django/templates/about.html b/bn_django/templates/about.html deleted file mode 100644 index 39ac311..0000000 --- a/bn_django/templates/about.html +++ /dev/null @@ -1,29 +0,0 @@ -{% extends "base.html" %} - -{% block path %}{% endblock %} - -{% block title %}About bnewbold.net{% endblock %} - -{% block right_stuff %} -{% endblock %} - -{% block content %} -
- the author -
-
the perp
-
-This website is the web presence of Bryan Newbold. Chunks of the homunculus -include: -
-
brain dump -
photo gallery -
journal -
rss aggregator -
browsable code repository -
-

-There's a lot of borrowed software under the hood; see credits. -
{% endblock %} diff --git a/bn_django/templates/base.html b/bn_django/templates/base.html deleted file mode 100644 index 568bf62..0000000 --- a/bn_django/templates/base.html +++ /dev/null @@ -1,64 +0,0 @@ - - - -{% block stylesheets %} - - - - -{% endblock %} -{% block externaljs %} {% endblock %} {% block otherhead %} {% endblock %} -{% block windowtitle %}bnewbold.net{% endblock %} - - -

-
- - journal  - photos  - code  - knowledge - bnewbold.net -
-
-
-
-
-
- - - -
- -
- -{% block path %}{% endblock %} - -

{% block title %}Hey Hey Hey!{% endblock %}

-

{% block subtitle %}{% endblock %}

-
-{% block right_stuff %} -{% endblock %} -
-
- - -
-{% block content %} -Here lies content! -{% endblock %} -
-{% block commentary %} {% endblock %} - - - diff --git a/bn_django/templates/comment_list b/bn_django/templates/comment_list deleted file mode 100644 index d00dc6a..0000000 --- a/bn_django/templates/comment_list +++ /dev/null @@ -1,41 +0,0 @@ -{% if comments or free_comments %} -{% comment %}TODO: this needs to be rewriten!{% endcomment %} - -
- -{% for c in comments %} - -{% endfor %} -{% for c in free_comments %} - -{% endfor %} -
- Posted by - {% if c.user.username %} {{ c.user.username }} - {% else %}{{ c.user_name }} {% endif %}
- on - {{ c.submit_date|date:"F j, Y" }}
- at {{ c.submit_date|date:"H:i" }} -
- {% if c.headline %} - {{ c.headline|escape|wordwrap:80 }} -
- {% endif %} - {{ c.comment|escape|linebreaks|wordwrap:80 }} -
- Posted by - {% if c.person_name %}{{ c.person_name}}{% else %}anonymous{% endif %}
- on - {{ c.submit_date|date:"F j, Y" }}
- at {{ c.submit_date|date:"H:i T" }} -
- {% if c.headline %} - {{ c.headline|escape|wordwrap:80 }} -
- {% endif %} - {{ c.comment|escape|wordwrap:80 }} -
-

-{% else %} -

No comments yet!

-{% endif %} diff --git a/bn_django/templates/comments/form.html b/bn_django/templates/comments/form.html deleted file mode 100644 index e69de29..0000000 diff --git a/bn_django/templates/comments/posted.html b/bn_django/templates/comments/posted.html deleted file mode 100644 index e3eb0d2..0000000 --- a/bn_django/templates/comments/posted.html +++ /dev/null @@ -1,8 +0,0 @@ -{% extends "base.html" %} -{% load i18n %} - -{% block title %}{% trans "Thanks for your comment" %}.{% endblock %} - -{% block content %} -
-{% endblock %} diff --git a/bn_django/templates/comments/preview.html b/bn_django/templates/comments/preview.html deleted file mode 100644 index dbbc6c3..0000000 --- a/bn_django/templates/comments/preview.html +++ /dev/null @@ -1,69 +0,0 @@ -{% extends "base.html" %} -{% load i18n %} - -{% block title %}{% trans "Comment Submission" %}{% endblock %} - -{% block content %}
-
- {% load comments %} -
- {% if form.errors %} -

{% blocktrans count form.errors|length as counter %}Please correct the error below{% plural %}Please correct the errors below{% endblocktrans %}

- {% else %} -

{% trans "Preview your comment:" %}

- - -{% if comment.person_name %} - -{% else %} - -{% endif %} -
- Posted by - {% if comment.person_name %}{{ comment.person_name}}{% else %}anonymous{% endif %}
- on - {{ comment.submit_date|date:"F j, Y" }}
- at {{ comment.submit_date|date:"H:i T" }} -
- {% if comment.headline %} - {{ comment.headline|escape|wordwrap:80 }} -
- {% endif %} - {{ comment|escape|wordwrap:80 }} -
- Posted by - {% if comment.user.username %} {{ comment.user.username }} - {% else %}{{ comment.user_name }} {% endif %}
- on - {{ comment.submit_date|date:"F j, Y" }}
- at {{ comment.submit_date|date:"H:i" }} -
- {% if comment.headline %} - {{ comment.headline|escape|wordwrap:80 }} -
- {% endif %} - {{ comment|escape|wordwrap:80 }} -
-

- {% trans "and" %} {% trans "or make changes" %}: -

- {% endif %} - - {% for field in form %} {% if field.is_hidden %} {{ field }} {% else %} - {% ifequal field.name "honeypot" %} - {{ field.label_tag }}{{ field }} - {% else %} - {% endifequal %} {% endif %} {% endfor %} - -
- - {{ field.label_tag }} - {{ field }} - {% if field.errors %}{{ field.errors }}{% endif %} -
- - - (no HTML or other markup) -
- -{% endblock %} diff --git a/bn_django/templates/copyright.html b/bn_django/templates/copyright.html deleted file mode 100644 index c48b304..0000000 --- a/bn_django/templates/copyright.html +++ /dev/null @@ -1,12 +0,0 @@ -{% extends "base.html" %} - -{% block title %}Fuck Copyrights{% endblock %} - -{% block right_stuff %} -{% endblock %} - -{% block content %} -

I'm not a big fan of copyrights or licensing. Feel free to use the content and code from this website however you please. I would appreciate attribution or at least letting me know if you're doing something cool, but it's not required. -

If I had to chose a license it would probably be MIT or BSD style. -

I don't think I've violated any other person's rights, but if you think something is a copied and/or unattributed drop a dime! -{% endblock %} diff --git a/bn_django/templates/credits.html b/bn_django/templates/credits.html deleted file mode 100644 index 954a26d..0000000 --- a/bn_django/templates/credits.html +++ /dev/null @@ -1,20 +0,0 @@ -{% extends "base.html" %} - -{% block title %}Software credits{% endblock %} - -{% block right_stuff %} -{% endblock %} - -{% block content %} -This site uses a variety of delicious software! -

operating system

-

It's freeBSD under the hood when not hosted elsewhere. -

web framework

-

The site is powered by the django toolkit (which runs on python). -

I use the stockphoto app written by Jason McBrayer for the photos section. -

text editor

-

vim! fuck emacs! -

versioning system

-

I use git as a revisioning system for the knowledge wiki and my software (including this site!). - -{% endblock %} diff --git a/bn_django/templates/flatpages/default.html b/bn_django/templates/flatpages/default.html deleted file mode 100644 index 49c773a..0000000 --- a/bn_django/templates/flatpages/default.html +++ /dev/null @@ -1,7 +0,0 @@ -{% extends "base.html" %} - -{% block title %}{{ flatpage.title }}{% endblock %} - -{% block content %} -{{ flatpage.content }} -{% endblock %} diff --git a/bn_django/templates/frontpage.html b/bn_django/templates/frontpage.html deleted file mode 100644 index 6d3652a..0000000 --- a/bn_django/templates/frontpage.html +++ /dev/null @@ -1,97 +0,0 @@ -{% extends "base.html" %} - -{% block stylesheets %} - - - - - -{{ block.super }}{% endblock %} - -{% block path %}{% endblock %} - -{% block title %}{% endblock %} - -{% block right_stuff %} -
-
-
-
-RSS feeds:
-{% comment %}   - journal entries
{% endcomment %} -   - web links
-   - site code changes
-

-Other sites:
-   - github
-   - keybase
-   - equator
-{% endblock %} - -{% block content %} -
-

-
-
-

Where am I?

-As of Fall 2015 I am living in Seattle (WA) working as a freelance embedded -engineer. I spent the last year working remotely, building digital control -systems for optical atomic magnetometers at -Twinleaf , a small company headquartered -in Princeton, NJ. - - - - - - More... -
- -
- - -{% endblock %} - diff --git a/bn_django/templates/newcomments_table b/bn_django/templates/newcomments_table deleted file mode 100644 index c01863d..0000000 --- a/bn_django/templates/newcomments_table +++ /dev/null @@ -1,16 +0,0 @@ - -{% for c in latest_comments %} - - - - - -{% endfor %} -
- {{ c.submit_date|date:"F jS" }} - {% if c.user.username %}{{ c.user.username }} - {% else %}{{c.user_name}}{% endif%} - {{ c.comment|truncatewords:10 }} - - - {{ c.content_type.name }}
diff --git a/bn_django/templates/newknowldge_table b/bn_django/templates/newknowldge_table deleted file mode 100644 index 686a12f..0000000 --- a/bn_django/templates/newknowldge_table +++ /dev/null @@ -1,13 +0,0 @@ -{% if latest_knowledge %} - -{% for l in latest_knowledge %} - - - - -{% endfor %} -
- {{ l.date }} - - {{ l.description|truncatewords:6 }}
-{% else %}No shortlog!{% endif %} diff --git a/bn_django/templates/nogo.html b/bn_django/templates/nogo.html deleted file mode 100644 index ca83269..0000000 --- a/bn_django/templates/nogo.html +++ /dev/null @@ -1,15 +0,0 @@ -{% extends "base.html" %} - -{% block title %}Unstable{% endblock %} - -{% block right_stuff %} -{% endblock %} - -{% block content %} -The dynamic portions of this website are extremely unstable right now, leading -to runaway cpu utilization on my virtual host and locking up of more imporant -services (static html, etc). So for the time being i'm freezing large portions, -hopefully everything will be back soon; a number of new python wrappers for python look promising and i'm excited to implement jsMath to replace the current clunky math system. - -For now try a more generic git cgi interface to my content at http://git.bnewbold.net. -{% endblock %} diff --git a/bn_django/templates/search.html b/bn_django/templates/search.html deleted file mode 100644 index 27fb35d..0000000 --- a/bn_django/templates/search.html +++ /dev/null @@ -1,10 +0,0 @@ -{% extends "base.html" %} - -{% block title %}Search?{% endblock %} - -{% block right_stuff %} -{% endblock %} - -{% block content %} -

Seach isn't implemented yet! -{% endblock %} diff --git a/bn_django/templates/static/directory_index b/bn_django/templates/static/directory_index deleted file mode 100644 index 61e7f02..0000000 --- a/bn_django/templates/static/directory_index +++ /dev/null @@ -1,18 +0,0 @@ -{% extends "base.html" %} - -{% block title %} -

Index of /{{ directory }}

-{% endblock %} - -{% block content %} -
-
    -{% for f in file_list %} -
  • {{ f }}
  • -{% endfor %} -
-
-
-
- -{% endblock %} -- cgit v1.2.3