Reorganization of included and template files, made more consistent and logical. inc/ is now called lib/, and all non-staic files in pub/ have moved to lib/.
In site dirs _config and _default.tpl have moved to _werc/ in preparation for things like comments.
This commit is contained in:
parent
de1d5b1e54
commit
83a10c526a
6 changed files with 45 additions and 18 deletions
|
|
@ -1,36 +0,0 @@
|
|||
Content-Type: text/html
|
||||
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<head>
|
||||
|
||||
<meta name="verify-v1" content="6zEoK0WMlnLmIS/w7Pnh6+srZECHsvnMGN0kQmowSGk=" />
|
||||
|
||||
<title>%($pageTitle%)</title>
|
||||
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<meta name="author" content="k" />
|
||||
|
||||
% if (! ~ $#meta_description 0)
|
||||
% echo ' <meta name="description" content="'$"meta_description'" />'
|
||||
% if (! ~ $#meta_keywords 0)
|
||||
% echo ' <meta name="keywords" content="'$"meta_keywords'" />'
|
||||
|
||||
<link rel="stylesheet" href="/pub/style/style.css" type="text/css" media="screen, handheld" title="default" />
|
||||
<link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
|
||||
%# <link rel="stylesheet alternative" type="text/css" href="/pub/style/style_old.css" media="screen" title="Old Style" />
|
||||
% if (test -f $sitedir/_style.css) {
|
||||
<link rel="stylesheet" href="/_style.css" type="text/css" media="screen" title="default" />
|
||||
% }
|
||||
|
||||
% h = `{ get_inc_file headers.inc}
|
||||
% if(! ~ $#h 0)
|
||||
% cat $h
|
||||
|
||||
%($extraHeaders%)
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue