File tree 5 files changed +8
-8
lines changed
5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
- # Electricomics Web Reader
1
+ # Electricomics Desktop Reader
2
2
3
3
This is the beta version of the Electricomics Reader for desktop.
4
4
@@ -10,7 +10,7 @@ This is the beta version of the Electricomics Reader for desktop.
10
10
* [ ] fix tilt on Sway for non ios and non accelerometers
11
11
* [x] fix size in comics created with the generators
12
12
* [x] inject code into comics
13
- * [ ] prepare archives for the 4 comics
13
+ * [x ] prepare archives for the 4 comics
14
14
15
15
16
16
## General TODO
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ var sockets = {};
38
38
var nextSocketId = 0 ;
39
39
40
40
var chrome = new Chrome ( {
41
- title : 'Electricomics Reader ' ,
41
+ title : 'Electricomics' ,
42
42
debug : DEBUG
43
43
} ) ;
44
44
var serverUrl = 'http://' + options . host + ':' + options . port ;
Original file line number Diff line number Diff line change 3
3
< head >
4
4
< meta charset ="UTF-8 ">
5
5
< meta name ="viewport " content ="width=device-width, initial-scale=1 ">
6
- < title > Electricomics Web Reader </ title >
6
+ < title > Electricomics</ title >
7
7
< style >
8
8
html , body {
9
9
height : 100% ;
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " electricomics-web -reader" ,
2
+ "name" : " electricomics-desktop -reader" ,
3
3
"version" : " 0.1.0" ,
4
- "description" : " Electricomics Web Reader" ,
4
+ "description" : " Electricomics Desktop Reader" ,
5
5
"scripts" : {
6
6
"start" : " nw"
7
7
},
35
35
"width" : 1024 ,
36
36
"height" : 768 ,
37
37
"fullscreen" : false ,
38
- "title" : " Electricomics Web Reader " ,
38
+ "title" : " Electricomics" ,
39
39
"toolbar" : false
40
40
},
41
41
"private" : true
Original file line number Diff line number Diff line change 3
3
<head >
4
4
<meta charset =" UTF-8" >
5
5
<meta name =" viewport" content =" width=device-width, initial-scale=1" >
6
- <title >Electricomics Web Reader </title >
6
+ <title >Electricomics</title >
7
7
<link rel =" stylesheet" href =" /js/lib/jquery-ui/jquery-ui.min.css" >
8
8
<link rel =" stylesheet" href =" /css/style.css" >
9
9
</head >
You can’t perform that action at this time.
0 commit comments