The gravatar Reference Manual

This is the gravatar Reference Manual, version 0.0.1, generated automatically by Declt version 4.0 beta 2 "William Riker" on Mon Feb 26 15:18:12 2024 GMT+0.

Table of Contents


1 Introduction


2 Systems

The main system appears first, followed by any subsystem dependency.


2.1 gravatar

Author

Greg Pfeil <>

License

Apache 2.0

Version

0.0.1

Dependencies
  • md5 (system).
  • drakma (system).
  • puri (system).
  • cl-json (system).
  • babel (system).
Source

gravatar.asd.

Child Components

3 Files

Files are sorted by type and then listed depth-first from the systems components trees.


3.1 Lisp


3.1.1 gravatar/gravatar.asd

Source

gravatar.asd.

Parent Component

gravatar (system).

ASDF Systems

gravatar.

Packages

gravatar.system.


3.1.2 gravatar/package.lisp

Source

gravatar.asd.

Parent Component

gravatar (system).

Packages

gravatar.


3.1.3 gravatar/gravatar.lisp

Dependency

package.lisp (file).

Source

gravatar.asd.

Parent Component

gravatar (system).

Public Interface
Internals

4 Packages

Packages are listed by definition order.


4.1 gravatar.system

Source

gravatar.asd.

Use List
  • asdf/interface.
  • common-lisp.

4.2 gravatar

Source

package.lisp.

Use List

common-lisp.

Public Interface
Internals

5 Definitions

Definitions are sorted by export status, category, package, and then by lexicographic order.


5.1 Public Interface


5.1.1 Ordinary functions

Function: image-url (email &key size default force-default-p rating)

DEFAULT may be either a URL to your own image, or one of :404, :mm, :identicon, :monsterid, :wavatar, or :retro. RATING may be one of :g, :pg, :r, or :x.

Package

gravatar.

Source

gravatar.lisp.

Function: profile (email)
Package

gravatar.

Source

gravatar.lisp.

Function: profile-url (email js-callback)
Package

gravatar.

Source

gravatar.lisp.

Function: qr-code-url (email &key size)
Package

gravatar.

Source

gravatar.lisp.


5.2 Internals


5.2.1 Special variables

Special Variable: +base-uri+

Why would we ever _not_ use SSL?

Package

gravatar.

Source

gravatar.lisp.


5.2.2 Ordinary functions

Function: generate-profile-url (email type parameters)
Package

gravatar.

Source

gravatar.lisp.

Function: hash (email)
Package

gravatar.

Source

gravatar.lisp.


Appendix A Indexes


A.1 Concepts


A.3 Variables

Jump to:   +  
S  
Index Entry  Section

+
+base-uri+: Private special variables

S
Special Variable, +base-uri+: Private special variables