-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhowto.php
More file actions
30 lines (28 loc) · 1.32 KB
/
howto.php
File metadata and controls
30 lines (28 loc) · 1.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?php
/*
ER SourceForge Stats tutorial
*/
?>
<div class="wrap">
<h1>ER SourceForge Stats tutorial</h1>
<br />
<h2>Overview</h2>
<strong>ER SourceForge Stats</strong> WordPress plugin allows you to insert SourceForge download statistics using a simple shortcode.
<br /><br />
<h2>Shortcode usage</h2>
Here are some examples for the use of the shortcode of this plugin inside your post/page:
<ul>
<li>[sf project="projectname"]</li>
<li>[sf project="projectname" start_date="2012-11-23"]</li>
<li>[sf project="projectname" start_date="2012-11-23" end_date="2013-03-25"]</li>
<li>[sf project="projectname" start_date="2012-11-23" end_date="2013-03-25" file="file.tar.gz"]</li>
</ul>
<br/>
<h3>Parameters List</h3>
<p><strong>project</strong> = Project Name.</p>
<p><strong>start_date</strong> = Start date of statistics - YEAR-MONTH-DAY (1999-01-01 by default). You can use <i>date('Y-m-d')</i> for current day.</p>
<p><strong>end_date</strong> = End date of statistics - YEAR-MONTH-DAY (Current Day by default).</p>
<p><strong>file</strong> = File to Monitor (Entire project by default).</p>
<br /><br /><br />
<strong><a href ="http://itekblog.com/wordpress-plugins/" target="_blank">More plugins developed by - ER -</a></strong>
</div>