Giter Club home page Giter Club logo

ediary's Introduction

A diary publish system.

What is ediary

From Wikipedia

A diary (also called journal) is a record (originally in handwritten format) with discrete entries arranged by date reporting on what has happened over the course of a day or other period.

This project named ediary is just for avoid name conflict with emacs's builtin package diary and also have the same meaning as diary.

Objectives

  • Easy to use

Write a piece of text, call publish command, then this piece of text is appeared as a article in your website.

  • Easy to implement

Split to subprojects, use the right tool to do the right thing.

  • Easy to customize

Change the config file or tweak the templates even fork this project, this project is very easy to understand so don't afraid to change it.

Workflow

  • Edit source file

Support formats: org

  • Export to ediary file

A json file adherence to specification: [Ediary File Specification][]

  • Generate web pages

Generate HTML/XML/CSS/JS/IMAGES files ready for publish

  • Publish web pages

Publish web pages to you site.

Such as git push to you github pages

Inspired by

Ediary File Specification

It just a json file with the following structure:

[
    {
        "title": "The article's title",
        "slug": "Use to generate url if title is not appropriate, this's not REQUIRED",
        "timestamp": "2015-06-07 11:05:44",
        "tags": ["ediary", "example"],
        "body": "The article body with html format"
    },
    {
        "title": "More article following",
        "slug": "",
        "timestamp": "2015-06-07 11:05:44",
        "tags": ["ediary", "example"],
        "body": "The article body with html format"
    }
]

ediary's People

Contributors

tangxinfa avatar

Watchers

James Cloos 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.