Chasing the Platypus! RSS

What is happening in the development of Platypus.

Platypus is the free, comprehensive, and easy to use page-layout and typesetting system available at http://platypus.pz.org

Archive

Apr
15th
Thu
permalink

Removed Windows Dependencies in Config Dir Path

A Linux user pointed out a hard-coded backslash in several places where the path to the config file is specified. Also found a hard-coded backslash in the build.xml file. 

In the code, checked the slash convention of the running platform. In build.xml changed them to forward slashes, which both Windows and Linux can understand. 

Cf. PLATYPUS-37