Opened 15 years ago
Closed 13 years ago
#51 closed task (fixed)
Remove ./config and ./src/client/templates directories
Reported by: | adube | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.2.0 |
Component: | samples | Version: | |
Keywords: | bis-1.2.0, samples, config, templates | Cc: | adube@… |
Description
situation
When the development of GeoPrisma began, we used to use the ./config and ./src/client/templates directories to store .xml and .xslt files for the samples created. Now, everything new samples created go in the ./samples directory.
problem
Some old samples have their files scattered all over the place. That can be very confusing for new users.
solution
- Move every of these files to their sample directory (applying the required changes to make them work)
- Remove all useless directories, like ./config and ./src/client/templates/*, except inc
Change History (7)
comment:1 by , 14 years ago
comment:2 by , 13 years ago
Milestone: | → Future |
---|
We could remove the ./config directory and all old and unused template files.
comment:3 by , 13 years ago
comment:4 by , 13 years ago
Milestone: | Future → 1.2.0 |
---|
Only the config dir remains. Nothing uses it, so I propose to remove it completely in 1.2
comment:5 by , 13 years ago
Correction : the "acl2" sample use some of its components so they could be moved first.
comment:6 by , 13 years ago
Keywords: | bis-1.2.0 added |
---|
comment:7 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
r1296 :
- config directory removed
- acl.xml moved to ./samples/acl2
- config.xml and config.xsd moved to ./samples/sample1
Completed.
The templates directory should be kept if we are to implement the sample structure proposed in #159. Even better, GeoPrisma could propose 2-3 templates (one being reserved to the samples to show the different features of GeoPrisma) and the other could be more "application-like" (full-screen). They should also include all widgets (except deprecated ones).
Thoughts ?