-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build .adoc Files for GitHub Pages from 627f3f3
- Loading branch information
0 parents
commit 1b18958
Showing
93 changed files
with
23,695 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
.vscode | ||
.idea | ||
|
||
.DS_Store | ||
bin | ||
build | ||
.project | ||
.classpath | ||
|
||
*.class | ||
*.log | ||
.gradle | ||
.settings | ||
.stop___MAS | ||
|
||
doc/faq.html | ||
doc/api | ||
interpreter/doc/api | ||
doc/tech/*Parser.html | ||
readme.html | ||
release-notes.html | ||
doc/tutorials/getting-started/shell-based.html | ||
doc/tech/concurrency.html | ||
doc/tech/annotations.html | ||
|
||
*~ | ||
|
||
# Mobile Tools for Java (J2ME) | ||
.mtj.tmp/ | ||
|
||
# Package Files # | ||
#*.jar | ||
*.war | ||
*.ear | ||
|
||
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml | ||
hs_err_pid* | ||
|
||
bookstore.* | ||
doc/index.html | ||
|
||
APDescription.txt | ||
MTPs-Main-Container.txt | ||
demos/persistent-belief-base/bookstore.log | ||
doc/tech/unit-tests.html | ||
doc/tech/patterns.html | ||
doc/tutorials/getting-started/index.html | ||
src/main/resources/np31.zip | ||
src/main/resources/scripts/np31.zip | ||
examples/sniffer/sniff.script | ||
examples/sniffer/sniff.properties | ||
interpreter/doc/tech/jason/asSyntax/parser/AS2JavaParser.html | ||
interpreter/doc/tech/jason/mas2j/parser/MAS2JavaParser.html | ||
jason-cli/docs/vscode/index.html | ||
doc/tech/jason/asSyntax/parser/AS2JavaParser.html | ||
doc/tech/jason/mas2j/parser/MAS2JavaParser.html | ||
doc/jason-cli/commands.html | ||
jason-interpreter/gradle.properties | ||
jason-interpreter/settings.gradle | ||
doc/install.html | ||
doc/index.html | ||
doc/doc.html | ||
doc.html |
Binary file not shown.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
#!/bin/sh | ||
echo asciidoc for $@ | ||
IMAGE=jomifred/adoc | ||
exec docker run --rm -i --user="$(id -u):$(id -g)" --net=none -v "$PWD":/app "$IMAGE" asciidoctor -r /pygments_init.rb "$@" |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# | ||
# by Jomi | ||
# | ||
|
||
cd .. | ||
./gradlew renderAsciidoc | ||
./gradlew javadoc | ||
cd doc | ||
cp readme.html index.html | ||
scp -r * $USERSF,[email protected]:/home/groups/j/ja/jason/htdocs/doc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
cd .. | ||
|
||
./gradlew doc | ||
|
||
SITE_PATH=../jason-lang.github.io | ||
|
||
rm -rf $SITE_PATH/api | ||
rm -rf $SITE_PATH/doc | ||
|
||
IMAGE=jomifred/adoc | ||
docker run --rm -i --user="$(id -u):$(id -g)" --net=none -v "$PWD":/app "$IMAGE" asciidoctor -r /pygments_init.rb -a stylesheet=adoc-empty.css doc/readme.adoc -o doc/doc.html | ||
|
||
cp -R jason-interpreter/build/docs/javadoc $SITE_PATH/api | ||
cp -R doc $SITE_PATH | ||
|
||
cd $SITE_PATH | ||
git add api | ||
git commit -a -m "add javadoc api" | ||
|
||
#find doc -name readme.html -execdir cp readme.html index.html \; | ||
git add doc | ||
git commit -a -m "add jason github doc folder" | ||
|
||
git push |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
../scripts/asciidoc-docker faq.adoc | ||
scp faq.html $USERSF,[email protected]:/home/groups/j/ja/jason/htdocs/doc |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
// dot goal-states.gv -Tpdf -o goal-states.pdf | ||
|
||
digraph goal_states { | ||
node [color=gray]; | ||
|
||
compound=true; | ||
|
||
ENTRY[shape=point,color=black,label=""]; | ||
//EXIT[shape=point,color=black,label=""]; | ||
|
||
|
||
subgraph cluster1 { | ||
shape = rectangle; style=invis; | ||
|
||
node [shape=oval,style=filled,color=gray, fillcolor="lightgoldenrod", fixedsize=shape,width=1.5]; | ||
S [label="suspended"]; | ||
R [label="resumed",shape=rectangle]; | ||
|
||
S->R[label=< .resume> ,fontsize="8",arrowsize=0.5]; | ||
|
||
} | ||
|
||
subgraph cluster2 { | ||
shape = rectangle; style=dashed; color=grey; | ||
node [shape=oval,style=filled,color=gray, fillcolor="lightgoldenrod", fixedsize=shape,width=2]; | ||
C [label="pending"]; | ||
|
||
node [shape=rectangle,style="filled",fillcolor="lightgoldenrod",fixedsize=shape,width=2]; | ||
E [label="executing"]; | ||
P [label="waiting"]; | ||
|
||
C->E[label=< has applicable<br/>plan<br/>>,fontsize="8",arrowsize=0.5]; | ||
|
||
E->P[label=<act <br/> .wait<br/>>,fontsize="8",arrowsize=0.5]; | ||
P->E[label=<>,fontsize="8",arrowsize=0.5]; | ||
} | ||
|
||
subgraph cluster3 { | ||
//rankdir=LR; | ||
shape = rectangle; style=invis; | ||
node [shape=oval,fillcolor=white,color=gray,style=filled,fixedsize=shape,width=1,fontsize="10"]; | ||
A [label="achieved"]; | ||
F [label="failed"]; | ||
D [label="dropped"]; | ||
T [label="finished",peripheries=2]; | ||
|
||
{A,F,D} -> T [arrowsize=0.5]; | ||
} | ||
|
||
ENTRY->C[label=< event +!>,fontsize="8",arrowsize=0.5]; | ||
|
||
C->F[label=< no plan<br/>>,fontsize="8",arrowsize=0.5]; | ||
|
||
E->A[label=<plan finished>,fontsize="8",arrowsize=0.5]; | ||
P->D[label=<.drop_intention<br/>.drop_desire>,fontsize="8",arrowsize=0.5,ltail=cluster2]; | ||
|
||
C -> F [label=<.fail_goal<br/>failure>,fontsize="8",arrowsize=0.5,ltail=cluster2]; | ||
E -> A [label=<.succeed_goal>,fontsize="8",arrowsize=0.5,ltail=cluster2]; | ||
|
||
F -> E [label=<has contingence<br/>plan>,fontsize="8",arrowsize=0.5]; | ||
|
||
P->S[label=<.suspend>,fontsize="8",arrowsize=0.5,ltail=cluster2]; | ||
R->P[label=<> ,fontsize="8",arrowsize=0.5,lhead=cluster2]; | ||
|
||
subgraph cluster0 { | ||
label = "key"; fontsize="10"; | ||
rankdir=LR; shape = rectangle; style=dotted; color=grey; | ||
//key4 [label=<<i>^meta event</i> >, shape=plaintext,fontsize="10",]; | ||
key2 [label=".desire\n.intend",shape=rectangle,style=filled,fontsize="8", fillcolor=lightgoldenrod,width=0.5]; | ||
key1 [label=".desire", shape=oval, style=filled,fontsize="8", fillcolor=lightgoldenrod,width=0.5]; | ||
//key3 [label="finished", shape=oval, style=filled,fontsize="10", fillcolor=lightgrey,fixedsize=shape,width=1]; | ||
} | ||
} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
// dot intention-states.gv -Tpdf -o intention-states.pdf | ||
|
||
digraph intention_states { | ||
compound=true; | ||
|
||
ENTRY[shape=point,color=black,label=""]; | ||
EXIT[shape=point,color=black,label=""]; | ||
|
||
node [shape=oval,style=filled,color=gray, fillcolor="lightgoldenrod", fixedsize=shape,width=2]; | ||
R [label=<<b>running</b><br/><font point-size="8">(I,E,SE,SI)</font>>]; | ||
S [label=<<b>suspended</b><br/><font point-size="8">(PI,PE)</font>>]; | ||
P [label=<<b>waiting</b><br/><font point-size="8">(PI,PA)</font>>]; | ||
|
||
R->S[arrowsize=0.5]; | ||
S->R[arrowsize=0.5]; | ||
|
||
R->P[arrowsize=0.5]; //[label=<<i>^resumed</i>>,fontsize="8",arrowsize=0.5]; | ||
P->R[arrowsize=0.5]; | ||
|
||
|
||
ENTRY->R[arrowsize=0.5]; | ||
{R,S,P} -> EXIT [arrowsize=0.5]; | ||
|
||
} |
Binary file not shown.
Binary file not shown.
Oops, something went wrong.