Difference between revisions of "Manual Html Generation"

From Gramps
Jump to: navigation, search
(Generate html pages with a Python program)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
== Generate html pages with a Python program ==
 
== Generate html pages with a Python program ==
  
I wrote a Python program that can parse the text of the wiki manual page and gives a html page as a result.
+
I ([[User:Erikdr]]) wrote a Python program that can parse the text of the wiki manual page and gives a html page as a result.
  
 
I will gradually parse all Gramps 3.0 manual pages.
 
I will gradually parse all Gramps 3.0 manual pages.
  
You can see the first [http://users.telenet.be/frederik.de.richter/gramps/Main_Window.html result here]
+
You can see the first <s>[http://users.telenet.be/frederik.de.richter/gramps/Main_Window.html result here]</s>(website gone)
  
 
The syntax of the Gramps manual pages must comply to certain rules. Not all templates are fully parsed yet.
 
The syntax of the Gramps manual pages must comply to certain rules. Not all templates are fully parsed yet.
Line 14: Line 14:
  
 
For further info pls. contact Frederik dot De dot Richter at pandora dot be or [[User:Erikdr|erikdr]] on this wiki.
 
For further info pls. contact Frederik dot De dot Richter at pandora dot be or [[User:Erikdr|erikdr]] on this wiki.
 +
 +
[[Category:Documentation]][[Category:Developers/General]]

Latest revision as of 21:35, 21 October 2020

Generate html pages with a Python program

I (User:Erikdr) wrote a Python program that can parse the text of the wiki manual page and gives a html page as a result.

I will gradually parse all Gramps 3.0 manual pages.

You can see the first result here(website gone)

The syntax of the Gramps manual pages must comply to certain rules. Not all templates are fully parsed yet.

Basically those rules are the same as discussed in the text guidelines

TO DO explain rules

For further info pls. contact Frederik dot De dot Richter at pandora dot be or erikdr on this wiki.