Coder Social home page Coder Social logo

sc13-qrc-generator's Introduction

SC13 QRC generator

This software was used to generate the QRC placeholders used in the SC13 poster sessions. It makes use of the PHP QR Code library (http://phpqrcode.sourceforge.net/).

Docker -- Recommended

Obtain a bit.ly access token key from: https://bitly.com/a/oauth_apps
Copy the bit.ly api key into the action.php file on this line: $BITLY_ACCESS_TOKEN = "[YOUR BITLY API TOKEN]";

docker build -t sc_qr .

docker run --rm --name sc_qr -p 8888:80 sc_qr

Visit the page at http://localhost:8888/SC13-QRC-generator/

Bare Installation

You'll need an apache web server with PHP support. Copy the source directory somewhere where the web server can see it.

Add full permissions to the tmp directory ( chmod 777 {source dir}/tmp )

Obtain a bit.ly access token key from: https://bitly.com/a/oauth_apps

Copy the bit.ly api key into the action.php file on this line: $BITLY_ACCESS_TOKEN = "[YOUR BITLY API TOKEN]";

Usage

Point your web browser to the directory where you installed the scripts. The page has instructions on how to use the scripts.

The form takes 5 pipe ( | ) separated values per line:

  • Placeholder title (SC13 Technical Program - Poster).
  • QRC URL (http://example.com)
  • Poster Number (#1 - if you want a pound sign you need to include it in the string)
  • Poster section (ACM)
  • Poster Title

The URL will automatically be shortened via bit.ly. Use Chrome or Safari for the best results when printing.

sc13-qrc-generator's People

Contributors

crclark96 avatar saschlac avatar

Watchers

Sergio Pino avatar James Cloos avatar Sunita Chandrasekaran 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.