/[webpac]/trunk2/NEWS.pod
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk2/NEWS.pod

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 373 by dpavlin, Sun Jun 20 15:49:09 2004 UTC revision 454 by dpavlin, Wed Sep 15 22:36:23 2004 UTC
# Line 2  Line 2 
2    
3  Quick overview of things that are new in v2.x of WebPAC  Quick overview of things that are new in v2.x of WebPAC
4    
5  =head1 DESCRIPTION  =head1 Changes from version 1
6    
7  This document will describe new features in WebPAC version v2.x.  This document will describe new features in WebPAC version v2.x.
8  It will also attempt to document upgrade procedure to migrate  It will also attempt to document upgrade procedure to migrate
# Line 64  and limitations of C<HTML::Template> for Line 64  and limitations of C<HTML::Template> for
64    
65  For you, the user, that will result in changes to all templates. I'm sorry  For you, the user, that will result in changes to all templates. I'm sorry
66  about this, but it had to be done.  about this, but it had to be done.
67    
68    =head2 Order of substitution
69    
70    This was never really documented, so here it is now:
71    
72    =over 5
73    
74    =item fields
75    
76    substitution of fields like C<v200^a> into values
77    
78    =item lookups
79    
80    next, lookups are performed (C<lookup{...}>)
81    
82    =item format
83    
84    then formats (defined by C<format_name=> and C<format_delimiter=>) are
85    applied. If formats have lookups, they will be performed again.
86    
87    =head1 New features of version 2
88    
89    Here are new features which didn't exist in version 1.
90    
91    =head2 Documentation
92    
93    Code is well documented using C<pod>.
94    
95    =head2 Baking as opposed to cooking your WebPAC
96    
97    It's possible to create searchable WebPAC completely static, from HTML and
98    JavaScript, so you can burn it on CD-ROM.
99    
100    This was original reason for writing version 2 in the first place.
101    
102    =head2 Tree structures for data display
103    
104    See L<WebPAC::Tree>.
105    
106    =cut

Legend:
Removed from v.373  
changed lines
  Added in v.454

  ViewVC Help
Powered by ViewVC 1.1.26