aboutsummaryrefslogtreecommitdiff
path: root/doc/todo/multiple_repository_support.mdwn
blob: 0625dba7ec02c401d1b700308f2dccbe4ae4c532 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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]]