More consistency with SeaweedFS name

Among the changes, this replaces a couple instances of "Seaweed File System"
with "SeaweedFS", for the same reason that nobody says "Mongo Data Base".
This commit is contained in:
Stuart P. Bentley
2015-04-16 21:11:25 +00:00
parent e736963f3c
commit 1a194a578c
14 changed files with 55 additions and 57 deletions

View File

@@ -7,13 +7,13 @@ import (
var StatusTpl = template.Must(template.New("status").Parse(`<!DOCTYPE html>
<html>
<head>
<title>Seaweed File System {{ .Version }}</title>
<title>SeaweedFS {{ .Version }}</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
</head>
<body>
<div class="container">
<div class="page-header">
<h1>Seaweed File System <small>{{ .Version }}</small></h1>
<h1>SeaweedFS <small>{{ .Version }}</small></h1>
</div>
<div class="row">