diff --git a/INSTALL.md b/INSTALL.md index 30b7faa8..420856d6 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -50,7 +50,7 @@ Optional: Build ----- -In the `serval-dna` directory, run the following commands: +To compile Serval DNA from source, run the following commands: $ cd $HOME/src/serval-dna $ autoreconf -f -i @@ -153,7 +153,8 @@ directory, deleting all logs from the previous run. Configure --------- -See [doc/Servald-Configuration](./doc/Servald-Configuration.md). +The [doc/Servald-Configuration](./doc/Servald-Configuration.md) document +describes the configuration of Serval DNA in detail. Voice call test --------------- diff --git a/README.md b/README.md index 73c12b3a..3adc90bc 100644 --- a/README.md +++ b/README.md @@ -75,9 +75,9 @@ License version 2][GPL2]. All source code is freely available from the Serval Project's [serval-dna][] Git repository on [GitHub][]. The copyright in most of the source code in Serval DNA is held by [Serval -Project Inc.][SPI], an organisation incorporated in the state of South -Australia in the Commonwealth of Australia for the purpose of developing the -Serval mesh software. +Project Inc.][SPI], a not-for-profit association incorporated in the state of +South Australia in the Commonwealth of Australia for the purpose of developing +the Serval mesh software. The [Serval Project][] will accept contributions from individual developers who have agreed to the [Serval Project Developer Agreement - Individual][individ], @@ -94,7 +94,9 @@ Instructions for downloading, building and testing Serval DNA are in Configure --------- -See [doc/Servald-Configuration](./doc/Servald-Configuration.md). +See [doc/Servald-Configuration](./doc/Servald-Configuration.md) (alternative +link [doc/Servald-Configuration] +(/servalproject/serval-dna/blob/master/doc/Servald-Configuration.md)). More information ---------------- @@ -104,17 +106,22 @@ directly from the command line and also via [JNI][] from within a Java program. The following command will print a summary of all the operations that servald offers: - servald help + $ servald help Some operations are self-contained, some start and stop the servald daemon process, some communicate with the servald daemon as an MDP client, and others -via a two-way [pipe][] called the monitor interface. +via a two-way [pipe][] called the *monitor interface*. -For more documentation, see the -[doc](/servalproject/serval-dna/tree/master/doc/) directory. +For more documentation, see: + * the [doc/](./doc/) directory + (alternative link [doc/](/servalproject/serval-dna/tree/master/doc/)) + + * the [Serval DNA][] page in the [Serval Project Wiki][] [Serval Project]: http://www.servalproject.org/ +[Serval Project Wiki]: http://developer.servalproject.org/ +[Serval DNA]: http://developer.servalproject.org/dokuwiki/doku.php?id=content:servaldna: [SPI]: http://developer.servalproject.org/dokuwiki/doku.php?id=content:spi [serval-dna]: https://github.com/servalproject/serval-dna [batphone]: https://github.com/servalproject/batphone