Am 08. Apr 2013, 21:47 schrieb Wolfgang Bangerth <
bang...@math.tamu.edu>:
> On 04/08/2013 11:49 AM, Lei Qiao wrote:
>> To keep the release package thin, lots of pictures were pulled out and
>> not avilable offline. Althought the tutorial in version 7.2.0 is
>> surfficient for a very beginer like me, I still think an offline package
>> can give this library a great portablity. And, to slow down the
>> expantion of the package size and avoid redundant information in the
>> neighboring versions, I suggest to introduce the incrementally updating
>> into this project. It is an efficient manner to ensure data integrity
>> and make users can keep their code up to date easily.
>> What do you thin about this?
>
> You mean provide a patch from 7.2 to 7.3? I think such a patch would
> be about the same size as the actual library...
I think, the following was proposed:
- provide e.g. deal.doc-7.2.0.tar.gz with full documentation (offline
and online bits)
- let deal.doc-7.3.0.tar.gz be just the offline bits so that copying
it over the old documentation provides the full documentation for
7.3. (again offline and online bits).
This suggestion aside, this whole topic does raise one question:
How do we want to support full offline documentation in the future?
It would be very desirable to have something like:
- deal.doc-7.3.0.tar.gz providing the offline bits
and a seperate download
- deal.doc-whatever
providing the online bits of the documentation, so that just unpacking
both archives provides a fully functional offline documentation.
Best,
Matthias