animepony / keksandra

Keksandra LynxChan front-end

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A front-end for LynxChan

For the javascript to work, you will have to create a file named settings.js on the static/js directory and declare the following variables in it:

  • VERBOSE: if true, it will print incoming and outcoming data from the api.
  • DISABLE_JS: if true, javascript will not be used.

Example:

var VERBOSE = false;
var DISABLE_JS = false;

The setup.sh script prompts and if desired, can copy the default settings to their place.

About

Keksandra LynxChan front-end

License:MIT License


Languages

Language:JavaScript 49.4%Language:HTML 47.6%Language:CSS 2.9%Language:Shell 0.1%