Browse Source

De loli-safe (#77)

* Change all occurences of loli-safe to lolisafe

Saw that repository was renamed, links were changed, but a lot of files of lolisafe were unchanged. So I followed the links and changed what seemed safe to change. Which turned out to be all occurences. 

Also, bumped the copyright.

* Change year in LICENSE

This seems to be the proper format.

* Image fix

It was out of focus.

* Relative image path

Heard on StackOverflow it can be done like this.
Shumatsu 6 years ago
parent
commit
44ca2dd53d
9 changed files with 13 additions and 13 deletions
  1. 1 1
      LICENSE
  2. 6 6
      README.md
  3. 1 1
      config.sample.js
  4. 1 1
      package.json
  5. 1 1
      pages/error/404.html
  6. 1 1
      pages/error/500.html
  7. 1 1
      pages/faq.html
  8. 1 1
      pages/home.html
  9. BIN
      public/images/fb_share.png

+ 1 - 1
LICENSE

@@ -1,6 +1,6 @@
 MIT License
 
-Copyright (c) 2017 Pitu
+Copyright (c) 2018 Pitu
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal

File diff suppressed because it is too large
+ 6 - 6
README.md


+ 1 - 1
config.sample.js

@@ -3,7 +3,7 @@ module.exports = {
 	/*
 		If set to true the user will need to specify the auto-generated token
 		on each API call, meaning random strangers wont be able to use the service
-		unless they have the token loli-safe provides you with.
+		unless they have the token lolisafe provides you with.
 		If it's set to false, then upload will be public for anyone to use.
 	*/
 	private: true,

+ 1 - 1
package.json

@@ -8,7 +8,7 @@
     "url": "https://github.com/WeebDev/lolisafe"
   },
   "bugs": {
-    "url": "https://github.com/WeebDev/loli-safe/issues"
+    "url": "https://github.com/WeebDev/lolisafe/issues"
   },
   "engines": {
     "node": ">=7.0.0"

+ 1 - 1
pages/error/404.html

@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
 	<head>
-		<title>loli-safe</title>
+		<title>lolisafe</title>
 
 		<link href='//fonts.googleapis.com/css?family=Lato:100' rel='stylesheet' type='text/css'>
 

+ 1 - 1
pages/error/500.html

@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
 	<head>
-		<title>loli-safe</title>
+		<title>lolisafe</title>
 
 		<link href='//fonts.googleapis.com/css?family=Lato:100' rel='stylesheet' type='text/css'>
 

+ 1 - 1
pages/faq.html

@@ -64,7 +64,7 @@
 					<h2 class='subtitle'>What are albums?</h2>
 					<article class="message">
 						<div class="message-body">
-							Albums are a simple way of sorting uploads together. Right now you can create albums through the dashboard and use them only with <a target="_blank" href="https://chrome.google.com/webstore/detail/loli-safe-uploader/enkkmplljfjppcdaancckgilmgoiofnj">our chrome extension</a> which will enable you to <strong>right click -> send to lolisafe</strong> or to a desired album if you have any.
+							Albums are a simple way of sorting uploads together. Right now you can create albums through the dashboard and use them only with <a target="_blank" href="https://chrome.google.com/webstore/detail/lolisafe-uploader/enkkmplljfjppcdaancckgilmgoiofnj">our chrome extension</a> which will enable you to <strong>right click -> send to lolisafe</strong> or to a desired album if you have any.
 						</div>
 					</article>
 

+ 1 - 1
pages/home.html

@@ -82,7 +82,7 @@
 
 					<h3 class="subtitle"><a href="/auth" id="loginLinkText"></a></h3>
 					<h3 id="links">
-						<a href="https://github.com/WeebDev/lolisafe" target="_blank" class="is-danger">View on GitHub</a><span>|</span><a id="ShareX" href="https://lolisafe.moe/sharex.txt">ShareX</a><span>|</span><a href="https://chrome.google.com/webstore/detail/loli-safe-uploader/enkkmplljfjppcdaancckgilmgoiofnj" target="_blank" class="is-danger">Chrome extension</a><span>|</span><a href="/faq" class="is-danger">FAQ</a><span>|</span><a href="/auth" target="_blank" class="is-danger">Dashboard</a>
+						<a href="https://github.com/WeebDev/lolisafe" target="_blank" class="is-danger">View on GitHub</a><span>|</span><a id="ShareX" href="https://lolisafe.moe/sharex.txt">ShareX</a><span>|</span><a href="https://chrome.google.com/webstore/detail/lolisafe-uploader/enkkmplljfjppcdaancckgilmgoiofnj" target="_blank" class="is-danger">Chrome extension</a><span>|</span><a href="/faq" class="is-danger">FAQ</a><span>|</span><a href="/auth" target="_blank" class="is-danger">Dashboard</a>
 					</h3>
 
 				</div>

BIN
public/images/fb_share.png