Show
Ignore:
Timestamp:
03/16/07 10:17:44 (2 years ago)
Author:
jm3
Message:

gulp. svn diff for the deltas

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • feedmelinks

    • Property svn:ignore changed from
      .htaccess
      cgi-bin
      cheat
      logs
      portal.php
      testing
      the-lost-urls
      utils.inc.php
      wall-of-ancients.php
      work
      *webalizer*
      _assets
      _profiling
      TODO
      info.php
      setup
      _comments
      local-remote-root
      .DS_Store
      flash
      _logs
      usage
      mint
      cgi-bin
      dev
      please
      usr
      blog
      xfer
      to
      .htaccess
      cgi-bin
      cheat
      logs
      portal.php
      testing
      the-lost-urls
      utils.inc.php
      wall-of-ancients.php
      work
      *webalizer*
      _assets
      _profiling
      TODO
      info.php
      setup
      _comments
      local-remote-root
      .DS_Store
      flash
      _logs
      usage
      mint
      cgi-bin
      dev
      please
      usr
      blog
      xfer
      _backups
  • feedmelinks/FAQ/index.php

    r1390 r1425  
    4646                        <li><a href="#q6_0">What is the naming convention / url schema for Feed Me Links? </a></li> 
    4747                        <li><a href="#xml_rss">RSS Feeds - How to syndicate your links</a></li> 
    48                         <li><a href="#apis">Programming Feed Me Links - The Feed Me Links API</a></li> 
     48                        <li><a href="#API">Programming Feed Me Links - The Feed Me Links API</a></li> 
    4949                        <li><a href="#developers">Programming Feed Me Links - Developer Sandbox</a></li> 
    5050 
     
    297297                <div class="q">Can I add links via email?</div> 
    298298                <div class="a"> 
    299                         Yes! 
    300                         <br /> 
     299                        Yes but no. :-( 
     300                        <br/> 
     301                        Unfortunately, I've disabled this feature for now because it's too easy to send mail as someone else. if anyone knows how to verify SPF records or something liek that, let me know. 
     302                        <p /> 
     303                        Soon we'll do what Flickr (wisely) does and generate you a unique email address for sending links by name; knowing that email address wil constitute a kind of "password" that guarantees some level of security. 
     304                        <p /> 
     305 
    301306                        Send emails from your mail program (or script) to "add&nbsp;@&nbsp;feedmelinks&nbsp;.&nbsp;com" (no spaces) 
    302307                        <p/> 
     
    396401        <div> 
    397402                <a name="apis"></a> 
     403                <a name="api"></a> 
     404                <a name="API"></a> 
    398405                <div class="q">Programming Feed Me Links - The Feed Me Links API</div> 
    399406                <div class="a"> 
     
    408415 
    409416                        <b>retrieve your links as XML</b>:<br /> 
    410                         <span class="subtle">http://feedmelinks.com</span>/xml/user/<b>USERNAME</b><br /> 
     417                        <span class="subtle">http://feedmelinks.com</span>/api/user/<b>YOUR_USERNAME</b><br /> 
     418                        <br /> 
     419                         
     420                        <b>retrieve the last 15 public links as XML:</b>:<br /> 
     421                        <span class="subtle">http://feedmelinks.com</span>/api/recent<br /> 
     422                        <br /> 
     423                         
     424                        <b>retrieve the last 15 public links of someone else as XML:</b>:<br /> 
     425                        <span class="subtle">http://feedmelinks.com</span>/api/recent/<b>THEIR_USERNAME</b><br /> 
    411426                        <br /> 
    412427