Extension Development :: Note to extension builders
thanks stid
but my problem is to read the user.tar.gz, i have done a user.tar.gz for a firefox uci in spanish in ver 2010 and i have a 240 bytes the same in ff uci ver 2.0 in uci apps have 8.800 bytes...that means that i do no have made the correct user.tar...
240 bytes is a normal size for a 'user.tar.gz' file.
I think you should extract and compare the contents of both 'user.tar.gz' files. The 8,800-byte file probably has more things inside. You could use 'ls -aR' to list the contents recursively.
Stid
(use 'ls -aR' to list the contents recursively.)
how ? steep by steep
thanks
Note to extension builders:
I am in the process of creating an Sqlite databse for all the extensions. This will allow quite extensive search capabilities.
In doing this project I have noticed and thusly has to cleanup many extension .info files.
Please adhere to the standard template.
Do not drop field names.
Please do not add additional field names. Instead embed in the comments section.
Many extensions were missing or had unlabeled comments section. Many were noeol files. Please make sure your .info files are plain ASCII text with end-of-line.
Having a good searchable SQL database of all extension will help in moving forward. This will be especially true if the new version of DSL is indeed a tiny core.
Thanks,
Robert
Quote |
Do not drop field names. |
If one is not applicable, should it be left as an empty field, or have some kind of standard "n/a" indication, or ...?
Next Page...
original here.