Improve structure of static file directory #31

Open
opened 2015-04-04 16:11:43 +00:00 by GoogleCodeExporter · 5 comments
GoogleCodeExporter commented 2015-04-04 16:11:43 +00:00 (Migrated from github.com)
The static file directory has several problems:

 1. All site directories are stored in the same single parent directory
 2. All images/files are stored in the same single parent directory
 3. Filenames can contain special characters causing problems with
different platforms and ZIP files (export)

To solve this issue the following structure should be achieved by modifying
the corresponding code and providing a patch for Antville.org:

 +- static
     +- A
     +- B
     |  +- bar
     |  +- barfoo
     |  |   +- images
     |  |   |   +- 200810
     |  |   |   |   +- 7623.jpg
     |  |   |   |   +- 7626.png
     |  |   |   +- 200811
     |  |   |   |   +- 8078.png
     |  |   |   +- 200812
     |  |   |       +- 8093.gif
     |  |   +- files
     |  |       +- 200809
     |  |       |   +- 543.txt
     |  |       |   +- 548.pdf
     |  |       +- 200910
     |  |           +- 571.ogg
     |  +- ...
     +- C
     +- D
     +- E
     +- ...

Original issue reported on code.google.com by interf...@p3k.org on 13 Dec 2008 at 5:17

``` The static file directory has several problems: 1. All site directories are stored in the same single parent directory 2. All images/files are stored in the same single parent directory 3. Filenames can contain special characters causing problems with different platforms and ZIP files (export) To solve this issue the following structure should be achieved by modifying the corresponding code and providing a patch for Antville.org: +- static +- A +- B | +- bar | +- barfoo | | +- images | | | +- 200810 | | | | +- 7623.jpg | | | | +- 7626.png | | | +- 200811 | | | | +- 8078.png | | | +- 200812 | | | +- 8093.gif | | +- files | | +- 200809 | | | +- 543.txt | | | +- 548.pdf | | +- 200910 | | +- 571.ogg | +- ... +- C +- D +- E +- ... ``` Original issue reported on code.google.com by `interf...@p3k.org` on 13 Dec 2008 at 5:17
GoogleCodeExporter commented 2015-04-04 16:11:43 +00:00 (Migrated from github.com)

Original comment by interf...@p3k.org on 18 Jan 2010 at 10:40

  • Added labels: Milestone-Release-1.3
Original comment by `interf...@p3k.org` on 18 Jan 2010 at 10:40 - Added labels: **Milestone-Release-1.3**
GoogleCodeExporter commented 2015-04-04 16:11:43 +00:00 (Migrated from github.com)

Original comment by interf...@p3k.org on 29 May 2011 at 9:08

  • Added labels: Milestone-Release-1.4
Original comment by `interf...@p3k.org` on 29 May 2011 at 9:08 - Added labels: **Milestone-Release-1.4**
GoogleCodeExporter commented 2015-04-04 16:11:44 +00:00 (Migrated from github.com)

Original comment by m...@tobischaefer.com on 28 Jul 2013 at 8:50

  • Added labels: Milestone-Release-1.5
  • Removed labels: Milestone-Release-1.4
Original comment by `m...@tobischaefer.com` on 28 Jul 2013 at 8:50 - Added labels: **Milestone-Release-1.5** - Removed labels: **Milestone-Release-1.4**
GoogleCodeExporter commented 2015-04-04 16:11:44 +00:00 (Migrated from github.com)

Original comment by m...@tobischaefer.com on 7 Mar 2015 at 5:59

Original comment by `m...@tobischaefer.com` on 7 Mar 2015 at 5:59
github-actions[bot] commented 2021-05-17 02:38:47 +00:00 (Migrated from github.com)

Stale issue message

Stale issue message
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: antville/antville#31
No description provided.