<feed xmlns='http://www.w3.org/2005/Atom'>
<title>muhqs-game/scripts/generate_card_listing.py, branch master</title>
<subtitle>game material for muhq's game</subtitle>
<link rel='alternate' type='text/html' href='https://git.muhq.space/muhqs-game/'/>
<entry>
<title>use python to generate card listings</title>
<updated>2022-01-04T13:39:57+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fischer@muhq.space</email>
</author>
<published>2022-01-04T13:39:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/muhqs-game/commit/?id=0c797df47f0e65f6aeadd917e21ca580866723de'/>
<id>0c797df47f0e65f6aeadd917e21ca580866723de</id>
<content type='text'>
The previous make/shell based approach results in only a single
placeholder id 'placeholder-0' because we invoke generate_card.py
for each card which will initialize the placeholder id count each time
with 0.
Now we generate the whole car listing in python which greatly reduces
the number of program invocations and allows the placeholder id
to be incremented for each listed card.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The previous make/shell based approach results in only a single
placeholder id 'placeholder-0' because we invoke generate_card.py
for each card which will initialize the placeholder id count each time
with 0.
Now we generate the whole car listing in python which greatly reduces
the number of program invocations and allows the placeholder id
to be incremented for each listed card.
</pre>
</div>
</content>
</entry>
</feed>
