<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wikidot="http://www.wikidot.com/rss-namespace">

	<channel>
		<title>APT-URLs</title>
		<link>http://community.wikidot.com/forum/t-139730/apt-urls</link>
		<description>Posts in the discussion thread &quot;APT-URLs&quot; - Be able to use Apt-Url like http://appnr.com/</description>
				<copyright></copyright>
		<lastBuildDate>Tue, 14 Feb 2012 07:25:36 +0000</lastBuildDate>
		
					<item>
				<guid>http://community.wikidot.com/forum/t-139730#post-433349</guid>
				<title>Re: APT-URLs</title>
				<link>http://community.wikidot.com/forum/t-139730/apt-urls#post-433349</link>
				<description></description>
				<pubDate>Sun, 29 Mar 2009 20:40:38 +0000</pubDate>
				<wikidot:authorName>ErichSteinboeck</wikidot:authorName>				<wikidot:authorUserId>7925</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>See my How-To <a href="http://community.wikidot.com/howto:iframe-link">Iframe Link</a> for a possible solution.</p> <p>If it works for your <tt>apt://</tt> links, please let us know and with which browser/version you tested it. If you can provide a sample <tt>apt://</tt> URL, I'll add it to the example section.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-139730#post-432056</guid>
				<title>Re: APT-URLs</title>
				<link>http://community.wikidot.com/forum/t-139730/apt-urls#post-432056</link>
				<description></description>
				<pubDate>Sat, 28 Mar 2009 05:55:21 +0000</pubDate>
				<wikidot:authorName>Sandboxer</wikidot:authorName>				<wikidot:authorUserId>304125</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I also wish anything with "://" would render to an anchor link - but wikidot appear to restrict to just http and ftp.</p> <p>In my case I need s3:// for linking to my amazon bucket.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-139730#post-424609</guid>
				<title>Re: APT-URLs</title>
				<link>http://community.wikidot.com/forum/t-139730/apt-urls#post-424609</link>
				<description></description>
				<pubDate>Sat, 21 Mar 2009 21:35:03 +0000</pubDate>
				<wikidot:authorName>HavokCR</wikidot:authorName>				<wikidot:authorUserId>237815</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>For now I'm using this:</p> <p>[*http://www.apturl.net/index.php/install/gedit Install gedit] :<br /> <a href="http://www.apturl.net/index.php/install/gedit" >Install gedit</a></p> <p>But I don't like this, because it takes the user to another page.</p> <p>I tried some workarounds, I tried javascript:</p> <div class="code"> <div class="hl-main"> <pre> <span class="hl-brackets">&lt;</span><span class="hl-reserved">html</span><span class="hl-brackets">&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;</span><span class="hl-reserved">head</span><span class="hl-brackets">&gt;&lt;/</span><span class="hl-reserved">head</span><span class="hl-brackets">&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;</span><span class="hl-reserved">body</span><span class="hl-brackets">&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;</span><span class="hl-reserved">script</span><span class="hl-code"> </span><span class="hl-var">language</span><span class="hl-code">=</span><span class="hl-quotes">"</span><span class="hl-string">JavaScript</span><span class="hl-quotes">"</span><span class="hl-brackets">&gt;</span><span class="hl-code"> var searchString = document.location.search; searchString = searchString.substring(1); document.write("</span><span class="hl-brackets">&lt;</span><span class="hl-reserved">a</span><span class="hl-code"> </span><span class="hl-var">href</span><span class="hl-code">=</span><span class="hl-var">apt:</span><span class="hl-code">//</span><span class="hl-quotes">"</span><span class="hl-string"> + searchString + </span><span class="hl-quotes">"</span><span class="hl-brackets">&gt;</span><span class="hl-code">" + searchString + "</span><span class="hl-brackets">&lt;/</span><span class="hl-reserved">a</span><span class="hl-brackets">&gt;</span><span class="hl-code">") </span><span class="hl-brackets">&lt;/</span><span class="hl-reserved">script</span><span class="hl-brackets">&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;/</span><span class="hl-reserved">body</span><span class="hl-brackets">&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;/</span><span class="hl-reserved">html</span><span class="hl-brackets">&gt;</span> </pre></div> </div> <p>For example, I can write in my locahost apache: <a href="http://localhost/apturl.html?gedit">http://localhost/apturl.html?gedit</a> and actually get the apt-url link.</p> <p>So, I tried put this to a "include:apturl" page like explained here: <a href="http://community.wikidot.com/howto:use-html-scripting">http://community.wikidot.com/howto:use-html-scripting</a></p> <p>But using [[iframe http://somesite.wikidot.com/include:apturl/code/1?{$package} frameborder="0" scrolling="no" width="100px" height="20px"]] instead.</p> <p>So I could use it like this in another page:</p> <p>[[include include:apturl package=gedit]]</p> <p>But! Wikidot site tells me that, for example, the file <a href="http://somesite.wikidot.com/include:apturl/code/1?gedit">http://somesite.wikidot.com/include:apturl/code/1?gedit</a> doesn't exists :P<br /> But actually if you type <a href="http://somesite.wikidot.com/include:apturl/code/1">http://somesite.wikidot.com/include:apturl/code/1</a> and read the source code you can actually see the javascript part.</p> <p>So, no more ideas xD</p> <p>Cheers.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-139730#post-421679</guid>
				<title>Re: APT-URLs</title>
				<link>http://community.wikidot.com/forum/t-139730/apt-urls#post-421679</link>
				<description></description>
				<pubDate>Thu, 19 Mar 2009 04:20:22 +0000</pubDate>
				<wikidot:authorName>Craig Macomber</wikidot:authorName>				<wikidot:authorUserId>28020</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Consider it a feature request, but you can make an html file and upload and iframe it as a workaround like I did on <a href="http://f-g.wikidot.com/">http://f-g.wikidot.com/</a> to get the irc link to work.</p> <p>Edit: I think there is some way to iframe a code block, but I don't know how to do it.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-139730#post-421663</guid>
				<title>APT-URLs</title>
				<link>http://community.wikidot.com/forum/t-139730/apt-urls#post-421663</link>
				<description></description>
				<pubDate>Thu, 19 Mar 2009 03:51:54 +0000</pubDate>
				<wikidot:authorName>HavokCR</wikidot:authorName>				<wikidot:authorUserId>237815</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi there. I'm a developer and I'm using Wikidot for the project homepage. I was writing <a href="http://ice3.wikidot.com/es:developers">http://ice3.wikidot.com/es:developers</a> when I wanted to use APT-URLs (<a href="http://www.apturl.net">http://www.apturl.net</a>) for all the Ubuntu based developers to install development libraries (and in a future, our software) with just one click.</p> <p>From Apt-Url.net<br /> "Apturl.net is a web interface that install packages on Ubuntu. Since version 7.10 (Gutsy) it's possible to install packages using a protocol named apt-url. This site does the same service that Synaptic and "Add/Remove Softwares", but through a browser."</p> <p>I tried, for example:</p> <p>[apt://python2.5 Instalar Python 2.5]</p> <p>But that doesn't work. Any idea? Or consider it like a feature request.<br /> This site Appnr work with Apt-URL <a href="http://appnr.com/">http://appnr.com/</a></p> <p>Thanks in advance.</p> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>
