<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    OK here are the first few comments I have:<br>
    <br>
    - The readme says "You can view the HTML library documentation in
    the doc/ directory." What doc directory? Could not find any ...<br>
    (see issue #16 on github)<br>
    <br>
    - I just downloaded the code, opened the README which says to first
    try to run the 'examples/detect.php'.<br>
    The page redirects me to detect.php?test_query=a%26b, but loads a
    blank page. 'display_errors' is ON.<br>
    Shouldn't this page work no matter what, as it is supposed to show
    me what's missing?<br>
    I'm running php 5.3 on a localhost.<br>
    (issue #14)<br>
    <br>
    - And then my main issue, I am looking for a documentation or
    tutorial that would help me make my website an OpenId provider,
    using my existing users (usernames and passwords are stored in a
    MySQL database).<br>
    <a
href="http://stackoverflow.com/questions/3208905/creating-a-openid-provider-in-php">http://stackoverflow.com/questions/3208905/creating-a-openid-provider-in-php</a><br>
    <br>
    <br>
    <pre class="moz-signature" cols="72">Best Regards,
Nathan Hazout
Makemeheal.com

818-883-3300 (ext 108)
20750 Ventura Boulevard, Suite 220, Woodland Hills, CA 91364
</pre>
    <br>
    On 7/25/2010 8:17 PM, Chris Messina wrote:
    <blockquote
      cite="mid:AANLkTi=R86YtHSKsAoeJJtQjX33EGNbjPTLwFkO+g+BE@mail.gmail.com"
      type="cite">Following on Will's comment...<br>
      <br>
      <div class="gmail_quote">On Fri, Jul 23, 2010 at 2:10 PM, Nathan
        Hazout <span dir="ltr">&lt;<a moz-do-not-send="true"
            href="mailto:nathan.h@makemeheal.com">nathan.h@makemeheal.com</a>&gt;</span>
        wrote:<br>
        <blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt
          0.8ex; border-left: 1px solid rgb(204, 204, 204);
          padding-left: 1ex;">
          <div bgcolor="#ffffff" text="#000000"> I'm an end-user
            following this thread from the outside.<br>
            Why are you guys forking the project? Are those going to
            merge back together?<br>
            It all looks very confusing from the outside all those
            forks, at the end we all want one good active project.<br>
            <br>
            Then again, maybe I misunderstand the "fork" concept.<br>
          </div>
        </blockquote>
        <div><br>
        </div>
        <div>We're not forking insomuch as trying to find a more
          sustainable context to develop the libraries. Now that <a
            moz-do-not-send="true" href="http://openidenabled.com">openidenabled.com</a>
          is no longer really independent, we'd like to move development
          to GitHub.</div>
        <div> </div>
        <blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt
          0.8ex; border-left: 1px solid rgb(204, 204, 204);
          padding-left: 1ex;">
          <div bgcolor="#ffffff" text="#000000"> <br>
            The github project page looks dead.<br>
          </div>
        </blockquote>
        <div><br>
        </div>
        <div>Not really — it just needs to be resuscitated! ;)</div>
        <div> </div>
        <blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt
          0.8ex; border-left: 1px solid rgb(204, 204, 204);
          padding-left: 1ex;">
          <div bgcolor="#ffffff" text="#000000"> I mentioned it before I
            think, but it'd be really nice if we could have an online
            documentation for this project (I'm especially interested in
            the "provider" aspect).<br>
          </div>
        </blockquote>
        <div><br>
        </div>
        <div>Agreed. if you want to take a shot at the first go at some
          docs, I bet that'd help get other people motivated to act.</div>
        <div> </div>
        <blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt
          0.8ex; border-left: 1px solid rgb(204, 204, 204);
          padding-left: 1ex;">
          <div bgcolor="#ffffff" text="#000000"> Every time I try to
            understand, I end up hitting my head against the wall ...<br>
          </div>
        </blockquote>
        <div><br>
        </div>
        <div>Please post specific questions here as you have them so we
          can document answers to your questions! You're likely not
          alone!</div>
        <div><br>
        </div>
        <div>Chris</div>
        <div>
           </div>
        <blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt
          0.8ex; border-left: 1px solid rgb(204, 204, 204);
          padding-left: 1ex;">
          <div bgcolor="#ffffff" text="#000000"> <br>
            Just a thought.<br>
            Thanks!<br>
            <pre cols="72">Best Regards,
Nathan Hazout
Makemeheal.com

818-883-3300 (ext 108)
20750 Ventura Boulevard, Suite 220, Woodland Hills, CA 91364
</pre>
            <div>
              <div class="h5"> <br>
                On 7/23/2010 10:34 AM, Jon Spriggs wrote:
                <blockquote type="cite">
                  <p>In that case, can I put these up for consideration:</p>
                  <p><a moz-do-not-send="true"
href="http://github.com/JonTheNiceGuy/php-openid/commit/c78da981c1bb7d1d80f098245c8dd43a9d126ac0"
                      target="_blank">http://github.com/JonTheNiceGuy/php-openid/commit/c78da981c1bb7d1d80f098245c8dd43a9d126ac0</a></p>
                  <p>This resolves the "Bad Signature" not being cleared
                    issue.</p>
                  <p>And <a moz-do-not-send="true"
href="http://github.com/JonTheNiceGuy/php-openid/commit/f0a7a3aece56a72695686d19655edde5f7dc9901"
                      target="_blank">http://github.com/JonTheNiceGuy/php-openid/commit/f0a7a3aece56a72695686d19655edde5f7dc9901</a></p>
                  <p>This resolves a PHP warning about an empty variable
                    which is attempted to be handled as an array when
                    parsing policies in the PAPE library.</p>
                  <p>I'm on my phone right now, so I can't supply the
                    exact patch files, but I'm happy to provide it if
                    the links aren't enough?</p>
                  <p>-- <br>
                    Jon "TheNiceGuy" Spriggs</p>
                  <blockquote type="cite">On 23 Jul 2010 17:48, "Will
                    Norris" &lt;<a moz-do-not-send="true"
                      href="mailto:will@willnorris.com" target="_blank">will@willnorris.com</a>&gt;
                    wrote:<br>
                    <br>
                    sounds good to me.
                    <p><font color="#500050"><br>
                        <br>
                        On Fri, Jul 23, 2010 at 9:31 AM, Chris Messina
                        &lt;<a moz-do-not-send="true"
                          href="mailto:chris.messina@gmail.com"
                          target="_blank">chris.messina@gmail.com</a>&gt;

                        wrote:<br>
                        &gt;<br>
                        &gt; I like David's...</font></p>
                    <br>
                    _______________________________________________<br>
                    Code mailing list<br>
                    <a moz-do-not-send="true"
                      href="mailto:Code@lists.openid.net"
                      target="_blank">Code@lists.openid.net</a><br>
                    <a moz-do-not-send="true"
                      href="http://lists.openid.net/mailman/listinfo/openid-code"
                      target="_blank">http://lists.openid.net/mailman/listinfo/openid-code</a><br>
                    <br>
                  </blockquote>
                  <pre><fieldset></fieldset>
_______________________________________________
Code mailing list
<a moz-do-not-send="true" href="mailto:Code@lists.openid.net" target="_blank">Code@lists.openid.net</a>
<a moz-do-not-send="true" href="http://lists.openid.net/mailman/listinfo/openid-code" target="_blank">http://lists.openid.net/mailman/listinfo/openid-code</a>
</pre>
                </blockquote>
              </div>
            </div>
          </div>
          <br>
          _______________________________________________<br>
          Code mailing list<br>
          <a moz-do-not-send="true" href="mailto:Code@lists.openid.net">Code@lists.openid.net</a><br>
          <a moz-do-not-send="true"
            href="http://lists.openid.net/mailman/listinfo/openid-code"
            target="_blank">http://lists.openid.net/mailman/listinfo/openid-code</a><br>
          <br>
        </blockquote>
      </div>
      <br>
      <br clear="all">
      <br>
      -- <br>
      Chris Messina<br>
      Open Web Advocate, Google<br>
      <br>
      Personal: <a moz-do-not-send="true" href="http://factoryjoe.com">http://factoryjoe.com</a><br>
      Follow me on Buzz: <a moz-do-not-send="true"
        href="http://buzz.google.com/chrismessina">http://buzz.google.com/chrismessina</a>
      <br>
      ...or Twitter: <a moz-do-not-send="true"
        href="http://twitter.com/chrismessina">http://twitter.com/chrismessina</a>
      <br>
      <br>
      This email is:   [ ] shareable    [X] ask first   [ ] private<br>
    </blockquote>
  </body>
</html>