]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - doc/html/Release-Shaarli/index.html
make htmlpages
[github/shaarli/Shaarli.git] / doc / html / Release-Shaarli / index.html
index cf5fcee861c8eb9bd254534c92d203dd95c961d7..5857a52f933f94d48df783d34861c1842e950566 100644 (file)
                 </li>
                 <li class="">
                     
-    <a class="" href="../Copy-an-existing-installation-over-SSH-and-serve-it-locally/">Copy an existing installation over SSH and serve it locally</a>
-                </li>
-                <li class="">
-                    
-    <a class="" href="../Create-and-serve-multiple-Shaarlis-(farm)/">Create and serve multiple Shaarlis (farm)</a>
-                </li>
-                <li class="">
-                    
-    <a class="" href="../Download-CSS-styles-from-an-OPML-list/">Download CSS styles from an OPML list</a>
-                </li>
-                <li class="">
-                    
-    <a class="" href="../Datastore-hacks/">Datastore hacks</a>
+    <a class="" href="../Various-hacks/">Various hacks</a>
                 </li>
     </ul>
            </li>
@@ -349,7 +337,8 @@ releases</a>.</p>
 - maintainer permissions on the main Shaarli repository, to:
     - push the signed tag
     - create a new release
-- <a href="https://getcomposer.org/">Composer</a> and <a href="http://pandoc.org/">Pandoc</a> need to be installed</p>
+- <a href="https://getcomposer.org/">Composer</a> needs to be installed
+- The <a href="https://docs.python.org/3/library/venv.html">venv</a> Python 3 module needs to be installed for HTML documentation generation.</p>
 <h2 id="github-release-draft-and-changelogmd">GitHub release draft and <code>CHANGELOG.md</code></h2>
 <p>See http://keepachangelog.com/en/0.3.0/ for changelog formatting.</p>
 <h3 id="github-release-draft">GitHub release draft</h3>
@@ -380,8 +369,8 @@ TBA
 $ git fetch upstream
 $ git checkout upstream/master -b v0.5.0
 
-# rebuild the documentation from the wiki
-$ make htmldoc
+# rebuild the HTML documentation from Markdown
+$ make htmlpages
 
 # commit the changes
 $ git add doc