mirror of
https://github.com/jimeh/zynapse.git
synced 2026-02-19 07:06:39 +00:00
Initial import of old legacy Zynapse Framework,
untouched since early 2008.
This commit is contained in:
12
public/.htaccess
Normal file
12
public/.htaccess
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
RewriteEngine On
|
||||
|
||||
RewriteRule ^.*\.svn.*$ /404
|
||||
|
||||
RewriteRule ^$ index.html [QSA]
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteCond %{REQUEST_FILENAME} !-d
|
||||
RewriteCond %{REQUEST_FILENAME} !favicon.ico
|
||||
RewriteCond %{REQUEST_FILENAME} !robots.txt
|
||||
RewriteRule ^(.*)$ /dispatch.php [QSA,L]
|
||||
|
||||
21
public/dispatch.php
Normal file
21
public/dispatch.php
Normal file
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
/*
|
||||
|
||||
Dispatch Zynapse
|
||||
- the first step
|
||||
|
||||
*/
|
||||
|
||||
|
||||
# path to config directory
|
||||
$znap_config_path = dirname(dirname(__FILE__)).'/config';
|
||||
|
||||
|
||||
// environment setup
|
||||
require_once($znap_config_path.'/boot.php');
|
||||
|
||||
|
||||
// start the junk :D
|
||||
Dispatcher::dispatch();
|
||||
|
||||
?>
|
||||
0
public/images/.emptydir
Normal file
0
public/images/.emptydir
Normal file
11
public/javascripts/libs/jquery-1.2.1.pack.js
Normal file
11
public/javascripts/libs/jquery-1.2.1.pack.js
Normal file
File diff suppressed because one or more lines are too long
0
public/stylesheets/layout.css
Normal file
0
public/stylesheets/layout.css
Normal file
0
public/stylesheets/print.css
Normal file
0
public/stylesheets/print.css
Normal file
30
public/stylesheets/reset.css
Executable file
30
public/stylesheets/reset.css
Executable file
@@ -0,0 +1,30 @@
|
||||
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
|
||||
margin:0;
|
||||
padding:0;
|
||||
}
|
||||
table {
|
||||
border-collapse:collapse;
|
||||
border-spacing:0;
|
||||
}
|
||||
fieldset,img {
|
||||
border:0;
|
||||
}
|
||||
address,caption,cite,code,dfn,em,strong,th,var {
|
||||
font-style:normal;
|
||||
font-weight:normal;
|
||||
}
|
||||
ol,ul {
|
||||
list-style:none;
|
||||
}
|
||||
caption,th {
|
||||
text-align:left;
|
||||
}
|
||||
h1,h2,h3,h4,h5,h6 {
|
||||
font-size:100%;
|
||||
font-weight:normal;
|
||||
}
|
||||
q:before,q:after {
|
||||
content:'';
|
||||
}
|
||||
abbr,acronym { border:0;
|
||||
}
|
||||
0
public/stylesheets/screen.css
Normal file
0
public/stylesheets/screen.css
Normal file
0
public/stylesheets/typography.css
Normal file
0
public/stylesheets/typography.css
Normal file
Reference in New Issue
Block a user