diff --git a/ChangeLog b/ChangeLog index 9a46e6bdc..51e54baff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2003-08-05 Alexandre Duret-Lutz + * README: Update layout. + * wrap/python/cgi/Makefile.am, wrap/python/cgi/ltl2tgba.in, wrap/python/cgi/README: New files. * wrap/python/Makefile.am (SUBDIRS): Add cgi. diff --git a/README b/README index 2ac154bf4..27b9b9375 100644 --- a/README +++ b/README @@ -4,35 +4,39 @@ Layout of the source tree Core directories ---------------- -src/ Sources for libspot. - ltlast/ LTL abstract syntax tree. - ltlenv/ LTL environments. - ltlparse/ Parser for LTL formulae. - ltlvisit/ Visitors of LTL formulae. - ltltest/ Tests for ltlast/, ltlenv/, ltlparse/, and ltlvisit/. - misc/ Miscellaneous support files. - tgba/ TGBA objects and cousins. - tgbaalgos/ Algorithms on TGBAs. - tgbaparse/ Parser for explicit TGBAs. - tgbatest/ Tests for tgba/, tgbaalgos/, and tgbaparse/. -doc/ Documentation for libspot. - spot.html/ HTML manual. - spot.latex/ Sources for the PDF manual. (No distributed, can be rebuilt.) - spotref.pdf PDF manual. -wrap/ Wrappers for other languages. -iface/ Interfaces to other libraries. - gspn/ GreatSPN interface. +src/ Sources for libspot. + ltlast/ LTL abstract syntax tree. + ltlenv/ LTL environments. + ltlparse/ Parser for LTL formulae. + ltlvisit/ Visitors of LTL formulae. + ltltest/ Tests for ltlast/, ltlenv/, ltlparse/, and ltlvisit/. + misc/ Miscellaneous support files. + tgba/ TGBA objects and cousins. + tgbaalgos/ Algorithms on TGBAs. + tgbaparse/ Parser for explicit TGBAs. + tgbatest/ Tests for tgba/, tgbaalgos/, and tgbaparse/. +doc/ Documentation for libspot. + spot.html/ HTML manual. + spot.latex/ Sources for the PDF manual. (No distributed, can be rebuilt.) + spotref.pdf PDF manual. +wrap/ Wrappers for other languages. + python/ Python bindings for Spot and BuDDy + tests/ Tests for these bindings + cgi/ Python-based CGI script (ltl-to-tgba translator) +iface/ Interfaces to other libraries. + gspn/ GreatSPN interface. + examples/ Supporting models used by the test cases. -Third party softwares ---------------------- +Third party software +-------------------- buddy/ A patched version of BuDDy 2.2 (a BDD library). -lbtt/ A patched version of lbtt 1.0.1 (an LTL to Büchi automata test bench). +lbtt/ A patched version of lbtt 1.0.2 (an LTL to Büchi automata test bench). -Build-system stuffs -------------------- +Build-system stuff +------------------ m4/ M4 macros used by configure.ac. tools/ Helper scripts used during the build.