yncat / temporarySkip

Skip certain phrases for a while
GNU General Public License v2.0
1 stars 1 forks source link

Home Page in add-on store is the old NVDA Add-ons website #5

Open XLTechie opened 2 months ago

XLTechie commented 2 months ago

If you open the home page option before or after installing this add-on from the add-on store in NVDA, what opens is the old Community Add-ons Site http://addons.nvda-project.org. It is not even the direct link to your add-on's page there, if it has one.

This is being set in the add-on's buildVars.py file, if you're using the template, or is in the manifest.

On a related note, the readme file (Help option on the menu in the store), just opens a file with a link to the readme on GitHub. That seems intentional, but it would be more convenient to have the real readme there, as some users are very uncomfortable with GitHub. Also, if someone translates your add-on in the future, having the readme be the actual readme.md file, will allow it to be translated.

yncat commented 2 months ago

the readme file (Help option on the menu in the store), just opens a file with a link to the readme

Probably I will need to find from where the add-on store fetches the readme path. I need to look at the code and buildVars again after work though, I don't think I have explicitly written the repository URL, except when submitting this add-on to the store.

XLTechie commented 2 months ago

Adjusted in PR #6.