Difference between revisions of "Thales"

From Free Software Directory
Jump to: navigation, search
(Added Savannah link)
 
(11 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{Entry
 
{{Entry
 
|Name=GNU Thales
 
|Name=GNU Thales
|Short description=doctest-like system for GNU Guile
+
|Short description=Doctest-like system for GNU Guile.
|Full description=GNU Thales provides macroses for GNU Guile to conviently write and check unit-tests, very simular to Python doctest. Also, Thales have functions to check stability of public interface of your Guile modules. For historical reasons, exists two entriely different programs of name Thales -- IRC to Database Gateway, which is not maintained, but sources can be accessed via cvs on Savannah.
+
|Full description='''Thales''' provides macros for [[guile | GNU Guile]] to conviently write and check unit-tests, very simular to [https://docs.python.org/3.8/library/doctest.html Python doctest]. Also, Thales has functions to check the stability of the public interface of your [[guile | GNU Guile]] modules.
|Homepage URL=https://www.gnu.org/software/thales
+
 
|User level=none
+
 
 +
------
 +
 
 +
For historical reasons, two entrirely different programs exists with the name Thales.
 +
 
 +
'''GNU Thales - IRC to Relational Database Gateway'''
 +
Is not maintained, but sources can be accessed via cvs on Savannah (see resource info tab).
 +
https://cvs.savannah.gnu.org/viewvc/thales/thales/README?view=markup
 +
|Homepage URL=https://www.gnu.org/software/thales/
 +
|Is High Priority Project=No
 
|VCS checkout command=git clone git://git.savannah.gnu.org/thales.git
 
|VCS checkout command=git clone git://git.savannah.gnu.org/thales.git
|Computer languages=C
+
|Documentation note=https://www.gnu.org/software/thales/manual/
|Accepts cryptocurrency donations=No
+
 
 +
'''Selection from the [https://shop.fsf.org/ FSF shop]'''
 +
 
 +
[https://shop.fsf.org/books/free-freedom-20-richard-stallman Free as in Freedom 2.0, by Richard Stallman]
 +
 
 +
[https://shop.fsf.org/books-docs/introduction-command-line Introduction to the Command Line]
 +
 
 +
----
 +
----
 +
'''[https://www.gnu.org/help/help.html Helping the GNU Project and the Free Software Movement]'''
 +
----
 +
----
 +
 
 +
If you have corrections to this entry or questions about it, please contact: mailto:maintainers@gnu.org
 +
----
 +
|Decommissioned or Obsolete=No
 +
|Donate=https://my.fsf.org/donate/
 +
|Related projects=gnustandards
 
|Keywords=database,IRC,mysql,gateway,updates,usage statstics
 
|Keywords=database,IRC,mysql,gateway,updates,usage statstics
 
|Version identifier=1.99
 
|Version identifier=1.99
Line 14: Line 40:
 
|Version download=https://ftp.gnu.org/gnu/thales/thales-1.99.tar.gz
 
|Version download=https://ftp.gnu.org/gnu/thales/thales-1.99.tar.gz
 
|Last review by=Bendikker
 
|Last review by=Bendikker
|Last review date=2018/02/20
+
|Last review date=2019/01/16
|Submitted date=2011-04-01
+
|Submitted by=Database conversion
 +
|Submitted date=2011/04/01
 +
|User level=none
 +
|Paid support=https://www.fsf.org/resources/service/
 +
|Accepts cryptocurrency donations=Yes
 +
|OpenPGP signature=https://ftp.gnu.org/gnu/thales/thales-1.99.tar.gz.sig
 +
|Test entry=No
 
|Is GNU=Yes
 
|Is GNU=Yes
 
|GNU package identifier=thales
 
|GNU package identifier=thales
|License verified date=2004-07-20
 
 
}}
 
}}
 
{{Project license
 
{{Project license
|License=GPLv3
+
|License=GPLv3orlater
|License verified by=genium
+
|License verified by=Bendikker
|License verified date=2014/05/18
+
|License verified date=2018/06/27
 
}}
 
}}
 
{{Person
 
{{Person
|Real name=Klaus Weiss
+
|Real name=Dmitry Bogatov
 
|Role=Maintainer
 
|Role=Maintainer
|Email=klaus.weiss@nanet.at
+
|Email=kaction@gnu.org
 
}}
 
}}
 
{{Resource
 
{{Resource
 
|Resource audience=Savannah (Ref)
 
|Resource audience=Savannah (Ref)
|Resource URL=https://savannah.gnu.org/projects/thales
+
|Resource URL=https://savannah.gnu.org/projects/thales/
 +
}}
 +
{{Resource
 +
|Resource audience=GNU Thales - IRC to Relational Database Gateway
 +
|Resource kind=VCS Repository Webview
 +
|Resource URL=https://cvs.savannah.gnu.org/viewvc/thales/
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Developer
 
 
|Resource kind=VCS Repository Webview
 
|Resource kind=VCS Repository Webview
|Resource URL=http://git.savannah.gnu.org/cgit/thales.git
+
|Resource URL=https://git.savannah.gnu.org/cgit/thales.git/
 +
}}
 +
{{Resource
 +
|Resource kind=Mailing List
 +
|Resource URL=https://lists.gnu.org/mailman/listinfo/thales-misc/
 +
}}
 +
{{Resource
 +
|Resource kind=Mailing List
 +
|Resource URL=https://lists.gnu.org/mailman/listinfo/thales-announce/
 +
}}
 +
{{Resource
 +
|Resource kind=Mailing List
 +
|Resource URL=https://lists.gnu.org/mailman/listinfo/gnu-system-discuss/
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Help
+
|Resource kind=Download
|Resource kind=E-mail
+
|Resource URL=https://ftp.gnu.org/gnu/thales/
|Resource URL=mailto:thales-announce@gnu.org
 
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Support
+
|Resource kind=General
|Resource kind=E-mail
+
|Resource URL=https://savannah.gnu.org/people/
|Resource URL=mailto:thales-misc@gnu.org
+
}}
 +
{{Software category
 +
|Programming-language=C
 +
|Runs-on=GNU/Linux
 +
|Software-development=debugging
 +
|Use=software-development
 
}}
 
}}
{{Software category}}
 
 
{{Featured}}
 
{{Featured}}

Latest revision as of 13:19, 16 January 2019


[edit]

GNU Thales

https://www.gnu.org/software/thales/
Doctest-like system for GNU Guile.

Thales provides macros for GNU Guile to conviently write and check unit-tests, very simular to Python doctest. Also, Thales has functions to check the stability of the public interface of your GNU Guile modules.



For historical reasons, two entrirely different programs exists with the name Thales.

GNU Thales - IRC to Relational Database Gateway Is not maintained, but sources can be accessed via cvs on Savannah (see resource info tab). https://cvs.savannah.gnu.org/viewvc/thales/thales/README?view=markup





Licensing

License

Verified by

Verified on

Notes

Verified by

Bendikker

Verified on

27 June 2018




Leaders and contributors

Contact(s)Role
Dmitry Bogatov Maintainer


Resources and communication

AudienceResource typeURI
Mailing Listhttps://lists.gnu.org/mailman/listinfo/gnu-system-discuss/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/thales-announce/
VCS Repository Webviewhttps://git.savannah.gnu.org/cgit/thales.git/
Downloadhttps://ftp.gnu.org/gnu/thales/
GNU Thales - IRC to Relational Database GatewayVCS Repository Webviewhttps://cvs.savannah.gnu.org/viewvc/thales/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/thales-misc/
Savannah (Ref)https://savannah.gnu.org/projects/thales/
Generalhttps://savannah.gnu.org/people/


Software prerequisites




Entry







"Savannah (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"GNU Thales - IRC to Relational Database Gateway" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.



















Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.