PreTeXtBook / pretext

PreTeXt: an authoring and publishing system for scholarly documents
https://pretextbook.org
Other
266 stars 208 forks source link

Migrate WW server specification to publisher file #1665

Closed rbeezer closed 1 year ago

rbeezer commented 2 years ago

As the title says, which will remove it from scripts and makefiles.

Core routine gets the publisher file:

https://github.com/rbeezer/mathbook/blob/d73b4ccb4dac3a0c3c135070ab3b7a6530eca53b/pretext/pretext.py#L571

And perhaps we can specify more detailed versions (not "anonymous") via attributes, rther than .split()-ing it up.

https://github.com/rbeezer/mathbook/blob/d73b4ccb4dac3a0c3c135070ab3b7a6530eca53b/pretext/pretext.py#L638-L656

rbeezer commented 1 year ago

This happened at 751764fda1cbff320fbfceccb098aebb3cb61db0, as part of #1714