From 4ac0fd01b73a0b718db3a756866fee121a1615f1 Mon Sep 17 00:00:00 2001 From: Joe Rayhawk Date: Sun, 24 Apr 2011 12:57:38 -0700 Subject: Switching ikiwiki- username/group over to iki-; untested and requires a mass rebuildrepo --- docs/architecture/data.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/architecture') diff --git a/docs/architecture/data.mdwn b/docs/architecture/data.mdwn index a81a268..c86ec15 100644 --- a/docs/architecture/data.mdwn +++ b/docs/architecture/data.mdwn @@ -4,7 +4,7 @@ Dynamic data lookup should opportunisticly cache any associated cheap data. For [[!table format=dsv delimiter=# data=""" datum #stored location #constraint -username #usually $ENV{SUDO_USER} # !~ /^git-|^ikiwiki-/ and =~ /^[a-zA-Z0-9_.][a-zA-Z0-9_.-]+$/ +username #usually $ENV{SUDO_USER} # !~ /^git-|^iki-/ and =~ /^[a-zA-Z0-9_.][a-zA-Z0-9_.-]+$/ uid #/etc/passwd # None email #/etc/passwd GECOS #Email::Valid::Loose->new("-fqdn" => 1, "-fudge" => 0, "-local_rules" => 0, "-mxcheck" => 1, "-tldcheck" => 0 ); repoaccess #/etc/group git-$reponame entry # None -- cgit v1.2.3