Changeset 1390 for feedmelinks/aim/index.php
- Timestamp:
- 03/05/07 18:37:28 (2 years ago)
- Files:
-
- feedmelinks/aim/index.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
feedmelinks/aim/index.php
r1354 r1390 30 30 </dd> 31 31 32 <!-- 32 33 <dt> stalk (spy, on) : follow your friends' activity</dt> 33 34 <dd>whenever one of your peeps adds a public link, you'll receive the link in an IM with the username of who linked it (the stalkee must also have you as a peep for this to work)</dd> … … 38 39 <dt>recent (synonyms: links) : see recent activity</dt> 39 40 <dd>prints your last 10 links</dd> 40 41 --> 42 41 43 <dt>today : prints your last 10 links</dt> 42 44 <dd></dd> … … 47 49 <dt>anything but the above commands : aka the default</dt> 48 50 <dd> 49 if it matches one of your tags, it will show all your links with that tag 50 if it doesn't match any of your tags, it will search all your links for that string 51 if it starts with "all ...", it will search *all* of FML for that string 51 <ul> 52 <li>if it matches one of your tags, it will show all your links with that tag</li> 53 <li>if it doesn't match any of your tags, it will search all your links for that string</li> 54 <li>if it starts with "all ...", it will search *all* of FML for that string</li> 55 <ul> 56 </ul> 52 57 </dd> 53 58