summaryrefslogtreecommitdiff
path: root/architecture
diff options
context:
space:
mode:
authorJoe Rayhawk <jrayhawk@omgwallhack.org>2009-09-14 13:11:31 -0700
committerJoe Rayhawk <jrayhawk@omgwallhack.org>2009-09-14 13:11:31 -0700
commit32f58371d9c5add0e80a542c985b10f334b198e9 (patch)
tree72f7a147626a8a1759f66aac199d1ae2f768b89e /architecture
parenta889afc2a05f31b5a66ea7d2533166e5a1df4971 (diff)
downloadpiny-code-32f58371d9c5add0e80a542c985b10f334b198e9.tar.gz
piny-code-32f58371d9c5add0e80a542c985b10f334b198e9.zip
Fixing CSV artifact
Diffstat (limited to 'architecture')
-rw-r--r--architecture/data.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/architecture/data.mdwn b/architecture/data.mdwn
index c0d33f4..969cc5a 100644
--- a/architecture/data.mdwn
+++ b/architecture/data.mdwn
@@ -6,7 +6,7 @@ Dynamic data lookup should opportunisticly cache any associated cheap data. For
datum #stored location #constraint
username #usually $ENV{SUDO_USER} #!~ /^git-|^ikiwiki-/ 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 );
+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
reponame #/srv/git/$reponame.git #=~ /^[a-z0-9][a-z0-9+.-]+$/
repodescription #/srv/git/$reponame.git/description #=~ /^[\x{0020}-\x{FDCF}\x{FDF0}-\x{FFFD}]{1,80}$/