Skip to content

Commit 4e315eb

Browse files
author
Giulia Alfonsi
committed
Renamed app
1 parent 9ac7694 commit 4e315eb

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Electricomics Web Reader
1+
# Electricomics Desktop Reader
22

33
This is the beta version of the Electricomics Reader for desktop.
44

@@ -10,7 +10,7 @@ This is the beta version of the Electricomics Reader for desktop.
1010
* [ ] fix tilt on Sway for non ios and non accelerometers
1111
* [x] fix size in comics created with the generators
1212
* [x] inject code into comics
13-
* [ ] prepare archives for the 4 comics
13+
* [x] prepare archives for the 4 comics
1414

1515

1616
## General TODO

app.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ var sockets = {};
3838
var nextSocketId = 0;
3939

4040
var chrome = new Chrome({
41-
title: 'Electricomics Reader',
41+
title: 'Electricomics',
4242
debug: DEBUG
4343
});
4444
var serverUrl = 'http://' + options.host + ':' + options.port;

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1">
6-
<title>Electricomics Web Reader</title>
6+
<title>Electricomics</title>
77
<style>
88
html, body {
99
height: 100%;

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "electricomics-web-reader",
2+
"name": "electricomics-desktop-reader",
33
"version": "0.1.0",
4-
"description": "Electricomics Web Reader",
4+
"description": "Electricomics Desktop Reader",
55
"scripts": {
66
"start": "nw"
77
},
@@ -35,7 +35,7 @@
3535
"width": 1024,
3636
"height": 768,
3737
"fullscreen": false,
38-
"title": "Electricomics Web Reader",
38+
"title": "Electricomics",
3939
"toolbar": false
4040
},
4141
"private": true

views/app.hbs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1">
6-
<title>Electricomics Web Reader</title>
6+
<title>Electricomics</title>
77
<link rel="stylesheet" href="/js/lib/jquery-ui/jquery-ui.min.css">
88
<link rel="stylesheet" href="/css/style.css">
99
</head>

0 commit comments

Comments
 (0)