By | fr33domlover |
At | 2016-02-01 |
Title | Update README as it is now the main project page |
Description |
Edit file README.md 33188 → 33188
1 1 # funbot
2 2 - 3 An IRC bot for learning, fun and collaboration in the Freepost community.
- 4 There is a project page [here][proj].
+ 3 **FunBot** is an IRC bot written in Haskell. This is a fun and interactive way
+ 4 to learn and experiment with Haskell, quickly seeing the results of the code
+ 5 you write. The project was started after an idea was brought up in `#freepost`
+ 6 channel: Write a bot collaboratively, the whole community together. Experiment,
+ 7 learn and laugh in the process.
+ 8 + 9 FunBot is free software, and is committed to software freedom and to freedom in
+ 10 general. It is released to the public domain using the CC0 Public Domain
+ 11 Dedication. See `COPYING`.
5 12 6 13 ## Using
7 14 8 15 See the .cabal file for more info and link to project website and version
9 16 control.
… … … … 18 25 Some of the dependency libraries may have recent features not released to
19 26 Hackage yet. See the guide linked at the bottom for their clone URLs. If you
20 27 use a released version of funbot, you can safely install all the dependencies
21 28 from Hackage as usual.
22 29 - 23 This program is free software, and is committed to software freedom. It is
- 24 released to the public domain using the CC0 Public Domain Dedication. For the
- 25 boring "legal" details see the file `COPYING`.
+ 30 This program is free software, released to the public domain using the CC0
+ 31 Public Domain Dedication. For the boring "legal" details see the file
+ 32 `COPYING`.
26 33 27 34 See the file `INSTALL.md` for a detailed usage and deployment guide. The file
28 35 `ChangeLog` explains how to see the history log of the changes done in the
29 36 code. `NEWS.md` provides a friendly overview of the changes for each release.
30 37 … … … … 42 49 It's in the `INSTALL.md` file.
43 50 44 51 If you're going to implement some feature or fix some bug you found,
45 52 **start by opening an issue** so that other people will know which features are
46 53 being developed and who does what.
- 47 - 48 [proj]: http://rel4tion.org/projects/funbot/
- 49 [rel4tion]: http://rel4tion.org/
… … … …