aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2016-05-01 23:54:23 -0400
committerbnewbold <bnewbold@robocracy.org>2016-05-01 23:54:23 -0400
commitcaec42fe231816100a8be88707bdac9170ea25ca (patch)
treebfd0417963eaaee87d35c04ffda94444685a627e
parent0290aee70d071b3d5db2ce14635842043763acb5 (diff)
downloadbnewnet-caec42fe231816100a8be88707bdac9170ea25ca.tar.gz
bnewnet-caec42fe231816100a8be88707bdac9170ea25ca.zip
about, copyright, and credits as pages
-rw-r--r--pages/about.md22
-rw-r--r--pages/copyright.md7
-rw-r--r--pages/credits.md14
3 files changed, 43 insertions, 0 deletions
diff --git a/pages/about.md b/pages/about.md
new file mode 100644
index 0000000..263c4d6
--- /dev/null
+++ b/pages/about.md
@@ -0,0 +1,22 @@
+Title: About bnewbold.net
+Slug: about
+
+<div class="righty_content">
+ <img src="/static/img/orange_small.jpg"
+ alt="the author" />
+ <br />
+ <div class="content_caption">the perp</div>
+</div>
+This website is the web presence of Bryan Newbold. Chunks of the homunculus
+include:
+<dl>
+ <dt /><a href="http://know.bnewbold.net/">brain dump</a>
+ <dt /><a href="/photos/">photo gallery</a>
+ <dt /><a href="http://journal.bnewbold.net/">journal</a>
+ <dt /><a href="http://feeds.bnewbold.net/">rss aggregator</a>
+ <dt /><a href="http://git.bnewbold.net/">browsable code repository</a>
+</dl>
+<p />
+There's a lot of borrowed software under the hood; see <a
+href="/credits/">credits</a>.
+<br />
diff --git a/pages/copyright.md b/pages/copyright.md
new file mode 100644
index 0000000..34604a1
--- /dev/null
+++ b/pages/copyright.md
@@ -0,0 +1,7 @@
+Title: Fuck Copyrights
+Slug: copyright
+
+
+<p />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.
+<p />If I had to chose a license it would probably be MIT or BSD style.
+<p />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!
diff --git a/pages/credits.md b/pages/credits.md
new file mode 100644
index 0000000..f5d9746
--- /dev/null
+++ b/pages/credits.md
@@ -0,0 +1,14 @@
+Title: Software credits
+Slug: credits
+
+
+This site uses a variety of delicious software!
+<h3>operating system</h3>
+<p />It's <a href="http://freebsd.org">freeBSD</a> under the hood when not hosted elsewhere.
+<h3>web framework</h3>
+<p />The site is powered by the <a href="http://djangoproject.com/">django</a> toolkit (which runs on <a href="http://python.org">python</a>).
+<p />I use the <a href="http://www.carcosa.net/jason/software/django/stockphoto/">stockphoto</a> app written by Jason McBrayer for the photos section.
+<h3>text editor</h3>
+<p /><a href="http://vim.org">vim</a>! fuck emacs!
+<h3>versioning system</h3>
+<p />I use git as a revisioning system for the <a href="/knowledge/">knowledge wiki</a> and my <a href="/code/">software</a> (including this site!).