Unrebranding
This commit is contained in:
parent
da0452c0de
commit
a00107bf00
10
README.md
10
README.md
|
@ -1,11 +1,9 @@
|
|||
## PageBurger
|
||||
PageBurger is a simple note-taking app with end-to-end encryption.
|
||||
|
||||
PageBurger is a community fork of the discontinued [burgernotes](https://codeberg.org/burger-software/burgernotes). Most of the credits go to burger software.
|
||||
## Burgernotes
|
||||
Burgernotes is a simple note-taking app with end-to-end encryption.
|
||||
|
||||
### Links
|
||||
[Go to the PageBurger website](https://notes.hectabit.org)
|
||||
[Go to the Burgernotes website](https://notes.hectabit.org)
|
||||
|
||||
[API documentation](APIDOCS.md)
|
||||
|
||||
[Roadmap](ROADMAP.md)
|
||||
[Roadmap](ROADMAP.md)
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
# Pageburger Roadmap
|
||||
# Burgernotes Roadmap
|
||||
|
||||
- Switch to WebSockets for updating notes + live updating of note list and more, this involves redoing some APIs
|
||||
- Compress notes to reduce bandwidth and storage
|
||||
- Dedicated domain (not just a subdomain, if anyone can donate a domain let Arzumify know!)
|
||||
- Native Apps (native iOS and Linux apps are in development)
|
||||
- Native Apps (native iOS and Linux apps* are in development)
|
||||
|
||||
*kinda, not really active much :3
|
||||
|
|
2
main
2
main
|
@ -123,7 +123,7 @@ async def privacy():
|
|||
# API
|
||||
@app.route("/api/version", methods=("GET", "POST"))
|
||||
async def apiversion():
|
||||
return "PageBurger Version 1.1"
|
||||
return "Burgernotes Version 1.1"
|
||||
|
||||
@app.route("/api/signup", methods=("GET", "POST"))
|
||||
async def apisignup():
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -27,7 +27,7 @@ function showInput(inputType) {
|
|||
passwordBox.classList.add("hidden")
|
||||
backButton.classList.add("hidden")
|
||||
inputNameBox.innerText = "Username:"
|
||||
statusBox.innerText = "Login to your PageBurger account!"
|
||||
statusBox.innerText = "Login to your Burgernotes account!"
|
||||
currentInputType = 0
|
||||
} else if (inputType == 1) {
|
||||
usernameBox.classList.add("hidden")
|
||||
|
|
|
@ -615,5 +615,5 @@ removeBox.addEventListener("click", (event) => {
|
|||
});
|
||||
|
||||
if (isFirstTimeVisitor() && /Android|iPhone|iPod/i.test(navigator.userAgent)) {
|
||||
displayError("To use PageBurger:\n Swipe Right on a note to open it\n Swipe left in the text boxes to return to notes\n Click on a note to highlight it")
|
||||
displayError("To use Burgernotes:\n Swipe Right on a note to open it\n Swipe left in the text boxes to return to notes\n Click on a note to highlight it")
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -2,7 +2,7 @@
|
|||
<html>
|
||||
|
||||
<head>
|
||||
<title>PageBurger</title>
|
||||
<title>Burgernotes</title>
|
||||
<meta charset="UTF-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||||
|
@ -12,7 +12,7 @@
|
|||
|
||||
<body>
|
||||
<div class="topBar">
|
||||
<p tabindex="0" class="logo" id="burgerButton">PageBurger</p>
|
||||
<p tabindex="0" class="logo" id="burgerButton">Burgernotes</p>
|
||||
<p tabindex="0" id="usernameBox" class="usernameBox"></p>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<html>
|
||||
|
||||
<head>
|
||||
<title>PageBurger</title>
|
||||
<title>Burgernotes</title>
|
||||
<meta charset="UTF-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||||
|
@ -10,7 +10,7 @@
|
|||
|
||||
<body>
|
||||
<div class="mainDiv">
|
||||
<h1>PageBurger is down</h1>
|
||||
<h1>Burgernotes is down</h1>
|
||||
<p>We're down for maintenance, please try again later!</p>
|
||||
|
||||
<!-- please don't mind the spaghetti code :3 -->
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<html>
|
||||
|
||||
<head>
|
||||
<title>PageBurger</title>
|
||||
<title>Burgernotes</title>
|
||||
<meta charset="UTF-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<html>
|
||||
|
||||
<head>
|
||||
<title>Login - PageBurger</title>
|
||||
<title>Login - Burgernotes</title>
|
||||
<meta charset="UTF-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<html>
|
||||
|
||||
<head>
|
||||
<title>PageBurger</title>
|
||||
<title>Burgernotes</title>
|
||||
<meta charset="UTF-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<head>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<html>
|
||||
|
||||
<head>
|
||||
<title>PageBurger</title>
|
||||
<title>Burgernotes</title>
|
||||
<meta charset="UTF-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||||
|
@ -14,14 +14,14 @@
|
|||
<body>
|
||||
<div class="mainDiv">
|
||||
<div class="startDiv">
|
||||
<h1 class="w300">PageBurger</h1>
|
||||
<h1 class="w300">Burgernotes</h1>
|
||||
<p>A simple note-taking service!</p>
|
||||
<br>
|
||||
<a href="/app">Open in your browser</a>
|
||||
|
||||
<a href="/static/pageburger.mobileconfig" style="margin-top: 5px;">Download for iOS</a>
|
||||
<a href="/static/burgernotes.mobileconfig" style="margin-top: 5px;">Download for iOS</a>
|
||||
|
||||
<a style="padding: 0; padding-bottom: 0; margin-top: 5px; background-color: rgba(0, 0, 0, 0);" href="https://flathub.org/apps/org.hectabit.PageBurger">
|
||||
<a style="padding: 0; padding-bottom: 0; margin-top: 5px; background-color: rgba(0, 0, 0, 0);" href="https://flathub.org/apps/org.hectabit.burgernotes">
|
||||
<img class="flathubLogo" style="height: 55px;"src="/static/svg/flathublight.svg">
|
||||
</a>
|
||||
</div>
|
||||
|
@ -36,7 +36,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="links">
|
||||
<a href="https://centrifuge.hectabit.org/hectabit/pageburger">Source code</a>
|
||||
<a href="https://centrifuge.hectabit.org/hectabit/burgernotes">Source code</a>
|
||||
<a href="/privacy">Privacy policy</a>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<html>
|
||||
|
||||
<head>
|
||||
<title>PageBurger</title>
|
||||
<title>Burgernotes Privacy Policy</title>
|
||||
<meta charset="UTF-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||||
|
@ -10,11 +10,11 @@
|
|||
</head>
|
||||
|
||||
<body>
|
||||
<h1 class="w300">PageBurger Privacy Policy</h1>
|
||||
<h1 class="w300">Burgernotes Privacy Policy</h1>
|
||||
<h2 class="w300">Preamble</h2>
|
||||
<p><i>Please note that I am not a lawyer, please don't expect too much of this policy <3</i></p>
|
||||
<p>Welcome to the PageBurger privacy policy! PageBurger is <a
|
||||
href="https://centrifuge.hectabit.org/hectabit/pageburger">free & open source</a> software licensed under <a
|
||||
<p>Welcome to the Burgernotes privacy policy! Burgernotes is <a
|
||||
href="https://centrifuge.hectabit.org/hectabit/burgernotes">free & open source</a> software licensed under <a
|
||||
href="https://www.gnu.org/licenses/agpl-3.0.en.html">GNU AGPL-3.0</a>.</p>
|
||||
<h2 class="w300">Information collected when signing up</h2>
|
||||
<p>When signing up for an account, we collect and store the following information:</p>
|
||||
|
@ -56,8 +56,8 @@
|
|||
<h2 class="w300">We don't sell your data</h2>
|
||||
<p>We don't sell or share your data to advertisers or third-parties.</p>
|
||||
<h2 class="w300">Liability</h2>
|
||||
<p>We take no responsibility for the use of PageBurger, or any external instances provided by third-parties. We
|
||||
refuse liability for any inappropriate or illegal use of PageBurger.</p>
|
||||
<p>We take no responsibility for the use of burgernotes, or any external instances provided by third-parties. We
|
||||
refuse liability for any inappropriate or illegal use of burgernotes.</p>
|
||||
<p>You may view the AGPL-3.0 license which this software is provided to you with. A copy of the section is below.</p>
|
||||
<p>IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
|
||||
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<html>
|
||||
|
||||
<head>
|
||||
<title>Signup - PageBurger</title>
|
||||
<title>Signup - Burgernotes</title>
|
||||
<meta charset="UTF-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||||
|
@ -14,7 +14,7 @@
|
|||
<body>
|
||||
<div class="inoutdiv">
|
||||
<h2 class="w300">Signup</h2>
|
||||
<p>Signup for a PageBurger account</p>
|
||||
<p>Signup for a Burgernotes account</p>
|
||||
<p id="statusBox"></p>
|
||||
<input id="usernameBox" type="text" placeholder="Username">
|
||||
<input id="passwordBox" type="password" placeholder="Password">
|
||||
|
|
Loading…
Reference in New Issue