Skip to content

Commit

Permalink
Update website for idrel 2.46
Browse files Browse the repository at this point in the history
  • Loading branch information
cdwensley committed Jan 23, 2024
1 parent b72f9a1 commit be51382
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 30 deletions.
8 changes: 4 additions & 4 deletions PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ SetPackageInfo( rec(

PackageName := "idrel",
Subtitle := "Identities among relations",
Version := "2.45",
Date := "09/02/2023", # dd/mm/yyyy format
Version := "2.46",
Date := "23/01/2024", # dd/mm/yyyy format
License := "GPL-2.0-or-later",

Persons := [
Expand Down Expand Up @@ -84,7 +84,7 @@ BannerString := Concatenation(
AutoDoc := rec(
TitlePage := rec(
Copyright := Concatenation(
"&copyright; 1999-2023 Anne Heyworth and Chris Wensley<P/>\n",
"&copyright; 1999-2024 Anne Heyworth and Chris Wensley<P/>\n",
"The &IdRel; package is free software; you can redistribute it ",
"and/or modify it under the terms of the GNU General ",
"Public License as published by the Free Software Foundation; ",
Expand Down Expand Up @@ -124,7 +124,7 @@ AutoDoc := rec(
"<P/>\n",
"Bug reports, suggestions and comments are, of course, welcome.\n",
"Please contact the last author at ",
"<Email>[email protected]</Email> ",
"<Email>[email protected]</Email> ",
"or submit an issue at the GitHub repository ",
"<URL>https://github.com/gap-packages/idrel/issues/</URL>.\n"
),
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ It may also be obtained from the GitHub repository at:
## Copyright

The IdRel package is Copyright {\copyright} Chris Wensley and Anne Heyworth,
1999--2022.
1999--2024.

IdRel is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by
Expand All @@ -52,6 +52,6 @@ For details, see <https://www.gnu.org/licenses/gpl.html>.
## Contact

If you have a question relating to IdRel, encounter any problems, or have a suggestion for extending the package in any way, please
* email: [email protected]
* email: [email protected]
* or report an issue at the GitHub issue tracker:
<https://github.com/gap-packages/idrel/issues/new>
22 changes: 11 additions & 11 deletions _data/package.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: idrel
version: "2.45"
version: "2.46"
license: "GPL-2.0-or-later"
date: 2023-02-09
date: 2024-01-23
description: |
Identities among relations
Expand All @@ -22,7 +22,7 @@ packageinfo: https://gap-packages.github.io/idrel/PackageInfo.g

downloads:
- name: .tar.gz
url: https://github.com/gap-packages/idrel/releases/download/v2.45/idrel-2.45.tar.gz
url: https://github.com/gap-packages/idrel/releases/download/v2.46/idrel-2.46.tar.gz

abstract: |
IdRel is a package for computing the identities among relations of a group presentation using rewriting, logged rewriting, monoid polynomials, module polynomials and Y-sequences.
Expand All @@ -34,27 +34,27 @@ keywords: |
logged rewriting, identities among relations, Y-sequences.
citeas: |
<p class='BibEntry'>
[<span class='BibKey'>HW23</span>] <b class='BibAuthor'>Heyworth, A. and Wensley, C.</b>,
[<span class='BibKey'>HW24</span>] <b class='BibAuthor'>Heyworth, A. and Wensley, C.</b>,
<i class='BibTitle'>idrel, Identities among relations,
Version 2.45</i>
(<span class='BibYear'>2023</span>)<br />
Version 2.46</i>
(<span class='BibYear'>2024</span>)<br />
(<span class='BibNote'>Refereed GAP package</span>),
<span class='BibHowpublished'><a href="https://gap-packages.github.io/idrel/">https://gap-packages.github.io/idrel/</a></span>.
</p>
bibtex: |
@misc{ idrel2.45,
@misc{ idrel2.46,
author = {Heyworth, A. and Wensley, C.},
title = {{idrel}, Identities among relations, {V}ersion 2.45},
month = {Feb},
year = {2023},
title = {{idrel}, Identities among relations, {V}ersion 2.46},
month = {Jan},
year = {2024},
note = {Refereed GAP package},
howpublished = {\href {https://gap-packages.github.io/idrel/}
{\texttt{https://gap-packages.github.io/}\discretionary
{}{}{}\texttt{idrel/}}},
keywords = {logged rewriting; identities among relations;
Y-sequences},
printedkey = {HW23}
printedkey = {HW24}
}
8 changes: 4 additions & 4 deletions doc/chap0.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ <h1>idrel</h1>
<h2>Identities among relations</h2>

<p>
2.45</p>
2.46</p>

<p>
9 February 2023
23 January 2024
</p>

</div>
Expand Down Expand Up @@ -73,11 +73,11 @@ <h3>Abstract</h3>
</ul>
<p><strong class="pkg">IdRel</strong> became an accepted <strong class="pkg">GAP</strong> package in May 2015.</p>

<p>Bug reports, suggestions and comments are, of course, welcome. Please contact the last author at <span class="URL"><a href="mailto:[email protected]">[email protected]</a></span> or submit an issue at the GitHub repository <span class="URL"><a href="https://github.com/gap-packages/idrel/issues/">https://github.com/gap-packages/idrel/issues/</a></span>.</p>
<p>Bug reports, suggestions and comments are, of course, welcome. Please contact the last author at <span class="URL"><a href="mailto:[email protected]">[email protected]</a></span> or submit an issue at the GitHub repository <span class="URL"><a href="https://github.com/gap-packages/idrel/issues/">https://github.com/gap-packages/idrel/issues/</a></span>.</p>

<p><a id="X81488B807F2A1CF1" name="X81488B807F2A1CF1"></a></p>
<h3>Copyright</h3>
<p>© 1999-2023 Anne Heyworth and Chris Wensley</p>
<p>© 1999-2024 Anne Heyworth and Chris Wensley</p>

<p>The <strong class="pkg">IdRel</strong> package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.</p>

Expand Down
10 changes: 5 additions & 5 deletions doc/chap0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
 Identities among relations 


2.45
2.46


9 February 2023
23 January 2024


Anne Heyworth
Expand Down Expand Up @@ -47,14 +47,14 @@
IdRel became an accepted GAP package in May 2015.

Bug reports, suggestions and comments are, of course, welcome. Please
contact the last author at mailto:[email protected] or submit an
issue at the GitHub repository
contact the last author at mailto:[email protected] or submit
an issue at the GitHub repository
https://github.com/gap-packages/idrel/issues/.


-------------------------------------------------------
Copyright
© 1999-2023 Anne Heyworth and Chris Wensley
© 1999-2024 Anne Heyworth and Chris Wensley

The IdRel package is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the Free
Expand Down
8 changes: 4 additions & 4 deletions doc/chap0_mj.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ <h1>idrel</h1>
<h2>Identities among relations</h2>

<p>
2.45</p>
2.46</p>

<p>
9 February 2023
23 January 2024
</p>

</div>
Expand Down Expand Up @@ -76,11 +76,11 @@ <h3>Abstract</h3>
</ul>
<p><strong class="pkg">IdRel</strong> became an accepted <strong class="pkg">GAP</strong> package in May 2015.</p>

<p>Bug reports, suggestions and comments are, of course, welcome. Please contact the last author at <span class="URL"><a href="mailto:[email protected]">[email protected]</a></span> or submit an issue at the GitHub repository <span class="URL"><a href="https://github.com/gap-packages/idrel/issues/">https://github.com/gap-packages/idrel/issues/</a></span>.</p>
<p>Bug reports, suggestions and comments are, of course, welcome. Please contact the last author at <span class="URL"><a href="mailto:[email protected]">[email protected]</a></span> or submit an issue at the GitHub repository <span class="URL"><a href="https://github.com/gap-packages/idrel/issues/">https://github.com/gap-packages/idrel/issues/</a></span>.</p>

<p><a id="X81488B807F2A1CF1" name="X81488B807F2A1CF1"></a></p>
<h3>Copyright</h3>
<p>© 1999-2023 Anne Heyworth and Chris Wensley</p>
<p>© 1999-2024 Anne Heyworth and Chris Wensley</p>

<p>The <strong class="pkg">IdRel</strong> package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.</p>

Expand Down

0 comments on commit be51382

Please sign in to comment.