Welcome!

Welcome to the portable apps development wiki. This wiki is here to serve as a guide to both new and established developers, who develop PortableApps Format compliant apps.

PortableApps.com Status

PortableApps.com FAQ

We're currently working on a FAQ for users over here.

About this wiki

This wiki is a place of collaboration on documentation for developers. Anyone can edit this page once they have registered via the Login button at the bottom of the page.

If you use a script blocker like NoScript, you should make sure this site is allowed to use Javascript. This will enable some editing features.

New Developers

Established Developers

Quick Reference

Current Application Development

General Index

Latest Betas

Discussion

Please sign all posts and give appropriate headings

Ideas on what to add in the Wiki:

  • What's mandatory in an app download to be considered “PortableApps.com format compliant” and what's just “nice to have”
    • Put under Quick Reference 1)
  • Directory structure walkthru with descriptions of each dir
  • Good links to NSIS sample scripts
    • Put under Quick Reference 2)
  • (Advanced) Most efficient NSIS to copy files or whole directories of files from place to place
    • Under Established Developers 3)
  • Sample pa.com Beta forum post. Include links to the homepage of the app you're portabilzing, description of the app, etc * Don't know if that's necessary 4)Fixed…
  • Example Build environments
  • Anyone have a good program to dump out directory structures to text files not just showing the file names but makes the fake lines with dashes like:
dir -+
     |
     +---Subdir

To accomplish the above, use “tree /A /F” at a command prompt or for a picture of the dir structure, try http://yourdir.z5com-pty-ltd.qarchive.org/ (might look nicer in a Wiki…not sure)

BuddhaChu

That was the point of my MiniBrowser that can be found here: 9810#comment-54383 as it shows both the folders and the files.

Steve

Yeh, but MISIIM's browser was better :P Anyway, you can link to a topic by going [[pa>1000]], where 1000 is the topic number.
Ryan

To dump the structure directly to a text file, use the command BuddhaChu mentioned above, but pass the results to [filename]. ie “tree /A /F > dirStruct.txt” This evening, I may throw together an AutoHotKey app that will do this, and then replace the unneeded lines at the top with the current directory. Also, I just did #5 in your list. I created a page that gives a sample Test Release topic template.

Zach

1) , 2) , 3) , 4) , 5) Ryan McCue 2007/10/28 11:41
 
start.txt · Last modified: 2008/09/25 15:58 by admin
 
Recent changes RSS feed Creative Commons License Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki