/[navidoc]/navidoc/rst2any.py
ViewVC logotype

Diff of /navidoc/rst2any.py

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

revision 1.22 by humppake, Thu Apr 24 07:48:04 2003 UTC revision 1.23 by humppake, Fri Apr 25 13:36:41 2003 UTC
# Line 95  def rst2any(input): Line 95  def rst2any(input):
95          if not output.endswith('index'):          if not output.endswith('index'):
96              output = output+'.gen.html'              output = output+'.gen.html'
97          else:          else:
98    # XXX - No more exceptions like this - XXX
99    # (from TODO)
100    #   - ".gen." midfix to be optional:
101    #    + replacing ".gen" with global attribute
102    #    + replacing some foo[a:b] with foo[a:len(midfix)+c]
103    
104              # For practical reasons, we need to transform              # For practical reasons, we need to transform
105              # index.rst into index.html ...              # index.rst into index.html ...
106              output = output+'.html'              output = output+'.html'

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26