]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - doc/html/Various-hacks/index.html
make htmlpages
[github/shaarli/Shaarli.git] / doc / html / Various-hacks / index.html
similarity index 88%
rename from doc/html/Datastore-hacks/index.html
rename to doc/html/Various-hacks/index.html
index b3d8d97e5182b4571293060de00ed630ab7d6245..b06207ae2a90bab2dd2d3357ab573a62ce6cc13d 100644 (file)
@@ -8,7 +8,7 @@
   
   
   <link rel="shortcut icon" href="../img/favicon.ico">
-  <title>Datastore hacks - Shaarli Documentation</title>
+  <title>Various hacks - Shaarli Documentation</title>
   <link href='https://fonts.googleapis.com/css?family=Lato:400,700|Roboto+Slab:400,700|Inconsolata:400,700' rel='stylesheet' type='text/css'>
 
   <link rel="stylesheet" href="../css/theme.css" type="text/css" />
@@ -18,9 +18,9 @@
   
   <script>
     // Current page data
-    var mkdocs_page_name = "Datastore hacks";
-    var mkdocs_page_input_path = "Datastore-hacks.md";
-    var mkdocs_page_url = "/Datastore-hacks/";
+    var mkdocs_page_name = "Various hacks";
+    var mkdocs_page_input_path = "Various-hacks.md";
+    var mkdocs_page_url = "/Various-hacks/";
   </script>
   
   <script src="../js/jquery-2.1.1.min.js"></script>
                 <li class="">
                     
     <a class="" href="../Backup,-restore,-import-and-export/">Backup, restore, import and export</a>
-                </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=" current">
                     
-    <a class="current" href="./">Datastore hacks</a>
+    <a class="current" href="./">Various hacks</a>
     <ul class="subnav">
             
     <li class="toctree-l3"><a href="#decode-datastore-content">Decode datastore content</a></li>
     
 
-    <li class="toctree-l3"><a href="#changing-the-timestamp-for-a-link">Changing the timestamp for a link</a></li>
+    <li class="toctree-l3"><a href="#changing-the-timestamp-for-a-shaare">Changing the timestamp for a shaare</a></li>
+    
+
+    <li class="toctree-l3"><a href="#see-also">See also</a></li>
     
 
     </ul>
         
       
     
-    <li>Datastore hacks</li>
+    <li>Various hacks</li>
     <li class="wy-breadcrumbs-aside">
       
-        <a href="https://github.com/shaarli/Shaarli/edit/master/docs/Datastore-hacks.md"
+        <a href="https://github.com/shaarli/Shaarli/edit/master/docs/Various-hacks.md"
           class="icon icon-github"> Edit on GitHub</a>
       
     </li>
@@ -311,12 +302,19 @@ exit;
 <pre><code>php -r 'print(json_encode(unserialize(gzinflate(base64_decode(preg_replace(&quot;!.*/\* (.+) \*/.*!&quot;, &quot;$1&quot;, file_get_contents(&quot;data/datastore.php&quot;)))))));' | jq .
 </code></pre>
 
-<h3 id="changing-the-timestamp-for-a-link">Changing the timestamp for a link</h3>
+<h3 id="changing-the-timestamp-for-a-shaare">Changing the timestamp for a shaare</h3>
 <ul>
 <li>Look for <code>&lt;input type="hidden" name="lf_linkdate" value="{$link.linkdate}"&gt;</code> in <code>tpl/editlink.tpl</code> (line 14)</li>
 <li>Replace <code>type="hidden"</code> with <code>type="text"</code> from this line</li>
 <li>A new date/time field becomes available in the edit/new link dialog.</li>
 <li>You can set the timestamp manually by entering it in the format <code>YYYMMDD_HHMMS</code>.</li>
+</ul>
+<h3 id="see-also">See also</h3>
+<ul>
+<li><a href="https://gist.github.com/nodiscc/8b0194921f059d7b9ad89a581ecd482c">Add a new custom field to shaares (example patch)</a></li>
+<li><a href="https://gist.github.com/nodiscc/dede231c92cab22c3ad2cc24d5035012">Download CSS styles for shaarlis listed in an opml file</a></li>
+<li><a href="https://gist.github.com/nodiscc/ed161c66e5b028b5299b0a3733d01c77">Copy an existing Shaarli installation over SSH, and serve it locally</a></li>
+<li><a href="https://gist.github.com/nodiscc/52e711cda3bc47717c16065231cf6b20">Create multiple Shaarli instances, generate an HTML index of them</a></li>
 </ul>
               
             </div>
@@ -328,7 +326,7 @@ exit;
         <a href="../Troubleshooting/" class="btn btn-neutral float-right" title="Troubleshooting">Next <span class="icon icon-circle-arrow-right"></span></a>
       
       
-        <a href="../Download-CSS-styles-from-an-OPML-list/" class="btn btn-neutral" title="Download CSS styles from an OPML list"><span class="icon icon-circle-arrow-left"></span> Previous</a>
+        <a href="../Backup,-restore,-import-and-export/" class="btn btn-neutral" title="Backup, restore, import and export"><span class="icon icon-circle-arrow-left"></span> Previous</a>
       
     </div>
   
@@ -356,7 +354,7 @@ exit;
           <a href="https://github.com/shaarli/Shaarli" class="fa fa-github" style="float: left; color: #fcfcfc"> GitHub</a>
       
       
-        <span><a href="../Download-CSS-styles-from-an-OPML-list/" style="color: #fcfcfc;">&laquo; Previous</a></span>
+        <span><a href="../Backup,-restore,-import-and-export/" style="color: #fcfcfc;">&laquo; Previous</a></span>
       
       
         <span style="margin-left: 15px"><a href="../Troubleshooting/" style="color: #fcfcfc">Next &raquo;</a></span>