Skip to content

Commit c7cf4de

Browse files
committed
Merge branch 'dev'
2 parents d05ec0d + dab9859 commit c7cf4de

721 files changed

Lines changed: 30253 additions & 168688 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/CONTRIBUTING.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Contributing to ESSArch Tools Archive (ETA)
2+
3+
### Did you find a bug?
4+
5+
* Make sure that the bug hasn't already been reported in [ETA](https://github.com/ESSolutions/ESSArch_Tools_Archive/issues) or [ESSArch Core](https://github.com/ESSolutions/ESSArch_Core/issues).
6+
7+
* If no issue describing the same problem exists, [open a new one](https://github.com/ESSolutions/ESSArch_Tools_Archive/issues/new) with as much information as possible:
8+
* A title along with a description that explains the problem as clear as possible
9+
* A code sample or test case demonstrating the unexpected behavior
10+
11+
### Do you have a new feature or a fix for a bug?
12+
13+
* [Open a new GitHub pull request](https://github.com/ESSolutions/ESSArch_Tools_Archive/compare) with the update
14+
15+
* Reference any applicable issues

.github/ISSUE_TEMPLATE.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
*Before submitting this issue, please review our [contributing guidelines](https://github.com/ESSolutions/ESSArch_Tools_Archive/blob/master/.github/CONTRIBUTING.md)*
2+
3+
## Steps to reproduce and/or test case demonstrating the problem
4+
5+
## Expected behavior
6+
7+
## Actual behavior

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
*Before submitting this pull request, please review our [contributing guidelines](https://github.com/ESSolutions/ESSArch_Tools_Archive/blob/master/.github/CONTRIBUTING.md)*
2+
3+
## Description
4+
5+
Please describe your pull request.
6+
7+
*Patches should be made against master.*
8+
9+
*If it fixes a bug or resolves a feature request,
10+
be sure to link to that issue, eg. "fixes #6789".*

ESSArch_TA/__init__.py

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
"""
2+
ESSArch is an open source archiving and digital preservation system
3+
4+
ESSArch Tools for Archive (ETA)
5+
Copyright (C) 2005-2017 ES Solutions AB
6+
7+
This program is free software: you can redistribute it and/or modify
8+
it under the terms of the GNU General Public License as published by
9+
the Free Software Foundation, either version 3 of the License, or
10+
(at your option) any later version.
11+
12+
This program is distributed in the hope that it will be useful,
13+
but WITHOUT ANY WARRANTY; without even the implied warranty of
14+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15+
GNU General Public License for more details.
16+
17+
You should have received a copy of the GNU General Public License
18+
along with this program. If not, see <http://www.gnu.org/licenses/>.
19+
20+
Contact information:
21+
Web - http://www.essolutions.se
22+
Email - essarch@essolutions.se
23+
"""
24+
125
__shortname__ = 'ETA'
226
__description__ = 'ESSArch Tools Archive'
327

ESSArch_TA/_version.py

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
"""
2+
ESSArch is an open source archiving and digital preservation system
3+
4+
ESSArch Tools for Archive (ETA)
5+
Copyright (C) 2005-2017 ES Solutions AB
6+
7+
This program is free software: you can redistribute it and/or modify
8+
it under the terms of the GNU General Public License as published by
9+
the Free Software Foundation, either version 3 of the License, or
10+
(at your option) any later version.
11+
12+
This program is distributed in the hope that it will be useful,
13+
but WITHOUT ANY WARRANTY; without even the implied warranty of
14+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15+
GNU General Public License for more details.
16+
17+
You should have received a copy of the GNU General Public License
18+
along with this program. If not, see <http://www.gnu.org/licenses/>.
19+
20+
Contact information:
21+
Web - http://www.essolutions.se
22+
Email - essarch@essolutions.se
23+
"""
24+
125

226
# This file helps to compute a version number in source trees obtained from
327
# git-archive tarball (such as those provided by githubs download-from-tag

ESSArch_TA/api/models.py

Lines changed: 0 additions & 125 deletions
This file was deleted.

0 commit comments

Comments
 (0)