| Line | |
|---|
| 1 |
About |
|---|
| 2 |
===== |
|---|
| 3 |
|
|---|
| 4 |
Flow is intended to fulfill three roles: |
|---|
| 5 |
|
|---|
| 6 |
1) A lightweight streaming framework for data and objects. |
|---|
| 7 |
|
|---|
| 8 |
2) A set of pre-made stream elements for various tasks, including network |
|---|
| 9 |
and file system interaction. |
|---|
| 10 |
|
|---|
| 11 |
3) High-level API for easy-to-use network and file system access, hiding the |
|---|
| 12 |
complexity of the underlying stream model. |
|---|
| 13 |
|
|---|
| 14 |
For details regarding hacking on Flow itself, see the HACKING file, which you |
|---|
| 15 |
should have obtained along with this file. |
|---|
| 16 |
|
|---|
| 17 |
Availability |
|---|
| 18 |
============ |
|---|
| 19 |
|
|---|
| 20 |
Flow is maintained in the GNOME CVS repository. It can be checked out with |
|---|
| 21 |
the following command: |
|---|
| 22 |
|
|---|
| 23 |
cvs -d <user>@cvs.gnome.org:/cvs/gnome co flow |
|---|
| 24 |
|
|---|
| 25 |
Replace <user> with your GNOME CVS account. If you do not have such an account, |
|---|
| 26 |
you can get Flow from an anonymous mirror by doing the following: |
|---|
| 27 |
|
|---|
| 28 |
cvs -d anonymous@anoncvs.gnome.org:/cvs/gnome co flow |
|---|
| 29 |
|
|---|
| 30 |
Contact |
|---|
| 31 |
======= |
|---|
| 32 |
|
|---|
| 33 |
E-mail: See the MAINTAINERS file. Flow does not currently have a mailing list. |
|---|
| 34 |
|
|---|
| 35 |
IRC: Channel #flow on the irc.gnome.org server. |
|---|