Coder Social home page Coder Social logo

weye's Introduction

Goal

A simple but full-featured file manager using HTML5.

  • Should replace HTTP & FTP & Samba on a LAN.
  • Simple code base, easy to extend & adapt to specific requirements.

Running it

uwsgi --ini uwsgi_conf.ini

or

python run.py

Sprint 0 : architecture

Current choices

  • Compatibility

    • WSGI for the web (bottle just looks fine)
    • Compatible with python >= 2.6 (or 2.5 ?)
    • Should be tested with uWSGI for the "production" mode
    • Should be tested with (pick one):
      • wsgiref
      • paste
      • waitress
  • ICanHaz

    To render HTML (mustache-powered templates)

  • KickStrap

    To handles all the HTML5 boilerplate

Not chosed yet

  • Database

    Stored json (in .weye files) is the way for the POC, to be changed

  • Factory

    The factory pattern is not implemented yet. We may use the standard mimetypes module from python.

  • UI

    The page layout isn't decided yet, same for the possible actions

Sprint 1 : browseable files

Sprint 2 : upload

Sprint 3 : nice mimetype-based factories

Sprint 4 : lightweight ACL

Sprint 5 : custom handlers for custom extensions

Interesting projects

Mice could handle keyboard shortcuts

Isotope to display things in a nice way instead of a plain list

EpicEditor looks very nice to edit text & markdown documents

weye's People

Contributors

fdev31 avatar poussik avatar r2rien avatar

Watchers

 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.