Add some documentation about which files go into which of the data directories. This also serves to make the directories present when users update with -APd which would normally prune these empty directories.
This commit is contained in:
1
data/README
Normal file
1
data/README
Normal file
@@ -0,0 +1 @@
|
||||
Lowest level data directory
|
||||
1
data/screenshots/README
Normal file
1
data/screenshots/README
Normal file
@@ -0,0 +1 @@
|
||||
Scaled and watermarked screenshots are kept in here
|
||||
3
data/screenshots/originals/README
Normal file
3
data/screenshots/originals/README
Normal file
@@ -0,0 +1,3 @@
|
||||
Original screenshots are kept in here. This allows us to regenerate scaled
|
||||
screenshots at any time and is useful when migrating from GD 1.X to GD 2.X as GD
|
||||
1.X messes up the colors on certain images.
|
||||
3
data/screenshots/thumbnails/README
Normal file
3
data/screenshots/thumbnails/README
Normal file
@@ -0,0 +1,3 @@
|
||||
Thumbnails of the scaled, watermarked images are kept in here. Using thumbnails
|
||||
reduces our overall bandwidth because we only send the full image if the user
|
||||
explicitly displays it.
|
||||
Reference in New Issue
Block a user