Opened 14 years ago

Closed 12 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 adube, 13 years ago

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 ?

comment:2 by adube, 12 years ago

Milestone: Future

We could remove the ./config directory and all old and unused template files.

comment:3 by adube, 12 years ago

Old template files removed in r1158 (#307). The config files remains to be removed.

comment:4 by adube, 12 years ago

Milestone: Future1.2.0

Only the config dir remains. Nothing uses it, so I propose to remove it completely in 1.2

comment:5 by adube, 12 years ago

Correction : the "acl2" sample use some of its components so they could be moved first.

comment:6 by adube, 12 years ago

Keywords: bis-1.2.0 added

comment:7 by adube, 12 years ago

Resolution: fixed
Status: newclosed

r1296 :

  • config directory removed
  • acl.xml moved to ./samples/acl2
  • config.xml and config.xsd moved to ./samples/sample1

Completed.

Note: See TracTickets for help on using tickets.