]> source.dussan.org Git - rspamd.git/commitdiff
Servicing changes.
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 8 Aug 2013 12:58:16 +0000 (13:58 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 8 Aug 2013 12:58:16 +0000 (13:58 +0100)
.travis.yml [new file with mode: 0644]
README.md

diff --git a/.travis.yml b/.travis.yml
new file mode 100644 (file)
index 0000000..d5c634d
--- /dev/null
@@ -0,0 +1,8 @@
+before_script:
+  - sudo apt-get update -qq
+  - sudo apt-get install -qq debhelper dpkg-dev cmake libevent-dev libglib2.0-dev libgmime-2.6-dev liblua5.1-0-dev libpcre3-dev cdbs libssl-dev libjudy-dev
+  - cmake .
+
+branches:
+  only:
+    - master
index 4927c92f8e306e37e3f5185ee423d9bbe39fc4b0..74241ff1b14e81290a70c0273acfd796d54d2e94 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,3 +1,10 @@
+REFERENCES
+==========
+
+* Home site: <http://rspamd.com>
+* Downloads: <https://bitbucket.org/vstakhov/rspamd/downloads>
+* Wiki: <https://bitbucket.org/vstakhov/rspamd/wiki/>
+
 DESCRIPTION
 ===========
 
@@ -25,12 +32,12 @@ INSTALLATION
 Rspamd runs on a Unix like operational systems. FreeBSD users can use ports
 collection (mail/rspamd) for rspamd installation. Ubuntu users can use launchpad PPA:
 
-https://launchpad.net/~vsevolod-n/+archive/rspamd
+<https://launchpad.net/~vsevolod-n/+archive/rspamd>
 
 Users of other OSes should use sources to build and install rspamd. You can
 obtain rspamd sources at the bitbucket download page:
 
-https://bitbucket.org/vstakhov/rspamd/downloads 
+<https://bitbucket.org/vstakhov/rspamd/downloads>
 
 There are packages for debian and CentOS/RHEL distribution. Debian users could
 use *debuild* utility to create the binary packages of rspamd. CentOS/RHEL
@@ -68,12 +75,12 @@ start working with rspamd you should do several steps (please note that this is
 not applicable to an installation based on packages, as such an installation
 have everything ready for using):
 
-1. Copy a sample configuration *$PREFIX/etc/rspamd.xml.sample* to
-*$PREFIX/etc/rspamd.xml*
-2. Edit *rspamd.xml* according to your system (described
+1. Copy a sample configuration $PREFIX/etc/rspamd.xml.sample to
+$PREFIX/etc/rspamd.xml
+2. Edit rspamd.xml according to your system (described
 later). 
-3. Make a directory for rspamd pid file and data (*/var/run/rspamd* by
-default) and make rspamd user (*nobody* by default) as the owner of rspamd data
+3. Make a directory for rspamd pid file and data (/var/run/rspamd by
+default) and make rspamd user (nobody by default) as the owner of rspamd data
 directory. 
 4. Make a directory for rspamd logs (or setup syslog to accept
 rspamd log messages).
@@ -103,10 +110,3 @@ configuration file.
 
 For writing new rules you can examine the main rspamd documentation and lua api
 guide and reference.
-
-REFERENCES
-==========
-
-* *Home site*: http://rspamd.com
-* *Downloads*: https://bitbucket.org/vstakhov/rspamd/downloads
-* *Wiki*: https://bitbucket.org/vstakhov/rspamd/wiki/