|
Size: 1450
Comment: it's nice site!!! <a href=" http://hotass.free-site-host.com/tits/tits-grande.html ">tits grande </a> xbp <a href=" http://hotass.free-site-host.com/tits/nice-little-tits.html ">nice little tits </a>
|
Size: 3971
Comment: adding my example
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 1: | Line 1: |
| #acl Known:read,write,revert,admin All:read #pragma section-numbers off |
|
| Line 2: | Line 4: |
| ---- /!\ '''Edit conflict - other version:''' ---- i say one thing <a href=" http://hotass.free-site-host.com/tits/small-teen-tits.html ">small teen tits </a> aehuy <a href=" http://hotass.free-site-host.com/tits/b55-tits.html ">b55 tits </a> pkluo <a href=" http://hotass.free-site-host.com/tits/marie-osmond's-tits.html ">marie osmond's tits </a> :[[ <a href=" http://hotass.free-site-host.com/tits/jlo's-tits.html ">jlo's tits </a> axd <a href=" http://hotass.free-site-host.com/tits/free-indian-tits.html ">free indian tits </a> rydrf <a href=" http://hotass.free-site-host.com/tits/girls-with-huge-tits.html ">girls with huge tits </a> 7786 |
This page contains a number of working examples of DomTool configuration. People are welcome to add their own working examples to this page if they like. <<TableOfContents>> = spinlocksolutions.com = Here is DavorOcelic's annotated DomTool configuration. {{{ dom "spinlocksolutions.com" where Aliases = ["spinlock-solutions.com"]; DocumentRoot = home "web/spinlocksolutions.com"; WWW = begin addDefaultCharset "utf-8"; scriptAlias "/cgi-bin/" ( home "web/cgi-bin/" ); scriptAlias "/sl" ( home "web/cgi-bin/sl" ); (* directoryIndex ["/sl/index"]; *) rewriteRule "^/$" "/sl/index" [redirectWith permanent]; alias "/debian" ( home "debian/repository" ); directory ( home "debian/repository" ) with options [ indexes ]; orderAllowDeny; allowFromAll; end end with dnsIP "secure" mire_ip; dnsIP "mail" deleuze_ip; dnsIP "rt" "195.29.212.142"; web "techpubs" where DocumentRoot = home "web/techpubs.sl.com"; with addDefaultCharset "utf-8"; directoryIndex ["index.html"]; directory ( home "web/techpubs.sl.com/" ) with options [ indexes, followSymLinks ]; orderAllowDeny; allowFromAll; (* addDescription "Hands-on Debian GNU Guide" ["debian.html"]; *) headerName "/HEADER.html"; readmeName "README"; indexOptions [descriptionWidth autofit, fancyIndexing, foldersFirst, nameWidth autofit, scanHtmlTitles , suppressHtmlPreamble, trackModified, versionSort, suppressRules, suppressIcon]; indexIgnore [".htaccess", "*.bak", "*~"]; end; end; web "secure" with rewriteRule "^(.*)$" "https://secure.spinlocksolutions.com$1" [redirect] end; web "secure" where DocumentRoot = home "web/spinlocksolutions.com"; SSL = use_cert "/etc/apache2/ssl/apache.pem" with addDefaultCharset "utf-8"; scriptAlias "/cgi-bin/" ( home "web/cgi-bin/" ); scriptAlias "/sl" ( home "web/cgi-bin/sl" ); (* directoryIndex ["/sl/index"]; *) rewriteRule "^/$" "/sl/index" [redirectWith permanent]; alias "/debian" ( home "debian/repository" ); directory ( home "debian/repository" ) with options [ indexes ]; orderAllowDeny; allowFromAll; end; end; end; }}} = distortions.net = Here's RyanMikulovsky's very simple example: {{{ dom "distortions.net" where DefaultAlias = false; (* avoids *@distortions.net e-mail alias *) DocumentRoot = home "public_html/distortions.net/" with emailAlias "ryan" "ryan@hcoop.net"; (* the only e-mail address I want *) wordPress "geology" where (* sets up proper rewrite rules etc. *) DocumentRoot = home "public_html/geo/wordpress/" end; web "biblio" where DocumentRoot = home "public_html/distortions.net/biblio"; with addDefaultCharset "utf-8"; (* probably not necessary... *) end; web "chemistry" where DocumentRoot = home "public_html/chemistry"; with end; web "gallery" where (* for Gallery PHP software *) DocumentRoot = home "public_html/gallery"; with end; end; }}} = covariant.me = This is DaniilFrumin's simple website featuring a bunch of html files generated by a static site generator Hakyll, and a DarcsWeb instance {{{ dom "covariant.me" where WWW = begin options [indexes]; set_indexOptions [fancyIndexing]; readmeName "README"; end; with web "repos" where DocumentRoot = home "www/repos.covariant.me/"; with scriptAlias "/browse" (home "darcsweb/darcsweb.cgi"); rewriteRule "^/$" "/browse" [redirectWith permanent]; end; simpleWeb "darcs" "public_html/stuff/darcs/"; emailAlias "dan" "<REDACTED>" end; }}} |
| Line 11: | Line 133: |
| CategoryOutdated ---- /!\ '''Edit conflict - your version:''' ---- it's nice site!!! <a href=" http://hotass.free-site-host.com/tits/tits-grande.html ">tits grande </a> xbp <a href=" http://hotass.free-site-host.com/tits/nice-little-tits.html ">nice little tits </a> =[[ <a href=" http://hotass.free-site-host.com/tits/pointy-tiny-tits.html ">pointy tiny tits </a> 414 <a href=" http://hotass.free-site-host.com/tits/round-asses-and-big-tits.html ">round asses and big tits </a> :-]] <a href=" http://hotass.free-site-host.com/tits/jackie-zeman's-tits.html ">jackie zeman's tits </a> qld <a href=" http://hotass.free-site-host.com/tits/cheerleader-nude-tits.html ">cheerleader nude tits </a> 4293 ---- CategoryOutdated ---- /!\ '''End of edit conflict''' ---- |
CategoryMemberManual CategoryNeedsWork |
This page contains a number of working examples of DomTool configuration. People are welcome to add their own working examples to this page if they like.
spinlocksolutions.com
Here is DavorOcelic's annotated DomTool configuration.
dom "spinlocksolutions.com" where
Aliases = ["spinlock-solutions.com"];
DocumentRoot = home "web/spinlocksolutions.com";
WWW = begin
addDefaultCharset "utf-8";
scriptAlias "/cgi-bin/" ( home "web/cgi-bin/" );
scriptAlias "/sl" ( home "web/cgi-bin/sl" );
(* directoryIndex ["/sl/index"]; *)
rewriteRule "^/$" "/sl/index" [redirectWith permanent];
alias "/debian" ( home "debian/repository" );
directory ( home "debian/repository" ) with
options [ indexes ];
orderAllowDeny;
allowFromAll;
end end
with
dnsIP "secure" mire_ip;
dnsIP "mail" deleuze_ip;
dnsIP "rt" "195.29.212.142";
web "techpubs" where
DocumentRoot = home "web/techpubs.sl.com";
with
addDefaultCharset "utf-8";
directoryIndex ["index.html"];
directory ( home "web/techpubs.sl.com/" ) with
options [ indexes, followSymLinks ];
orderAllowDeny;
allowFromAll;
(* addDescription "Hands-on Debian GNU Guide" ["debian.html"]; *)
headerName "/HEADER.html";
readmeName "README";
indexOptions [descriptionWidth autofit, fancyIndexing,
foldersFirst, nameWidth autofit, scanHtmlTitles ,
suppressHtmlPreamble, trackModified, versionSort,
suppressRules, suppressIcon];
indexIgnore [".htaccess", "*.bak", "*~"];
end;
end;
web "secure" with
rewriteRule "^(.*)$" "https://secure.spinlocksolutions.com$1" [redirect]
end;
web "secure" where
DocumentRoot = home "web/spinlocksolutions.com";
SSL = use_cert "/etc/apache2/ssl/apache.pem"
with
addDefaultCharset "utf-8";
scriptAlias "/cgi-bin/" ( home "web/cgi-bin/" );
scriptAlias "/sl" ( home "web/cgi-bin/sl" );
(* directoryIndex ["/sl/index"]; *)
rewriteRule "^/$" "/sl/index" [redirectWith permanent];
alias "/debian" ( home "debian/repository" );
directory ( home "debian/repository" ) with
options [ indexes ];
orderAllowDeny;
allowFromAll;
end;
end;
end;
distortions.net
Here's RyanMikulovsky's very simple example:
dom "distortions.net" where
DefaultAlias = false; (* avoids *@distortions.net e-mail alias *)
DocumentRoot = home "public_html/distortions.net/"
with
emailAlias "ryan" "ryan@hcoop.net"; (* the only e-mail address I want *)
wordPress "geology" where (* sets up proper rewrite rules etc. *)
DocumentRoot = home "public_html/geo/wordpress/"
end;
web "biblio" where
DocumentRoot = home "public_html/distortions.net/biblio";
with
addDefaultCharset "utf-8"; (* probably not necessary... *)
end;
web "chemistry" where
DocumentRoot = home "public_html/chemistry";
with
end;
web "gallery" where (* for Gallery PHP software *)
DocumentRoot = home "public_html/gallery";
with
end;
end;
covariant.me
This is DaniilFrumin's simple website featuring a bunch of html files generated by a static site generator Hakyll, and a DarcsWeb instance
dom "covariant.me" where
WWW = begin
options [indexes];
set_indexOptions [fancyIndexing];
readmeName "README";
end;
with
web "repos" where
DocumentRoot = home "www/repos.covariant.me/";
with
scriptAlias "/browse" (home "darcsweb/darcsweb.cgi");
rewriteRule "^/$" "/browse" [redirectWith permanent];
end;
simpleWeb "darcs" "public_html/stuff/darcs/";
emailAlias "dan" "<REDACTED>"
end;