Blog posts

To Jailbreake or not?

Outofscope 2009-02-24

If You haven't applied a jailbreake procedure to Your iPhone or iPod Touch this video will help You to make the final decision:
http://www.youtube.com/watch?v=lrN2Uk7_wYY.

Comments (2)

iAppCat now supports Cydia

Outofscope 2009-02-15

The most iPhone software for firmware 2.0 and above not presented in Apple's AppStore is distributed through either Installer 4 or Cydia. The last is now supported by iAppCat.

All the main iAppCat's featurs such as constantly updated catalog, search and personalized repository have been spread to software packages from Cydia repositories.

More features regarding Cydia will appear soon.

The work on Installer 4 compatibility is almost done.

Please, share Your opinions in comments, on the forum. Also, follow me on Twitter: http://twitter.com/outofscope

Comments (1)

AppStore Changes Tracker

Outofscope 2008-10-29

iAppCat received a new notable feature: it now provides a real-time tracker of all changes in the Apple AppStore. New and updated apps, price drops and increases can be easily tracked.

There is a flexible filter which allows You to watch only changes You need, e.g. only price drops in Arcade games.

There's also an RSS feed corresponding to each filtered update slice.

In addition, a catalog of all apps currently represented in AppStore is available. It features application descriptions, icons and screenshots.

Comments (0)

Compress Your repo XML

Outofscope 2008-06-06

I thought it had been already done by everyone, but it turned out not...

In this post I'll describe a method of compressing an AppTapp Installer repository XML file, both static and generated by a PHP script.
I think there is no need to say that this will save traffic and speed up the refreshes to end users :)

1. Compressing static repo XML

(Method is correct for Apache webserver with mod_rewrite turned on)

  1. Simply gzip Your XML file. Lets assume it's named repo.xml

    Then in MacOSX/Linux/FreeBSD You can simply run
    gzip -c repo.xml > repo.xml.gz
    in a command shell.
    And in Windows You can use the free 7-zip program to compress Your file (make sure to select the GZip compression method)
    So, now we have repo.xml.gz, nearly 10 time smaller than original one.

  2. Put repo.xml.gz in the same directory where Your original XML file resides.

  3. Create .htaccess file (or modify the existant one) and put it next to Your repo files. Put the following lines into it:
    <files "repo.xml">
    RewriteModule on
    RewriteRule repo.xml repo.xml.gz
    ForceType application/x-apptapp-repository
    AddEncoding x-gzip .gz
    </files">
Your repo will still be available at the old address, e.g. http://domain.com/repo.xml

2. Compressing output of a PHP script
  • If You use PHP script from Nullriver or similar, then You need to search index.php for the row
    die(generateIndex(__PLISTS_PATH__));
    and replace it with two rows
    header("Content-Encoding: gzip");
    die(gzencode(generateIndex(__PLISTS_PATH__)));
    That's all!

  • The other way You need to add
    header("Content-Encoding: gzip");
    before the output starts, and pass all the output through gzencode() (as a single piece, i.e. accumulate output in a variable and pass it through the function at once)

Please feel free to ask question and suggest Your improvements on our forum!

Comments (0)

Customized Installer folders

Outofscope 2008-06-03

At least a possibility to manipulate customized Installer categories/folders appeared.
The folder mode is switched on in settings, the list of folders is managed in settings/folders.
When the mode is on you'll be able to apply customized folders in the selected package list.

Comments (0)

French migration tool

Outofscope 2008-06-03

Dualcore from www.SOSiPhone.com made a French translation for the iAppCat migration tool.

SOSiPhone.com is famous for French localizations of different popular iPhone applications.

And the migration tool is made for those who have lots of alredy installed applications and wants to switch to using iAppCat.

Thank You, Dualcore!

Comments (0)

Follow me on Twitter

Outofscope 2008-05-16

I've signed up for a Twitter account.
If You are interested in watching the process of developing the iAppCat on-line feel free to follow me up: http://twitter.com/outofscope

Comments (0)

Italian translation

Outofscope 2008-05-11

iAppCat speaks one more language from now!
Fabiano Confuorto from iSpazio.net translated iAppCat's interface to Italian.
Many thanks to him!

Comments (1)

Further traffic reducing

Outofscope 2008-05-08

Today I turned on archiving of source XML files. Now they come gzipped to Installer. The volume of traffic of Installer refreshes is estimated to be reduced 8-10 times.
Dear iAppCat users, have you noticed the changes? Is your iAppCat source refreshed faster now? Or did you experience any problems?
Please leave your opinions in the comments.

Comments (2)

Spanish translation

Outofscope 2008-05-02

Jhonny Ayrout kindly translated the iAppCat's interface into Spanish. Many thanks to him!

Comments (0)

iPhone application rating

Outofscope 2008-04-21

I managed to release a TOP 10 iPhone application chart.

Currently it lists only User applications but I'm going to make a sub-chart for each category and package type.

The chart is updated daily. As usual, it is based on the iAppCat users' preferences.

I hope the rating will help to monitor and catch most interesting and hot iPhone apps.

Comments (1)

Right-to-left Hebrew translation

Outofscope 2008-04-11

Livne Berebi made Hebrew translation of iAppCat interface. Many thanks to him!

To implement it the best way the site supports right-to-left text orientation from now.

Dear native speakers, please, help translating iAppCat to even more languages!

Comments (1)

More iAppCat translations

Outofscope 2008-04-09

I’m glad to preset two more localized versions of the site.

Thanking to Dimitri Gogelia we have Georgian translation.
And yours truly Outofscope at least translated the site to his native Ukrainian.

I still ask for help in translating iAppCat to any other languages. The priorities are Spanish, Portuguese and Italian.

Comments (2)

Meet the 10000th user!

Outofscope 2008-04-08

User with ID 10000 has been successfully registered and activated!

It would be very kind of him, if he introduces himself in the comments :)

Although the actual number of activated users is slightly less than 10k, it is a matter of days to reach that threshold too.

Comments (6)

iAppCat video tutorial

Outofscope 2008-03-22

iPodTouched.net posted a video tutorial on how to use iAppCat for creating of personalized Installer source repository.

It is highly recommended for those who want to quickly become familiar with our service.

Comments (6)

Please, no giant repos!

Outofscope 2008-03-18

Although I encourage iAppCat users to share their personal repositories with everyone, I also ask not to abuse the service with gathering to much packages into one repo.

The leading "collector" had 789 packages in his repo. So I made a decision to temporarily limit the size of personal repository by 128 packages. I believe, everyone can be happy with 8 iPhone screens of applications.

If someone needs bigger sources right now, please, inform me, we'll try to discuss it.

UPDATE 2008-03-26: Limit was increased to 256 packages. Soon I'll remove it at all.

UPDATE 2008-05-12: Limit was removed. Create as large sources as you can download.

Comments (10)

Begin sharing the screenshots

Outofscope 2008-03-14

It is now possible to submit screenshots for the Installer packages.
The first to go is one for Pianist application.

I think this feature will help to explore the growing number of native applications more effectively.

Comments (1)

Have you noticed the changes?

Outofscope 2008-03-12

I've made a few improvements of the site's interface, including a slightly facelifted design.

Hope you'll like the logo as well as other changes. Any comments are welcome!

Also the search results are orderd more close to so called relevance. E.g. if you ever search for "Customize", the Customize app will be first, followed by Customize (old) and then Themes for Customize.

And don't forget to subscrige to our new blog rss feed!

Comments (3)

We know what's inside

Outofscope 2008-03-04

A new level of package taxonomy is available from now.
I hired a team of little gnomes to perform opening of each package and checking, what's inside it.

Now the list of recognized package types is short, but nevertheless informative.
I have investigated, that among Games and Toys there are other, maybe useful, User applications.
Also resources for different application are detected: Books, Dictionaries etc.
If anyone can suggest adding a type for recognition, I encourage to do it on the forum!

I hope this new feature would be helpful in iPhone applications discovery.

PS: More than 500 applications is not bad, as we still have the official iPhone SDK only in dreams...

Comments (0)

The silent month

Outofscope 2008-03-03

While there are a lot of important improvements still under development, I think it's time to summarize the changes made after the first blog post (also, I hope to post more often in future).

First of all, a small but growing community gathered by the forum made it possible to translate the site interface into Chinese, French and German. I'm still looking for help in translating site to other languages!

Secondly, the recent package updates page and rss feed were introduced. These features were suggested by the community members. The things will be improved in the nearest future according to the discussion.

The side effect of one of the developments is the disclosing of the icons for packages containing user applications. Here is an example: Apollo IM.

More to come soon...

Comments (3)

add to del.icio.us