diff options
Diffstat (limited to 'doc/Example-patch---add-new-via-field-for-links.html')
-rw-r--r-- | doc/Example-patch---add-new-via-field-for-links.html | 254 |
1 files changed, 0 insertions, 254 deletions
diff --git a/doc/Example-patch---add-new-via-field-for-links.html b/doc/Example-patch---add-new-via-field-for-links.html deleted file mode 100644 index 49036a74..00000000 --- a/doc/Example-patch---add-new-via-field-for-links.html +++ /dev/null | |||
@@ -1,254 +0,0 @@ | |||
1 | <!DOCTYPE html> | ||
2 | <html> | ||
3 | <head> | ||
4 | <meta charset="utf-8"> | ||
5 | <meta name="generator" content="pandoc"> | ||
6 | <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"> | ||
7 | <title>Shaarli – Example patch add new via field for links</title> | ||
8 | <style type="text/css">code{white-space: pre;}</style> | ||
9 | <link rel="stylesheet" href="github-markdown.css"> | ||
10 | <!--[if lt IE 9]> | ||
11 | <script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script> | ||
12 | <![endif]--> | ||
13 | </head> | ||
14 | <body> | ||
15 | <div id="local-sidebar"> | ||
16 | <ul> | ||
17 | <li><a href="Home.html">Home</a></li> | ||
18 | <li>Setup | ||
19 | <ul> | ||
20 | <li><a href="Download-and-Installation.html">Download and Installation</a></li> | ||
21 | <li><a href="Upgrade-and-migration.html">Upgrade and migration</a></li> | ||
22 | <li><a href="Server-requirements.html">Server requirements</a></li> | ||
23 | <li><a href="Server-configuration.html">Server configuration</a></li> | ||
24 | <li><a href="Server-security.html">Server security</a></li> | ||
25 | <li><a href="Shaarli-configuration.html">Shaarli configuration</a></li> | ||
26 | <li><a href="Plugins.html">Plugins</a></li> | ||
27 | </ul></li> | ||
28 | <li><a href="Docker.html">Docker</a></li> | ||
29 | <li><a href="Usage.html">Usage</a> | ||
30 | <ul> | ||
31 | <li><a href="Sharing-button.html">Sharing button</a> (bookmarklet)</li> | ||
32 | <li><a href="Browsing-and-Searching.html">Browsing and Searching</a></li> | ||
33 | <li><a href="Firefox-share.html">Firefox share</a></li> | ||
34 | <li><a href="RSS-feeds.html">RSS feeds</a></li> | ||
35 | <li><a href="REST-API.html">REST API</a></li> | ||
36 | </ul></li> | ||
37 | <li>How To | ||
38 | <ul> | ||
39 | <li><a href="Backup,-restore,-import-and-export.html">Backup, restore, import and export</a></li> | ||
40 | <li><a href="Copy-an-existing-installation-over-SSH-and-serve-it-locally.html">Copy an existing installation over SSH and serve it locally</a></li> | ||
41 | <li><a href="Create-and-serve-multiple-Shaarlis-(farm).html">Create and serve multiple Shaarlis (farm)</a></li> | ||
42 | <li><a href="Download-CSS-styles-from-an-OPML-list.html">Download CSS styles from an OPML list</a></li> | ||
43 | <li><a href="Datastore-hacks.html">Datastore hacks</a></li> | ||
44 | </ul></li> | ||
45 | <li><a href="Troubleshooting.html">Troubleshooting</a></li> | ||
46 | <li><a href="Development.html">Development</a> | ||
47 | <ul> | ||
48 | <li><a href="GnuPG-signature.html">GnuPG signature</a></li> | ||
49 | <li><a href="Coding-guidelines.html">Coding guidelines</a></li> | ||
50 | <li><a href="Directory-structure.html">Directory structure</a></li> | ||
51 | <li><a href="3rd-party-libraries.html">3rd party libraries</a></li> | ||
52 | <li><a href="Plugin-System.html">Plugin System</a></li> | ||
53 | <li><a href="Release-Shaarli.html">Release Shaarli</a></li> | ||
54 | <li><a href="Versioning-and-Branches.html">Versioning and Branches</a></li> | ||
55 | <li><a href="Security.html">Security</a></li> | ||
56 | <li><a href="Static-analysis.html">Static analysis</a></li> | ||
57 | <li><a href="Theming.html">Theming</a></li> | ||
58 | <li><a href="Unit-tests.html">Unit tests</a></li> | ||
59 | </ul></li> | ||
60 | <li>About | ||
61 | <ul> | ||
62 | <li><a href="FAQ.html">FAQ</a></li> | ||
63 | <li><a href="Community-&-Related-software.html">Community & Related software</a></li> | ||
64 | </ul></li> | ||
65 | </ul> | ||
66 | </div> | ||
67 | <h1 id="example-patch-add-new-via-field-for-links">Example patch add new via field for links</h1> | ||
68 | <p>Example patch to add a new field ("via") for links, an input field to set the "via" property from the "edit link" dialog, and display the "via" field in the link list display. <strong>Untested, use at your own risk</strong></p> | ||
69 | <p>Thanks to @Knah-Tsaeb in <a href="https://github.com/sebsauvage/Shaarli/pull/158" class="uri">https://github.com/sebsauvage/Shaarli/pull/158</a></p> | ||
70 | <pre><code>From e0f363c18e8fe67990ed2bb1a08652e24e70bbcb Mon Sep 17 00:00:00 2001 | ||
71 | From: Knah Tsaeb <knah-tsaeb@knah-tsaeb.org> | ||
72 | Date: Fri, 11 Oct 2013 15:18:37 +0200 | ||
73 | Subject: [PATCH] Add a "via"/origin property for links, add new input in "edit link" dialog[](.html) | ||
74 | Thanks to: | ||
75 | * https://github.com/Knah-Tsaeb/Shaarli/commit/040eb18ec8cdabd5ea855e108f81f97fbf0478c4 | ||
76 | * https://github.com/Knah-Tsaeb/Shaarli/commit/4123658eae44d7564d1128ce52ddd5689efee813 | ||
77 | * https://github.com/Knah-Tsaeb/Shaarli/commit/f1a8ca9cc8fe49b119d51b2d8382cc1a34542f96 | ||
78 | |||
79 | --- | ||
80 | index.php | 43 ++++++++++++++++++++++++++++++++----------- | ||
81 | tpl/editlink.html | 1 + | ||
82 | tpl/linklist.html | 1 + | ||
83 | 3 files changed, 34 insertions(+), 11 deletions(-) | ||
84 | |||
85 | diff --git a/index.php b/index.php | ||
86 | index 6fae2f8..53f798e 100644 | ||
87 | --- a/index.php | ||
88 | +++ b/index.php | ||
89 | @@ -436,6 +436,12 @@ if (isset($_POST['login']))[](.html) | ||
90 | // ------------------------------------------------------------------------------------------ | ||
91 | // Misc utility functions: | ||
92 | |||
93 | +// Try to get just domain for @via | ||
94 | +function getJustDomain($url){ | ||
95 | + $parts = parse_url($url); | ||
96 | + return trim($parts['host']);[](.html) | ||
97 | + } | ||
98 | + | ||
99 | // Returns the server URL (including port and http/https), without path. | ||
100 | // e.g. "http://myserver.com:8080" | ||
101 | // You can append $_SERVER['SCRIPT_NAME'] to get the current script URL.[](.html) | ||
102 | @@ -799,7 +805,8 @@ class linkdb implements Iterator, Countable, ArrayAccess | ||
103 | $found= (strpos(strtolower($l['title']),$s)!==false)[](.html) | ||
104 | || (strpos(strtolower($l['description']),$s)!==false)[](.html) | ||
105 | || (strpos(strtolower($l['url']),$s)!==false)[](.html) | ||
106 | - || (strpos(strtolower($l['tags']),$s)!==false);[](.html) | ||
107 | + || (strpos(strtolower($l['tags']),$s)!==false)[](.html) | ||
108 | + || (!empty($l['via']) && (strpos(strtolower($l['via']),$s)!==false));[](.html) | ||
109 | if ($found) $filtered[$l['linkdate'[ = $l;](-=-$l;.html) | ||
110 | } | ||
111 | krsort($filtered); | ||
112 | @@ -814,7 +821,7 @@ class linkdb implements Iterator, Countable, ArrayAccess | ||
113 | $t = str_replace(',',' ',($casesensitive?$tags:strtolower($tags))); | ||
114 | $searchtags=explode(' ',$t); | ||
115 | $filtered=array(); | ||
116 | - foreach($this->links as $l) | ||
117 | + foreach($this-> links as $l) | ||
118 | { | ||
119 | $linktags = explode(' ',($casesensitive?$l['tags']:strtolower($l['tags'])));[](.html) | ||
120 | if (count(array_intersect($linktags,$searchtags)) == count($searchtags)) | ||
121 | @@ -905,7 +912,7 @@ function showRSS() | ||
122 | else $linksToDisplay = $LINKSDB; | ||
123 | $nblinksToDisplay = 50; // Number of links to display. | ||
124 | if (!empty($_GET['nb'])) // In URL, you can specificy the number of links. Example: nb=200 or nb=all for all links.[](.html) | ||
125 | - { | ||
126 | + { | ||
127 | $nblinksToDisplay = $_GET['nb']=='all' ? count($linksToDisplay) : max($_GET['nb']+0,1) ;[](.html) | ||
128 | } | ||
129 | |||
130 | @@ -944,7 +951,12 @@ function showRSS() | ||
131 | // If user wants permalinks first, put the final link in description | ||
132 | if ($usepermalinks===true) $descriptionlink = '(<a href="'.$absurl.'">Link</a>)'; | ||
133 | if (strlen($link['description'])>0) $descriptionlink = '<br>'.$descriptionlink;[](.html) | ||
134 | - echo '<description><![CDATA['.nl2br(keepMultipleSpaces(text2clickable(htmlspecialchars($link['description'])))).$descriptionlink.'[></description>'."\n</item>\n";](></description>'."\n</item>\n";.html) | ||
135 | + if(!empty($link['via'])){[](.html) | ||
136 | + $via = '<br>Origine => <a href="'.htmlspecialchars($link['via']).'">'.htmlspecialchars(getJustDomain($link['via'])).'</a>';[](.html) | ||
137 | + } else { | ||
138 | + $via = ''; | ||
139 | + } | ||
140 | + echo '<description><![CDATA['.nl2br(keepMultipleSpaces(text2clickable(htmlspecialchars($link['description'])))).$via.$descriptionlink.'[></description>'."\n</item>\n";](></description>'."\n</item>\n";.html) | ||
141 | $i++; | ||
142 | } | ||
143 | echo '</channel></rss><!-- Cached version of '.htmlspecialchars(pageUrl()).' -->'; | ||
144 | @@ -980,7 +992,7 @@ function showATOM() | ||
145 | else $linksToDisplay = $LINKSDB; | ||
146 | $nblinksToDisplay = 50; // Number of links to display. | ||
147 | if (!empty($_GET['nb'])) // In URL, you can specificy the number of links. Example: nb=200 or nb=all for all links.[](.html) | ||
148 | - { | ||
149 | + { | ||
150 | $nblinksToDisplay = $_GET['nb']=='all' ? count($linksToDisplay) : max($_GET['nb']+0,1) ;[](.html) | ||
151 | } | ||
152 | |||
153 | @@ -1006,11 +1018,16 @@ function showATOM() | ||
154 | |||
155 | // Add permalink in description | ||
156 | $descriptionlink = htmlspecialchars('(<a href="'.$guid.'">Permalink</a>)'); | ||
157 | + if(isset($link['via']) && !empty($link['via'])){[](.html) | ||
158 | + $via = htmlspecialchars('</br> Origine => <a href="'.$link['via'].'">'.getJustDomain($link['via']).'</a>');[](.html) | ||
159 | + } else { | ||
160 | + $via = ''; | ||
161 | + } | ||
162 | // If user wants permalinks first, put the final link in description | ||
163 | if ($usepermalinks===true) $descriptionlink = htmlspecialchars('(<a href="'.$absurl.'">Link</a>)'); | ||
164 | if (strlen($link['description'])>0) $descriptionlink = '&lt;br&gt;'.$descriptionlink;[](.html) | ||
165 | |||
166 | - $entries.='<content type="html">'.htmlspecialchars(nl2br(keepMultipleSpaces(text2clickable(htmlspecialchars($link['description']))))).$descriptionlink."</content>\n";[](.html) | ||
167 | + $entries.='<content type="html">'.htmlspecialchars(nl2br(keepMultipleSpaces(text2clickable(htmlspecialchars($link['description']))))).$descriptionlink.$via."</content>\n";[](.html) | ||
168 | if ($link['tags']!='') // Adding tags to each ATOM entry (as mentioned in ATOM specification)[](.html) | ||
169 | { | ||
170 | foreach(explode(' ',$link['tags']) as $tag)[](.html) | ||
171 | @@ -1478,7 +1495,7 @@ function renderPage() | ||
172 | if (!startsWith($url,'http:') && !startsWith($url,'https:') && !startsWith($url,'ftp:') && !startsWith($url,'magnet:') && !startsWith($url,'?')) | ||
173 | $url = 'http://'.$url; | ||
174 | $link = array('title'=>trim($_POST['lf_title']),'url'=>$url,'description'=>trim($_POST['lf_description']),'private'=>(isset($_POST['lf_private']) ? 1 : 0),[](.html) | ||
175 | - 'linkdate'=>$linkdate,'tags'=>str_replace(',',' ',$tags)); | ||
176 | + 'linkdate'=>$linkdate,'tags'=>str_replace(',',' ',$tags), 'via'=>trim($_POST['lf_via']));[](.html) | ||
177 | if ($link['title']=='') $link['title']=$link['url']; // If title is empty, use the URL as title.[](.html) | ||
178 | $LINKSDB[$linkdate] = $link;[](.html) | ||
179 | $LINKSDB->savedb(); // Save to disk. | ||
180 | @@ -1556,7 +1573,8 @@ function renderPage() | ||
181 | $title = (empty($_GET['title']) ? '' : $_GET['title'] ); // Get title if it was provided in URL (by the bookmarklet).[](.html) | ||
182 | $description = (empty($_GET['description']) ? '' : $_GET['description']); // Get description if it was provided in URL (by the bookmarklet). [Bronco added that][](.html) | ||
183 | $tags = (empty($_GET['tags']) ? '' : $_GET['tags'] ); // Get tags if it was provided in URL[](.html) | ||
184 | - $private = (!empty($_GET['private']) && $_GET['private'] === "1" ? 1 : 0); // Get private if it was provided in URL [](.html) | ||
185 | + $via = (empty($_GET['via']) ? '' : $_GET['via'] );[](.html) | ||
186 | + $private = (!empty($_GET['private']) && $_GET['private'] === "1" ? 1 : 0); // Get private if it was provided in URL[](.html) | ||
187 | if (($url!='') && parse_url($url,PHP_URL_SCHEME)=='') $url = 'http://'.$url; | ||
188 | // If this is an HTTP link, we try go get the page to extract the title (otherwise we will to straight to the edit form.) | ||
189 | if (empty($title) && parse_url($url,PHP_URL_SCHEME)=='http') | ||
190 | @@ -1567,7 +1585,7 @@ function renderPage() | ||
191 | { | ||
192 | // Look for charset in html header. | ||
193 | preg_match('#<meta .*charset=.*>#Usi', $data, $meta); | ||
194 | - | ||
195 | + | ||
196 | // If found, extract encoding. | ||
197 | if (!empty($meta[0]))[](.html) | ||
198 | { | ||
199 | @@ -1577,7 +1595,7 @@ function renderPage() | ||
200 | $html_charset = (!empty($enc[1])) ? strtolower($enc[1]) : 'utf-8';[](.html) | ||
201 | } | ||
202 | else { $html_charset = 'utf-8'; } | ||
203 | - | ||
204 | + | ||
205 | // Extract title | ||
206 | $title = html_extract_title($data); | ||
207 | if (!empty($title)) | ||
208 | @@ -1592,7 +1610,7 @@ function renderPage() | ||
209 | $url='?'.smallHash($linkdate); | ||
210 | $title='Note: '; | ||
211 | } | ||
212 | - $link = array('linkdate'=>$linkdate,'title'=>$title,'url'=>$url,'description'=>$description,'tags'=>$tags,'private'=>$private); | ||
213 | + $link = array('linkdate'=>$linkdate,'title'=>$title,'url'=>$url,'description'=>$description,'tags'=>$tags,'via' => $via,'private'=>$private); | ||
214 | } | ||
215 | |||
216 | $PAGE = new pageBuilder; | ||
217 | @@ -1842,6 +1860,9 @@ function buildLinkList($PAGE,$LINKSDB) | ||
218 | $taglist = explode(' ',$link['tags']);[](.html) | ||
219 | uasort($taglist, 'strcasecmp'); | ||
220 | $link['taglist']=$taglist;[](.html) | ||
221 | + if(!empty($link['via'])){[](.html) | ||
222 | + $link['via']=htmlspecialchars($link['via']);[](.html) | ||
223 | + } | ||
224 | $linkDisp[$keys[$i[ = $link;](-=-$link;.html) | ||
225 | $i++; | ||
226 | } | ||
227 | diff --git a/tpl/editlink.html b/tpl/editlink.html | ||
228 | index 4a2c30c..14d4f9c 100644 | ||
229 | --- a/tpl/editlink.html | ||
230 | +++ b/tpl/editlink.html | ||
231 | @@ -16,6 +16,7 @@ | ||
232 | <i>Title</i><br><input type="text" name="lf_title" value="{$link.title|htmlspecialchars}" style="width:100%"><br> | ||
233 | <i>Description</i><br><textarea name="lf_description" rows="4" cols="25" style="width:100%">{$link.description|htmlspecialchars}</textarea><br> | ||
234 | <i>Tags</i><br><input type="text" id="lf_tags" name="lf_tags" value="{$link.tags|htmlspecialchars}" style="width:100%"><br> | ||
235 | + <i>Origine</i><br><input type="text" name="lf_via" value="{$link.via|htmlspecialchars}" style="width:100%"><br> | ||
236 | {if condition="($link_is_new && $GLOBALS['privateLinkByDefault']==true) || $link.private == true"}[](.html) | ||
237 | <input type="checkbox" checked="checked" name="lf_private" id="lf_private"> | ||
238 | &nbsp;<label for="lf_private"><i>Private</i></label><br> | ||
239 | diff --git a/tpl/linklist.html b/tpl/linklist.html | ||
240 | index ddc38cb..0a8475f 100644 | ||
241 | --- a/tpl/linklist.html | ||
242 | +++ b/tpl/linklist.html | ||
243 | @@ -43,6 +43,7 @@ | ||
244 | <span class="linktitle"><a href="{$redirector}{$value.url|htmlspecialchars}">{$value.title|htmlspecialchars}</a></span> | ||
245 | <br> | ||
246 | {if="$value.description"}<div class="linkdescription"{if condition="$search_type=='permalink'"} style="max-height:none !important;"{/if}>{$value.description}</div>{/if} | ||
247 | + {if condition="isset($value.via) && !empty($value.via)"}<div><a href="{$value.via}">Origine => {$value.via|getJustDomain}</a></div>{/if} | ||
248 | {if="!$GLOBALS['config'['HIDE_TIMESTAMPS'] || isLoggedIn()"}]('HIDE_TIMESTAMPS']-||-isLoggedIn()"}.html) | ||
249 | <span class="linkdate" title="Permalink"><a href="?{$value.linkdate|smallHash}">{$value.localdate|htmlspecialchars} - permalink</a> - </span> | ||
250 | {else} | ||
251 | -- | ||
252 | 2.1.1</code></pre> | ||
253 | </body> | ||
254 | </html> | ||