Fix project naming
Committed 3a5248
--- a/indieweb_rocks/templates/landing.html
+++ b/indieweb_rocks/templates/landing.html
$def with ()
-<h1 class=h-app><span p-name>IndieWeb Site Validator</span></h1>
+<h1 class=h-app style=text-align:center><span p-name>IndieWeb Validator</span></h1>
<form id=search action=/search method=get>
<label style=font-size:.8em><strong>Website Address</strong><br>
--- a/indieweb_rocks/templates/template.html
+++ b/indieweb_rocks/templates/template.html
<title>
$if "title" in resource:
$resource.title —
-IndieWeb.rocks</title>
+IndieWeb Validator</title>
<link rel=stylesheet href=/static/web.css>
<link rel=stylesheet href=/static/screen.css>
<link rel=icon href=/static/favicon.ico>
$# </div>
$if "title" in resource:
- <nav><a href=/ rel=home><img src=/static/favicon.ico> IndieWeb Site Validator</a></nav>
+ <nav><a href=/ rel=home><img src=/static/favicon.ico> IndieWeb Validator</a></nav>
<article>
$:resource
--- a/package.json
+++ b/package.json
{
"name": "indieweb.rocks",
"version": "0.0.1",
- "description": "IndieWeb site validator",
+ "description": "IndieWeb scoreboard generator",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
--- a/pyproject.toml
+++ b/pyproject.toml
[tool.poetry]
name = "indieweb.rocks"
version = "0.0.6"
-description = "IndieWeb site validator"
+description = "IndieWeb validator"
authors = ["Angelo Gladding <angelo@ragt.ag>"]
license = "0BSD"