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:
Chris Morgan
2005-07-10 16:40:25 +00:00
committed by WineHQ
parent 08cf792962
commit c854bdd9aa
4 changed files with 8 additions and 0 deletions

1
data/README Normal file
View File

@@ -0,0 +1 @@
Lowest level data directory

1
data/screenshots/README Normal file
View File

@@ -0,0 +1 @@
Scaled and watermarked screenshots are kept in here

View 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.

View 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.