Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
yPhil
Pétrolette
Commits
062205a0
Commit
062205a0
authored
Dec 08, 2017
by
yPhil
Browse files
SYS: Removing Mobylette symbols
parent
42511f24
Changes
8
Hide whitespace changes
Inline
Side-by-side
bin/www
View file @
062205a0
...
...
@@ -5,7 +5,7 @@
*/
var
app
=
require
(
'
../app
'
);
var
debug
=
require
(
'
debug
'
)(
'
moby
lette:server
'
);
var
debug
=
require
(
'
debug
'
)(
'
petro
lette:server
'
);
var
http
=
require
(
'
http
'
);
/**
...
...
bower.json
View file @
062205a0
{
"name"
:
"
moby
lette"
,
"name"
:
"
petro
lette"
,
"version"
:
"0.4.5"
,
"description"
:
"Fly by night RSS feed reader"
,
"main"
:
""
,
...
...
package-lock.json
View file @
062205a0
{
"name"
:
"
moby
lette"
,
"name"
:
"
petro
lette"
,
"version"
:
"0.4.8"
,
"lockfileVersion"
:
1
,
"requires"
:
true
,
...
...
package.json
View file @
062205a0
{
"name"
:
"
moby
lette"
,
"name"
:
"
petro
lette"
,
"version"
:
"0.4.8"
,
"private"
:
true
,
"engines"
:
{
...
...
public/css/
moby
lette.css
→
public/css/
petro
lette.css
View file @
062205a0
...
...
@@ -12,7 +12,7 @@ ul {
padding
:
0
;
}
/*
Moby
lette */
/*
Petro
lette */
body
{
/* font-size:.8em !important; */
margin
:
0
!important
;
...
...
public/images/
moby
lette.png
→
public/images/
petro
lette.png
View file @
062205a0
File moved
public/lib/js/menu.js
View file @
062205a0
...
...
@@ -48,7 +48,7 @@ $('<div id="menu">').appendTo($('body')).load('/static/templates/menu.html', fun
event
.
preventDefault
();
MOB
.
dialog
.
help
();
// MOB.utilities.help('menu');
// window.open('https://bitbucket.org/yphil/
moby
lette/wiki/Home', '_blank');
// window.open('https://bitbucket.org/yphil/
petro
lette/wiki/Home', '_blank');
});
$donate
.
click
(
function
(
event
)
{
...
...
views/index.html
View file @
062205a0
...
...
@@ -5,7 +5,7 @@
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
<title>
Petrolette
</title>
<link
rel=
"icon"
type=
"image/png"
href=
"/static/images/
moby
lette.png"
/>
<link
rel=
"icon"
type=
"image/png"
href=
"/static/images/
petro
lette.png"
/>
<!-- <link rel="preload" as="style" href="/static/css/themes/day/jquery-ui.css"> -->
<!-- <link rel="preload" as="style" href="/static/css/fontello.css"> -->
...
...
@@ -17,7 +17,7 @@
<link
rel=
"stylesheet"
href=
"/static/css/fontello.css"
media=
"none"
onload=
"this.media='all';"
>
<link
rel=
"stylesheet"
href=
"/static/css/mob-ui.css"
media=
"none"
onload=
"this.media='all';"
>
<link
rel=
"stylesheet"
href=
"/static/css/
moby
lette.css"
media=
"none"
onload=
"this.media='all';"
>
<link
rel=
"stylesheet"
href=
"/static/css/
petro
lette.css"
media=
"none"
onload=
"this.media='all';"
>
<link
rel=
"stylesheet"
id=
"mobStyle"
href=
"/static/css/themes/day.css"
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment