aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 63aa50c5ad29ee8bf67e221a5c1c06a5b213916d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
FPoint - PowerPoint to Text Converter
=====================================

This program is a crude attempt to extract text from PowerPoint
presentations files (*.pptx only, no legacy) written almost entirely in
Fortran.  The code attempts to decipher what is meant by each slide's
structure in a vague manner.  The text generated, at this time, is
loosely based on gemtext, generally considered a subset of Markdown.

Please see LICENSE for the license terms.  

Requirements
------------

This program requires the following:

    Fortran XML (or FoX)
        https://github.com/andreww/fox
    
    libzip-wrapper
        https://git.approximatrix.com/cgit.cgi/libzip-wrapper/

    libzip (indirectly due to the above)