RandomSec/README.md

77 lines
3.9 KiB
Markdown
Raw Normal View History

2021-12-14 17:27:30 +01:00
# MultiUserOpenRefine
2022-01-23 22:34:40 +01:00
2022-01-27 19:17:26 +01:00
![MultiUserOpenRefine](MUOR/static/images/logo.svg)
2021-12-14 17:27:30 +01:00
2022-01-27 19:17:26 +01:00
MultiUserOpenRefine is an extension to open-source tool that, in addition to all
the features described below, allows creating user accounts, each providing
private workspace and leaving the convenience of running the basic OpenRefine
2021-12-14 17:27:30 +01:00
tool on a remote server.
2021-12-21 16:39:20 +01:00
Project is being developed at Adam Mickiewicz University in Poznań by students.
2021-12-21 15:50:21 +01:00
# OpenRefine
2021-01-13 19:44:49 +01:00
[![DOI](https://zenodo.org/badge/6220644.svg)](https://zenodo.org/badge/latestdoi/6220644)
[![Join the chat at https://gitter.im/OpenRefine/OpenRefine](https://badges.gitter.im/OpenRefine/OpenRefine.svg)](https://gitter.im/OpenRefine/OpenRefine) ![Java CI](https://github.com/OpenRefine/OpenRefine/workflows/Java%20CI/badge.svg) [![Coverage Status](https://coveralls.io/repos/github/OpenRefine/OpenRefine/badge.svg?branch=master)](https://coveralls.io/github/OpenRefine/OpenRefine?branch=master) [![Translation progress](https://hosted.weblate.org/widgets/openrefine/-/svg-badge.svg)](https://hosted.weblate.org/engage/openrefine/?utm_source=widget) [![Total alerts](https://img.shields.io/lgtm/alerts/g/OpenRefine/OpenRefine.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/OpenRefine/OpenRefine/alerts/)
2013-06-12 20:24:35 +02:00
2018-05-31 17:54:38 +02:00
OpenRefine is a Java-based power tool that allows you to load data, understand it,
2015-09-22 03:41:23 +02:00
clean it up, reconcile it, and augment it with data coming from
2018-05-31 17:54:38 +02:00
the web. All from a web browser and the comfort and privacy of your own computer.
2018-02-09 15:38:44 +01:00
[<img src="https://github.com/OpenRefine/OpenRefine/blob/master/graphics/icon/open-refine-320px.png" align="right">](http://openrefine.org)
## Download
* [OpenRefine Releases](https://github.com/OpenRefine/OpenRefine/releases)
## Snapshot releases
Latest development version, packaged for:
* [Linux](https://oss.sonatype.org/service/local/artifact/maven/content?r=snapshots&g=org.openrefine&a=openrefine&v=3.6-SNAPSHOT&c=linux&p=tar.gz)
* [Windows](https://oss.sonatype.org/service/local/artifact/maven/content?r=snapshots&g=org.openrefine&a=openrefine&v=3.6-SNAPSHOT&c=mac&p=dmg)
* [MacOS](https://oss.sonatype.org/service/local/artifact/maven/content?r=snapshots&g=org.openrefine&a=openrefine&v=3.6-SNAPSHOT&c=win&p=zip)
## Run from source
If you have cloned this repository to your computer, you can run OpenRefine with:
* `./refine` on Mac OS and Linux
* `refine.bat` on Windows
This requires [JDK 8](https://jdk.java.net) and [Apache Maven](https://maven.apache.org/).
## Documentation and Videos
* [User Manual](https://docs.openrefine.org)
* [FAQ](https://github.com/OpenRefine/OpenRefine/wiki/FAQ)
* [Official Website and tutorial videos](http://openrefine.org)
## Contributing to the project
* [Developers Guide & Architecture](https://github.com/OpenRefine/OpenRefine/wiki/Documentation-For-Developers)
* [Contributing Guide](https://github.com/OpenRefine/OpenRefine/blob/master/CONTRIBUTING.md)
* [Project Governance](https://github.com/OpenRefine/OpenRefine/blob/master/GOVERNANCE.md)
## Contact us
* [Mailing List](https://groups.google.com/forum/#!forum/openrefine)
* [Twitter](http://www.twitter.com/openrefine)
2021-01-27 00:45:16 +01:00
* [Gitter](https://gitter.im/OpenRefine/OpenRefine)
* [Matrix (bridged from Gitter)](https://matrix.to/#/#OpenRefine_OpenRefine:gitter.im)
## Licensing and legal issues
2013-06-12 20:24:35 +02:00
OpenRefine is open source software and is licensed under the BSD license
located in the [LICENSE.txt](LICENSE.txt). See the folder `licenses` for information on open source
2013-06-12 20:24:35 +02:00
libraries that OpenRefine depends on.
## Credits
2013-06-12 20:24:35 +02:00
This software was created by Metaweb Technologies, Inc. and originally written
and conceived by David Huynh <dfhuynh@google.com>. Metaweb Technologies, Inc.
was acquired by Google, Inc. in July 2010 and the product was renamed Google Refine.
In October 2012, it was renamed OpenRefine as it transitioned to a
2013-06-12 20:24:35 +02:00
community-supported product.
See [AUTHORS.md](./AUTHORS.md) for the list of OpenRefine contributors and [CONTRIBUTING.md](./CONTRIBUTING.md) for instructions on how to contribute yourself.