Skip to content

Commit

Permalink
Merge pull request #3450 from rebeccacremona/remove-lockss
Browse files Browse the repository at this point in the history
Remove LOCKSS, Part I.
  • Loading branch information
rebeccacremona authored Dec 11, 2023
2 parents a492f34 + d73d2f0 commit 9f4beaa
Show file tree
Hide file tree
Showing 21 changed files with 19 additions and 650 deletions.
101 changes: 0 additions & 101 deletions extras/lockss-plugin/cc/perma/plugin/PermaCrawlSeed.java

This file was deleted.

13 changes: 0 additions & 13 deletions extras/lockss-plugin/cc/perma/plugin/PermaCrawlSeedFactory.java

This file was deleted.

73 changes: 0 additions & 73 deletions extras/lockss-plugin/cc/perma/plugin/PermaPlugin.xml

This file was deleted.

3 changes: 1 addition & 2 deletions perma_web/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,7 @@ def _load_json_fixtures():
'fixtures/users.json',
'fixtures/api_keys.json',
'fixtures/folders.json',
'fixtures/archive.json',
'fixtures/mirrors.json'
'fixtures/archive.json'
])


Expand Down
14 changes: 0 additions & 14 deletions perma_web/fixtures/mirrors.json

This file was deleted.

87 changes: 0 additions & 87 deletions perma_web/lockss/README.md

This file was deleted.

12 changes: 0 additions & 12 deletions perma_web/lockss/admin.py

This file was deleted.

16 changes: 16 additions & 0 deletions perma_web/lockss/migrations/0003_delete_mirror.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Generated by Django 4.2.8 on 2023-12-10 00:14

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('lockss', '0002_auto_20180625_2258'),
]

operations = [
migrations.DeleteModel(
name='Mirror',
),
]
46 changes: 0 additions & 46 deletions perma_web/lockss/models.py

This file was deleted.

Binary file not shown.
Binary file removed perma_web/lockss/static/lockss/plugins/plugin.keystore
Binary file not shown.
12 changes: 0 additions & 12 deletions perma_web/lockss/static/lockss/plugins/plugins.html

This file was deleted.

Loading

0 comments on commit 9f4beaa

Please sign in to comment.