You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by br...@apache.org on 2013/05/14 16:32:47 UTC

[2/5] git commit: Adds documentation for the [[members]] macro.

Adds documentation for the [[members]] macro.


Project: http://git-wip-us.apache.org/repos/asf/incubator-allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-allura/commit/e4054d94
Tree: http://git-wip-us.apache.org/repos/asf/incubator-allura/tree/e4054d94
Diff: http://git-wip-us.apache.org/repos/asf/incubator-allura/diff/e4054d94

Branch: refs/heads/master
Commit: e4054d94662f98dd7171e0d7843d790dd2ac0395
Parents: 909a2e5
Author: Rich Bowen <rb...@geek.net>
Authored: Fri Apr 26 12:12:36 2013 -0400
Committer: Dave Brondsema <db...@slashdotmedia.com>
Committed: Tue May 14 14:32:32 2013 +0000

----------------------------------------------------------------------
 Allura/allura/templates/jinja_master/lib.html |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/e4054d94/Allura/allura/templates/jinja_master/lib.html
----------------------------------------------------------------------
diff --git a/Allura/allura/templates/jinja_master/lib.html b/Allura/allura/templates/jinja_master/lib.html
index 48934d3..d34fe03 100644
--- a/Allura/allura/templates/jinja_master/lib.html
+++ b/Allura/allura/templates/jinja_master/lib.html
@@ -153,6 +153,7 @@
     <li><a href="#md_ex_includes{{id}}">Includes</a></li>
     <li><a href="#md_ex_neighborhood_notes{{id}}">Neighborhood Notifications</a></li>
     <li><a href="#md_ex_download_button{{id}}">Download Button</a></li>
+    <li><a href="#md_ex_members{{id}}">Project Member List</a></li>
     <li><a href="#md_ex_project_screenshots{{id}}">Project Screenshots</a></li>
     <li><a href="#md_ex_thanks{{id}}">Thanks</a></li>
 </ul>
@@ -687,6 +688,14 @@ allowed, permitting basic styling and layout: &lt;div markdown style="float:left
 </pre></div>
 </div>
 
+<div class="markdown_syntax_section hidden_in_modal md_ex_member{{id}}">
+<h2 id="md_ex_member{{id}}">Project Member List</h2>
+<p>You can display a list of project members. By default the list is limited to 20 members, and a link is provided to a page with the full list.</p>
+<div class="codehilite"><pre>
+[[members]]
+</pre></div>
+</div>
+
 <div class="markdown_syntax_section hidden_in_modal md_ex_project_screenshots{{id}}">
 <h2 id="md_ex_project_screenshots{{id}}">Project Screenshots</h2>
 <p>You can show all the screenshots for the current project as thumbnails that are linked to the full-size image.</p>