Comment keynote and php app (Score 1) 713
I have been using keynote which stores text, pictures, and links in a hierarchy. It also has shortcuts for nodes. It is incredibly useful software. It's also gpl'd.
The problem is that is isn't multiuser, and that's what I needed at work. Hierarchys are horrible for organizing documents and information for a group. No one knows which node or branch to look under. In this case keeping infromation flat, but indexed and categorized is better. I created a php app, with docs and text stored in a database. Each doc can be tagged with more than one category. It seems to work well. Having the title and text searchable is a bonus.
The problem is that is isn't multiuser, and that's what I needed at work. Hierarchys are horrible for organizing documents and information for a group. No one knows which node or branch to look under. In this case keeping infromation flat, but indexed and categorized is better. I created a php app, with docs and text stored in a database. Each doc can be tagged with more than one category. It seems to work well. Having the title and text searchable is a bonus.