Skip to content

Commit

Permalink
Link to new documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
pudo committed Sep 10, 2019
1 parent 86b0c78 commit c14054a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 29 deletions.
30 changes: 6 additions & 24 deletions README.rst
Expand Up @@ -16,34 +16,16 @@ built with investigative reporting as a primary use case. Aleph allows
cross-referencing mentions of well-known entities (such as people and
companies) against watchlists, e.g. from prior research or public datasets.

Here's some key features:

* Web-based search across large document and data sets.
* Imports many file formats, including popular office formats, spreadsheets,
email and zipped archives. Processing includes optical character recognition,
language and encoding detection and named entity extraction.
* Load structured entity graph data from databases and CSV files. This allows
navigation of complex datasets like companies registries, sanctions lists or
procurement data. Import tools for `OpenSanctions <http://opensanctions.org/>`_.
are included.
* Receive notifications for new search matches with a personal watchlist.
* OAuth authorization and access control on a per-source and per-watchlist
basis.

Documentation
-------------

The documentation for Aleph is `available on our Wiki
<https://github.com/alephdata/aleph/wiki>`_. If you wish to run your own
copy of Aleph (or contribute to the development), get started with the
`installation documentation <https://github.com/alephdata/aleph/wiki/Installation>`_.
For further details on the software, how to use it, install it or manage data
imports, please check the documentation at:

* https://docs.alephdata.org


Support
-------

Aleph is used by multiple organisations, including Code for Africa, OCCRP and
OpenOil. For coordination, please join the Aleph slack workspace:
`alephdata <http://slack.alephdata.org/>`_
Aleph is used and developed by multiple organisations and interested individuals. For coordination, please join the Aleph slack workspace: `alephdata <http://slack.alephdata.org/>`_

If you find any errors or issues using Aleph please
`file an issue on GitHub <https://github.com/alephdata/aleph/issues/new>`_ or
Expand Down
8 changes: 3 additions & 5 deletions ui/src/components/Footer/Footer.jsx
Expand Up @@ -10,22 +10,20 @@ export default function Footer(props) {
return (
<footer id="Footer" className="Footer">
<div className="info">
<strong></strong>
{' '}
<FormattedMessage
id="footer.aleph"
defaultMessage="aleph {version}"
defaultMessage="Aleph {version}"
values={{
version: metadata.app.version,
}}
/>
<span className="bp3-text-muted"></span>
<span>
<a href="https://github.com/alephdata/aleph/wiki/User-manual">
<a href="https://docs.alephdata.org/guide/getting-started">
<Icon icon="help" iconSize={14} />
</a>
{' '}
<a href="https://github.com/alephdata/aleph/wiki/User-manual">
<a href="https://docs.alephdata.org/guide/getting-started">
<FormattedMessage
id="footer.help"
defaultMessage="Help"
Expand Down

0 comments on commit c14054a

Please sign in to comment.