Thread: maya recipe
View Single Post
Old 10-11-2010, 04:18 PM   #19
Starson17
Wizard
Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.
 
Posts: 4,004
Karma: 177841
Join Date: Dec 2009
Device: WinMo: IPAQ; Android: HTC HD2, Archos 7o; Java:Gravity T
Quote:
Originally Posted by marbs View Post
some silly questions that i dont want sidetracking with my maya recipe.
Starson17 (or anyone who knows), what does 'linearize_tables' do and how do you use it?
as a matter of fact, what do all of them do and how do you use them?
and if i am asking silly questions anyway, is there a way to add the description form the rss feed to the article as a header?
You are free to start another thread, if you want the question separate, but since you didn't ....

Mostly, linearize_tables replaces <table>, <tr> and <td> tags with <div>. Instead of a table, you get a single column. It's handled better by small screen devices. Most of the other options are available on the Conversion screen. You add them to the recipe as follows:
conversion_options = {'linearize_tables':True}
You can add additional options separated by commas.
Starson17 is offline   Reply With Quote