mirror of
https://codeberg.org/VnPower/PixivFE
synced 2024-12-06 19:16:23 +01:00
Change hyperlinks according to the ownership change
This commit is contained in:
@@ -5,13 +5,13 @@ A open source alternative frontend for Pixiv.
|
||||
**Notice**: PixivFE now has a public room on Matrix, [join here](https://matrix.to/#/#pixivfe:exozy.me)!
|
||||
|
||||
<p>
|
||||
<a href="https://codeberg.org/vnpower/pixivfe">
|
||||
<a href="https://codeberg.org/pixivfe/pixivfe">
|
||||
<img alt="Get it on Codeberg" src="https://get-it-on.codeberg.org/get-it-on-blue-on-white.png" height="60">
|
||||
</a>
|
||||
</p>
|
||||
|
||||
[](https://ci.codeberg.org/repos/12556)
|
||||
[](https://goreportcard.com/report/codeberg.org/vnpower/pixivfe)
|
||||
[](https://goreportcard.com/report/codeberg.org/pixivfe/pixivfe)
|
||||
[](https://crowdin.com/project/pixivfe)
|
||||
|
||||
[](https://hub.docker.com/r/vnpower/pixivfe)
|
||||
@@ -105,13 +105,13 @@ This project was made possible thanks to:
|
||||
- [kun](https://codeberg.org/idkwhyiexist): for supporting my idea to start this project
|
||||
- [Anthony Wang](https://codeberg.org/xy): for starting [exozyme](https://exozy.me) and the infrastructure
|
||||
- [dragongoose](https://codeberg.org/dragongoose): for early code support
|
||||
- [NNB](https://codeberg.org/NNB): for making PixivFE's [official logo](https://codeberg.org/VnPower/PixivFE/issues/4)
|
||||
- [toonakko](https://github.com/UmiTooko): for drawing [cover artworks](https://codeberg.org/VnPower/PixivFE/src/branch/v2/assets/img/nsfw.png)
|
||||
- [NNB](https://codeberg.org/NNB): for making PixivFE's [official logo](https://codeberg.org/PixivFE/PixivFE/issues/4)
|
||||
- [toonakko](https://github.com/UmiTooko): for drawing [cover artworks](https://codeberg.org/PixivFE/PixivFE/src/branch/v2/assets/img/nsfw.png)
|
||||
- [iacore](https://codeberg.org/iacore): for the a lot of code contributions, features and bug fixes
|
||||
- [perennial](https://codeberg.org/perennial): for the a lot of code contributions and the [documentation](https://pixivfe-docs.pages.dev)
|
||||
- [jackyzy823](https://codeberg.org/jackyzy823): for implementing novels and other contributions
|
||||
|
||||
Special thanks to: the [exozyme community](https://exozy.me/explore), Codeberg, [stargazers](https://codeberg.org/VnPower/PixivFE/stars), and all participants in the [issue tracker](https://codeberg.org/VnPower/PixivFE/issues)!
|
||||
Special thanks to: the [exozyme community](https://exozy.me/explore), Codeberg, [stargazers](https://codeberg.org/PixivFE/PixivFE/stars), and all participants in the [issue tracker](https://codeberg.org/PixivFE/PixivFE/issues)!
|
||||
|
||||
---
|
||||
|
||||
|
||||
+1
-1
@@ -31,7 +31,7 @@ const (
|
||||
|
||||
defaultPort = "8282"
|
||||
|
||||
defaultRepoUrl = "https://codeberg.org/VnPower/PixivFE"
|
||||
defaultRepoUrl = "https://codeberg.org/PixivFE/PixivFE"
|
||||
defaultAcceptLanguage = "en-US,en;q=0.5"
|
||||
defaultProxyServerStaging = BuiltinProxyUrl
|
||||
defaultProxyCheckEnabled = true
|
||||
|
||||
+3
-3
@@ -7,7 +7,7 @@ hide:
|
||||
**PixivFE**, a privacy-respecting alternative front-end for Pixiv that doesn't suck.
|
||||
|
||||
[](https://ci.codeberg.org/repos/12556)
|
||||
[](https://goreportcard.com/report/codeberg.org/vnpower/pixivfe)
|
||||
[](https://goreportcard.com/report/codeberg.org/pixivfe/pixivfe)
|
||||
[](https://crowdin.com/project/pixivfe)
|
||||
|
||||
[](https://hub.docker.com/r/vnpower/pixivfe)
|
||||
@@ -62,14 +62,14 @@ hide:
|
||||
|
||||
For support:
|
||||
|
||||
- Report issues or request features on [Codeberg](https://codeberg.org/VnPower/PixivFE/issues).
|
||||
- Report issues or request features on [Codeberg](https://codeberg.org/PixivFE/PixivFE/issues).
|
||||
- Workarounds for common issues are covered on [Known Quirks](known-quirks.md).
|
||||
|
||||
## Contributing
|
||||
|
||||
Contributions to PixivFE are welcome, including code and documentation. For more information on how to contribute, please refer to the [developer documentation](dev/index.md).
|
||||
|
||||
[{ width="200" }](https://codeberg.org/VnPower/PixivFE)
|
||||
[{ width="200" }](https://codeberg.org/PixivFE/PixivFE)
|
||||
|
||||
## License
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ To check the uptime history and status of these instances, visit the [PixivFE in
|
||||
Instances marked as having analytics load external tracking scripts, such as [Cloudflare Web Analytics](https://developers.cloudflare.com/analytics/web-analytics/).
|
||||
|
||||
!!! tip
|
||||
To add your instance to this list, [create an issue on the PixivFE repository](https://codeberg.org/VnPower/PixivFE/issues/new?template=.forgejo%2fissue_template%2fadd-instance.yaml) using the "Add Instance" template.
|
||||
To add your instance to this list, [create an issue on the PixivFE repository](https://codeberg.org/PixivFE/PixivFE/issues/new?template=.forgejo%2fissue_template%2fadd-instance.yaml) using the "Add Instance" template.
|
||||
|
||||
<!-- Note to page editors: The tables below only refresh their data when `mkdocs serve` is restarted, due to how the data is templated in from the CSV files. -->
|
||||
|
||||
|
||||
Reference in New Issue
Block a user