Descripció
Got an interesting Docker Hub profile you want to share with the world?
Simply add the widget to your preferred location and enter your Docker Hub username.
The widget plugin features include:
- Stylized widget inspired by the Docker Hub website
- Showing the users avatar
- Showing some user information like;
- Username
- Join date
- Repositories starred,
- Amount of public repositories
- A list of the popular repositories by the user, including the amount of stars and pulls for each repository
- A cached result of the widget using Transient, the cache timout can be adjusted via the widget settings
— Credits —
This plugin is forked from f13dev’s Github Profile Widget, which is available here: https://wordpress.org/plugins/f13-github-mini-profile-widget/.
I replaced the Github API calls with the Docker Hub API calls and changed the style to match the looks of Docker Hub. So credits go to f13dev for his original plugin.
Credits go to the Github team for their “star.svg” and “cloud-download.svg” from: https://github.com/primer/octicons/tree/master/lib/svg
Instal·lació
This section describes how to install the plugin and get it working.
- Upload the plugin files to the
/wp-content/plugins/plugin-name
directory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the ‘Plugins’ screen in WordPress
- Add the widget to your desired location in Appearance->Widgets
- Enter your Docker Hub username in the appropriate field
Ressenyes
No hi ha ressenyes per a aquesta extensió.
Col·laboradors i desenvolupadors
«EaWo Profile Widget Docker Hub» és programari de codi obert. La següent gent ha col·laborat en aquesta extensió.
Col·laboradorsTradueix “EaWo Profile Widget Docker Hub” a la teva llengua.
Interessats en el desenvolupament?
Navegueu pel codi, baixeu-vos el repositori SVN, o subscriviu-vos al registre de desenvolupament per fisl de subscripció RSS.
Registre de canvis
v1.2 – 2015-03-14
* Made some code and name changes to match the WordPress Plugin guidelines
* Cache will now be cleared after deactivation of the plugin
v1.1 – 2015-03-05
* Changed plugin name to eawo-profile-widget-dockerhub
* Added check on non-existent Docker Hub user
v1.0
* Initial version