]> CyberLeo.Net >> Repos - Github/YOURLS.git/blob - readme.html
Adding 6Bit.us
[Github/YOURLS.git] / readme.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\r
2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">\r
3 <head>  \r
4         <meta http-equiv="X-UA-Compatible" content="chrome=1">\r
5         <meta http-equiv="content-type" content="text/html; charset=utf-8" />\r
6         <title>YOURLS: Your Own URL Shortener</title>\r
7         <style type="text/css" media="screen">\r
8                 /* Default Style */\r
9                 body {\r
10                         font-family: Verdana, Arial;\r
11                         font-size: 12px;\r
12                         color: #595441;\r
13                         background:#F3FAFD;\r
14                 }\r
15                 p {\r
16                         padding-left: 10px;\r
17                 }\r
18                 code {\r
19                         background:#eaeaef;\r
20                         padding:0 2px;\r
21                 }\r
22                 tt {\r
23                         background:#ffc;\r
24                         padding:0 2px;          \r
25                 }\r
26                 pre tt {\r
27                         display:block;\r
28                 }\r
29                 blockquote {\r
30                         margin: 10px 20px 0px 20px;\r
31                         padding: 10px;\r
32                         border: 1px solid #8d8d8d;\r
33                         background-color: #f5f5f5;\r
34                 }\r
35                 li {\r
36                         margin-top: 20px;\r
37                 }\r
38                 ul li ul li {\r
39                         margin-top: 10px;\r
40                 }\r
41                 a, a:active, a:link, a:visited {\r
42                         color: #5b87b4;\r
43                         text-decoration: none;\r
44                 }\r
45                 a:hover {\r
46                         color: #5577a5;\r
47                         text-decoration: underline;\r
48                 }\r
49                 div.sshot {\r
50                 }\r
51                 div.sshot p {\r
52                         color:#5577a5;\r
53                         font-size:90%;\r
54                 }\r
55                 div.sshot img {\r
56                         margin-bottom:1em;\r
57                         border-bottom:1px solid #ccc;\r
58                 }\r
59                 /* Place Holder Style */\r
60                 #Container {\r
61                         width: 780px;\r
62                         margin-left: auto;\r
63                         margin-right: auto; \r
64                 }\r
65                 #Content {\r
66                         background-color: #fff;\r
67                         border: 1px solid #2A85B3;\r
68                         padding: 10px;\r
69                         margin-top: -13px;\r
70                         -moz-border-radius:15px;\r
71                         -webkit-border-radius:15px;\r
72                 }\r
73                 /* Title Style */\r
74                 h1 {\r
75                         font-family: Verdana, Arial;\r
76                         font-size: 22px;\r
77                         font-weight: bold;\r
78                         color: #2a85b3;\r
79                         border-bottom: 1px solid #2a85b3;\r
80                         margin-bottom: 10px;\r
81                         background:transparent url(http://yourls.org/images/yourls-logo.png) top center no-repeat;\r
82                         padding-top:90px;\r
83                 }\r
84                 h1:hover span {\r
85                         color: #73A4D6;\r
86                 }\r
87                 h2 {\r
88                         font-family: Verdana, Arial;\r
89                         font-size: 18px;\r
90                         font-weight: bold;\r
91                         color: #5b87b4;\r
92                 }\r
93                 h2:before {\r
94                         content: '\00BB';\r
95                         color:#BFE0FE;\r
96                 }\r
97                 h3 {\r
98                         font-family: Verdana, Arial;\r
99                         font-size: 14px;\r
100                         font-weight: bold;\r
101                         color: #73a4d6;\r
102                         margin-top:2em;\r
103                 }\r
104                 h3:before {\r
105                         content: '\00BB';\r
106                         color:#BFE0FE;\r
107                 }\r
108                 /* Tabs */\r
109                 ul#Tabs {\r
110                         font-family: Verdana, Arial;\r
111                         font-size: 12px;\r
112                         font-weight: bold;\r
113                         list-style-type: none;\r
114                         padding-bottom: 28px;\r
115                         border-bottom: 1px solid #2A85B3;\r
116                         margin-bottom: 12px;\r
117                         margin-right:30px;\r
118                         margin-left:30px;\r
119                         z-index: 1;\r
120                 }\r
121                 #Tabs li.Tab {\r
122                         float: right;\r
123                         height: 25px;\r
124                         background-color: #deedfb;\r
125                         margin: 2px 0px 0px 5px;\r
126                         border: 1px solid #2A85B3;\r
127                         -moz-border-radius-topleft:5px;\r
128                         -moz-border-radius-topright:5px;\r
129                         -webkit-border-top-left-radius:5px;\r
130                         -webkit-border-top-right-radius:5px;\r
131                 }\r
132                 #Tabs li.Tab a {\r
133                         float: left;\r
134                         display: block;\r
135                         color: #666666;\r
136                         text-decoration: none;\r
137                         padding: 5px;\r
138                 }\r
139                 #Tabs li.Tab a:hover {\r
140                         background-color: #bfe0fe;\r
141                         border-bottom: 1px solid #bfe0fe;\r
142                 }\r
143                 /* Selected Tab */\r
144                 #Tabs li.SelectedTab {\r
145                         float: right;\r
146                         height: 25px;\r
147                         background-color: #fff;\r
148                         margin: 2px 0px 0px 5px;\r
149                         border-top: 1px solid #2A85B3;\r
150                         border-right: 1px solid #2A85B3;\r
151                         border-bottom: 1px solid #fafafa;\r
152                         border-left: 1px solid #2A85B3;\r
153                         -moz-border-radius-topleft:3px;\r
154                         -moz-border-radius-topright:3px;\r
155                         -webkit-border-top-left-radius:3px;\r
156                         -webkit-border-top-right-radius:3px;\r
157                 }\r
158                 #Tabs li.SelectedTab a {\r
159                         float: left;\r
160                         display: block;\r
161                         color: #666666;\r
162                         text-decoration: none;\r
163                         padding: 5px;\r
164                         cursor: default;\r
165                 }\r
166                 /* Copyright */\r
167                 #Copyright {\r
168                         text-align:center;\r
169                         margin-top:20px;\r
170                 }\r
171                 #Copyright p {\r
172                         padding:10px;\r
173                         background:white;\r
174                         margin:0 auto;\r
175                         width:750px;\r
176                         -moz-border-radius:10px;\r
177                         -webkit-border-radius:10px;\r
178                         border:1px solid #2A85B3;\r
179                         -moz-border-radius-bottomleft:30px;\r
180                         -moz-border-radius-bottomright:30px;\r
181                         -webkit-border-bottom-left-radius:25px;\r
182                         -webkit-border-bottom-right-radius:25px;\r
183                 }\r
184                 #Copyright p a {\r
185                         background:#fff url(http://yourls.org/images/favicon.gif) 2px center no-repeat;\r
186                         padding-left:20px;\r
187                 }\r
188         </style>\r
189 </head>\r
190 <body>\r
191 <div id="Container">\r
192         <!-- Title -->\r
193         <h1>YOURLS: <span>Y</span>our <span>O</span>wn <span>URL</span> <span>S</span>hortener</h1>\r
194 \r
195         <!-- Tabs -->\r
196         <ul id="Tabs">\r
197                 <li id="ShowcaseTab" class="Tab"><a href="#Showcase" onclick="toggle(this);">More</a></li>\r
198                 <li id="FAQTab" class="Tab"><a href="#FAQ" onclick="toggle(this);">FAQ</a></li>\r
199                 <li id="APITab" class="Tab"><a href="#API" onclick="toggle(this);">API</a></li>\r
200                 <li id="PluginTab" class="Tab"><a href="#Plugin" onclick="toggle(this);">WordPress plugin</a></li>\r
201                 <li id="PluginsTab" class="Tab"><a href="#Plugins" onclick="toggle(this);">YOURLS plugins</a></li>\r
202                 <li id="ConfigTab" class="Tab"><a href="#Config" onclick="toggle(this);">Configuration</a></li>\r
203                 <li id="InstallTab" class="Tab"><a href="#Install" onclick="toggle(this);">Install/Upgrade</a></li>\r
204                 <li id="AboutTab" class="SelectedTab"><a href="#About" onclick="toggle(this);">About</a></li>\r
205         </ul>\r
206 \r
207         <!-- Content -->\r
208         <div id="Content">\r
209                 <!-- Index -->\r
210                 <div id="AboutDiv">\r
211                         <h2>About YOURLS</h2>\r
212                         \r
213                         <h3>What is YOURLS</h3>\r
214                         <p>YOURLS is a small set of PHP scripts that will allow you to run your own URL shortening service (<em>a la</em> TinyURL). You can make it private or public, you can pick custom keyword URLs, it comes with its own API. You will love it.</p>\r
215                         <p>There's a <a href="#Plugin" onclick="toggle(this);">WordPress plugin</a> available for YOURLS, making integration with your blog a snap: create short URLs and tweet them automagically as you publish blog posts.</p>\r
216                         \r
217                         <h3>YOURLS Features</h3>\r
218                         <ul>\r
219                                 <li><tt>Private</tt> (your links only) or <tt>Public</tt> (everybody can create short links, fine for an intranet)</li>\r
220                                 <li>Sequential or custom URL keyword</li>\r
221                                 <li>Handy <tt>bookmarklets</tt> to easily shorten and share links</li>\r
222                                 <li>Awesome <tt>stats</tt>: historical click reports, referrers tracking, visitors geo-location</li>\r
223                                 <li>Neat <tt>Ajaxed</tt> interface</li>\r
224                                 <li>Terrific <tt>Plugin</tt> architecture to easily implement new features</li>\r
225                                 <li>Cool developer <tt>API</tt></li>\r
226                                 <li>Friendly <tt>installer</tt></li>\r
227                                 <li><tt>Sample files</tt> to create your own public interface and more</li>\r
228                         </ul>\r
229                         \r
230                         <h3>Screenshots</h3>\r
231                         \r
232                         <div class="sshot">\r
233                                 <p>Main admin dashboard</p>\r
234                                 <img src="http://yourls.org/images/admin-dashboard.gif" />\r
235                                 \r
236                                 <p>Stats for each short URL</p>\r
237                                 <img src="http://yourls.org/images/stats-anim.gif" />\r
238                                 \r
239                                 <p>See a live example of YOURLS stats on <a href="http://yourls.org/download+">http://yourls.org/download+</a></p>\r
240                         </div>\r
241                         \r
242                         <h2>Download</h2>\r
243                         \r
244                         <p><a href="http://yourls.org/download">Download YOURLS</a> from Google Code</p>\r
245                         <p>You can follow YOURLS' development on the <a href="http://yourls.org/revisions">revision list</a> and get current snapshot <a href="http://yourls.org/svnco">using SVN</a></p>\r
246                         \r
247                         <h2>Credits</h2>\r
248                         \r
249                         <p>YOURLS is made by:</p>\r
250                         <ul>\r
251                                 <li><a href="http://yourls.org/lesterchan" title="Visit Lester Chan's site">Lester Chan</a> &ndash <a href="http://twitter.com/gamerz">@GamerZ</a> on Twitter (initial idea)</li>\r
252                                 <li><a href="http://yourls.org/ozh" title"Visit Ozh's site">Ozh Richard</a> &ndash <a href="http://twitter.com/ozh">@Ozh</a> on Twitter (development)</li>\r
253                         </ul>\r
254                         <p>Keep up to date: follow Ozh and read the official <a href="http://blog.yourls.org/">YOURLS Blog</a></p>.\r
255                 </div>\r
256 \r
257                 <!-- Installation Instructions -->\r
258                 <div id="InstallDiv" style="display: none;">\r
259                         <h2>Fresh Install</h2>\r
260                         <ol>\r
261                                 <li>Unzip the YOURLS archive</li>\r
262                                 <li>Copy <code>includes/config-sample.php</code> to <code>user/config.php</code></li>\r
263                                 <li>Open <code>user/config.php</code> with a raw text editor (like Notepad) and fill in the required settings</li>\r
264                                 <li>Upload the unzipped files to your domain <code>public_html</code> or <code>www</code> folder</li>\r
265                                 <li>Create a new database (see <a href="#Config" onclick="toggle(this);">Configuration</a> &ndash; you can also use an existing one)</li>\r
266                                 <li>Point your browser to <code>http://yoursite.com/admin/</code></li>\r
267                         </ol>\r
268                         \r
269                         <h2>Upgrade from YOURLS 1.4.x</h2>\r
270                         <ol>\r
271                                 <li><strong>Backup the database!</strong></li>\r
272                                 <li>Unzip the YOURLS archive</li>\r
273                                 <li>Upload files to your server, overwriting your existing install</li>\r
274                                 <li>Point your browser to <code>http://yoursite.com/admin/</code></li>\r
275                                 <li>Tip: you can now move your <code>config.php</code> file to the <code>/user</code> directory</li>\r
276                         </ol>\r
277                         \r
278                         <h2>Upgrade from YOURLS 1.3 or earlier</h2>\r
279                         <ol>\r
280                                 <li><strong>Backup the database!</strong></li>\r
281                                 <li>Make a copy of your <code>config.php</code></li>\r
282                                 <li>Delete all files including <code>.htaccess</code> in YOURLS root directory</li>\r
283                                 <li>Unzip the YOURLS archive, upload the files</li>\r
284                                 <li>Copy <code>config-sample.php</code> to <code>config.php</code> and fill in details. <strong>Don't start with your old config file</strong>, use the new sample config file.</li>\r
285                                 <li>In your new <code>config.php</code>, add the <em>defines</em> for <code>YOURLS_DB_TABLE_URL</code> and <code>YOURLS_DB_TABLE_NEXTDEC</code> you had in your previous config file\r
286                                 <li>Point your browser to <code>http://yoursite.com/admin/</code> and follow instructions</li>\r
287                                 <li>After upgrade is well and over, remove the define <code>YOURLS_DB_TABLE_NEXTDEC</code> from your config file</li>\r
288                         </ol>\r
289                         \r
290                 </div>\r
291 \r
292                 <!-- Configuration Instructions -->     \r
293                 <div id="ConfigDiv" style="display: none;">\r
294                         <h2>Configuration (in includes/config.php)</h2>\r
295                         <h3>MySQL settings</h3>\r
296                         <ul>\r
297                                 <li><code>YOURLS_DB_USER</code><br/>\r
298                                 your MySQL username<br/>\r
299                                 <em>Example:</em> <tt>'joe'</tt></li>\r
300                                 <li><code>YOURLS_DB_PASS</code><br/>\r
301                                 your MySQL password<br/>\r
302                                 <em>Example:</em> <tt>'MySeCreTPaSsW0rd'</tt></li>\r
303                                 <li><code>YOURLS_DB_NAME</code>:\r
304                                 The database name<br/>\r
305                                 <em>Example:</em> <tt>'yourls'</tt></li>\r
306                                 <li><code>YOURLS_DB_HOST</code><br/>\r
307                                 The database host<br/>\r
308                                 <em>Example:</em> <tt>'localhost'</tt></li>\r
309                                 <li><code>YOURLS_DB_PREFIX</code><br/>\r
310                                 The name prefix for all the tables YOURLS will need<br/>\r
311                                 <em>Example:</em> <tt>'yourls_'</tt></li>\r
312                         </ul>\r
313                         \r
314                         <h3>Site options</h3>\r
315                         <ul>\r
316                                 <li><code>YOURLS_SITE</code><br/>\r
317                                 Your (short) domain URL, no trailing slash<br/>\r
318                                 <em>Example:</em> <tt>'http://ozh.in'</tt></li>\r
319                                 <li><code>YOURLS_HOURS_OFFSET</code><br/>\r
320                                 Timezone GMT offset<br/>\r
321                                 <em>Example:</em> <tt>'-5'</tt></li>\r
322                                 <li><code>YOURLS_PRIVATE</code><br/>\r
323                                 Private means protected with login/pass as defined below. Set to false for public usage (on an intranet for instance)<br/>\r
324                                 <em>Example:</em> <tt>'true'</tt></li>\r
325                                 <li><code>YOURLS_UNIQUE_URLS</code><br/>\r
326                                 Allow multiple short URLs for a same long URL<br/>\r
327                                 Set to <tt>true</tt> to allow only one pair of shortURL/longURL (default YOURLS behavior), or to <tt>false</tt> to allow creation of multiple short URLs pointing to the same long URL (as bit.ly does)<br/>\r
328                                 <em>Example:</em> <tt>'true'</tt></li>\r
329                                 <li><code>YOURLS_COOKIEKEY</code><br/>\r
330                                 A random secret hash used to encrypt cookies. You don't have to remember it, make it long and complicated. Hint: generate a unique one at <a href="http://yourls.org/cookie">http://yourls.org/cookie</a><br/>\r
331                                 <em>Example:</em> <tt>'qQ4KhL_pu|s@Zm7n#%:b^{A[vhm'</tt></li>\r
332                                 <li><code>yourls_user_passwords</code><br/>\r
333                                 A list of username(s) and password(s) allowed to access the site if private<br/>\r
334                                 <em>Example:</em> <tt>'joe' => 'mypassword'</tt></li>\r
335                         </ul>\r
336                         \r
337                         <h3>URL Shortening settings</h3>\r
338                         <ul>\r
339                                 <li><code>YOURLS_URL_CONVERT</code><br/>\r
340                                 URL shortening method: base <tt>36</tt> or <tt>62</tt>. See <a onclick="toggle(this);" href="#FAQ">FAQ</a> for more explanations</li>\r
341                                 <li><code>yourls_reserved_URL</code><br/>\r
342                                 A list of reserved keywords that won't be used as short URLs. Define here negative, unwanted or potentially misleading keywords<br/>\r
343                                 <em>Example:</em> <tt>'porn', 'faggot', 'sex', 'nigger', 'fuck', 'cunt', 'dick', 'gay'</tt></li>\r
344                         </ul>\r
345                         \r
346                         <h3>Optional settings</h3>\r
347                         <ul>\r
348                                 <li><code>YOURLS_PRIVATE_INFOS</code><br/>\r
349                                 If <code>YOURLS_PRIVATE</code> is set to <tt>true</tt>, you can still easily make your individual stat pages public. To do so, override the global private setting with:<br/>\r
350                                 <tt>define('YOURLS_PRIVATE_INFOS', false);</tt>\r
351                                 </li>\r
352                                 <li><code>YOURLS_PRIVATE_API</code><br/>\r
353                                 If <code>YOURLS_PRIVATE</code> is set to <tt>true</tt>, you can still easily make your API public. To do so, override the global private setting with:<br/>\r
354                                 <tt>define('YOURLS_PRIVATE_API', false);</tt>\r
355                                 <li><code>YOURLS_NOSTATS</code><br/>\r
356                                 If <code>YOURLS_NOSTATS</code> is set to <tt>true</tt>, redirects won't be logged and there will be not stats available.<br/>\r
357                                 </li>\r
358                         </ul>\r
359                         \r
360                         <h3>Advanced settings</h3>\r
361                         <p>File <code>includes/yourls-load.php</code> contains a few more undocumented but self explanatory and commented settings. Add them to your own <code>config.php</code> if you know what you're doing</p>\r
362                 </div>\r
363                 \r
364                 <!-- WordPress plugin -->\r
365                 <div id="PluginDiv" style="display:none">\r
366                         <h2>WordPress Plugin</h2>\r
367                         \r
368                         <h3>Features</h3>\r
369                         <ul>\r
370                                 <li>Generate short URLs for each new post or page</li>\r
371                                 <li>Generate short URLs for all your old posts and pages if wished</li>\r
372                                 <li>Send a tweet on your Twitter account with the post title and short URL as you publish them</li>\r
373                                 <li>Works if YOURLS is hosted on the same server or on a remote server</li>\r
374                                 <li>Also compatible with tr.im, is.gd, tinyurl.com and bit.ly for maximum fun</li>\r
375                         </ul>\r
376                         \r
377                         <h3>Screenshot</h3>\r
378                         <div class="sshot">\r
379                         <img src="http://yourls.org/images/wpplugin.gif"/>\r
380                         </div>\r
381                         \r
382                         <h3>Download &amp; more informations</h3>\r
383                         <ul>\r
384                                 <li>Download <a href="http://yourls.org/plugin">YOURLS: WordPress to Twitter</a> from the official WordPress plugin repository</li>\r
385                                 <li>More information, tips and feedback on <a href="http://yourls.org/plugindoc">the plugin page</a> from planetOzh</li>\r
386                         </ul>\r
387                 \r
388                 </div>\r
389                 \r
390                 <!-- YOURLS plugins -->\r
391                 <div id="PluginsDiv" style="display:none">\r
392                         <h2>Plugins for YOURLS</h2>\r
393                         \r
394                         <h3>Plugins?</h3>\r
395                         <p>Plugins are additional PHP scripts that extend the functionalities or features of YOURLS. The core of YOURLS is designed to be as light as possible and avoid bloat (implementing functions not everybody needs) and to allow for easy customization.</p>\r
396                         <p>Using the plugin architecture, you can add new features to YOURLS without having to modify core files. This way, your changes won't be lost when you upgrade your YOURLS installation.</p>\r
397 \r
398                         <h3>Documentation</h3>\r
399                         <p>Several sample plugins are included in the archive. Read the source and learn the concept. It's easy and fun!</p>\r
400                         <p>Check the <a href="http://yourls.org/pluginapi">plugin API documentation</a> to learn more</p>\r
401                 \r
402                 </div>\r
403                 \r
404                 <!-- API -->\r
405                 <div id="APIDiv" style="display:none">\r
406                         <h2>YOURLS' API</h2>\r
407                         \r
408                         <h3>Features</h3>\r
409                         <ul>\r
410                                 <li>Generate or get existing short URLs, with sequential or custom keyword</li>\r
411                                 <li>Get some statistics about your links: top clicked links, least clicked links, newest links</li>\r
412                                 <li>Output format: JSON, XML, or simple raw text</li>\r
413                                 <li>Authentify either with login/password or using a secure passwordless mechanism</li>\r
414                         </ul>\r
415                         \r
416                         <h3>Usage</h3>\r
417                         <p>You need to send parameters to <code>http://yoursite.com/yourls-api.php</code> either via <code>GET</code> or <code>POST</code>. These parameters are:</p>\r
418                         <ul>\r
419                                 <li>A valid <code>username</code> / <code>password</code> pair, or your <code>signature</code> (see <a href="http://code.google.com/p/yourls/wiki/PasswordlessAPI">Passwordless API requests</a>)</li>\r
420                                 <li>The requested <code>action</code>: <tt>"shorturl"</tt> (get short URL for a link), <tt>"expand"</tt> (get long URL of a shorturl), <tt>"url-stats"</tt> (get stats about one short URL) or <tt>"stats"</tt> (get stats about your links)</li>\r
421                                 <li>With <tt>action = "shorturl"</tt> :\r
422                                         <ul>\r
423                                                 <li>the <code>url</code> to shorten</li>\r
424                                                 <li>optional <code>keyword</code> for custom short URLs</li>\r
425                                                 <li>output <code>format</code>: either <tt>"json"</tt>, <tt>"xml"</tt> or <tt>"simple"</tt></li>\r
426                                         </ul>\r
427                                 </li>\r
428                                 <li>With <tt>action = "expand"</tt> :\r
429                                         <ul>\r
430                                                 <li>the <code>shorturl</code> to expand (can be either 'abc' or 'http://site/abc')</li>\r
431                                                 <li>output <code>format</code>: either <tt>"json"</tt>, <tt>"xml"</tt> or <tt>"simple"</tt></li>\r
432                                         </ul>\r
433                                 </li>\r
434                                 <li>With <tt>action = "url-stats"</tt> :\r
435                                         <ul>\r
436                                                 <li>the <code>shorturl</code> for which to get stats (can be either 'abc' or 'http://site/abc')</li>\r
437                                                 <li>output <code>format</code>: either <tt>"json"</tt> or <tt>"xml"</tt></li>\r
438                                         </ul>\r
439                                 </li>\r
440                                 <li>With <tt>action = "stats"</tt> :\r
441                                         <ul>\r
442                                                 <li>the <code>filter</code>: either <tt>"top"</tt>, <tt>"bottom"</tt> , <tt>"rand"</tt> or <tt>"last"</tt></li>\r
443                                                 <li>the <code>limit</code> (maximum number of links to return)</li>\r
444                                                 <li>output <code>format</code>: either <tt>"json"</tt> or <tt>"xml"</tt></li>\r
445                                         </ul>\r
446                                 </li>\r
447                         </ul>\r
448                         \r
449                         <h3>Sample return</h3>\r
450                         <pre><tt>&lt;result&gt;\r
451         &lt;url&gt;\r
452                 &lt;id&gt;62019439011&lt;/id&gt;\r
453                 &lt;keyword&gt;shorter&lt;/keyword&gt;\r
454                 &lt;url&gt;http://somereallylongurlyouneedtoshrink.com/&lt;/url&gt;\r
455                 &lt;date&gt;2009-06-23 18:08:07&lt;/date&gt;\r
456                 &lt;ip&gt;127.0.0.1&lt;/ip&gt;\r
457         &lt;/url&gt;\r
458         &lt;status&gt;success&lt;/status&gt;\r
459         &lt;message&gt;http://somereallylongurlyouneedtoshrink.com/ (ID: shorter) added to database&lt;/message&gt;\r
460         &lt;shorturl&gt;http://yoursite.com/shorter&lt;/shorturl&gt;\r
461 &lt;/result&gt;</tt></pre>\r
462 \r
463                         <h3>Sample file</h3>\r
464                         <p>There's a sample file included that serves as an example on how to play with the API</p>\r
465 \r
466                 </div>\r
467                 \r
468 \r
469                 <!-- FAQ Instructions -->       \r
470                 <div id="FAQDiv" style="display: none;">\r
471                         <h2>FAQ</h2>\r
472 \r
473                         <h3>Server requirements</h3>\r
474                         <ol>\r
475                                 <li>A server with <strong>mod_rewrite</strong> enabled</li>\r
476                                 <li>At least <strong>PHP 4.3</strong></li>\r
477                                 <li>At least <strong>MYSQL 4.1</strong></li>\r
478                                 <li><em>Note</em>: YOURLS can also run on <a href="http://foolrulez.org/blog/2009/08/foolz-us-make-yourls-work-on-ngin/">Nginx</a> and <a href="http://www.ututech.com/2010/10/configuring-yourls-to-work-with-cherokee-web-server/">Cherokee</a></li>\r
479                         </ol>\r
480 \r
481                         <h3>Server recommendations</h3>\r
482                         <ul>\r
483                                 <li>PHP <a href="http://www.php.net/curl">CURL extension</a> installed if you plan on playing with the API</li>\r
484                         </ul>\r
485                         \r
486                         <h3>Limitations</h3>\r
487                         <ul>\r
488                                 <li>Maximum length of long URLs to be shortened is <strong>2000 characters</strong></li>\r
489                                 <li>Maximum length of custom keyword is <strong>200 characters</strong></li>\r
490                                 <li>That makes about <strong>8 sexdecillions of centillions</strong> of available URLs (<a href="http://en.wikipedia.org/wiki/Names_of_large_numbers">seriously</a>. That's a 355 digits number). </li>\r
491                         </ul>\r
492                         \r
493                         <h3>Difference Between Base 36 And Base 62 Encoding</h3>\r
494                         <ul>\r
495                                 <li>Base 36 encoding uses <code>0123456789abcdefghijklmnopqrstuvwxyz</code> for short URLs</li>\r
496                                 <li>Base 62 encoding uses <code>0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz</code></li>\r
497                                 <li>Stick to one setting, don't change after you've created links as it will change all your short URLs!</li>\r
498                                 <li>Base 36 is the default and should be picked if you're not sure.</li>\r
499                         </ul>\r
500                         \r
501                         <h3>Getting a short domain name for your YOURLS install</h3>\r
502                         <ul>\r
503                                 <li>Unless you plan on making it public and popular, any shared hosting should be fine</li>\r
504                                 <li><a href="http://domai.nr/">Domainr</a> is a fun search tool that might inspire and help you</li>\r
505                                 <li>Aim for exotic top level domains (.in, .im, .li ...), they're often cheap and a lot are still available. <a href="https://www.gandi.net/domain/buy/search/">Gandi</a> is a pretty comprehensive registrar, for instance.</li>\r
506                         </ul>\r
507 \r
508                         <h3>YOURLS needs its own .htaccess</h3>\r
509                         <ul>\r
510                                 <li>You cannot install YOURLS and, say, WordPress, in the same directory. Both of them need to handle URLs differently</li>\r
511                                 <li>If you want to install YOURLS on the same domain than your blog, give it its own (short) subdirectory, such as yourblog.com/s/ (for "short") or yourblog.com/x/ (for "exit")</li>\r
512                         </ul>\r
513                         \r
514                         <h3>If YOURLS generates 404 for your short URLs</h3>\r
515                         <ul>\r
516                                 <li>Make sure <strong>mod_rewrite</strong> is enabled with your Apache server</li>\r
517                                 <li>Make sure your .htaccess file looks like <a href="http://yourls.org/htaccess">this one</a></li>\r
518                         </ul>\r
519                         \r
520                         <h3>There is no index page at the root of the install</h3>\r
521                         <ul>\r
522                                 <li>Indeed. It's intented. It's up to the user to make what he needs. Some redirect the root to a different place, some make a public interface for anyone to shorten links, some make a portfolio. You make it.</li>\r
523                                 <li>If you want to make a public interface, there's a sample file provided as an example.</li>\r
524                         \r
525                         <h3>Feedback, feature requests and bug reporting</h3>\r
526                         <ul>\r
527                                 <li>Please don't get in touch directly by mail or Twitter. <a href="http://yourls.org/support">Please</a>.</li>\r
528                                 <li>Check the <a href="http://code.google.com/p/yourls/wiki/RoadMap">Road Map</a> for future features.</li>\r
529                                 <li>Check all the <a href="http://code.google.com/p/yourls/wiki/">wiki documents</a>.</li>\r
530                                 <li>Search in the <a href="http://code.google.com/p/yourls/issues/list?can=1">closed issues</a>.</li>\r
531                                 <li>Eventually raise an <a href="http://yourls.org/issues">issue here</a> and give all the details. Thanks!</li>\r
532                         </ul>\r
533 \r
534                 </div>\r
535                 \r
536                 \r
537                                 <!-- Showcase -->       \r
538                 <div id="ShowcaseDiv" style="display: none;">\r
539                         <h2>Showcase</h2>\r
540 \r
541                         <h3>Here are a few examples of sites running YOURLS with a unique design or concept</h3>\r
542                         \r
543                         <ul>\r
544                                 <li><a href="http://mrte.ch/">http://mrte.ch/</a><br/>\r
545                                 Mr Tech's public YOURLS setup, listing top links and some stats</li>\r
546                                 <li><a href="http://xib.me/">http://xib.me/</a></br/>\r
547                                 A nicely styled YOURLS public interface</li>\r
548                                 <li><a href="http://girv.in/">http://girv.in/</a><br/>\r
549                                 John Girvin's YOURLS setup with all links in a sortable display</li>\r
550                                 <li><a href="http://rml.me/">http://rml.me/</a><br/>\r
551                                 A personal URL shortener front page showing new links and most clicked links</li>\r
552                                 <li><a href="http://6bit.us/">6Bit.us</a><br/>\r
553                                 A public YOURLS setup with a different approach: it offers widgets to embed in other sites</li>\r
554                                 <li><a href="http://vbly.us">http://vbly.us</a><br/>\r
555                                 Public YOURLS setup and early adopter, run by famous sex writer Violet Blue as "the internet's first and only sex-positive url shortener", once taken down by Libya (<a href="http://www.readwriteweb.com/archives/libya_shuts_down_vbly_bitly_owly_next.php">story</a>)</li>\r
556                         </ul>\r
557                         \r
558                         <h2>More stuff about or with YOURLS</h2>\r
559                         \r
560                         <ul>\r
561                                 <li><a href="http://screenr.com/nTs">http://screenr.com/nTs</a><br/>\r
562                                 A screencast explaining how to setup YOURLS</li>\r
563                                 \r
564                                 <li><a href="http://v007.me/836">YOURLS: Short URL Widget</a><br/>\r
565                                 Creates a fully configurable widget that outputs the short URL to the current post or page</li>\r
566                                 \r
567                                 <li><a href="http://foolrulez.org/blog/2009/09/yourls-widget-released">YOURLS Widget for WordPress</a><br/>\r
568                                 This widget adds a convenient short URL service into your sidebar. Check the above link for a live example</li>\r
569                                 \r
570                                 <li><a href="http://www.stewartallen.org/2010/08/yourls-twitter-tools-wordpress-plugin/">Twitter Tools & YOURLS</a><br/>\r
571                                 Companion plugin for Alex King's Twitter Tool for WordPress, that enables YOURLS support</li>\r
572                                 \r
573                                 <li><a href="http://github.com/pjain/WWW-Shorten-Yourls">WWW-Shorten-Yourls</a><br/>\r
574                                 A Perl module to shorten URLs using YOURLS</li>\r
575                                 \r
576                                 <li><a href="https://rubygems.org/gems/yourls">YOURLS Ruby</a><br/>\r
577                                 A Ruby wrapper for the YOURLS API</li>\r
578                                 \r
579                                 <li><a href="http://sharetronix.com/sharetronix/addons/view/41">Sharetronix</a><br/>\r
580                                 A YOURLS addon for Sharetronix</li>\r
581                                 \r
582                                 <li><a href="http://www.chrismarquardt.com/blog.php?id=7952283233607249761">Textexpander and YOURLS</a><br/>\r
583                                 Making YOURLS and Textexpander on the Mac play together</li>\r
584                                 \r
585                                 <li><a href="http://www.eugenegordin.com/etc/how-to-use-your-custom-yourls-shortener-with-tweetie-2.html">YOURLS and Tweetie 2</a><br/>\r
586                                 How to set up Tweetie2 so it uses your own service</li>\r
587                                 \r
588                                 <li><a href="http://remkusdevries.com/how-to-setup-tweetdeck-with-yourls/">YOURLS and TweetDeck</a><br/>\r
589                                 How to set up TweetDeck so it uses your own service</li>\r
590                                 \r
591                                 <li><a href="http://mt-hacks.com/AzaZ">YOURLS with Movable Type</a><br/>\r
592                                 Twitter Tools for Movable Type supports custom YOURLS setup</li>\r
593                                 \r
594                                 <li><a href="http://www.mrtech.com/forums/index.php/topic,2524.0.html">YOURLS hacks</a><br/>\r
595                                 Hacks to enhance YOURLS for spam control/throttling, unshortening and weekly stats\r
596                                 \r
597                                 <li><a href="http://code.google.com/p/yourls/issues/detail?id=137">Export URLS as text list</a><br/>\r
598                                 A simple script to list all URLs, one per line, in plain text (for using as an indexer config file, for example)</li>\r
599                                 \r
600                                 <li>YOURLS featured on <a href="http://lifehacker.com/5335216/make-your-own-url-shortening-service">Lifehacker</a></li>\r
601                         </ul>\r
602 \r
603                 </div>\r
604         </div> <!-- content -->\r
605 </div> <!-- container -->\r
606 \r
607 <div id="Copyright"><p><a href="http://yourls.org/">YOURLS</a>: Your Own URL Shortener<br />All Free & GPL &ndash; 2009</p></div>\r
608 \r
609         <script type="text/javascript">\r
610         /* <![CDATA[*/\r
611         // Dynamically get tabs\r
612         function getTabs() {\r
613                 var d = document.getElementById('Tabs');\r
614                 var matches = d.innerHTML.match(/<li id="(.+?)Tab"/g);\r
615                 var tabs = []\r
616                 for (i in matches) {\r
617                   tabs[i]= matches[i].replace('<li id="','').replace('Tab"', '');\r
618                 }\r
619                 tabs = tabs.reverse();\r
620                 return (tabs)\r
621         }\r
622         // Toggle tab display\r
623         function toggle(el) {\r
624                 //var tabs = ["About", "Install", "Config", "Plugin", "FAQ"];\r
625                 var target = el.toString().replace(/^.*#/, '');\r
626                 for (var tab in tabs) {\r
627                         // reinit tabs\r
628                         document.getElementById(tabs[tab]+'Tab').className = 'Tab';\r
629                         // reinit divs\r
630                         document.getElementById(tabs[tab]+'Div').style.display= 'none';\r
631                 }\r
632                 // highlight & display target\r
633                 document.getElementById(target+'Div').style.display = 'block';\r
634                 document.getElementById(target+'Tab').className = 'SelectedTab';\r
635                 try { el.blur(); } catch(err) {}\r
636         }\r
637         // Get tab list\r
638         var tabs = getTabs();\r
639         // On page load/refresh display required tab\r
640         if (location.hash) {\r
641                 toggle(location.hash);\r
642         }\r
643         /* ]]> */\r
644         </script>\r
645 \r
646 \r
647 </body>\r
648 </html>