aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornehls@b2ef00c0-3703-41da-baef-cfe82387ac0c <none@none>2010-02-03 17:49:31 +0000
committernehls@b2ef00c0-3703-41da-baef-cfe82387ac0c <none@none>2010-02-03 17:49:31 +0000
commit25c7d558968ccc435d135045a6bbab1abfc3677d (patch)
treeb8c5ab04faa6f74d450473b712a45396d5279c48
parent7917c8e5eb4dc8cc5de772f717159d4785f10b4e (diff)
downloadetherpad-25c7d558968ccc435d135045a6bbab1abfc3677d.tar.gz
etherpad-25c7d558968ccc435d135045a6bbab1abfc3677d.tar.xz
etherpad-25c7d558968ccc435d135045a6bbab1abfc3677d.zip
Some more branding
--HG-- extra : convert_revision : svn%3Ab2ef00c0-3703-41da-baef-cfe82387ac0c/trunk%4026
-rw-r--r--etherpad/src/static/favicon.icobin1150 -> 1354 bytes
-rw-r--r--etherpad/src/templates/main/home.ejs4
-rw-r--r--etherpad/src/templates/pad/create_body.ejs4
3 files changed, 4 insertions, 4 deletions
diff --git a/etherpad/src/static/favicon.ico b/etherpad/src/static/favicon.ico
index a19a1cb..a833c3a 100644
--- a/etherpad/src/static/favicon.ico
+++ b/etherpad/src/static/favicon.ico
Binary files differ
diff --git a/etherpad/src/templates/main/home.ejs b/etherpad/src/templates/main/home.ejs
index b806e81..39ac6ee 100644
--- a/etherpad/src/templates/main/home.ejs
+++ b/etherpad/src/templates/main/home.ejs
@@ -10,13 +10,13 @@ Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS-IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
-limitations under the License. */ %><% helpers.setHtmlTitle("EtherPad: Open-Sourced!"); %>
+limitations under the License. */ %><% helpers.setHtmlTitle("SplinePad [beta]: Open-Sourced!"); %>
<% helpers.includeCss("home-opensource.css"); %>
<div id="home">
<div id="title">
- EtherPad: Open-Sourced!
+ SplinePad [beta]: Open-Sourced!
</div>
<div>
diff --git a/etherpad/src/templates/pad/create_body.ejs b/etherpad/src/templates/pad/create_body.ejs
index 5fec49a..742821f 100644
--- a/etherpad/src/templates/pad/create_body.ejs
+++ b/etherpad/src/templates/pad/create_body.ejs
@@ -10,7 +10,7 @@ Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS-IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
-limitations under the License. */ %><% helpers.setHtmlTitle("EtherPad: Create a new pad?"); %>
+limitations under the License. */ %><% helpers.setHtmlTitle("SplinePad [beta]: Create a new pad?"); %>
<div id="createpadpage" class="fpcontent">
<form action="<%= request.path %>" method="post">
@@ -18,7 +18,7 @@ limitations under the License. */ %><% helpers.setHtmlTitle("EtherPad: Create a
<p><tt id="padurl">http://<%= request.host %>/<%= toHTML(padId) %></tt></p>
<br/>
- <p>There is no EtherPad document here. Would you like to create one?</p>
+ <p>There is no SplinePad document here. Would you like to create one?</p>
<input type="hidden" name="padId" value="<%= toHTML(padId) %>" />
<input type="submit" id="createPad" value="Create Pad" />