% Copyright © 2025 Zhongying Qiao % Licensed under the Apache License 2.0. % See the LICENSE file for details or http://www.apache.org/licenses/LICENSE-2.0. name(plog). title('Dynamic Prolog blog engine with Markdown parser and RSS'). version('1.0.3'). keywords([blog,symbolic,engine,server,web,markdown,parser,rss]). author('Zhongying Qiao', 'https://blauanarchy.org/'). packager('Zhongying Qiao', 'https://github.com/cryptoque'). maintainer('Zhongying Qiao', 'https://github.com/cryptoque'). home('https://github.com/SymbolicGarden/plog'). download('https://github.com/SymbolicGarden/plog.git').