Project name change

This commit is contained in:
Pablo Ferreiro 2022-01-14 18:18:28 +01:00
parent ed0e42a82c
commit b7563d3ee9
No known key found for this signature in database
GPG key ID: 41FBCE65B779FA24
8 changed files with 14 additions and 13 deletions

View file

@ -1,8 +1,8 @@
# TikTok alternative Frontend
Use Tiktok using an alternative frontend, inspired by Nitter.
# ProxiTok
Use Tiktok with an alternative frontend, inspired by Nitter.
## Features
* Privacy: All requests made to TikTok are server-side, so you will never connect to TikTok servers
* Privacy: All requests made to TikTok are server-side, so you will never connect to their servers
* See user's feed
* See trending
* See tags

View file

@ -1,7 +1,7 @@
{
"name": "pablouser1/tiktok-alt-frontend",
"name": "pablouser1/proxitok",
"description": "An alternative frontend for TikTok",
"version": "1.1.1",
"version": "1.1.2",
"license": "AGPL-3.0-or-later",
"repositories": [
{

2
composer.lock generated
View file

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "be47923ca5eb85a99cf811122d2ecf9a",
"content-hash": "1ce19ea9f5a04de038c5de13e78d29d9",
"packages": [
{
"name": "graham-campbell/result-type",

View file

@ -1,5 +1,5 @@
{
"name": "tiktok-alt-frontend-scss",
"name": "proxitok-scss",
"private": true,
"scripts": {
"bulma": "sass --style=compressed bulma.scss ../bulma.min.css"

View file

@ -113,9 +113,9 @@ readdirp@~3.6.0:
picomatch "^2.2.1"
sass@^1.46.0:
version "1.47.0"
resolved "https://registry.yarnpkg.com/sass/-/sass-1.47.0.tgz#c22dd0eed2e4a991430dae0b03c8e694bc41c2b4"
integrity sha512-GtXwvwgD7/6MLUZPnlA5/8cdRgC9SzT5kAnnJMRmEZQFRE3J56Foswig4NyyyQGsnmNvg6EUM/FP0Pe9Y2zywQ==
version "1.48.0"
resolved "https://registry.yarnpkg.com/sass/-/sass-1.48.0.tgz#b53cfccc1b8ab4be375cc54f306fda9d4711162c"
integrity sha512-hQi5g4DcfjcipotoHZ80l7GNJHGqQS5LwMBjVYB/TaT0vcSSpbgM8Ad7cgfsB2M0MinbkEQQPO9+sjjSiwxqmw==
dependencies:
chokidar ">=3.0.0 <4.0.0"
immutable "^4.0.0"

View file

@ -1,7 +1,7 @@
<footer class="footer">
<div class="content">
<p class="has-text-centered">
Made with <span style="color: #e25555;">&#9829;</span> in <a href="https://github.com/pablouser1/tiktok-alt-frontend">Github</a>
Made with <span style="color: #e25555;">&#9829;</span> in <a href="https://github.com/pablouser1/ProxiTok">Github</a>
</p>
</div>
</footer>

View file

@ -3,5 +3,5 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="{assets('bulma.min.css', 'styles')}">
<title>{$title} - Tiktok Alt-Frontend</title>
<title>{$title} - ProxiTok</title>
</head>

View file

@ -10,7 +10,8 @@
</div>
<div class="hero-body">
<div class="container has-text-centered">
<p class="title">Welcome to TikTok Alt-Frontend!</p>
<p class="title">Welcome to ProxiTok!</p>
<p class="subtitle">An alternative open source frontend for TikTok</p>
<p>Search user:</p>
<form id="username_form">
<div class="field has-addons has-addons-centered">