X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?a=blobdiff_plain;f=README;h=e828a0eba892efa7e21ad18fd1c09bf69d057802;hb=69815a366be5ca81185386d94268d7e7dcce94e3;hp=5a97502c650b629f44e39d0f6a9fadc7f6ff70d7;hpb=d19b63317fc1751a6545290d6c68f4ba586fdb1e;p=ginac.git diff --git a/README b/README index 5a97502c..e828a0eb 100644 --- a/README +++ b/README @@ -1,29 +1,23 @@ General Information =================== -GiNaC (which stands for "GiNaC is Not a CAS (computer algebra system)) is a -C++ library for symbolic mathematical calculations. It is designed to allow +GiNaC (which stands for "GiNaC is Not a CAS" (computer algebra system)) is a +C++ library for symbolic mathematical calculations. It is designed to allow the creation of integrated systems that embed symbolic manipulations together with more established areas of computer science (like computation-intense numeric applications, graphical interfaces, etc.) under one roof. -The official ftp site is: - ftp://ftpthep.physik.uni-mainz.de/pub/GiNaC/ - The official web site is: - http://www.ginac.de/ + https://www.ginac.de/ A mailing list is located at: ginac-list@ginac.de -To subscribe, send an email to majordomo@ginac.de containing the line - - subscribe ginac-list your-name@your.domain - -in the body of your email. You will then receive an email containing -instructions how to confirm your subscription. +You need to be subscribed to be able to post to the list. To subscribe, +please follow the instructions on + https://www.cebix.net/mailman/listinfo/ginac-list -See http://www.ginac.de/Lists.html for the list policy. +See https://www.ginac.de/Lists.html for the list policy. Installation @@ -36,7 +30,7 @@ How to report bugs ================== If you have identified a bug in GiNaC you are welcome to send a detailed -bug report to . Please think about your bug! This +bug report to . Please think about your bug! This means that you should include * Information about your system @@ -58,5 +52,5 @@ means that you should include together with the output you get and the output you expect will help us to reproduce it quickly. -Patches are most welcome. If possible please make them with diff -c and +Patches are most welcome. If possible please make them with diff -c and include ChangeLog entries.