Giter Site home page Giter Site logo

ruhoh.js's Introduction

Ruhoh Front-end Client

This is a proof-of-concept DEMO application for a ruhoh parser implemented entirely client-side.

ruhoh is a universal static blogging specification as defined here: http://ruhoh.com

How it works

The client allows you to preview a ruhoh compatible blog in your web-browser. It's made with backbone.js, require.js, mustache.js and jQuery.

There is no File I/O so the client cannot pragmatically scan your blog directory for files. Currently it merely reads from pre-generated dictionary files contained in the _database folder.

Requirements

  • Modern Web Browser
  • Localhost Web server

Run the Application

The client can be launched by spawning a web-server at the application's root directory:

Ruby

$ rackup -p9292

Available at: http://localhost:9292

Python

$ python -m SimpleHTTPServer

Available at: http://localhost:8000

http://www.linuxjournal.com/content/tech-tip-really-simple-http-server-python

PHP

PHP 5.4.x

$ php -S localhost:8000

Available at: http://localhost:8000

http://php.net/manual/en/features.commandline.webserver.php

Javascript - NOT IMPLEMENTED

$ node server.js

require connect ?? http://www.senchalabs.org/connect/

(this flickers a lot and does css as text/plain)
http://www.nodebeginner.org/#a-basic-http-server https://gist.github.com/701407

ruhoh.js's People

Contributors

plusjade avatar

Watchers

 avatar  avatar  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.