Content:
- Update for 2.5 notes (see AMK's notes).
- Add "VERSION:" tag? (updated after review)
- Sort index pages according to current FAQ order
Infogami Bugs/Features
- No important issues, at this time.
Conversion Issues:
- Review pages (generate one-page HTML or PDF snapshot?)
- List broken pages here:
is-a-pyd-file-the-same-as-a-dll has a truncated title. the full
title is "Is a *.pyd file the same as a DLL?" this appears to be a
problem with the pyfaq parser. FIXED!
id1 has a bogus slug
(inherited from python.org). the reason is probably that "C++" ==
"C" after slugification. FIXED!
what-is-self
contains an intra-faq link that points to python.org. the converter
should handle this better. FIXED!
- See the test page for some
additional site-wide conversion problems.
After the escape fix, PRE sections seem to get extra
linefeeds. See e.g.
why-are-default-values-shared-between-objects
- underscores in preformatted sections shouldn't be escaped.
- handle <tt> tags
-
what-platform-independent-gui-toolkits-exist-for-python has
numbered section headers
Postprocessing Tools
Add caching to the infogamibot helper class. FIXED!
Generate category index pages. FIXED!
- Generate complete comment listing (as HTML). (add to
infogami-comment tool)