diff --git a/scripts/add_person.sh b/scripts/add_person.sh index e690a3d..726215d 100755 --- a/scripts/add_person.sh +++ b/scripts/add_person.sh @@ -15,9 +15,9 @@ mkdir -p "$path/$name/_werc" "$path/$name/blog/_werc" # Create the first config file (not under blog) cat > "$path/$name/_werc/config" <' - } - if(! ~ $#enable_cssedit 0 && check_user $cssedit_editors_groups && ~ $req_path $css_uri) { + if(! ~ $#enable_cssedit 0 && check_user $cssedit_editors_groups) { lp=$local_path lp=`{echo $lp | sed 's/index$//'} cssedit_file=$"lp$"css_file diff --git a/werc/sites/ppl.thirdculture.top/2fac/_werc/config b/werc/sites/ppl.thirdculture.top/2fac/_werc/config index fb985c4..504b8b8 100644 --- a/werc/sites/ppl.thirdculture.top/2fac/_werc/config +++ b/werc/sites/ppl.thirdculture.top/2fac/_werc/config @@ -1,4 +1,4 @@ +extraHeaders='' conf_enable_wiki conf_enable_cssedit 2fac -wiki_editors_groups=2fac css_file='_werc/style.css' diff --git a/werc/sites/ppl.thirdculture.top/MrsHughHammersley/_werc/config b/werc/sites/ppl.thirdculture.top/MrsHughHammersley/_werc/config index cfa1cf4..a252d5d 100755 --- a/werc/sites/ppl.thirdculture.top/MrsHughHammersley/_werc/config +++ b/werc/sites/ppl.thirdculture.top/MrsHughHammersley/_werc/config @@ -1,5 +1,4 @@ extraHeaders='' conf_enable_wiki -conf_enable_cssedit mrshughhammersley -wiki_editors_groups=mrshughhammersley +conf_enable_cssedit nevada css_file='_werc/style.css' diff --git a/werc/sites/ppl.thirdculture.top/MrsHughHammersley/blog/_werc/config b/werc/sites/ppl.thirdculture.top/MrsHughHammersley/blog/_werc/config index 60fe345..eb2b445 100755 --- a/werc/sites/ppl.thirdculture.top/MrsHughHammersley/blog/_werc/config +++ b/werc/sites/ppl.thirdculture.top/MrsHughHammersley/blog/_werc/config @@ -1,6 +1,6 @@ conf_enable_wiki conf_enable_blog conf_blog_only_pull=0 -conf_blog_editors=mrshughhammersley +conf_blog_editors=nevada blogTitle='' blogDesc='' diff --git a/werc/sites/ppl.thirdculture.top/adil/_werc/config b/werc/sites/ppl.thirdculture.top/adil/_werc/config index eb9d01a..8e9d786 100644 --- a/werc/sites/ppl.thirdculture.top/adil/_werc/config +++ b/werc/sites/ppl.thirdculture.top/adil/_werc/config @@ -1,4 +1,4 @@ +extraHeaders='' conf_enable_wiki conf_enable_cssedit adil -wiki_editors_groups=adil css_file='_werc/style.css' diff --git a/werc/sites/ppl.thirdculture.top/bea/_werc/config b/werc/sites/ppl.thirdculture.top/bea/_werc/config index 56ca3d1..0daae42 100644 --- a/werc/sites/ppl.thirdculture.top/bea/_werc/config +++ b/werc/sites/ppl.thirdculture.top/bea/_werc/config @@ -1,4 +1,4 @@ +extraHeaders='' conf_enable_wiki conf_enable_cssedit bea -wiki_editors_groups=bea css_file='_werc/style.css' diff --git a/werc/sites/ppl.thirdculture.top/drool/_werc/config b/werc/sites/ppl.thirdculture.top/drool/_werc/config index 3b49496..58e8439 100644 --- a/werc/sites/ppl.thirdculture.top/drool/_werc/config +++ b/werc/sites/ppl.thirdculture.top/drool/_werc/config @@ -1,4 +1,4 @@ +extraHeaders='' conf_enable_wiki conf_enable_cssedit drool -wiki_editors_groups=drool css_file='_werc/style.css' diff --git a/werc/sites/ppl.thirdculture.top/dulien/_werc/config b/werc/sites/ppl.thirdculture.top/dulien/_werc/config index 26d6138..e578055 100644 --- a/werc/sites/ppl.thirdculture.top/dulien/_werc/config +++ b/werc/sites/ppl.thirdculture.top/dulien/_werc/config @@ -1,4 +1,4 @@ +extraHeaders='' conf_enable_wiki conf_enable_cssedit dulien -wiki_editors_groups=dulien css_file='_werc/style.css' diff --git a/werc/sites/ppl.thirdculture.top/geunf/_werc/config b/werc/sites/ppl.thirdculture.top/geunf/_werc/config index ec64631..8c7cd4e 100644 --- a/werc/sites/ppl.thirdculture.top/geunf/_werc/config +++ b/werc/sites/ppl.thirdculture.top/geunf/_werc/config @@ -1,4 +1,4 @@ +extraHeaders='' conf_enable_wiki conf_enable_cssedit geunf -wiki_editors_groups=geunf css_file='_werc/style.css' diff --git a/werc/sites/ppl.thirdculture.top/iancobain/_werc/config b/werc/sites/ppl.thirdculture.top/iancobain/_werc/config index 3bbbabd..b0ff5ee 100644 --- a/werc/sites/ppl.thirdculture.top/iancobain/_werc/config +++ b/werc/sites/ppl.thirdculture.top/iancobain/_werc/config @@ -1,4 +1,4 @@ +extraHeaders='' conf_enable_wiki conf_enable_cssedit iancobain -wiki_editors_groups=iancobain css_file='_werc/style.css' diff --git a/werc/sites/ppl.thirdculture.top/index.html b/werc/sites/ppl.thirdculture.top/index.html index d1aa357..a39002e 100644 --- a/werc/sites/ppl.thirdculture.top/index.html +++ b/werc/sites/ppl.thirdculture.top/index.html @@ -40,9 +40,5 @@ 2fac -
- zacky -
- diff --git a/werc/sites/ppl.thirdculture.top/kaz/_werc/config b/werc/sites/ppl.thirdculture.top/kaz/_werc/config index 1b0ae0c..09c94c0 100644 --- a/werc/sites/ppl.thirdculture.top/kaz/_werc/config +++ b/werc/sites/ppl.thirdculture.top/kaz/_werc/config @@ -1,4 +1,4 @@ +extraHeaders='' conf_enable_wiki conf_enable_cssedit kaz -wiki_editors_groups=kaz css_file='_werc/style.css' diff --git a/werc/sites/ppl.thirdculture.top/q/_werc/config b/werc/sites/ppl.thirdculture.top/q/_werc/config index 30aa828..f5deac4 100644 --- a/werc/sites/ppl.thirdculture.top/q/_werc/config +++ b/werc/sites/ppl.thirdculture.top/q/_werc/config @@ -1,4 +1,4 @@ +extraHeaders='' conf_enable_wiki conf_enable_cssedit q -wiki_editors_groups=q css_file='_werc/style.css' diff --git a/werc/sites/ppl.thirdculture.top/screenshare1112/_werc/config b/werc/sites/ppl.thirdculture.top/screenshare1112/_werc/config index 882a720..6b1f83a 100755 --- a/werc/sites/ppl.thirdculture.top/screenshare1112/_werc/config +++ b/werc/sites/ppl.thirdculture.top/screenshare1112/_werc/config @@ -1,4 +1,4 @@ +extraHeaders='' conf_enable_wiki -conf_enable_cssedit screenshare1112 -wiki_editors_groups=screenshare1112 +conf_enable_cssedit thomas css_file='_werc/style.css' diff --git a/werc/sites/ppl.thirdculture.top/screenshare1112/blog/_werc/config b/werc/sites/ppl.thirdculture.top/screenshare1112/blog/_werc/config index 75c1f7d..9e95596 100755 --- a/werc/sites/ppl.thirdculture.top/screenshare1112/blog/_werc/config +++ b/werc/sites/ppl.thirdculture.top/screenshare1112/blog/_werc/config @@ -1,6 +1,6 @@ conf_enable_wiki conf_enable_blog conf_blog_only_pull=0 -conf_blog_editors=screenshare1112 +conf_blog_editors=thomas blogTitle='' blogDesc='' diff --git a/werc/sites/ppl.thirdculture.top/sean/_werc/config b/werc/sites/ppl.thirdculture.top/sean/_werc/config index 2f946c4..6d727ab 100644 --- a/werc/sites/ppl.thirdculture.top/sean/_werc/config +++ b/werc/sites/ppl.thirdculture.top/sean/_werc/config @@ -1,4 +1,4 @@ +extraHeaders='' conf_enable_wiki conf_enable_cssedit sean -wiki_editors_groups=sean css_file='_werc/style.css' diff --git a/werc/sites/ppl.thirdculture.top/vanne/_werc/config b/werc/sites/ppl.thirdculture.top/vanne/_werc/config index cf9504a..f719ea0 100644 --- a/werc/sites/ppl.thirdculture.top/vanne/_werc/config +++ b/werc/sites/ppl.thirdculture.top/vanne/_werc/config @@ -1,4 +1,4 @@ +extraHeaders='' conf_enable_wiki conf_enable_cssedit vanne -wiki_editors_groups=vanne css_file='_werc/style.css' diff --git a/werc/sites/ppl.thirdculture.top/zacky/_werc/config b/werc/sites/ppl.thirdculture.top/zacky/_werc/config deleted file mode 100644 index d39434e..0000000 --- a/werc/sites/ppl.thirdculture.top/zacky/_werc/config +++ /dev/null @@ -1,4 +0,0 @@ -conf_enable_wiki -conf_enable_cssedit zacky -wiki_editors_groups=zacky -css_file='_werc/style.css' diff --git a/werc/sites/ppl.thirdculture.top/zacky/_werc/style.css b/werc/sites/ppl.thirdculture.top/zacky/_werc/style.css deleted file mode 100644 index 2e84e74..0000000 --- a/werc/sites/ppl.thirdculture.top/zacky/_werc/style.css +++ /dev/null @@ -1 +0,0 @@ -/* Put custom styles here */ diff --git a/werc/sites/ppl.thirdculture.top/zacky/blog/_werc/config b/werc/sites/ppl.thirdculture.top/zacky/blog/_werc/config deleted file mode 100644 index 21e670c..0000000 --- a/werc/sites/ppl.thirdculture.top/zacky/blog/_werc/config +++ /dev/null @@ -1,6 +0,0 @@ -conf_enable_wiki -conf_enable_blog -conf_blog_only_pull=0 -conf_blog_editors=zacky -blogTitle='zacky Feed' -blogDesc=''