# HG changeset patch # User David Demelier # Date 1455021101 -3600 # Node ID 9dd0e08d2ec39c5b62ac6af5f2432daf11827adc # Parent efcb95802d3ae681644707d44713e33a67ac1a45 - Add contribute - Fill downloads - Fill documentation diff -r efcb95802d3a -r 9dd0e08d2ec3 CMakeLists.txt --- a/CMakeLists.txt Mon Feb 08 16:21:38 2016 +0100 +++ b/CMakeLists.txt Tue Feb 09 13:31:41 2016 +0100 @@ -36,7 +36,7 @@ file(COPY ${CMAKE_SOURCE_DIR}/js DESTINATION ${OUTPUT}) # Define the files to generate. -set(FILES about index documentation download support) +set(FILES about contribute documentation documentation download support) # Arguments for specific files. set(index_VARS home:yes) diff -r efcb95802d3a -r 9dd0e08d2ec3 contribute.md --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/contribute.md Tue Feb 09 13:31:41 2016 +0100 @@ -0,0 +1,21 @@ +--- +title: "IRC Client Daemon - Download" +--- + + + +Irccd is a free software, you may edit it and update everything you want. You may also send patch to fix bugs, typos +and so on. + +## Correct language + +As you might have already noticed, english is not my native tongue. There are probably lot of mistakes in the source +code or in these pages. Please free to report them by mail at **markand (at) malikania (dot) fr**. + +## Fix bugs / add features + +If you are programmer, you can correct some bugs on our [bug tracker][bt]. You can also add new features. + +[bt]: https://redmine.malikania.fr/projects/irccd diff -r efcb95802d3a -r 9dd0e08d2ec3 documentation.md --- a/documentation.md Mon Feb 08 16:21:38 2016 +0100 +++ b/documentation.md Tue Feb 09 13:31:41 2016 +0100 @@ -5,3 +5,18 @@ + +## General documentation + + - [User guide](guide.html) + - [JavaScript API](api/index.html) + +## Plugin documentation + + - [ask](plugin/ask.html) + - [auth](plugin/auth.html) + - [hangman](plugin/hangman.html) + - [history](plugin/history.html) + - [logger](plugin/logger.html) + - [plugin](plugin/plugin.html) + - [roulette](plugin/roulette.html) diff -r efcb95802d3a -r 9dd0e08d2ec3 download.md --- a/download.md Mon Feb 08 16:21:38 2016 +0100 +++ b/download.md Tue Feb 09 13:31:41 2016 +0100 @@ -6,3 +6,30 @@

Download

+## Prebuilt binaries + +Prebuilt binaries are only provided for Windows. + +
+

irccd-2.0.0-Windows-amd64.exe

+

irccd-2.0.0-Windows-x86.exe

+
+ +## From source + +You can compile irccd from sources. + +
+

irccd-2.0.0.tar.xz

+

irccd-2.0.0.zip

+
+ +## Development version + +You can also install it from [Mercurial][]. + +```` +$ hg clone http://hg.malikania.fr/irccd +```` + +[Mercurial]: http://mercurial-scm.org