Skip to content

Commit

Permalink
[docs] Reorganize the FAQ.
Browse files Browse the repository at this point in the history
close #392

Signed-off-by: Stéphane Galland <galland@arakhne.org>
  • Loading branch information
gallandarakhneorg committed Nov 14, 2016
1 parent 5133039 commit 330def9
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 40 deletions.
Expand Up @@ -213,13 +213,13 @@ describe "General FAQ on SARL" {
* the FAQ, the reference documents, or
* the [existing issues](https://github.com/sarl/sarl/issues), you
* may ask the SARL developers on
* [this page](https://github.com/sarl/sarl/issues/new).
* [the SARL forum](https://groups.google.com/forum/#!forum/sarl).
*
* @filter(.*)
*/
fact "Where can I ask my question?" {
"https://github.com/sarl/sarl/issues" should beURL _
"https://github.com/sarl/sarl/issues/new" should beURL _
"https://groups.google.com/forum/#!forum/sarl" should beURL _
}

/* A community driven list of useful SARL libraries, frameworks and software
Expand Down
Expand Up @@ -244,44 +244,6 @@ describe "Runtime Environment FAQ" {

}

/*
*/
context "Contribute to Janus" {

/* The sources of Janus are available on
* [Github](https://github.com/janus-project/janusproject).
* Details for getting the source code may be found on the
* [official web site of Janus](http://www.janusproject.io).
*
* @filter(.*)
*/
fact "Where are the sources of Janus?" {
"https://github.com/janus-project/janusproject" should beURL _
"http://www.janusproject.io" should beURL _
}

/* Janus Core Developers use [Github](https://github.com/janus-project/janusproject)
* to manage bug tracking and project workflow.
* The issues are listed on [Github](https://github.com/janus-project/janusproject/issues).
*
* @filter(.*)
*/
fact "How can I obtain the current issues?" {
"https://github.com/janus-project/janusproject" should beURL _
"https://github.com/janus-project/janusproject/issues" should beURL _
}

/* You must submit your issue on
* [this page](https://github.com/janus-project/janusproject/issues/new).
*
* @filter(.*)
*/
fact "How can I report a problem or a bug in Janus components?" {
"https://github.com/janus-project/janusproject/issues/new" should beURL _
}

}

/*
*/
context "Runtime Behavior of Janus" {
Expand Down Expand Up @@ -315,4 +277,44 @@ describe "Runtime Environment FAQ" {

}

/*
*/
context "Contribute to Janus" {

/* The sources for Janus are available inside the SARL project repository on
* [Github](https://github.com/sarl/sarl/sre/io.janusproject/).
*
* @filter(.*)
*/
fact "Where are the sources for SARL?" {
// The checks are valid only if the macro replacements were done.
// The replacements are done by Maven.
// So, Eclipse Junit tools do not make the replacements.
System.getProperty("sun.java.command", "").startsWith("org.eclipse.jdt.internal.junit.").assumeFalse
//
"%website%" should beURL "!file"
}

/* Janus Developers use [Github](https://github.com/sarl/sarl)
* to manage bug tracking and project workflow.
* The issues are listed on [Github](https://github.com/sarl/sarl/issues).
*
* @filter(.*)
*/
fact "How can I find the current issues?" {
"https://github.com/sarl/sarl" should beURL _
"https://github.com/sarl/sarl/issues" should beURL _
}

/* You should submit your issue on
* [this page](https://github.com/sarl/sarl/issues/new).
*
* @filter(.*)
*/
fact "How can I report a problem or a bug in Janus components?" {
"https://github.com/sarl/sarl/issues/new" should beURL _
}

}

}

0 comments on commit 330def9

Please sign in to comment.