Skip to content

Commit

Permalink
Merge pull request #96 from talha131/patch-1
Browse files Browse the repository at this point in the history
Improve summary of interlinks plugin
  • Loading branch information
almet committed Oct 24, 2013
2 parents 3ba3bf1 + 3df48a1 commit 3b47373
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions interlinks/readme.md
@@ -1,7 +1,10 @@
Interlinks
=========================

This plugin allows you to include "interwiki" or shortcuts links into the blog, as keyword>rest-of-url
This plugin lets you add frequently used URLs to your markup using short keywords. Short URL format is
``keyword>rest-of-url`` where ``keyword`` is defined in the settings.py. Later it is replaced with acutal URL in
the generated HTML output.


Requirements
--------------------
Expand Down Expand Up @@ -43,4 +46,4 @@ All the above will be rendered as:

<p><a href="http://www.example.com">Normal boring link</a>. But this is a <a href="http://[yoursite]/index.html">cool link</a> that links to this site.</p>

<p>Search in <a href="http://en.wikipedia.org/wiki/python">Wikipedia</a>, (<a href="http://es.wikipedia.org/wiki/python">here</a> in spanish). Also can <a href="https://duckduckgo.com/?q=python">search</a> it.</p>
<p>Search in <a href="http://en.wikipedia.org/wiki/python">Wikipedia</a>, (<a href="http://es.wikipedia.org/wiki/python">here</a> in spanish). Also can <a href="https://duckduckgo.com/?q=python">search</a> it.</p>

0 comments on commit 3b47373

Please sign in to comment.