Git Product home page Git Product logo

template-lisps's People

Contributors

alainbecker avatar lisps avatar sawachan avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

template-lisps's Issues

Support for dw2pdf

The original dokuwiki template has support for the plugin dw2pdf.
Please integrate this in your very good template too.
Thanks.

DOKU_BASE constant typo

The constant $DOKU_BASE in main.php around line 125 should be DOKU_BASE.

$ diff -c main.php.org main.php
*** main.php.org        Wed Oct 30 08:43:44 2013
--- main.php    Sat Jan 31 11:40:24 2015
***************
*** 122,128 ****
                  </div>
                                <!-- Display permalink -->
                  <div class="docInfo">
!                                       <?php echo '<a class="mainpermalink" href="' . $DOKU_BASE . "doku.php?id=" . $ID.'&rev='.($INFO['rev']?$INFO['rev']:$INFO['lastmod']) .' ">Permalink</a> ';?>
                                        <?php tpl_pageinfo() ?>
                                </div>

--- 122,128 ----
                  </div>
                                <!-- Display permalink -->
                  <div class="docInfo">
!                                       <?php echo '<a class="mainpermalink" href="' . DOKU_BASE . "doku.php?id=" . $ID.'&rev='.($INFO['rev']?$INFO['rev']:$INFO['lastmod']) .' ">Permalink</a> ';?>
                                        <?php tpl_pageinfo() ?>
                                </div>

Translations default to German

Hi!

Although I know German myself, I'm creating a wiki in a different non-english language. Although most of the translations work well, it's still "Drucken" and "Speichern" in the right-hand menu.

Maybe there are some more small non-translations, but I haven't looked everywhere. Could you check that before the next update?

Good work, by the way!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.