From 8e209973ab76e5d3b5657088306d5cd16a4eaaee Mon Sep 17 00:00:00 2001 From: bnewbold Date: Thu, 5 May 2016 17:21:14 -0400 Subject: trivial small fixes/improvements to meta pages --- pages/about.md | 14 +++----------- pages/copyright.md | 12 ++++++++---- pages/credits.md | 19 ++++++++----------- theme/templates/base.html | 2 +- 4 files changed, 20 insertions(+), 27 deletions(-) diff --git a/pages/about.md b/pages/about.md index 263c4d6..6d5b27e 100644 --- a/pages/about.md +++ b/pages/about.md @@ -1,14 +1,7 @@ -Title: About bnewbold.net +Title: About Slug: about -
- the author -
-
the perp
-
-This website is the web presence of Bryan Newbold. Chunks of the homunculus -include: +This website is the web presence of Bryan Newbold. Chunks of the homunculus include:
brain dump
photo gallery @@ -17,6 +10,5 @@ include:
browsable code repository

-There's a lot of borrowed software under the hood; see credits. +There's a lot of borrowed software under the hood; see credits.
diff --git a/pages/copyright.md b/pages/copyright.md index 34604a1..e64686c 100644 --- a/pages/copyright.md +++ b/pages/copyright.md @@ -1,7 +1,11 @@ -Title: Fuck Copyrights +Title: Copyright Slug: copyright +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. -

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! +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! diff --git a/pages/credits.md b/pages/credits.md index f5d9746..76dac10 100644 --- a/pages/credits.md +++ b/pages/credits.md @@ -1,14 +1,11 @@ -Title: Software credits +Title: Software Credits Slug: credits +This site uses a variety of delicious Free Software! -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!). +

diff --git a/theme/templates/base.html b/theme/templates/base.html index 2f7af8f..f895fe3 100644 --- a/theme/templates/base.html +++ b/theme/templates/base.html @@ -86,7 +86,7 @@ Here lies content! about    credits    email the webmaster    -produced 2007-2015 by bryan newbold, all rights ignored +produced 2007-2016 by bryan newbold, all rights ignored -- cgit v1.2.3