Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: UDIG 1.2.RC1
-
Fix Version/s: UDIG 1.2.RC3
-
Component/s: website, userguide and translations
-
Labels:None
Description
The SDKQuickstart is getting to be a bit of a pain for me to update each release; since it included in the commercial training material (ie private repository). It is nice of Refractions to make this material available to the development community; however now that we are maintaining each and every release it makes sense to have this documentation in the public repository.
In order for the udig training repository to still read correctly an svn externals link can be used to pull the documentation to a udig_training checkout enjoyed by those who have taken the training course.
With that in mind:
This will also allow us to "republish" the documentation for the previous releases; please note this documentation is in open office format; although we could publish pdfs out to the tags?
The root folder contains templates for creating new documents and some instructions for their use:
- http://svn.refractions.net/udig/docs/trunk/
The developer docs are in a subfolder:
- http://svn.refractions.net/udig/docs/trunk/devel/
I lumped all the docs into one folder; and decided to commit the zip archives (icons etc...) as they are.
The alternative is to create a folder for each set of documentation; and that gets a bit messy but scales better as more docs are added.
Feedback? What approach would people list to see?
One folder for devel docs:
- trunk/devel/CustomApplication.odt
- trunk/devel/SDKQuickstart.odt
- trunk/devel/ToolPluginTutorial.odt
- trunk/devel/WorkbenchSelection.odt
- trunk/devel/distance_icons.zip
- trunk/devel/rcp_branding.zip
- trunk/devel/workbench_icons.zip
Or one folder for each devel doc:
- trunk/devel/app/CustomApplication.odt
- trunk/devel/app/nl (formally part of rcp_branding.zip)
- trunk/devel/app/icons (formally part of rcp_branding.zip)
- trunk/devel/quickstart/SDKQuickstart.odt
- trunk/devel/tool/ToolPluginTutorial.odt
- trunk/devel/tool/icons (the contents of distance_icons.zip)
- trunk/devel/workbench/WorkbenchSelection.odt
- trunk/devel/workbench/icons