forked from tk-sls.de/linuxfoo-gitlab
update description and usage instructions
This commit is contained in:
parent
7642f91b18
commit
bebd5f2551
@ -3,7 +3,7 @@
|
|||||||
/*
|
/*
|
||||||
Plugin Name: Gitea REST API Shortcodes
|
Plugin Name: Gitea REST API Shortcodes
|
||||||
Plugin URI: http://tk-sls.de/ref/gitea-list-commits
|
Plugin URI: http://tk-sls.de/ref/gitea-list-commits
|
||||||
Description: Summary: Embed list of most recent commits to a Gitea project from a Gitea instance's public REST API. Example: Add [gitea-list-commits url=https://tk-sls.de/git/ project_id=42 commits="all" since="3 month" max=5 releases="latest"] for a list of at most 5 commits to that project that were made since at most 3 months ago, followed by alink to the latest release of the project (if any). To disable the list of commits, set commits="none". To disable printing the author name of a commit, set author="none". To generate a list of all releases, set releases="all". To disable the list of releases, omit the "releases" attribute or set releases="none".
|
Description: Summary: Embed list of most recent commits to a Gitea project from a Gitea instance's public REST API. Example: Add [gitea-list-commits url=https://tk-sls.de/git/ project_owner=tk-sls.de project_repo=linuxfoo-gitea commits="all" max=5 releases="latest"] for a list of at most the 5 latest commits to that project, followed by a link to the latest release of the project (if any). To disable the list of commits, set commits="none". To disable printing the author name of a commit, set author="none". To generate a list of all releases, set releases="all". To disable the list of releases, omit the "releases" attribute or set releases="none".
|
||||||
Author: Tilman Kranz
|
Author: Tilman Kranz
|
||||||
Version: 1.4
|
Version: 1.4
|
||||||
Author URI: https://tk-sls.de
|
Author URI: https://tk-sls.de
|
||||||
|
Loading…
Reference in New Issue
Block a user