Group: Guile/GSoC-2016

From LibrePlanet
Jump to: navigation, search
(Created page with "This page is for tracking ideas and process for participating in Google Summer of Code 2016. = Possible topics = == Texinfo Guile modules == [https://www.gnu.org/software/t...")
 
Line 3: Line 3:
 
= Possible topics =
 
= Possible topics =
  
== Texinfo Guile modules ==
+
== Texinfo modules ==
  
 
[https://www.gnu.org/software/texinfo GNU Texinfo] is the official documentation format of the GNU project.  Guile is already providing a set of modules (texinfo ...) which are able to partially parse the Texinfo format.  The project would consist in implementing the missing features such as [https://www.gnu.org/software/texinfo/manual/texinfo/html_node/Indices.html indices].  Additionnaly a command line interface would be added and the correctness of the global implementation will be verified by using the Texinfo test suite.
 
[https://www.gnu.org/software/texinfo GNU Texinfo] is the official documentation format of the GNU project.  Guile is already providing a set of modules (texinfo ...) which are able to partially parse the Texinfo format.  The project would consist in implementing the missing features such as [https://www.gnu.org/software/texinfo/manual/texinfo/html_node/Indices.html indices].  Additionnaly a command line interface would be added and the correctness of the global implementation will be verified by using the Texinfo test suite.

Revision as of 18:04, 22 February 2016

This page is for tracking ideas and process for participating in Google Summer of Code 2016.

Possible topics

Texinfo modules

GNU Texinfo is the official documentation format of the GNU project. Guile is already providing a set of modules (texinfo ...) which are able to partially parse the Texinfo format. The project would consist in implementing the missing features such as indices. Additionnaly a command line interface would be added and the correctness of the global implementation will be verified by using the Texinfo test suite.