README.md - mediawiki-gopher - mediawiki gopher frontend
 (HTM) git clone git://bitreich.org/mediawiki-gopher git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/mediawiki-gopher
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Tags
 (DIR) README
 (DIR) LICENSE
       ---
       README.md (948B)
       ---
            1 # Mediawiki Frontend
            2 This is a gopher frontend for mediawiki.org instances, like wikipedia.
            3 
            4 ## Installation
            5 Change the line concerning MEDIAWIKI_BASE and MEDIAWIKI_REST to the
            6 appropriate values.
            7 
            8 MEDIAWIKI_BASE is the URI of the frontpage of the mediawiki, like
            9 "https://en.wikipedia.org".
           10 
           11 MEDIAWIKI_REST is the URI to the REST API (not ACTION API!) of the
           12 mediawiki instance. For en.wikipedia.org that is
           13 "https://en.wikipedia.org/w/rest.php".
           14 
           15 ## PDF frontend
           16 For the experimental PDF frontend, see pdf/index.cgi and there change
           17 MEDIAWIKI_BASE like above plus MEDIAWIKI_PDF to the PDF frontend or use
           18 local rendering, when it is implemented.
           19 
           20 For en.wikipedia.org, this API is located at
           21 "https://en.wikipedia.org/api/rest_v1/page/pdf".
           22 
           23 ## Using the PDFs
           24 If you want to have the full PDF gopher experience, be sure, your used PDF
           25 viewer allows clicking gopher URIs.
           26 
           27 ## Fun
           28 Have fun!
           29 
           30 ## Bugs
           31 Send them to Christoph Lohmann <20h@r-36.net>.
           32