owner:jtarragon@yaco.es resolution_fixed type_enhancement | by esanchez@yaco.es
We have to extract the abstract of a draft. You can view how the old perl tool does the work at http://wiki.tools.ietf.org/tools/ietfdb/browser/branch/legacy/idst/validate.cgi#L254
You have ready a parse_normal_005_abstract method in plain_parser to do the job. Please take into account the following facts:
- You have available self.lines and self.full_text with the draft splited into lines and as a whole
- You probably have some aid functions inside parse_normal_004_authors that you could refactor as a plain_parser methods to help you parsing the abstract (like the one that strip out the page headers). Also the authors parser has some pyflakes errors, please, review it.
Issue migrated from trac:587 at 2022-03-04 01:43:35 +0000
owner:jtarragon@yaco.esresolution_fixedtype_enhancement| by esanchez@yaco.esWe have to extract the abstract of a draft. You can view how the old perl tool does the work at http://wiki.tools.ietf.org/tools/ietfdb/browser/branch/legacy/idst/validate.cgi#L254
You have ready a parse_normal_005_abstract method in plain_parser to do the job. Please take into account the following facts:
Issue migrated from trac:587 at 2022-03-04 01:43:35 +0000