All Projects → idleberg → Bootstrap Listr

idleberg / Bootstrap Listr

Licence: mit
Beautiful, responsive directory listings built upon Bootstrap

Labels

Projects that are alternatives of or similar to Bootstrap Listr

Uvtools
MSLA/DLP, file analysis, calibration, repair, conversion and manipulation
Stars: ✭ 148 (-35.93%)
Mutual labels:  viewer
Pandasgui
PandasGUI is a GUI for viewing, plotting and analyzing Pandas DataFrames.
Stars: ✭ 2,495 (+980.09%)
Mutual labels:  viewer
Dicompyler
Extensible radiation therapy research platform and viewer for DICOM and DICOM RT
Stars: ✭ 195 (-15.58%)
Mutual labels:  viewer
Tailon
Webapp for looking at and searching through files and streams
Stars: ✭ 155 (-32.9%)
Mutual labels:  viewer
Mediapy
This Python library makes it easy to display images and videos in a notebook.
Stars: ✭ 128 (-44.59%)
Mutual labels:  viewer
Dspdfviewer
Dual-Screen PDF Viewer for latex-beamer
Stars: ✭ 184 (-20.35%)
Mutual labels:  viewer
Ascension
ANSI/ASCII art viewer for Mac OS X
Stars: ✭ 143 (-38.1%)
Mutual labels:  viewer
Jsontreeviewer
json formatter/viewer/pretty-printer (with jsonTree javascript-library)
Stars: ✭ 211 (-8.66%)
Mutual labels:  viewer
Logviewer
📃 Provides a log viewer for Laravel
Stars: ✭ 2,098 (+808.23%)
Mutual labels:  viewer
Wiv
Window image viewer [DEPRECATED]
Stars: ✭ 196 (-15.15%)
Mutual labels:  viewer
Villain
A free and open source web-based comic book reader.
Stars: ✭ 160 (-30.74%)
Mutual labels:  viewer
Bitcoin Transaction Explorer
Simple and pure block explorer you can run on top of a full node
Stars: ✭ 165 (-28.57%)
Mutual labels:  viewer
Markdown Edit
online markdown editor/viewer
Stars: ✭ 188 (-18.61%)
Mutual labels:  viewer
Frescoimageviewer
Customizable Android full screen image viewer for Fresco library supporting "pinch to zoom" and "swipe to dismiss" gestures. Made by Stfalcon
Stars: ✭ 1,807 (+682.25%)
Mutual labels:  viewer
Saba
OpenGL Viewer (OBJ PMD PMX)
Stars: ✭ 208 (-9.96%)
Mutual labels:  viewer
Imageviewer
A simple and customizable Android full-screen image viewer 一个简单且可自定义的Android全屏图像浏览器
Stars: ✭ 1,889 (+717.75%)
Mutual labels:  viewer
Goiv
Small and simple image viewer written in pure Go.
Stars: ✭ 182 (-21.21%)
Mutual labels:  viewer
Edi
Edi - The open source text editor IDE based on AvalonDock and AvalonEdit
Stars: ✭ 220 (-4.76%)
Mutual labels:  viewer
Lol Model Viewer
League of legends model and animation viewer based on WebGL. https://tengge1.github.io/lol-model-viewer
Stars: ✭ 211 (-8.66%)
Mutual labels:  viewer
Htop
htop - an interactive process viewer
Stars: ✭ 3,076 (+1231.6%)
Mutual labels:  viewer

Bootstrap Listr

The MIT License GitHub release Travis David David

A replacement for default server indices, Bootstrap Listr beautifully displays folders and files in the browser. It is built upon the Bootstrap framework and Font Awesome icons, optionally Bootswatch themes can be used.

Watch a live demo (latest alpha-version!)

Installation

Download the latest release or clone the repository.

Building

We use Gulp tasks to configure and build your application. Make sure to have gulp installed globally as well as all local Node dependencies.

# Install Gulp (optional)
npm install -g gulp

# Install dependencies
yarn || npm install

You can now run the build script to create a clean copy of Bootstrap Listr:

# Concatenated assets
npm run build

# Individual assets
npm run build:http2

Alternatively, you can now run the individual Gulp tasks. See gulp help for a list of available tasks.

Deployment

Deploy build/ to your server. All files that should be accessible in the browser go into the _public folder (you can define a different folder in the config.json). Depending on your Apache settings, you might have to uncomment the RewriteBase setting in the .htaccess file (maybe add folder name after the slash.)

Options

You can configure a number of settings in the file config.json:

  • Optional columns for size and modified date
  • Document icons
  • File viewer for images, videos, audio, source code, PDF and HTML
  • Search box to filter results
  • Column sorting
  • Responsive tables
  • List of ignored files
  • List of hidden files
  • Default location for JavaScript libraries and style sheets (CDN or local)
  • Syntax highlighting in file viewer
  • Save to Dropbox
  • Share buttons
  • Google Analytics
  • Language
  • Virtual files

Please visit the project wiki for details.

Support

It's always a good start to consult the FAQ or the project wiki in general.

Issues

Report issue or suggest new features only on GitHub!

Contribute

To contribute patches, follow this standard procedure:

  1. Fork the repository
  2. Make your changes to the development branch
  3. Communicate your changes
  4. Send a pull request with your changes

Talk

For user specific problems or just to have a chat with the developers, feel free to join our Gitter channel.

Credits

This project is built upon—or includes—code from the following people:

Contributors:

License

This work is licensed under the The MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].