summaryrefslogtreecommitdiff
path: root/plinth.py
diff options
context:
space:
mode:
authorSean O'Brien <diggity@diggmobile.(none)>2012-02-24 17:18:33 -0500
committerJames Vasile <james@jamesvasile.com>2012-03-12 14:39:31 -0400
commit575aeb7b980bfb1e93bce8a2c06534c7840653df (patch)
treeb5ca43448ea06ca7cec29a54cdeacd03cf3f1e5b /plinth.py
parent88a8dee485fb8e1d734b4fb965ec8877d0f0b31c (diff)
Added HTML5-Reset code http://html5reset.org
Removed robots.txt (we have "noindex,nofollow" in the template meta tags, do we need this?) Added meta noindex,nofollow,noarchive tags for specific robots (googlebot etc.) Removed extraneous meta tags useful only for indexing Removed HTML5-Reset "_" directory. Not sure why it's useful to add an ambiguous folder to the directory tree. Made sure no Google-y code wasn't included (analytics, remote copy of JQuery, etc.) Fixed symbolic link docs/style.css New favicon and iOS "web clip" button
Diffstat (limited to 'plinth.py')
-rwxr-xr-xplinth.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plinth.py b/plinth.py
index b8afa75..b912dc0 100755
--- a/plinth.py
+++ b/plinth.py
@@ -68,7 +68,7 @@ def load_modules():
cfg.log("skipping %s" % name)
def parse_arguments():
- parser = argparse.ArgumentParser(description='Plinht web interface for the FreedomBox.')
+ parser = argparse.ArgumentParser(description='Plinth web interface for the FreedomBox.')
parser.add_argument('--pidfile', default="",
help='specify a file in which the server may write its pid')
args=parser.parse_args()