Project

argumenta

0.0
No commit activity in last 3 years
No release in over 3 years
Social argument collaboration ~ A Ruby implementation of Argumenta's core library.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.5
~> 4.7.5
>= 0

Runtime

= 0.14.1
= 0.14.0
= 0.4.0
 Project Readme

Argumenta

Social argument collaboration for the web.

Argumenta's goal is to help people build better arguments online, by collaborating with others. To do this, we've made Arguments and Propositions the focus. In Argumenta, they are first-class citizens; discrete components which can be identified by their contents, and thus referenced by other entities - no matter who creates them or how they are used.

Here's the essentials:

  • Arguments are composed of propositions - a series of premises leading to a conclusion.
  • Propositions are short, tweet-like strings of text - 240 characters max.
  • Both are identified by the SHA-1 hash of their object record, just as in Git.
  • Support and Dispute tags link a proposition with a related argument.
  • Citation tags link propositions with any external resource, through text, embedded videos, or URLs.

Join us soon at Argumenta.io to start collaborating! We're currently preparing alpha deployment.
You can also follow us on Twitter (@ArgumentaIO), and ask us anything!

Install

Install via npm to get the argumenta command:

$ npm install -g argumenta
$ argumenta
Argumenta 0.1.5 (development mode) | http://localhost:3000

See Install for server configuration details, and Developers for notes on working from source.

Modules

  • Argumenta-Widgets - JavaScript Widgets for Argumenta. Share arguments anywhere on the web!

Documentation

  • API - Argumenta's REST API.
  • Install - Install Argumenta for command-line or server use.
  • Developers - Developer notes for Argumenta.

License

MIT