pi-apps
pi-apps copied to clipboard
Adding a website
Cool ideas?
I've been working on a pi-apps website, live at https://pi-apps.io/ , with source code available here. I think it might be a good idea to add it to the repository details, or some sort of reference in the readme, as some users may prefer using it?
What do you think @Botspot ?
I would not recommend a website for pi-apps, for these two reasons:
- Almost all links in the website point to GitHub, there is nothing informational there.
- GitHub pages SEO is weak. GitHub.com will be more 'famous' than GitHub pages in Google searches.
However, since you have applied for a domain and the site is ready now, I see no reason to don't put it on the README!
Almost all links in the website point to GitHub, there is nothing informational there.
I will create an install/uninstall instruction page in a bit, so it doesn't just redirect to GitHub. Thank you for the feedback!
I will create an install/uninstall instruction page in a bit, so it doesn't just redirect to GitHub.
I think you can put the install command on the home page, like how the Pi-Ware website does.
I think you can put the install command on the home page, like how the Pi-Ware website does.
I've added it to the main page. Are there any other improvements to be made?
@ryanfortner
Looks great. I think it would help to add a couple hr
's in the install/uninstall part.
I'll make a PR soon(ish).
I think it might be a little repetitive to have install instructions on main page, and an install link in the header..
@ryanfortner I'm getting this error from your JS:
Uncaught TypeError: Cannot set properties of null (setting 'innerHTML')
at copyToClipboard (index.html:119)
at HTMLButtonElement.onclick (index.html:89)
also, both copied buttons show Copied!
when you click on one.
@ryanfortner I'm getting this error from your JS:
Uncaught TypeError: Cannot set properties of null (setting 'innerHTML') at copyToClipboard (index.html:119) at HTMLButtonElement.onclick (index.html:89)
also, both copied buttons show
Copied!
when you click on one.
Is it any different when using a different web browser? Because I know Raspberry Pi OS's chromium comes with ublock origin as an extension, which might block some js
Anyways if you want to have a website for it, I have a domain, pi-apps.tk, currently it redirects to the github page
Anyways if you want to have a website for it, I have a domain, pi-apps.tk, currently it redirects to the github page
@leha-code I already have a domain set up: https://pi-apps.io.
Whatever
https://github.com/Botspot/pi-apps/issues/1218#issuecomment-980712455
i belive that was an error in my js before, not sure.
@ryanfortner I fixed the copy.js script, I'll make a pr with the working script soon.
@ryanfortner https://oxmc.github.io/website/ here is the working example site.
@Botspot quite a few improvements to the website have been made over the last couple days, what do you think? https://pi-apps.io
https://github.com/Pi-Apps-Coders/website
@Botspot quite a few improvements to the website have been made over the last couple days, what do you think? https://pi-apps.io
Amazing!
- Who paid for the domain?
- Why is the dark mode not very dark?
- Could the app websites in the app list be made clickable?
- Do the documentation pages automatically synchronize with DOCUMENTATION.md?
- Who paid for the domain?
The domain was generously provided by the Fosshost project
- Why is the dark mode not very dark?
Do you mean the dark mode for the docs site? The main site (https://pi-apps.io) doesn’t have a dark mode (yet).
- Could the app websites in the app list be made clickable?
Sure! I’ll add it to my to-do list.
- Do the documentation pages automatically synchronize with DOCUMENTATION.md?
No. However, the apps list page synchronizes with the apps list on the wiki.
Could the app websites in the app list be made clickable?
I made a PR for this: https://github.com/Pi-Apps-Coders/docs/pull/2.
@ryanfortner Looks Awesome!
However, the screenshots on the home page look kind of smushed:
And it's even more smushed on a 2.5K Monitor...
@ryanfortner the website needs updating with new pictures from the new GUI update
@ryanfortner the website needs updating with new pictures from the new GUI update
Done, thanks for reminding me (I know the image appears a bit large, I am working on scaling it down).