<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Kommentare zu: Wiki2Touch 0.52</title>
	<link>http://haukap.net/2008/03/03/wiki2touch-052/</link>
	<description>Let's see what makes life interesting...</description>
	<pubDate>Wed, 07 Jan 2009 07:46:23 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>Von: Achim</title>
		<link>http://haukap.net/2008/03/03/wiki2touch-052/#comment-822</link>
		<author>Achim</author>
		<pubDate>Thu, 06 Mar 2008 13:45:57 +0000</pubDate>
		<guid>http://haukap.net/2008/03/03/wiki2touch-052/#comment-822</guid>
		<description>Tom-
don't you think it would be better to have one central source for information and one central spot for discussions?
At the moment, there are user comments here at your blog, at the forum, and at the Wiki pages. Quite confusing.
Maybe just close down user comments at the blog and at the Wiki, and direct everybody to the forum?</description>
		<content:encoded><![CDATA[<p>Tom-<br />
don&#8217;t you think it would be better to have one central source for information and one central spot for discussions?<br />
At the moment, there are user comments here at your blog, at the forum, and at the Wiki pages. Quite confusing.<br />
Maybe just close down user comments at the blog and at the Wiki, and direct everybody to the forum?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Tom</title>
		<link>http://haukap.net/2008/03/03/wiki2touch-052/#comment-819</link>
		<author>Tom</author>
		<pubDate>Thu, 06 Mar 2008 06:03:36 +0000</pubDate>
		<guid>http://haukap.net/2008/03/03/wiki2touch-052/#comment-819</guid>
		<description>in7ane-

I think that is a great approach. You're right, dealing with 2 GB is not easy. Ask me (images).

This blog commets section is a good tool for having such a discussion. So let move over to the forums (http://wiki2touch.ipodhelp.de/) for further discussion.

-Tom</description>
		<content:encoded><![CDATA[<p>in7ane-</p>
<p>I think that is a great approach. You&#8217;re right, dealing with 2 GB is not easy. Ask me (images).</p>
<p>This blog commets section is a good tool for having such a discussion. So let move over to the forums (http://wiki2touch.ipodhelp.de/) for further discussion.</p>
<p>-Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: in7ane</title>
		<link>http://haukap.net/2008/03/03/wiki2touch-052/#comment-818</link>
		<author>in7ane</author>
		<pubDate>Thu, 06 Mar 2008 04:27:29 +0000</pubDate>
		<guid>http://haukap.net/2008/03/03/wiki2touch-052/#comment-818</guid>
		<description>Sanford, or anyone else who has an idea about how Installer sources work, I am considering having a go at hosting the English Wikipedia dump through Installer, however it is not practical to have it in a zip that is downloaded and extracted taking up twice as much space. Instead I am trying to run a shell script that runs a curl command to download the uncompressed files.

Here is the problem: the shell script runs fine from vt100, but fails on:

				
					Exec
					/bin/sh ~/Media/Wikipedia/be/a.sh
				

Any ideas why, or how to fix this? Or is it that Installer just will not allow this?

The shell script runs (the /be/ directory is there):

curl -o ~/Media/Wikipedia/be/language.config http://www.in7ane.com/iphone/wiki/Belarusian/language.config
curl -o ~/Media/Wikipedia/be/articles.bin http://www.in7ane.com/iphone/wiki/Belarusian/articles.bin

A copy of the installer source (sorry for the long post) if someone wants to try it:





    
        info
        
            category
            in7ane.com Source

            name
            in7ane.com Secondary

            description
            Test source
            
            maintainer
            in7ane

            url
            http://www.in7ane.com
        


        packages
        


	
					
		bundleIdentifier
		com.in7anemirror.wiki.be

		name
		Wikipedia - Belarusian

		version
		2008.02.08v2

		location
		http://www.in7ane.com/iphone/wiki/Belarusian/sh.zip

		size
		1448

		description
		The Belarusian Wikipedia dump (semi-proper language.config)

		category
		Wiki Apps

		url
		http://www.in7ane.com

		scripts
		
			install
			
				
					Confirm
					This is actually 5MB, continue?
					Yes
					No
    			
				
					CopyPath
					sh/
					~/Media/Wikipedia/be
				
				
					SetStatus
					Downloading...
				
				
					Exec
					/bin/sh ~/Media/Wikipedia/be/a.sh
				
				
					RemovePath
					~/Media/Wikipedia/be/a.sh
				
				
					RemovePath
					~/Media/Wikipedia/be/i.sh
				
			
			uninstall
			
				
					RemovePath
					~/Media/Wikipedia/be/language.config
				
				
					RemovePath
					~/Media/Wikipedia/be/articles.bin
				
			
		
		
	
	
	
	
	
        
    
</description>
		<content:encoded><![CDATA[<p>Sanford, or anyone else who has an idea about how Installer sources work, I am considering having a go at hosting the English Wikipedia dump through Installer, however it is not practical to have it in a zip that is downloaded and extracted taking up twice as much space. Instead I am trying to run a shell script that runs a curl command to download the uncompressed files.</p>
<p>Here is the problem: the shell script runs fine from vt100, but fails on:</p>
<p>					Exec<br />
					/bin/sh ~/Media/Wikipedia/be/a.sh</p>
<p>Any ideas why, or how to fix this? Or is it that Installer just will not allow this?</p>
<p>The shell script runs (the /be/ directory is there):</p>
<p>curl -o ~/Media/Wikipedia/be/language.config <a href="http://www.in7ane.com/iphone/wiki/Belarusian/language.config" rel="nofollow">http://www.in7ane.com/iphone/wiki/Belarusian/language.config</a><br />
curl -o ~/Media/Wikipedia/be/articles.bin <a href="http://www.in7ane.com/iphone/wiki/Belarusian/articles.bin" rel="nofollow">http://www.in7ane.com/iphone/wiki/Belarusian/articles.bin</a></p>
<p>A copy of the installer source (sorry for the long post) if someone wants to try it:</p>
<p>        info</p>
<p>            category<br />
            in7ane.com Source</p>
<p>            name<br />
            in7ane.com Secondary</p>
<p>            description<br />
            Test source</p>
<p>            maintainer<br />
            in7ane</p>
<p>            url<br />
            <a href="http://www.in7ane.com" rel="nofollow">http://www.in7ane.com</a></p>
<p>        packages</p>
<p>		bundleIdentifier<br />
		com.in7anemirror.wiki.be</p>
<p>		name<br />
		Wikipedia - Belarusian</p>
<p>		version<br />
		2008.02.08v2</p>
<p>		location<br />
		<a href="http://www.in7ane.com/iphone/wiki/Belarusian/sh.zip" rel="nofollow">http://www.in7ane.com/iphone/wiki/Belarusian/sh.zip</a></p>
<p>		size<br />
		1448</p>
<p>		description<br />
		The Belarusian Wikipedia dump (semi-proper language.config)</p>
<p>		category<br />
		Wiki Apps</p>
<p>		url<br />
		<a href="http://www.in7ane.com" rel="nofollow">http://www.in7ane.com</a></p>
<p>		scripts</p>
<p>			install</p>
<p>					Confirm<br />
					This is actually 5MB, continue?<br />
					Yes<br />
					No</p>
<p>					CopyPath<br />
					sh/<br />
					~/Media/Wikipedia/be</p>
<p>					SetStatus<br />
					Downloading&#8230;</p>
<p>					Exec<br />
					/bin/sh ~/Media/Wikipedia/be/a.sh</p>
<p>					RemovePath<br />
					~/Media/Wikipedia/be/a.sh</p>
<p>					RemovePath<br />
					~/Media/Wikipedia/be/i.sh</p>
<p>			uninstall</p>
<p>					RemovePath<br />
					~/Media/Wikipedia/be/language.config</p>
<p>					RemovePath<br />
					~/Media/Wikipedia/be/articles.bin</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Achim</title>
		<link>http://haukap.net/2008/03/03/wiki2touch-052/#comment-814</link>
		<author>Achim</author>
		<pubDate>Wed, 05 Mar 2008 20:25:16 +0000</pubDate>
		<guid>http://haukap.net/2008/03/03/wiki2touch-052/#comment-814</guid>
		<description>JoPhone, I found a bug in the packer, see the thread that Tom mentioned:
http://wiki2touch.ipodhelp.de/viewtopic.php?pid=108#p108</description>
		<content:encoded><![CDATA[<p>JoPhone, I found a bug in the packer, see the thread that Tom mentioned:<br />
<a href="http://wiki2touch.ipodhelp.de/viewtopic.php?pid=108#p108" rel="nofollow">http://wiki2touch.ipodhelp.de/viewtopic.php?pid=108#p108</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Tom</title>
		<link>http://haukap.net/2008/03/03/wiki2touch-052/#comment-809</link>
		<author>Tom</author>
		<pubDate>Wed, 05 Mar 2008 07:30:34 +0000</pubDate>
		<guid>http://haukap.net/2008/03/03/wiki2touch-052/#comment-809</guid>
		<description>JoPhone-

I've posted a comment in the forums. Look here

http://wiki2touch.ipodhelp.de/viewtopic.php?pid=99#p99

-Tom</description>
		<content:encoded><![CDATA[<p>JoPhone-</p>
<p>I&#8217;ve posted a comment in the forums. Look here</p>
<p><a href="http://wiki2touch.ipodhelp.de/viewtopic.php?pid=99#p99" rel="nofollow">http://wiki2touch.ipodhelp.de/viewtopic.php?pid=99#p99</a></p>
<p>-Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: JoPhone</title>
		<link>http://haukap.net/2008/03/03/wiki2touch-052/#comment-806</link>
		<author>JoPhone</author>
		<pubDate>Tue, 04 Mar 2008 21:05:19 +0000</pubDate>
		<guid>http://haukap.net/2008/03/03/wiki2touch-052/#comment-806</guid>
		<description>Hey,

I just finished the packing process of the pictures for the German version of Wikipedia... The ImageGetter downloaded ~360.000 pictures, now the packer only packed 244.736, why is that? It was stopping stating: "Added so far: 244.736". Can I continue anyhow to have it add the missing pictures to the images.bin?

Thx for your help, I appreciate your project very much, great job, keep up the fantastic work!

Regards</description>
		<content:encoded><![CDATA[<p>Hey,</p>
<p>I just finished the packing process of the pictures for the German version of Wikipedia&#8230; The ImageGetter downloaded ~360.000 pictures, now the packer only packed 244.736, why is that? It was stopping stating: &#8220;Added so far: 244.736&#8243;. Can I continue anyhow to have it add the missing pictures to the images.bin?</p>
<p>Thx for your help, I appreciate your project very much, great job, keep up the fantastic work!</p>
<p>Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Achim</title>
		<link>http://haukap.net/2008/03/03/wiki2touch-052/#comment-802</link>
		<author>Achim</author>
		<pubDate>Tue, 04 Mar 2008 16:30:52 +0000</pubDate>
		<guid>http://haukap.net/2008/03/03/wiki2touch-052/#comment-802</guid>
		<description>It's inside http://wiki2touch.googlecode.com/files/Wiki2Touch_052.zip</description>
		<content:encoded><![CDATA[<p>It&#8217;s inside <a href="http://wiki2touch.googlecode.com/files/Wiki2Touch_052.zip" rel="nofollow">http://wiki2touch.googlecode.com/files/Wiki2Touch_052.zip</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Auge</title>
		<link>http://haukap.net/2008/03/03/wiki2touch-052/#comment-797</link>
		<author>Auge</author>
		<pubDate>Tue, 04 Mar 2008 15:21:43 +0000</pubDate>
		<guid>http://haukap.net/2008/03/03/wiki2touch-052/#comment-797</guid>
		<description>hi,
whre can i find the program pack.exe for windows. I need it for my images to pack them all together i think???

thanks</description>
		<content:encoded><![CDATA[<p>hi,<br />
whre can i find the program pack.exe for windows. I need it for my images to pack them all together i think???</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Tom</title>
		<link>http://haukap.net/2008/03/03/wiki2touch-052/#comment-796</link>
		<author>Tom</author>
		<pubDate>Tue, 04 Mar 2008 14:40:20 +0000</pubDate>
		<guid>http://haukap.net/2008/03/03/wiki2touch-052/#comment-796</guid>
		<description>Achim-

Works fine for me. But I've never opend the article "PNG". 

I've changed the way linking internally works (from 0.50 to 0.51). So do me a favor and reload the page. I assume this will fix it.

Or clear the cache of your Mobile Safary.

-Tom</description>
		<content:encoded><![CDATA[<p>Achim-</p>
<p>Works fine for me. But I&#8217;ve never opend the article &#8220;PNG&#8221;. </p>
<p>I&#8217;ve changed the way linking internally works (from 0.50 to 0.51). So do me a favor and reload the page. I assume this will fix it.</p>
<p>Or clear the cache of your Mobile Safary.</p>
<p>-Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Achim</title>
		<link>http://haukap.net/2008/03/03/wiki2touch-052/#comment-795</link>
		<author>Achim</author>
		<pubDate>Tue, 04 Mar 2008 12:40:25 +0000</pubDate>
		<guid>http://haukap.net/2008/03/03/wiki2touch-052/#comment-795</guid>
		<description>Hi Tom,
some links seem to be broken with 0.52. Example: Open the page on PNG in the German edition. Try to follow one of the links in the first paragraph, like "Rastergrafiken" or "GIF". Although the pages are there (via main page), I always get the "article not found" error.

(Thought I'd better post it here, might be an issue for others too)</description>
		<content:encoded><![CDATA[<p>Hi Tom,<br />
some links seem to be broken with 0.52. Example: Open the page on PNG in the German edition. Try to follow one of the links in the first paragraph, like &#8220;Rastergrafiken&#8221; or &#8220;GIF&#8221;. Although the pages are there (via main page), I always get the &#8220;article not found&#8221; error.</p>
<p>(Thought I&#8217;d better post it here, might be an issue for others too)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
