-
-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rizin Plugin and snippets hub #7
Comments
actually i think that can be useful also a zignature repo with known stuff. |
Is the issue still open? |
It is. |
is it still open? |
yes, it is, this could be generated as a static website from the rz-pm database. (we could have this under |
can you assign me this please? |
no need, just work on it. |
okay. |
Quick question: Where will you host the packages on a server or just redirect to the github page ? eg: https://github.com/rizinorg/rizin-extras/releases/tag/v0.6.0 |
just redirect the page like we do for the book.rizin.re |
okay. thanks :) |
@wargio |
each one is a plugin that can be installed. you can see each plugin as a package. |
got it |
@wargio i am using hugo if you dont like the theme i can change it |
i'm ok with that as long as is statically generated |
These things have to be updated when a package is updated:
Name,
Downloads,
Rating,
Description,
Tags,
Last U/L,
Reference Version,
Maintainers.
@wargio How can we do it w/o a db? |
usually we update them via tag on the package itself. we could just generate a json struct for this each time we push a change on the db repo. |
Yes, I recommend sticking with JSON for now, since initially the size of the "database" will not be big. After all, changing the storage backend should be easy once the need arises. |
okay ..@wargio https://rizin.netlify.app how's this theme? |
looks good! maybe don't add such big title. |
i would prefer if it had a simple search like this https://pkgs.alpinelinux.org/packages because it looks like more a blog rather than a packages search page. |
Agree, it should have a table, like in Hackage and Opam, with short description, latest version, date, link to the repository and search. |
@wargio https://rizin.netlify.app/packages/ like this? |
yes, so much better. |
You can fork and make a PR to show these changes, because i'm not sure on what you are referring to. |
@XVilka @wargio guys all the packages are bundled in https://github.com/rizinorg/rizin-extras.git should we separate them for clarity? I can do it. |
no need to change extras. just use the db repository. over time we will add new plugins. |
@wargio So can you review and let me know if there are any changes to be made rizin.netlify.app or are there any other projects you would like me to work on? |
@wargio I've added the button and ref link to |
There is a lot of empty and unused space in the page top. I recommend reducing/removing it. |
@XVilka Done. Also made a few changes |
@wargio i've made the PR rizinorg/website#67. Only thing is to deploy |
tomorrow i will try to add packages.rizin.re pointing to github |
@wargio shoud i just point to |
no, we need to build the webiste using the github CI. see how we do this for the main website. |
@wargio You need to make a new empty repo for the website so i can fork and then do PR |
can't we use the db repo on a new branch? |
Okay that will do. |
This comment was marked as resolved.
This comment was marked as resolved.
@wargio made PR. Also create an dev branch i have to edit the target to dev from master or if you want i can keep the master branch as target |
I will do everything this weekend. Sorry for the delay |
Okay. Take your time no rush :) |
You can join our mattermost |
A simple page built on top of the
rz-pm
database allowing to navigate through the packages, maybe show description and dependencies for every package, along with versions and links.Something of likes
The text was updated successfully, but these errors were encountered: