Browse Source

change repository address

sqliteway
ghost 2 years ago
parent
commit
183ad99ccd
  1. 2
      LICENSE
  2. 8
      README.md
  3. 6
      public/index.php

2
LICENSE

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

8
README.md

@ -12,12 +12,12 @@ The project goal - simple interface, clear architecture and lightweight server r
#### Screenshotes #### Screenshotes
![Search page](https://github.com/d47081/YGGo/blob/main/media/search.png?raw=true) ![Search page](https://github.com/YGGverse/YGGo/blob/main/media/search.png?raw=true)
https://github.com/d47081/YGGo/tree/main/media https://github.com/YGGverse/YGGo/tree/main/media
#### License #### License
Engine sources [MIT License](https://github.com/d47081/YGGo/blob/main/LICENSE) Engine sources [MIT License](https://github.com/YGGverse/YGGo/blob/main/LICENSE)
Home page animation by [alvarotrigo](https://codepen.io/alvarotrigo/pen/GRvYNax) Home page animation by [alvarotrigo](https://codepen.io/alvarotrigo/pen/GRvYNax)
#### Requirements #### Requirements
@ -61,6 +61,6 @@ sqlite / fts5
#### Feedback #### Feedback
Please, feel free to share your ideas and bug reports [here](https://github.com/d47081/YGGo/issues) or use sources for your own implementations. Please, feel free to share your ideas and bug reports [here](https://github.com/YGGverse/YGGo/issues) or use sources for your own implementations.
Have a good time. Have a good time.

6
public/index.php

@ -254,12 +254,12 @@ $placeholder = Filter::plural($totalPages, [sprintf(_('Over %s page or enter the
</main> </main>
<!-- css animation : end --> <!-- css animation : end -->
<footer> <footer>
<!-- This product released under the MIT License (https://github.com/d47081/YGGo/blob/main/LICENSE) <!-- This product released under the MIT License (https://github.com/YGGverse/YGGo/blob/main/LICENSE)
Before removing the copyright, Before removing the copyright,
please, make a small donation to the project contributors: please, make a small donation to the project contributors:
https://github.com/d47081/YGGo#donate-to-contributors https://github.com/YGGverse/YGGo#donate-to-contributors
--> -->
<a href="https://github.com/d47081/YGGo/issues"><?php echo _('meow') ?></a> <a href="https://github.com/YGGverse/YGGo/issues"><?php echo _('meow') ?></a>
</footer> </footer>
</body> </body>
</html> </html>
Loading…
Cancel
Save