Download

Download Evolve 1.0.0 Now! (935)

Need help getting started?, read the documentation

To install, unzip the file and place it under:

phpDocumentor/Converters/HTML/Smarty/Evolve

Once the template has been placed at that location it's ready for use.


2 Responses to Download

  1. Raphael Horber says:

    Hello

    First of all, that’s a great template :) . Thank you very much.

    I had a problem with inline links and methods ({@link}). They didn’t work, so I changed some things:
    function.tpl:

    <!-- remove the link on the line 2, and change the div on the new line 2 -->
    <div class="{cycle values="evenrow,oddrow"}" id="{$functions[func].function_dest}">

    method.tpl

    <!-- remove the link on the line 4, and change the div on the new line 4 -->
    <div class="{cycle values="evenrow,oddrow"}" id="{$methods[methods].method_dest}">
    <!-- same story on new line 78, remove the link, and change the div -->
    <div class="{cycle values="evenrow,oddrow"}" id="{$methods[methods].method_dest}">

    Because of that changes, the method list wouldn’t work, so change the class.tpl too:

    <!-- on the line 258 change the href -->
    <a href="#{$methods[methods].method_dest}" title="details" ...
    <!-- and on the line 247 -->
    <a href="#{$methods[methods].method_dest}" title="details" ...

    Hope this could help somebody too.

    Greetings.

  2. David Artiss says:

    I’ve tried placing the unzipped folder in the above folder structure but the template doesn’t appear in phpDocumentor.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="" highlight="">