Skip to content

Commit

Permalink
Update readme.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
jomifred committed Oct 2, 2024
1 parent 2ff31d8 commit 5d96980
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions doc/readme.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

Jason is an interpreter for an extended version of AgentSpeak. It implements the operational semantics of that language, and provides a platform for the development of multi-agent systems, with many user-customisable features. Jason is available as Open Source, and is distributed under GNU LGPL.

Jason is developed by https://jomifred.github.io[Jomi F. Hübner] and http://www.inf.pucrs.br/r.bordini[Rafael H. Bordini], based on previous work done with many colleagues, in particular Michael Fisher, Joyce Martins, Álvaro Moreira, Renata Vieira, Willem Visser, Mike Wooldridge, but also many others, as acknowledged in the manual (see the http://jason-lang.github.io/[Jason web site]).
Jason is developed by http://https://jomifred.github.io[Jomi F. Hübner] and http://www.inf.pucrs.br/r.bordini[Rafael H. Bordini], based on previous work done with many colleagues, in particular Michael Fisher, Joyce Martins, Álvaro Moreira, Renata Vieira, Willem Visser, Mike Wooldridge, but also many others, as acknowledged in the manual (see the http://jason-lang.github.io/[Jason web site]).

ifdef::env-github[]
NOTE: The documentation of is also available (and better rendered) at http://jason-lang.github.io/doc.
NOTE: The documentation of is also available (and better rendered) at http://jason-lang.github.io/jason/.
endif::[]

== Installation
Expand All @@ -26,11 +26,14 @@ endif::[]

- xref:./release-notes.adoc[Release Notes]

- https://github.com/jason-lang/jason/tree/master/examples[Examples] and https://github.com/jason-lang/jason/tree/master/demos[demos]
- http://jason.sf.net/jBook[Jason book]

== Technical documents

* link:http://jason-lang.github.io/api/jason/stdlib/package-summary.html[Standard internal actions]
* link:http://jason-lang.github.io/api/jason/functions/package-summary.html[Standard arithmetic functions]
* API of all classes: generated by link:http://jason-lang.github.io/api[JavaDoc]
* link:http://jason-lang.github.io/api[API of all classes]

* xref:./tech/patterns.adoc[Some useful programming Patterns]
* link:./tech/modules-namespaces.pdf[Modules and Namespace manual]
Expand All @@ -39,13 +42,13 @@ endif::[]
* xref:./tech/annotations.adoc[Unification with Annotations]
* https://jason-lang.github.io/doc/tech/jason/asSyntax/parser/AS2JavaParser.html[Jason Language BNF]

== Other Links
//== Other Links

- https://github.com/jason-lang/jason[GitHub]
//- https://github.com/jason-lang/jason[GitHub]
//- http://sourceforge.net/news/?group_id=98417[News]
//- http://sourceforge.net/mail/?group_id=98417[Mailing lists]
- https://github.com/jason-lang/jason/tree/master/examples[Examples]
- https://github.com/jason-lang/jason/tree/master/demos[Demos]
//- https://github.com/jason-lang/jason/tree/master/examples[Examples]
//- https://github.com/jason-lang/jason/tree/master/demos[Demos]
//- http://jason.sourceforge.net/Jason/Documents.html[Publications]
//- http://jason.sourceforge.net/Jason/Projects.html[Related projects]

Expand Down

0 comments on commit 5d96980

Please sign in to comment.