Coder Social home page Coder Social logo

smokyish / aragon-monthly Goto Github PK

View Code? Open in Web Editor NEW

This project forked from aragon/aragon-monthly

0.0 1.0 0.0 9.08 MB

Aragon Monthly is a community curated monthly digital newspaper about DAOs and the Aragon ecosystem

Home Page: https://monthly.aragon.one/

License: Creative Commons Zero v1.0 Universal

aragon-monthly's Introduction

Aragon Monthly is a community-curated monthly digital newspaper about Decentralized Autonomous Organizations and the Aragon ecosystem

Content curation is the process of gathering information relevant to a particular topic or area of interest.

Aragon Monthly is created by the community, for the community.

Anyone can contribute by creating or requesting new content regarding Decentralized Autonomous Organizations or about anything related to the Aragon ecosystem.


How does this work?

  • Community members, Contributors and Editors create Issues for News, Articles and Classifieds
    • These Issues are requests for new content to the upcoming newspaper issue

  • Issues that get "upvoted" by the community will have a bounty label added and that bounty will be funded to incentivise fulfillment of that request
    • Editors can also add the bounty label to any Issue they consider to be interesting content
      • The person who created the Issue may also request the bounty label to be added if they wish to fund that Issue themselves
    • Once a bounty label has been added, anyone can send funds (ETH or ERC20 tokens) to the smart contract and help fund that bounty

  • Anyone can contribute to creating the requested content on Issues by creating a new Pull Request that fills the request
    • By creating a new Pull Request that Closes issue #X, anyone is free to claim the bounty on that Issue
      • These will be reviewed on a first-come first-served basis
    • Editors are community members that frequently contribute high quality content and have priority over other contributors. They can assign themselves to Issues in order to signal their intent to fulfill that particular Issue

  • At the end of the month, Pull Requests are frozen and any open Issues are cleaned
    • Editors will evaluate open Issues to see if they think it should be carried over to the next newspaper issue and close all remaining ones
    • Reviewers and Editors will review all open Pull Requests and either merge or close those accordingly
    • The Editor-in-chief makes sure that all completed Pull Requests are merged, compiles the Front Page and ensures that everything is working fine, publishes the Monthly newspaper issue to https://monthly.aragon.one/ and sends out the Aragon Monthly Newsletter

How can I contribute?

1) By creating new content!

There's a few different ways to contribute new content:


News

There's news happening all the time and we're looking to have all the interesting content presented in the newspaper!

Articles


2) By requesting new content!

If you have a topic that you would like to read about, create a New Issue with a descriptive Title and a clear description of the type of content you would want to see in Aragon Monthly.

Be sure to include all the details in the new issue as described in the Guide for submitting a new Issue


Staff Contributors

The Editor-in-chief is the publication's editorial leader who has final responsibility for its operations and policies.

Editors are people who regularly provide content to the publication and make sure that the content is always high quality. They write articles, review Pull Requests, and are generally active in the creation of this publication.

Reviewers are people who contribute by helping review new content submitted via Pull Requests.

Columnists are people dedicated to contributing quality content for an extended period of time - usually on the same subject area or theme each time - that typically contains the author's opinion or point of view.

  • Editor/Reviewer/Columnist - Get your name here by contributing!

Future goals

  • Make Aragon Monthly so successful that there's a demand for Aragon Weekly
  • Turn Aragon Monthly into a DAO that fully governs the project

More info for editors

How do I run a local version of the site for editing?

  • Install MkDocs
    • Install mkdocs-material using Python, pip install mkdocs-material
  • In the aragon-monthly directory, run mkdocs serve
  • Open http://localhost:8000/ in your browser
  • Edit documents locally through a text editor such as Atom in combination with [Github Desktop] and/or commands through GitBash, PowerShell or Command Line.

What does the aragon-monthly directory structure look like?

mkdocs.yml
docs/
├─ archive/
│  ├─ issue00/
│  └─ issue01/
├─ articles/
│  ├─ columns
│  │ ├─ images/
│  │ └─ name_of_column.md
│  ├─ editorial/
│  │ ├─ images/
│  │ └─ title_of_editorial.md
│  └─ opinion/
│  │ ├─ images/
│  │ └─ title_of_opinion_piece.md
│  └─ index.md
├─ classifieds/
│  └─ index.md
├─ contributors/
│  ├─ columnists.md
│  ├─ contributors.md
│  ├─ editors.md
│  ├─ index.md
│  └─ reviewers.md
├─ guides/
│  ├─ guide_for_submitting_a_new_issue.md
│  ├─ guide_for_submitting_a_new_pull_request.md
│  ├─ guide_for_submitting_articles.md
│  ├─ guide_for_submitting_classifieds.md
│  ├─ guide_for_submitting_news.md
│  ├─ index.md
│  ├─ new_issue_template.md
│  ├─ new_pull_request_template.md
│  └─ repository_structure.md
├─ images/
│  ├─ favicon.ico
│  ├─ logo.svg
│  ├─ monthly_no_image.png
│  └─ monthly.png
├─ info/
│  └─ index.md
├─ news/
│  ├─ aragon.md
│  ├─ daos.md
│  ├─ name_of_tag.md
│  └─ index.md
├─ newsletter/
│  └─ index.md
├─ stylesheets/
│  └─ custom.css
├─ CNAME
└─ index.md

Where can I find the empty templates and how do I fill them?

You can find all the templates in the guides for news, articles and classifieds here, below the most frequently used for reference. If you get stuck, check the code from previous issues in the archive.

News - see guide here

 [**Title**](URI_to_news) | [**Title**](URI_to_news) | [**Title**](URI_to_news) |
:-----------:|:-----------:|:-----------:|
[_Tag_](tag.md) | [_Tag_](tag.md) | [_Tag_](tag.md) |
[<img src="../../images/image_name.png">](URI_to_news) | [<img src="../../images/image_name.png">](URI_to_news) | [<img src="../../images/image_name.png">](URI_to_news) |
_Author [Author Name](URI_to_author_profile) on Month Date#_ | _Author [Author Name](URI_to_author_profile) on Month Date#_  | _Author [Author Name](URI_to_author_profile) on Month Date#_ |
**Subtitle** Description of the content in the news. | **Subtitle** Description of the content in the news. | **Subtitle** Description of the content in the news. |
[Read More](URI_to_news) | [Read More](URI_to_news) | [Read More](URI_to_news) |

Articles - see guide here

# Title
> **Subtitle**

_Author [Author Name / @author_GitHub_username](https://github.com/author_GitHub_username)_

![](images/image_name.png)

Bunch of text.

## Sub-Title / Header
Bunch of text.

## Sub-Title / Header
Bunch of text.

Classifieds - see guide here

[<h2>Title</h2>](URI) |
:-----------|
Description |
[Learn More](URI) |

aragon-monthly's People

Contributors

bling5630 avatar bradymck avatar chacehunter avatar csggene3 avatar dxiri avatar irmacias avatar jakerockland avatar john-light avatar johnlenin00 avatar joshfairhead avatar krrisis avatar litepiglet avatar luisivan avatar marikio avatar pet3r-pan avatar roundminer avatar sembrestels avatar shyblugs avatar smokyish avatar tao avatar thijsmaaslaw 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.