Giter VIP home page Giter VIP logo

atomic's Introduction

Atomic Blog

A super clean blog application built using Meteor, the blog comes with many features including

  • Administration
    • Dashboard
    • Posts
    • Comments
    • Media
    • Users
    • Settings
  • Markdown
    • Posts are written in markdown and converted to html on save.
    • Markdown editor in the administration panel.
  • Internationalization
  • RSS Feeds
  • Categories
  • Tags

Development

Atomic is still under heavy development but we are looking for members of the opensource community to help make the project production ready.

Atomic is built using only packages. similar to TelescopeJS project, this helps with project organisation, load order and namespacing. It also helps us be more open source, for example, the package atomic:notify is an independent package that will be published for others to use outside the project.

Data Packages Data packages are small packages that create an interface with collections to help centralize the security and data integrity.

See the follwing packages for examples: atomic:posts, atomic:categories, atomic:accounts.

Application Packages Application packages are mainly frontend applications, such as atomic:client and atomic:admin, these packages will be able to be detached from the project, useful for creating microservice application that use the same database to perform maintaince etc.

Routing We have chosen to use flow-router and flow-layout as the routing package due to the common issues people have with iron:router.

We have extended the flow-router package so we can add custom functionality if required.

Installation

Clone the project

git clone [email protected]:meteor-atomic/atomic.git

Start the project

cd atomic; meteor

Once the project is running, you can visit http://localhost:3000.

License

MIT - LICENSE.md

atomic's People

Contributors

robertpitt avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

atomic's Issues

Api

Idea

Create a package that exposes Posts, Categories, Users etc over a HTTP Rest protocol.

Security

Common API security needs to be implemented, such as CRUD Governance, Rate Limiting, API Tokens etc.

Pagination module

Idea

Create a single module atomic:pagination allows us to quickly and easily associate a collection with a pagination rule set that allows the UI to be paged with minimal effort.

This package should also be 100% independent of atomic:blog, meaning it should not depend on any other module unless that module is also independent.

Thoughts:

  • Infinite scrolling vs Traditional paging.

Resources:

Documentation

We need to have a fairly basic but justified set of documents for early developers.

  • Fully document the intro README on the project
  • Document each package in /packages/.
  • Add example application
  • Link to all package README files from root README.

Import / Export

Idea

Import and export the following entities.

  • Settings
  • Posts
  • Categories

Pingbacks

idea

Wordpress have a concept called ping back, where Blog A posts a posts, then Blog B writes a posts and references the blog post on Blog A, Blog B pings Blog A with it's post link, once Blog A verifies that it's been referenced it recalls the link against the post, showing readers what other blogs have related media.

I think having a package called atomic:pingback that works with Wordpress is a great idea, and a feature that will increase popularity

Specification: Pingback

Media Core

Idea

atomic:media is a core component that configures and sets up all media related stuff, such as Uploading, File storage, Upload Security, media conversion such as thumbnails and copyright marking.

I am closely looking at CollectionFS to handle most of this work, there are some implementation problems with it but I am sure we can get around them.

  • Configure media rules from admin panel.
  • Manage thumbnails and LQ images.
  • Support storage for all types of media, including binary to aid post attachments.

Media Admin

idea

Dependant on #2

Media admin will comprise of the following areas

  • Media Gallery
  • Media Editor (Metadata)
  • Media Upload (From media area and posts edit)
  • Media configuration
    • Allowed files, types
    • Maximum upload size
    • Permitted roles

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.