summaryrefslogtreecommitdiff
path: root/architecture
diff options
context:
space:
mode:
authorJoe Rayhawk <jrayhawk@omgwallhack.org>2009-09-14 12:59:21 -0700
committerJoe Rayhawk <jrayhawk@omgwallhack.org>2009-09-14 12:59:21 -0700
commitc727c4d998b9c45d85a79d3caa35bf7b27ad0c9c (patch)
tree412d2c8bbb5803b6d39ddea9dd2090adbfe39224 /architecture
parent3b42b231b46cb1e346a438cc76d513a20115ed5b (diff)
downloadpiny-code-c727c4d998b9c45d85a79d3caa35bf7b27ad0c9c.tar.gz
piny-code-c727c4d998b9c45d85a79d3caa35bf7b27ad0c9c.zip
Moving over to #-delimited table for data.mdwn
Diffstat (limited to 'architecture')
-rw-r--r--architecture/data.mdwn28
1 files changed, 14 insertions, 14 deletions
diff --git a/architecture/data.mdwn b/architecture/data.mdwn
index 2317517..22061a1 100644
--- a/architecture/data.mdwn
+++ b/architecture/data.mdwn
@@ -1,19 +1,19 @@
Data model!
-[[!table format=csv data="""
-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 );
-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}$/
-repoowner ,stat /srv/git/$reponame.git uid, might be better as first non-ikiwiki user in /etc/group git-$reponame entry ,None
-repoglobalwritable ,stat /srv/git/$reponame.git all write bit ,None
-repoglobalreadable ,stat /srv/git/$reponame.git all read bit ,None
-repoikiwikidisable ,UNDECIDED, probably in /srv/git/$reponame.git ,None
-repointernaltemplates ,UNDECIDED, probably in /srv/git/$reponame.git ,None
-repospecialdomain ,UNDECIDED, probably in /srv/git/$reponame.git ,None
+[[!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_.-]+$/
+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
+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}$/
+repoowner #stat /srv/git/$reponame.git uid; might be better as first non-ikiwiki user in /etc/group git-$reponame entry #None
+repoglobalwritable #stat /srv/git/$reponame.git all write bit #None
+repoglobalreadable #stat /srv/git/$reponame.git all read bit #None
+repoikiwikidisable #UNDECIDED; probably in /srv/git/$reponame.git #None
+repointernaltemplates #UNDECIDED; probably in /srv/git/$reponame.git #None
+repospecialdomain #UNDECIDED; probably in /srv/git/$reponame.git #None
"""]]