Skip to content

Commit

Permalink
Address #69 (#301)
Browse files Browse the repository at this point in the history
* Address #69
  • Loading branch information
ruebot authored and whikloj committed Jun 29, 2016
1 parent ec553ee commit 672e31b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@
# We need this due to https://github.com/Islandora-CLAW/CLAW/issues/188.
* text=auto
* text eol=lf

# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
Binary file added docs/assets/claw-chimera.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/claw-diagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/hamburger.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions docs/user-documentation/intro-to-claw.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

Islandora CLAW is the project name for development of Islandora to work with Fedora 4. The current release of Islandora, known as 7.x-1.x, works as a bridge between Drupal 7.x and Fedora 3. Put simply, Islandora 7.x-1.x is middleware between Fedora 3 and Drupal 7.x, sometimes expressed as a hamburger:
## Islandora 7.x-1.x (with Fedora 3)
![image](https://cloud.githubusercontent.com/assets/2371345/15615690/20e0a050-2416-11e6-813b-509fd2e197ed.png)
![image](https://github.com/Islandora-CLAW/CLAW/blob/master/docs/assets/hamburger.png)

Islandora CLAW (or Islandora 7.x-2.x) does more than simply replace that base layer with Fedora 4. It is a total re-architecting of the interaction between the various pieces. Rather than a hamburger, Islandora CLAW is a chimera:
## Islandora CLAW/Islandora 7.x-2.x (with Fedora 4)
![image](https://cloud.githubusercontent.com/assets/2371345/15516273/76704a5c-21c8-11e6-9ca0-8c188313dbd1.png)
![image](https://github.com/Islandora-CLAW/CLAW/blob/master/docs/assets/claw-chimera.png)

Or, for a diagram that doesn't involve food or animals:

![image](https://cloud.githubusercontent.com/assets/2371345/15835402/2fa54f44-2c06-11e6-8c4f-13be4627f039.png)
![image](https://github.com/Islandora-CLAW/CLAW/blob/master/docs/assets/claw-diagram.png)

This new structure has several advantages:

Expand Down

0 comments on commit 672e31b

Please sign in to comment.