-==================================================================
-distill: An analytical framework for User-ALE <https://github.com/draperlaboratory/user-ale>.
-==================================================================
+.. ..
-Installation
-------------
+ <!--- Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License. You may obtain a copy of the License at
-The easiest way to install most Python packages is via ``easy_install`` or ``pip``::
+ http://www.apache.org/licenses/LICENSE-2.0
- $ easy_install distill
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ --->
-Development and Testing
-------------
+Apache Flagon Distill
+=======================
-To build the source code and run all unit tests::
+NOTE: This project is not currently maintained and will be refactored. If you are interested in Distill, join the discussion on our dev list: dev-subscribe@flagon.incubator.apache.org.
- $ python setup.py develop test
+Distill is part of the `Apache Flagon <http://flagon.incubator.apache.org/>`_ project.
+It comprises an analytical engine for `UserALE <http://flagon.incubator.apache.org/userale/>`_
+to interact with user activity logs and apply basic analytical operations to the data.
-To start up the web server, running on localhost:8090::
+Install instructions can be found `here <http://flagon.incubator.apache.org/docs/distill/>`_.
- $ dev
-
-Using curl::
-
- $ curl -XGET 'http://localhost:8090/app/register' -d '{
- "application_name" : "my_app",
- "version" : "0.1",
- "application_description" : "my test app"
- }'
-
-Usage
------
-
-TODO: This is a good place to start with a couple of concrete examples of how the package should be used.
-
-The boilerplate code provides a dummy ``main`` function that prints out the word 'Hello'::
-
- >> from distill import main
- >> main()
-
-When the package is installed via ``easy_install`` or ``pip`` this function will be bound to the ``distill`` executable in the Python installation's ``bin`` directory (on Windows - the ``Scripts`` directory).
+A contribution guide has been provided `here <http://flagon.incubator.apache.org/docs/contributing/>`_.
\ No newline at end of file