Changeset d36c18 in git
- Timestamp:
- Feb 19, 2020, 10:21:24 AM (3 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '2234726c50d679d6664181a5c72f75a6fd64a787')
- Children:
- 528cab3c269d989f070626f1b28fbf7192b9d171
- Parents:
- f051930c5ecfb853e0c8fdfb602c026c3727ddf9
- git-author:
- Hans Schoenemann <hannes@mathematik.uni-kl.de>2020-02-19 10:21:24+01:00
- git-committer:
- Hans Schoenemann <hannes@mathematik.uni-kl.de>2020-02-19 11:02:25+01:00
- Files:
-
- 23 edited
Legend:
- Unmodified
- Added
- Removed
-
COPYING
rf051930 rd36c18 47 47 48 48 For information on how to cite SINGULAR see 49 <http ://www.singular.uni-kl.de/index.php/how-to-cite-singular>.49 <https://www.singular.uni-kl.de/index.php/how-to-cite-singular>. 50 50 51 51 You can also support SINGULAR by informing us about your result obtained … … 56 56 57 57 The latest information regarding the status of SINGULAR is always 58 available from <http ://www.singular.uni-kl.de>.58 available from <https://www.singular.uni-kl.de>. 59 59 60 60 Acknowledgements -
README
rf051930 rd36c18 11 11 12 12 * Homepage: 13 <http ://www.singular.uni-kl.de/>13 <https://www.singular.uni-kl.de/> 14 14 15 15 * Source code: … … 17 17 18 18 * User Manual: 19 <http ://www.singular.uni-kl.de/Manual/latest>19 <https://www.singular.uni-kl.de/Manual/latest> 20 20 21 21 * Bug/Issue-Tracker: … … 26 26 27 27 * [Developer and Reference Manual:](@ref main_page) 28 <http ://www.singular.uni-kl.de/dox/html>28 <https://www.singular.uni-kl.de/dox/html> 29 29 -
README.md
rf051930 rd36c18 11 11 12 12 * Homepage: 13 <http ://www.singular.uni-kl.de/>13 <https://www.singular.uni-kl.de/> 14 14 15 15 * Source code: … … 17 17 18 18 * User Manual: 19 <http ://www.singular.uni-kl.de/Manual/latest>19 <https://www.singular.uni-kl.de/Manual/latest> 20 20 21 21 * Bug/Issue-Tracker: … … 26 26 27 27 * [Developer and Reference Manual:](@ref main_page) 28 <http ://www.singular.uni-kl.de/dox/html>28 <https://www.singular.uni-kl.de/dox/html> 29 29 -
Singular/LIB/surfex/doc/surfex_doc.tex
rf051930 rd36c18 155 155 It uses the Linux emulation {\sc cygwin}. 156 156 The {\sc Singular} team provides their great software on their website: 157 \href{http ://www.singular.uni-kl.de}{\tt www.singular.uni-kl.de}.157 \href{https://www.singular.uni-kl.de}{\tt www.singular.uni-kl.de}. 158 158 It is very easy to install; just follow the instructions. 159 159 … … 175 175 176 176 However, for some systems there exist pre-compiled versions, see e.g.\ the 177 {\sc Singular} website: \href{http ://www.singular.uni-kl.de}{\tt177 {\sc Singular} website: \href{https://www.singular.uni-kl.de}{\tt 178 178 www.singular.uni-kl.de}. 179 179 These versions run on many Linux systems. -
Singular/Singular.rc.in
rf051930 rd36c18 54 54 VALUE "ProductVersion","@SINGULAR_VERSION@\000" 55 55 VALUE "ProductDate", "@VERSION_DATE@\000" 56 VALUE "URL", "http ://www.singular.uni-kl.de\000"56 VALUE "URL", "https://www.singular.uni-kl.de\000" 57 57 END 58 58 END -
Singular/feOpt.cc
rf051930 rd36c18 417 417 418 418 printf("\nFor more information, type `help;' from within Singular or visit\n"); 419 printf("http ://www.singular.uni-kl.de or consult the\n");419 printf("https://www.singular.uni-kl.de or consult the\n"); 420 420 printf("Singular manual (available as on-line info or html manual).\n"); 421 421 } -
doc/COPYING.texi
rf051930 rd36c18 66 66 If you want to be informed of new releases, 67 67 please register as a @sc{Singular} user by 68 @c using the69 @c registration form on the @sc{Singular} homepage70 @c @uref{http://www.singular.uni-kl.de}.71 @c If for some reason you cannot access the registration form, you72 @c can also register by73 68 sending an email to 74 69 @email{singular@@mathematik.uni-kl.de} … … 78 73 79 74 For information on how to cite @sc{Singular} see 80 @*@uref{http ://www.singular.uni-kl.de/index.php/how-to-cite-singular}.75 @*@uref{https://www.singular.uni-kl.de/index.php/how-to-cite-singular}. 81 76 82 77 You can also support @sc{Singular} by informing us about … … 86 81 87 82 The latest information regarding the status of @sc{Singular} is always 88 available from @uref{http ://www.singular.uni-kl.de}.83 available from @uref{https://www.singular.uni-kl.de}. 89 84 @ifset singularmanual 90 85 The program @sc{Singular} and the above mentioned parts are available via -
doc/ESingular.man
rf051930 rd36c18 33 33 .PP 34 34 For more information, type `help;' from within Singular or visit 35 http ://www.singular.uni\-kl.de or consult the35 https://www.singular.uni\-kl.de or consult the 36 36 Singular manual (available as on\-line info or html manual). 37 37 .SH "SEE ALSO" -
doc/HOWTO-libsingular
rf051930 rd36c18 1 1 The following is valid for Singular 4-x-x: 2 (for technical details see http ://www.singular.uni-kl.de/Manual/modules.pdf)2 (for technical details see https://www.singular.uni-kl.de/Manual/modules.pdf) 3 3 4 4 ./configure --disable-static .... -
doc/How-To-Contribute.md
rf051930 rd36c18 23 23 following tool <http://hub.github.com>. 24 24 25 @note A mirror of the repository is available at <git://www.singular.uni-kl.de/Singular.git>, with a web interface26 at <http://www.singular.uni-kl.de/git>27 28 Another mirror can be found at Google Code: <https://code.google.com/p/singular/> -
doc/Singular.man
rf051930 rd36c18 93 93 .PP 94 94 For more information, type `help;' from within Singular or visit 95 http ://www.singular.uni\-kl.de or consult the95 https://www.singular.uni\-kl.de or consult the 96 96 Singular manual (available as on\-line info or html manual). 97 97 .PP -
doc/TSingular.man
rf051930 rd36c18 25 25 .PP 26 26 For more information, type `help;' from within Singular or visit 27 http ://www.singular.uni\-kl.de or consult the27 https://www.singular.uni\-kl.de or consult the 28 28 Singular manual (available as on\-line info or html manual). 29 29 .SH "SEE ALSO" -
doc/changes_in_singular4.texi
rf051930 rd36c18 168 168 169 169 In particular we have separated everything related to coeffcient rings into a separate library @code{libcoeffs}. 170 Dependency tree between restructured packages is show at @uref{http ://www.singular.uni-kl.de/dox/singular.png}170 Dependency tree between restructured packages is show at @uref{https://www.singular.uni-kl.de/dox/singular.png} 171 171 172 172 In order to use @code{libSingular} as a C++ library, see @ref{libSingular}. -
doc/external-packages-dynamic-modules.md
rf051930 rd36c18 12 12 * NTL (works on cygwin32/cygwin64, tested with 6.0.0) 13 13 14 ps: [3rd party software used by Singular](http ://www.singular.uni-kl.de/index.php/third-party-software/software-used-by-singular.html) and [Preface](http://www.singular.uni-kl.de/Manual/3-1-6/sing_1.htm#SEC1)14 ps: [3rd party software used by Singular](https://www.singular.uni-kl.de/index.php/third-party-software/software-used-by-singular.html) and [Preface](https://www.singular.uni-kl.de/Manual/3-1-6/sing_1.htm#SEC1) 15 15 16 16 -
doc/t2h_singular.init
rf051930 rd36c18 64 64 print $fh <<EOT; 65 65 <FONT SIZE="-1"> 66 User manual for <A HREF="http ://www.singular.uni-kl.de/"><I>Singular</I></A> version $value{VERSION}, $value{VERSION_DATE},66 User manual for <A HREF="https://www.singular.uni-kl.de/"><I>Singular</I></A> version $value{VERSION}, $value{VERSION_DATE}, 67 67 generated by <I>texi2html</I>. 68 68 </FONT> … … 175 175 { 176 176 return <<EOT; 177 This document is the user manual for <A HREF="http ://www.singular.uni-kl.de/"><I>Singular</I></A> version $value{VERSION}, $value{VERSION_DATE}.177 This document is the user manual for <A HREF="https://www.singular.uni-kl.de/"><I>Singular</I></A> version $value{VERSION}, $value{VERSION_DATE}. 178 178 <BR> 179 179 -
doc/t2h_standalone.init
rf051930 rd36c18 13 13 print $fh <<EOT; 14 14 <FONT SIZE="-1"> 15 <A HREF="http ://www.singular.uni-kl.de/"><I>Singular</I></A> version $value{VERSION}, $value{VERSION_DATE},15 <A HREF="https://www.singular.uni-kl.de/"><I>Singular</I></A> version $value{VERSION}, $value{VERSION_DATE}, 16 16 generated by <A HREF="$T2H_HOMEPAGE"><I>texi2html</I></A>. 17 17 </FONT> -
emacs/COPYING
rf051930 rd36c18 41 41 42 42 The latest information about SINGULAR is always available from 43 `http ://www.singular.uni-kl.de'.43 `https://www.singular.uni-kl.de'. 44 44 -
factory/COPYING
rf051930 rd36c18 48 48 49 49 The latest information about SINGULAR is always available from 50 `http ://www.singular.uni-kl.de'.50 `https://www.singular.uni-kl.de'. 51 51 -
libpolys/COPYING
rf051930 rd36c18 46 46 47 47 If you want to be informed of new releases, please register yourself 48 as a SINGULAR user by using the registration form on the SINGULAR 49 homepage `http://www.singular.uni-kl.de'. If for some 50 reason you cannot access the registration form, you can also register 51 by sending an email to <singular@mathematik.uni-kl.de> 48 as a SINGULAR user by sending an email to <singular@mathematik.uni-kl.de> 52 49 with subject line `register' and body containing the following data: 53 50 your name, email address, organisation, country and platform(s). 54 51 55 52 For the citation of SINGULAR see 56 `http ://www.singular.uni-kl.de/how_to_cite.html', for information on53 `https://www.singular.uni-kl.de/how_to_cite.html', for information on 57 54 how to cite Singular. 58 55 … … 64 61 65 62 The latest information about SINGULAR is always available from 66 `http ://www.singular.uni-kl.de'.63 `https://www.singular.uni-kl.de'. 67 64 68 65 Acknowledgements -
main.dox
rf051930 rd36c18 11 11 - \subpage changes_in_sw_page "Significant changes in Singular 4", 12 12 - Short introduction to general concepts (types, paths, etc.)<br/> 13 <http ://www.singular.uni-kl.de/Manual/intro_sing.pdf>,13 <https://www.singular.uni-kl.de/Manual/intro_sing.pdf>, 14 14 - Short description of the Singular restructurization: <br/> 15 <http ://www.singular.uni-kl.de/gap-meeting-2012/SW.Aug.12.motsak.2.pdf> and15 <https://www.singular.uni-kl.de/gap-meeting-2012/SW.Aug.12.motsak.2.pdf> and 16 16 - Current internal structure and dependencies can be seen at \subpage deps_page. 17 17 Top-level packages are: -
redhat/singular.spec.in
rf051930 rd36c18 6 6 Group: Applications/Math 7 7 Vendor: Singular Team 8 URL: http ://www.singular.uni-kl.de8 URL: https://www.singular.uni-kl.de 9 9 Packager: Mathias Schulze <mschulze@mathematik.uni-kl.de> 10 Source0: http ://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/UNIX/%{name}-%{version}.tar.gz10 Source0: https://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/UNIX/%{name}-%{version}.tar.gz 11 11 BuildArch: %{_arch} 12 12 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -
resources/feResource.cc
rf051930 rd36c18 87 87 {"IdxFile", 'x', feResFile, "SINGULAR_IDX_FILE", "%D/singular/singular.idx", (char *)""}, 88 88 {"HtmlDir", 'h', feResDir, "SINGULAR_HTML_DIR", "%D/singular/html", (char *)""}, 89 {"ManualUrl", 'u', feResUrl, "SINGULAR_URL", "http ://www.singular.uni-kl.de/Manual/", (char *)""},89 {"ManualUrl", 'u', feResUrl, "SINGULAR_URL", "https://www.singular.uni-kl.de/Manual/", (char *)""}, 90 90 {"ExDir", 'm', feResDir, "SINGULAR_EXAMPLES_DIR","%r/examples", (char *)""}, 91 91 {"Path", 'p', feResPath, NULL, "%b;%P;$PATH", (char *)""},
Note: See TracChangeset
for help on using the changeset viewer.