This looks great. I have a few questions: - What does the "All" button do? It doesn't do anything for me. - Categories on the left --- is it related to Wiki labels? Probably not. - What does the '+' mark in the card mean? - Cards render HTML as plain text. For example, search for "PMD" and you see a bunch of <a> tags. HTML served from Update Center is vetted for XSS, so it's safe to just render those HTMLs. It really only allows a few formatting tags and hyperlinks.
Also, the core should define a mechanism to package an icon into a plugin, which I think would help an effort like this. 2016-03-08 13:28 GMT-08:00 Thorsten Scherler <[email protected]>: > Hi all, > > let me introduce myself and the reason why I am writing to this list. > > I am Thorsten Scherler a long time user of Jenkins/Hudson at work and at > Apache where I am still VP of Cocoon. > I have a long record of java programming but since 2 years I am doing > exclusively node.js/react.js projects. > > I saw > https://wiki.jenkins-ci.org/display/JENKINS/Jenkins+2.0+Website+vision+from+Daniel+Beck > and started working on a plugin micro site with Gus. As stated in the > readme: "This is a simple rendering of the plugin list as taken from > updates.jenkins-ci.org/current/update-center.json to make the information > of plugins searchable and filterable." You can find the result in > https://github.com/scherler/jenkins-plugin-site. I know it may not be the > most popular architecture in java land but it works pretty good and I > created a docker image so you can easily test it without installing node.js > in your box. > > I deployed an example, so it may easier for you to review the work, but > just realised that there is a problem with the search form (will look into > that after finishing this mail) besides the problem with the paginations > css, so to try the search you need to use query parameters. e.g. > http://plugin-site.stax.net/?q=git&limit=50 > > I would love to hear feedback from you whether you find it usable and > think it is worth a contribution to Jenkins. If you think that it would be > useful for the community but it needs some changes I am open for > suggestions. Further I thought about introducing features like rating, > commenting and sharing of plugins, but before spend more time on such > features I would love to hear your opinion. > > Regards Thor > > > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-users/38ab7a6b-197c-436f-b9ff-9fa07b0634ba%40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-users/38ab7a6b-197c-436f-b9ff-9fa07b0634ba%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Kohsuke Kawaguchi -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/CAN4CQ4w4C6zqDMaeadkxoYWhd0FEoMv_6kNWRhNc9BOcLMY36g%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
