Sitefox

Topics

Namespaces

Public variables and functions:

    sitefox.auth

    Built-in authentication wrapping passport.js - email/password based authentication is supported out of the box:

    sitefox.db

    Lightweight database access. The environment variable DATABASE_URL configures which database to connect to.

    sitefox.deps

    Public variables and functions:

      sitefox.html

      Functions for wrangling HTML and rendering Reagent components into selectors.

      sitefox.logging

      Functions to help with writing log files.

      Public variables and functions:

      sitefox.mail

      Functions for sending email from web services using node-mailer.

      Public variables and functions:

      sitefox.reloader

      Functions to ensuring live-reloading works during development mode.

      Public variables and functions:

      sitefox.tracebacks

      Server side error handling. Get tracebacks from live sites emailed to you.

      Public variables and functions:

      sitefox.ui

      Utility functions that can be used in client-side code.

      sitefox.util

      Various utilities for server side ClojureScript.

      Public variables and functions:

      sitefox.web

      Functions to start the webserver and create routes.

      sitefoxtest.e2etests