Coder Social home page Coder Social logo

cl-openid-demo's Introduction

 ##  follow: https://github.com/avodonosov/heroku-buildpack-cl2
 ##  follow: https://github.com/avodonosov/cl-openid-demo

  #   find typo
  mjp@uberwald:~/src/cl$ git clone https://github.com/avodonosov/cl-openid-demo.git
  mjp@uberwald:~/src/cl$ cd cl-openid-demo/
  mjp@uberwald:~/src/cl/cl-openid-demo$ heroku create -s cedar --buildpack https://github.com/avodonosov/heroku-buildpack-cl2
  mjp@uberwald:~/src/cl/cl-openid-demo$ git push heroku master
  mjp@uberwald:~/src/cl/cl-openid-demo$ heroku open
   Opening http://lit-falls-8590.herokuapp.com/
   Application Error
  mjp@uberwald:~/src/cl/cl-openid-demo$ heroku logs
   ...
   2013-04-16T02:27:42.272824+00:00 app[web.1]: ;     Stream: #<SB-SYS:FD-STREAM for "file /app/openid-demo.lisp" {10074F8073}>
   2013-04-16T02:27:42.274362+00:00 app[web.1]: 
   2013-04-16T02:27:42.272759+00:00 app[web.1]: ;     Line: 44, Column: 41, File-Position: 1624
   ...

  #   get something to work!!
  vi ./openid-demo.lisp
        <tr>
            <td style=\"vertical-align:top; padding-top: 40px;\">
              <a href=\"http://lispinsmallprojects.org/\" style=\"margin-left: 10ex\"><b>day dreaming about lispInSmallProjects contest</b></a></td></tr>
  mjp@uberwald:~/src/cl/cl-openid-demo$ git add openid-demo.lisp 
  mjp@uberwald:~/src/cl/cl-openid-demo$ git commit -m "add line about contest" .
  mjp@uberwald:~/src/cl/cl-openid-demo$ git push heroku master
  # see change here: http://lit-falls-8590.herokuapp.com

  #   update github
  vi README.md
  mjp@uberwald:~/src/cl/cl-openid-demo$ git add README.md
   # On branch master
   # Your branch is ahead of 'origin/master' by 2 commits.
   #
   # Changes to be committed:
   #   (use "git reset HEAD <file>..." to unstage)
   #
   #	modified:   README.md
  mjp@uberwald:~/src/cl/cl-openid-demo$ git commit -m "update notes" .
  mjp@uberwald:~/src/cl/cl-openid-demo$ git push

This program demonstrates how to provide OpenID login in Common Lisp web applications.

See it running at Heroku: http://cl-openid-demo.herokuapp.com/ (with the help of CL Heroku buildpack).

Powered by cl-open-id.

Temporary Hint: In Quicklisp 2013-02-17 cl-openid is broken. For your development either get the previous Quicklisp dist by (ql-dist:install-dist "http://beta.quicklisp.org/dist/quicklisp/2013-01-28/distinfo.txt" :replace t :prompt nil) or use the recent cl-openid from Darcs.

Author

Anton Vodonosov, [email protected]

Copying

The code of cl-openid-demo is in public domain.

The directory jquery-openid contains the [jQuery OpenID Plugin by Jarrett Vance] (http://jvance.com/pages/JQueryOpenIDPlugin.xhtml) (with slight modification by me). The jQuey OpenID Plugin is under the Creative Commons Attribution License.

The lisp mascot is a public domain image [by Contad Barski] (http://www.lisperati.com/logo.html).

cl-openid-demo's People

Contributors

avodonosov avatar phelanm avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.