diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-07-12 10:15:22 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-07-12 10:17:25 -0400 |
commit | ac467e0190a012c673f97fd873566c5b7fe4134d (patch) | |
tree | 3a3b9ecf8ef6cd67a2f46c7849c6d4d472b2a6ff /doc | |
parent | 32b0aa52e88bcdce98e886aeb5301c26f22ed9bf (diff) |
wishlist
Diffstat (limited to 'doc')
-rw-r--r-- | doc/todo/multiple_repository_support.mdwn | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/todo/multiple_repository_support.mdwn b/doc/todo/multiple_repository_support.mdwn new file mode 100644 index 000000000..33d794790 --- /dev/null +++ b/doc/todo/multiple_repository_support.mdwn @@ -0,0 +1,15 @@ +I'd like to be able to use one git repository for my basic website, and +another one for the big files (pictures, videos), and another one for temp +files. This way I'd not bloat the basic repo, and I could toss temp files +up, and throw the temp repo away periodically. + +For this to work really well, ikiwiki would need multiple repository +support. Possibly it could be tied into 'mr'? + +Another thought is that it would be good if ikiwiki could determine the +type of repo a subdirectory is in by itself, eliminating the need to +manually configure it in the setup file. + +--[[Joey]] + +[[tag wishlist]] |