将文本格式的RFC和Internet草稿转换为.xml格式

idnits的Python项目详细描述


单位

idnits程序检查ietf internet草稿文档中的 为使文件与 来自ietf、ietf信任和rfc编辑器的策略。

确定要报告哪些问题的依据是:

更改日志

3.0.0版(2018年12月31日)

这将介绍在python中重新实现idnits工具。

The original idnits tool (versions 1.x and 2.x) grew from a 10-line awk script to more than 3000 lines of mixed bash and awk code during a period of 17 years, and was over-ripe for re-implementation. The new python code is organised so as to make it easy to add new checks and features, without becoming unwieldy.

The re-implementation also introduces the ability to run idnits on IETF draft and RFC source files in XML format, and adds new checks that looks for problems with the XML source in particular.

This release focuses on the ability to run idnits checks on XML source, while still containing the TXT format checks. Additional checks related to both XML and TXT format input will be added in coming releases.

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java LibGDX:在特定矩形中添加justTouched()   泛型类和通配符的java上界   java从类调用servlet时,我的会话始终为空   java如何为处理其他异常时抛出的异常获取正确的链接堆栈跟踪?   javascript Spring stomp使用SimpMessageTemplate从服务器发送消息   从java到php的查询被某些东西切断了   classpath如何在具有通配符名称的Java jar中发现资源?   java处理崩溃后的事务   java如何通过在Okhttp中传递对象来发出POST请求?   java如何在一个文本字段中显示整个数据库的详细信息   java Android“不幸的是,<app>已经停止。”   错误Java Spring“URL必须以jdbc开头”   MenuItemCompat的java UnsupportedOperationException。setOnActionExpandListener   命名Java队列为什么是“轮询”和“提供”?   java我想得到大写字母表,而不必按大写锁定键和shift键   java如何在JCommander中获取参数的输入顺序?   Javaservlet/JSP Cookie断开连接   多线程Java线程和图形2D