Organizing files on my computer into Mediawiki-style categories

4

1

I'd like to organize the files on my computer into Wikimedia-style categories, where files can be added to categories and every file can belong to more than one category. Can this be done using a local MediaWiki server, or is there a better way to do this?

For example, I'd like to add the folder "Javascript experiments" to the category "Programming experiments" as well as "Javascript." I'd also like to put the category "Programming experiments" into the category "Computer programming", and put "Javascript experiments" into the category "programming experiments." Then I'd create a category called "computer science homework" within the category "computer programming."

Anderson Green

Posted 2012-07-05T18:14:02.807

Reputation: 5 214

2

so basically, a tagged file system? see http://stackoverflow.com/q/3263036/1443496

– Sean Allred – 2016-01-12T01:44:44.460

Here is a relevant post that I just re-discovered: https://groups.google.com/d/topic/tiddlywiki/ooPDpzWYtVM/discussion

– Anderson Green – 2012-07-05T18:43:40.997

What OS are you using? – svick – 2012-07-05T18:48:30.943

I'm using Ubuntu and Windows (a dual-boot configuration.) I'll accept solutions that are relevant to either operating system. – Anderson Green – 2012-07-05T19:04:31.570

It might be feasible to do this using a local MediaWiki server, by uploading the files to the server. (I'm not sure if I can put folders into categories using MediaWiki, though.) – Anderson Green – 2012-12-13T00:47:34.987

What I need to find is a document management system that allows files to be sorted into categories, like MediaWiki categories. http://en.wikipedia.org/wiki/Document_management_system

– Anderson Green – 2013-01-28T06:01:05.293

No answers