https://github.com/mstone/atlas
an experimental wiki intended to explore low-latency search, editing, and mapping of the kinds of boundary objects found in complex sociotechnical systems
https://github.com/mstone/atlas
Last synced: 8 months ago
JSON representation
an experimental wiki intended to explore low-latency search, editing, and mapping of the kinds of boundary objects found in complex sociotechnical systems
- Host: GitHub
- URL: https://github.com/mstone/atlas
- Owner: mstone
- License: bsd-3-clause
- Created: 2014-07-20T20:09:57.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-07-20T20:18:42.000Z (almost 12 years ago)
- Last Synced: 2025-07-30T23:11:49.692Z (11 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.25 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Overview
atlas is a BSD-licensed experimental wiki intended to explore low-latency
search, editing, and mapping of the kinds of [boundary
objects](http://en.wikipedia.org/wiki/Boundary_object) found in [complex
sociotechnical systems](http://mitpress.mit.edu/books/engineering-safer-world).
## Caveats
Warning: as initially published, atlas has [known issues](https://github.com/mstone/atlas/issues), several of
which have security implications that may make atlas inappropriate for use in
your environment.
## Dependencies
atlas:
* build-depends on [Golang](http://golang.org), [sqlite3](http://sqlite.org),
and several MIT- and Apache 2.0-licensed Golang libraries including
[glog](https://github.com/golang/glog),
[mattn/go-sqlite3](https://github.com/mattn/go-sqlite3), and
[blackfriday](https://github.com/russross/blackfriday),
* run-depends on [etherpad-lite](http://etherpad.org), and
* bundles [atom.go](https://code.google.com/p/go/source/browse/blog/atom/atom.go?repo=tools),
[jQuery](http://jquery.org), [svg-edit](https://code.google.com/p/svg-edit/),
and several MIT-licensed jQuery plugins (Chosen, BBQ, and AutoSize).
## Use
This repository is intended to be mounted in your GOPATH, presently at
`$GOPATH/src/akamai/atlas`.
For ideas on how to run an atlas instance, please see our example
[setup.sh](./setup.sh) script.