Cairn

plugin banner

Art Exhibition Gallery & Shop

Author:Braydon Fuller (profile at wordpress.org)
WordPress version required:3.8
WordPress version tested:3.9
Plugin version:0.1.5
Added to WordPress repository:02-01-2014
Last updated:16-04-2014
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:http://braydon.com
Total downloads:1 353
plugin download
Click to start download

Sell fine art online. Cairn is built to be fast and secure to display artwork full screen and across a wide range of display sizes.

Cairn is fast because template rendering is handled on the client side. Cairn replaces the theme and permalink features of WordPress by hooking into the rewrite rules with url rules defined in static/urls.json. Templates are written using EJS Templating and are rendered on the client side. There is a jQuery plugin written that uses the same rules to speed up user interactions, and with enough data able to render URLS without a request to the remote server.

Cairn is secure because personally identifiable information is stored in the database encrypted with a GPG public key, and private keys stored optimistically offline. This information should be submitted over an TLS connection (HTTPS), and is compulsory when using this plugin. Additionally security features include payments being able to be handled using cryptocurrency Bitcoin, and thus no potentially personally identifiable information is nessasary to be shared with a third party and can be directly peer-to-peer.

Features

  • Accept bitcoin and credit card payments
  • Personal privacy and security
  • Dynamic prices and currency preference
  • Designed for mobile
  • URL navigation is client side and lightweight

Prerequisites:

  • A computer running GNU/Linux, Apache, MySQL to do development and testing.
  • The use of GPG and have a public/private for email
  • Expert knowledge of JavaScript, jQuery and AJAX
  • General knowledge of EJS JavaScript templating
  • Experience with the Electrum Bitcoin Wallet and general concepts of peer-to-peer payments.
  • Understand priciples of asymetric cryptography and public/private keys
  • Intermediate knowledge of PHP
  • USPS Web Tools API account for shipping calculations
  • A Stripe account to process credit cards
  • General knowledge of RSS/Atom feeds
  • Apache .htaccess and general priciples of rewriting URLs
  • Experience with configuring cron schedules
  • Knowledge of PHP APC for caching is a plus