Updated website
This commit is contained in:
parent
fca9c1add6
commit
004fc27c5f
5 changed files with 34 additions and 13 deletions
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
layout: default
|
||||
title: Changelog
|
||||
nav_order: 8
|
||||
nav_order: 9
|
||||
---
|
||||
## v.3.1.1
|
||||
+ Fixed error during a fresh installation with sqlite
|
||||
|
|
|
@ -4,17 +4,18 @@ title: Home
|
|||
nav_order: 1
|
||||
---
|
||||
|
||||
<p align="center">
|
||||
<p class="text-center">
|
||||
<img src="img/xbackbone.png" width="400px">
|
||||
</p>
|
||||
|
||||
XBackBone is a simple and lightweight PHP file manager that support the instant sharing tool ShareX and *NIX systems. It supports uploading and displaying images, GIF, video, code, formatted text, pdf, and file downloading and uploading. Also have a web UI with multi user management, media gallery and search support.
|
||||
{: .fs-5 .fw-300 }
|
||||
|
||||
|
||||
[Download](https://github.com/SergiX44/XBackBone/releases/latest){: .btn .btn-green }
|
||||
[GitHub](https://github.com/SergiX44/XBackBone){: .btn .btn-blue }
|
||||
|
||||
<p class="text-center">
|
||||
<a href="https://github.com/SergiX44/XBackBone/releases/latest" class="btn btn-green">Download</a>
|
||||
<a href="https://github.com/SergiX44/XBackBone" class="btn btn-blue">GitHub</a>
|
||||
<a href="sponsor.html" class="btn btn-purple" style="background-color: #e7af06; background-image: linear-gradient(#f7d12e, #e7af06);">Sponsor</a>
|
||||
</p>
|
||||
|
||||
## Main Features
|
||||
+ Supports every upload type from ShareX.
|
||||
|
@ -44,13 +45,13 @@ XBackBone is a simple and lightweight PHP file manager that support the instant
|
|||
+ Tag uploads with custom tags for categorization.
|
||||
+ ... and more.
|
||||
|
||||
### Demo GIF
|
||||
|
||||
![img](https://i.imgur.com/iV8Rirn.gif)
|
||||
|
||||
## Translations
|
||||
You can help translating the project on [Weblate](https://hosted.weblate.org/projects/xbackbone/xbackbone/).
|
||||
|
||||
<a href="https://hosted.weblate.org/engage/xbackbone/?utm_source=widget">
|
||||
<img src="https://hosted.weblate.org/widgets/xbackbone/-/xbackbone/multi-auto.svg" alt="Stato traduzione" />
|
||||
</a>
|
||||
|
||||
#### Demo GIF
|
||||
|
||||
![img](https://i.imgur.com/iV8Rirn.gif)
|
||||
</a>
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
layout: default
|
||||
title: License & Credits
|
||||
nav_order: 9
|
||||
nav_order: 10
|
||||
---
|
||||
|
||||
# License
|
||||
|
|
20
docs/sponsor.md
Normal file
20
docs/sponsor.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
---
|
||||
layout: default
|
||||
title: Sponsorship
|
||||
nav_order: 8
|
||||
---
|
||||
|
||||
# Sponsor this project
|
||||
|
||||
You can give your contribution to this project thanks to a small sponsorship, through GitHub Sponsors, or as a single donation on PayPal.
|
||||
All those who make the recurring donations, the names or logos will be inserted in this page, if they wish.
|
||||
|
||||
|
||||
[<img src="https://www.gravatar.com/avatar/98b8d56f4a193e3f7154f236c16930b2?s=160" alt="SergiX44" height="100">](https://github.com/SergiX44) |
|
||||
---|
|
||||
[SergiX44](https://github.com/SergiX44) |
|
||||
[GitHub Sponsors](https://github.com/sponsors/SergiX44) |
|
||||
[PayPal for XBackBone](http://bit.ly/XBackBonePaypal) |
|
||||
{: .text-center}
|
||||
|
||||
## Sponsors
|
|
@ -4,7 +4,7 @@ title: Upgrading
|
|||
nav_order: 4
|
||||
---
|
||||
|
||||
# How to update
|
||||
# Upgrading
|
||||
|
||||
The system updates can be applied via the web interface by an administrator, or manually via CLI.
|
||||
|
||||
|
|
Loading…
Reference in a new issue