You can subscribe to this list here.
| 2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(2) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2004 |
Jan
(83) |
Feb
(10) |
Mar
|
Apr
|
May
|
Jun
(10) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: <ce...@us...> - 2004-01-08 14:21:17
|
Update of /cvsroot/csseditor/htdocs
In directory sc8-pr-cvs1:/tmp/cvs-serv5662
Modified Files:
index.html
Log Message:
Fix navigation link
Index: index.html
===================================================================
RCS file: /cvsroot/csseditor/htdocs/index.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** index.html 8 Jan 2004 14:14:56 -0000 1.5
--- index.html 8 Jan 2004 14:21:13 -0000 1.6
***************
*** 17,21 ****
<div id="navigation">
<div class="navheader">
! <a href="/~chris/csseditor/">Home</a>
</div>
<ul>
--- 17,21 ----
<div id="navigation">
<div class="navheader">
! <a href="http://csseditor.sourceforge.net/">Home</a>
</div>
<ul>
|
|
From: <ce...@us...> - 2004-01-08 14:19:13
|
Update of /cvsroot/csseditor/htdocs/templates
In directory sc8-pr-cvs1:/tmp/cvs-serv5279/templates
Modified Files:
common.php
Log Message:
Fix navigation links
Index: common.php
===================================================================
RCS file: /cvsroot/csseditor/htdocs/templates/common.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** common.php 8 Jan 2004 14:14:56 -0000 1.4
--- common.php 8 Jan 2004 14:19:10 -0000 1.5
***************
*** 56,63 ****
<div id="navigation">
<div class="navheader">
! <a href="/~chris/csseditor/">Home</a>
</div>
<ul>
! <li><a href="/~chris/csseditor/wiki">Documentation</a></li>
<li><a href="http://sourceforge.net/project/showfiles.php?group_id=97094">Downloads</a></li>
<li><a href="http://sourceforge.net/forum/?group_id=97094">Forums</a></li>
--- 56,63 ----
<div id="navigation">
<div class="navheader">
! <a href="http://csseditor.sourceforge.net/">Home</a>
</div>
<ul>
! <li><a href="http://csseditor.sourceforge.net/wiki">Documentation</a></li>
<li><a href="http://sourceforge.net/project/showfiles.php?group_id=97094">Downloads</a></li>
<li><a href="http://sourceforge.net/forum/?group_id=97094">Forums</a></li>
|
|
From: <ce...@us...> - 2004-01-08 14:14:59
|
Update of /cvsroot/csseditor/htdocs
In directory sc8-pr-cvs1:/tmp/cvs-serv4397
Modified Files:
index.html
Log Message:
Add print stylesheet
Index: index.html
===================================================================
RCS file: /cvsroot/csseditor/htdocs/index.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** index.html 8 Jan 2004 12:10:29 -0000 1.4
--- index.html 8 Jan 2004 14:14:56 -0000 1.5
***************
*** 1,2 ****
--- 1,4 ----
+ <?xml version="1.0"?>
+ <!-- $Revision$ -->
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
***************
*** 5,9 ****
<head>
<title>CSS Editor (Eclipse Plugin)</title>
! <link rel="stylesheet" type="text/css" href="style/layout.css">
</head>
<body>
--- 7,12 ----
<head>
<title>CSS Editor (Eclipse Plugin)</title>
! <link rel="stylesheet" type="text/css" media="screen" href="style/layout.css">
! <link rel="stylesheet" type="text/css" media="print" href="style/print.css">
</head>
<body>
***************
*** 17,20 ****
--- 20,24 ----
</div>
<ul>
+ <li><a href="http://csseditor.sourceforge.net/wiki">Documentation</a>
<li><a href="http://sourceforge.net/project/showfiles.php?group_id=97094">Downloads</a></li>
<li><a href="http://sourceforge.net/forum/?group_id=97094">Forums</a></li>
|
|
From: <ce...@us...> - 2004-01-08 14:14:59
|
Update of /cvsroot/csseditor/htdocs/templates
In directory sc8-pr-cvs1:/tmp/cvs-serv4397/templates
Modified Files:
common.php
Log Message:
Add print stylesheet
Index: common.php
===================================================================
RCS file: /cvsroot/csseditor/htdocs/templates/common.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** common.php 8 Jan 2004 13:35:00 -0000 1.3
--- common.php 8 Jan 2004 14:14:56 -0000 1.4
***************
*** 45,49 ****
<meta name="robots" content="noindex, nofollow" />
<?php } ?>
! <link rel="stylesheet" href="style/wiki.css" type="text/css"/>
<title><?php print $args['title'] . ' - ' . $WikiName; ?></title>
</head>
--- 45,50 ----
<meta name="robots" content="noindex, nofollow" />
<?php } ?>
! <link rel="stylesheet" href="style/wiki.css" media="screen" type="text/css"/>
! <link rel="stylesheet" href="style/print.css" media="print" type="text/css"/>
<title><?php print $args['title'] . ' - ' . $WikiName; ?></title>
</head>
***************
*** 58,62 ****
</div>
<ul>
! <li><a href="/~chris/csseditor/wiki/">Documentation</a></li>
<li><a href="http://sourceforge.net/project/showfiles.php?group_id=97094">Downloads</a></li>
<li><a href="http://sourceforge.net/forum/?group_id=97094">Forums</a></li>
--- 59,63 ----
</div>
<ul>
! <li><a href="/~chris/csseditor/wiki">Documentation</a></li>
<li><a href="http://sourceforge.net/project/showfiles.php?group_id=97094">Downloads</a></li>
<li><a href="http://sourceforge.net/forum/?group_id=97094">Forums</a></li>
|
|
From: <ce...@us...> - 2004-01-08 14:14:16
|
Update of /cvsroot/csseditor/htdocs/style
In directory sc8-pr-cvs1:/tmp/cvs-serv4257/style
Modified Files:
layout.css print.css wiki.css
Log Message:
Add print stylesheet
Index: layout.css
===================================================================
RCS file: /cvsroot/csseditor/htdocs/style/layout.css,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** layout.css 8 Jan 2004 12:10:29 -0000 1.4
--- layout.css 8 Jan 2004 14:14:09 -0000 1.5
***************
*** 1,2 ****
--- 1,4 ----
+ /* $Revision$ */
+
body {
font-family: Arial, Helvetica, sans-serif;
Index: print.css
===================================================================
RCS file: /cvsroot/csseditor/htdocs/style/print.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** print.css 8 Jan 2004 13:32:58 -0000 1.1
--- print.css 8 Jan 2004 14:14:09 -0000 1.2
***************
*** 1,2 ****
--- 1,4 ----
+ /* $Revision$ */
+
#navigation {
display: none;
Index: wiki.css
===================================================================
RCS file: /cvsroot/csseditor/htdocs/style/wiki.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** wiki.css 8 Jan 2004 13:32:58 -0000 1.1
--- wiki.css 8 Jan 2004 14:14:09 -0000 1.2
***************
*** 1,2 ****
--- 1,4 ----
+ /* $Revision */
+
@import url(layout.css);
|
|
From: <ce...@us...> - 2004-01-08 14:13:34
|
Update of /cvsroot/csseditor/htdocs/templates In directory sc8-pr-cvs1:/tmp/cvs-serv4134/templates Added Files: .cvsignore Log Message: Make CVS ignore more files --- NEW FILE: .cvsignore --- .DS_Store |
|
From: <ce...@us...> - 2004-01-08 14:13:33
|
Update of /cvsroot/csseditor/htdocs/images In directory sc8-pr-cvs1:/tmp/cvs-serv4134/images Added Files: .cvsignore Log Message: Make CVS ignore more files --- NEW FILE: .cvsignore --- .DS_Store |
|
From: <ce...@us...> - 2004-01-08 14:13:33
|
Update of /cvsroot/csseditor/htdocs/style In directory sc8-pr-cvs1:/tmp/cvs-serv4134/style Added Files: .cvsignore Log Message: Make CVS ignore more files --- NEW FILE: .cvsignore --- .DS_Store |
|
From: <ce...@us...> - 2004-01-08 14:13:33
|
Update of /cvsroot/csseditor/htdocs In directory sc8-pr-cvs1:/tmp/cvs-serv4134 Modified Files: .cvsignore Log Message: Make CVS ignore more files Index: .cvsignore =================================================================== RCS file: /cvsroot/csseditor/htdocs/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** .cvsignore 6 Jan 2004 19:10:38 -0000 1.1 --- .cvsignore 8 Jan 2004 14:13:30 -0000 1.2 *************** *** 1 **** --- 1,4 ---- + .DS_Store + .htaccess .project + config.php |
|
From: <ce...@us...> - 2004-01-08 13:35:04
|
Update of /cvsroot/csseditor/htdocs/templates In directory sc8-pr-cvs1:/tmp/cvs-serv29922 Modified Files: common.php Log Message: Fix base URL Index: common.php =================================================================== RCS file: /cvsroot/csseditor/htdocs/templates/common.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** common.php 8 Jan 2004 13:23:56 -0000 1.2 --- common.php 8 Jan 2004 13:35:00 -0000 1.3 *************** *** 39,43 **** <html xmlns="http://www.w3.org/1999/xhtml"> <head> ! <base href="http://localhost/~chris/csseditor/wiki"/> <meta name="keywords" content="<?php print $MetaKeywords . $keywords; ?>" /> <meta name="description" content="<?php print $MetaDescription; ?>" /> --- 39,43 ---- <html xmlns="http://www.w3.org/1999/xhtml"> <head> ! <base href="http://csseditor.sourceforge.net/wiki"/> <meta name="keywords" content="<?php print $MetaKeywords . $keywords; ?>" /> <meta name="description" content="<?php print $MetaDescription; ?>" /> |
|
From: <ce...@us...> - 2004-01-08 13:33:01
|
Update of /cvsroot/csseditor/htdocs/style
In directory sc8-pr-cvs1:/tmp/cvs-serv29650
Added Files:
print.css wiki.css
Log Message:
Basic style for the Wiki and for printing
--- NEW FILE: print.css ---
#navigation {
display: none;
}
--- NEW FILE: wiki.css ---
@import url(layout.css);
#search {
float: right;
font-size: xx-small;
font-weight: bold;
margin-top: 1ex;
text-align: center;
text-transform: uppercase;
}
#footer {
border-top: solid 1px black;
font-size: xx-small;
margin-top: 3em;
}
#toolbar-bottom {
line-height: 2em;
text-transform: lowercase;
}
#toolbar-bottom a {
color: #8080FF;
}
#content .userinfo {
float: right;
font-style: italic;
}
#content .diff { width: 85% }
#content .diff-added { background-color: #CFC }
#content .diff-removed { background-color: #FCC }
#content textarea#document { width: 100% }
#content .timestamp {
float: right;
font-style: italic;
margin-top: -2em;
}
|
|
From: <ce...@us...> - 2004-01-08 13:23:59
|
Update of /cvsroot/csseditor/htdocs/templates
In directory sc8-pr-cvs1:/tmp/cvs-serv27993
Modified Files:
admin.php common.php conflict.php diff.php edit.php find.php
history.php latex.php prefs.php preview.php rss.php save.php
view.php
Removed Files:
wiki.css
Log Message:
Adaption of the Tavi templates to the csseditor site layout
Index: admin.php
===================================================================
RCS file: /cvsroot/csseditor/htdocs/templates/admin.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
Index: common.php
===================================================================
RCS file: /cvsroot/csseditor/htdocs/templates/common.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** common.php 8 Jan 2004 13:19:36 -0000 1.1
--- common.php 8 Jan 2004 13:23:56 -0000 1.2
***************
*** 20,25 ****
// 'toolbar' => An integer; if nonzero, the toolbar will be displayed.
! function template_common_prologue($args)
! {
global $WikiName, $HomePage, $WikiLogo, $MetaKeywords, $MetaDescription;
global $StyleScript, $SeparateTitleWords, $SeparateHeaderWords;
--- 20,24 ----
// 'toolbar' => An integer; if nonzero, the toolbar will be displayed.
! function template_common_prologue($args) {
global $WikiName, $HomePage, $WikiLogo, $MetaKeywords, $MetaDescription;
global $StyleScript, $SeparateTitleWords, $SeparateHeaderWords;
***************
*** 29,88 ****
preg_match("/^(.*)\//", $args['headlink'], $path); // Find startpath of page
! ob_start(); // Start buffering output.
! if($SeparateTitleWords)
! { $args['title'] = html_split_name($args['title']); }
! ?>
! <!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">
! <head>
! <meta name="KEYWORDS" content="<?php print $MetaKeywords . $keywords; ?>" />
! <meta name="DESCRIPTION" content="<?php print $MetaDescription; ?>" />
! <?php
! if($args['norobots'])
! {
! ?>
! <meta name="ROBOTS" content="NOINDEX, NOFOLLOW" />
! <?php
}
?>
! <link rel="STYLESHEET" href="<?php print $StyleScript; ?>" type="text/css" />
! <title><?php print $args['title'] . ' - ' . $WikiName; ?></title>
! </head>
! <body>
! <div id="header">
! <div class="logo">
! <a href="<?php print viewURL($HomePage); ?>"><img
! src="<?php print $WikiLogo; ?>" alt="[Home]" /></a>
</div>
! <h1>
! <?php
print $args['heading'];
! if($args['headlink'] != '')
! {
! ?>
! <a class="title" href="<?php print findURL($args['headlink']); ?>">
! <?php
! if($SeparateHeaderWords)
! { print html_split_name($args['headlink']); }
! else
! { print $args['headlink']; }
! ?></a>
! <?php
! }
print $args['headsufx'];
! ?>
! </h1>
! <div id="toolbar-top">
! <?php
! if($args['toolbar'])
! { print html_toolbar_top($path[1]); }
! ?>
!
! </div>
! <hr />
! </div>
<?php
}
--- 28,103 ----
preg_match("/^(.*)\//", $args['headlink'], $path); // Find startpath of page
! ob_start(); // Start buffering output.
! if ($SeparateTitleWords) {
! $args['title'] = html_split_name($args['title']);
}
?>
! <!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">
! <head>
! <base href="http://localhost/~chris/csseditor/wiki"/>
! <meta name="keywords" content="<?php print $MetaKeywords . $keywords; ?>" />
! <meta name="description" content="<?php print $MetaDescription; ?>" />
! <?php if($args['norobots']) { ?>
! <meta name="robots" content="noindex, nofollow" />
! <?php } ?>
! <link rel="stylesheet" href="style/wiki.css" type="text/css"/>
! <title><?php print $args['title'] . ' - ' . $WikiName; ?></title>
! </head>
! <body>
! <div id="banner">
! <a id="sflogo" href="http://sourceforge.net/"></a>
! <h1>CSS Editor (Eclipse Plugin)</h1>
</div>
! <div id="navigation">
! <div class="navheader">
! <a href="/~chris/csseditor/">Home</a>
! </div>
! <ul>
! <li><a href="/~chris/csseditor/wiki/">Documentation</a></li>
! <li><a href="http://sourceforge.net/project/showfiles.php?group_id=97094">Downloads</a></li>
! <li><a href="http://sourceforge.net/forum/?group_id=97094">Forums</a></li>
! <li><a href="http://sourceforge.net/mail/?group_id=97094">Mailing Lists</a></li>
! <li><a href="http://sourceforge.net/tracker/?group_id=97094">Issue Tracker</a></li>
! <li><a href="http://sourceforge.net/cvs/?group_id=97094">CVS</a></li>
! </ul>
! </div>
! <div id="content">
! <?php if(!$args['nosearch']) { ?>
! <div id="search">
! <form method="get" action="<?php print $FindScript; ?>">
! <input type="hidden" name="action" value="find" />
! <label for="find"><?php print TMPL_Search; ?></label>
! <input type="text" name="find" size="20" />
! </form>
! </div>
! <?php } ?>
! <h1>
! <?php
print $args['heading'];
! if ($args['headlink'] != '') {
! ?>
! <a href="<?php print findURL($args['headlink']); ?>">
! <?php
! if ($SeparateHeaderWords) {
! print html_split_name($args['headlink']);
! } else {
! print $args['headlink'];
! }
! ?></a>
! <?php }
print $args['headsufx'];
! ?>
! </h1>
! <div id="toolbar-top">
! <?php
! if ($args['toolbar']) {
! print html_toolbar_top($path[1]);
! }
! ?>
! </div>
<?php
}
***************
*** 108,172 ****
// 'nosearch' => An integer; if nonzero, the search form will not appear.
! function template_common_epilogue($args)
! {
global $FindScript, $pagestore;
-
- ?>
- <div id="footer">
- <hr />
- <div id="toolbar-bottom">
- <?php
- if($args['edit'])
- {
- if($args['editver'] == 0)
- {
- echo '<a href="'. editUrl($args['edit']) . '">'.TMPL_EditDocument.'</a>';
- }
- else if($args['editver'] == -1)
- {
- echo TMPL_NoEditDocument;
- }
- else
- {
- echo '<a href="' . editUrl($args['edit'], $args['editver']) . '">'.
- TMPL_EditArchiveVersion . '</a>';
- }
-
- if($args['history'])
- { print ' | '; }
- }
- if($args['history'])
- {
- echo '<a href="'. historyURL($args['history']). '">'.
- TMPL_ViewDocHistory . '</a><br />';
- }
- if($args['timestamp'])
- {
- echo "\n</div>\n". TMPL_DocLastModified . ' '.
- html_time($args['timestamp']) . '<br />';
- }
- if($args['twin'] != '')
- {
- if(count($twin = $pagestore->twinpages($args['twin'])))
- {
- echo TMPL_TwinPages . ' ';
- for($i = 0; $i < count($twin); $i++)
- { print html_twin($twin[$i][0], $twin[$i][1]) . ' <br />'; }
- }
- }
- if(!$args['nosearch'])
- {
?>
! <form method="get" action="<?php print $FindScript; ?>">
! <div class="form">
! <input type="hidden" name="action" value="find" />
! <?php print TMPL_Search; ?> <input type="text" name="find" size="20" />
! </div>
! </form>
! <?php
! }
! ?>
! </div>
! </body>
</html>
<?php
--- 123,166 ----
// 'nosearch' => An integer; if nonzero, the search form will not appear.
! function template_common_epilogue($args) {
global $FindScript, $pagestore;
?>
! <div id="footer">
! <div id="toolbar-bottom">
! <?php
! if($args['edit']) {
! if($args['editver'] == 0) {
! echo '<a href="'. editUrl($args['edit']) . '">'.TMPL_EditDocument.'</a>';
! } else if($args['editver'] == -1) {
! echo TMPL_NoEditDocument;
! } else {
! echo '<a href="' . editUrl($args['edit'], $args['editver']) . '">'.
! TMPL_EditArchiveVersion . '</a>';
! }
! if($args['history']) {
! print ' | ';
! }
! }
! if($args['history']) {
! echo '<a href="'. historyURL($args['history']). '">'.
! TMPL_ViewDocHistory . '</a><br />';
! }
! if($args['twin'] != '') {
! if(count($twin = $pagestore->twinpages($args['twin']))) {
! echo TMPL_TwinPages . ' ';
! for($i = 0; $i < count($twin); $i++) {
! print html_twin($twin[$i][0], $twin[$i][1]) . ' <br />';
! }
! }
! } ?>
! </div>
! <?php if($args['timestamp']) { ?>
! <span class="timestamp">
! <?php echo TMPL_DocLastModified . ' '. html_time($args['timestamp']); ?>
! </span>
! <?php } ?>
! </div>
! </div>
! </body>
</html>
<?php
Index: conflict.php
===================================================================
RCS file: /cvsroot/csseditor/htdocs/templates/conflict.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
Index: diff.php
===================================================================
RCS file: /cvsroot/csseditor/htdocs/templates/diff.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** diff.php 8 Jan 2004 13:19:36 -0000 1.1
--- diff.php 8 Jan 2004 13:23:56 -0000 1.2
***************
*** 22,31 ****
'toolbar' => 1));
?>
! <div id="body">
! <strong><?php echo TMPL_DifferenceBetweenVersions; ?></strong><br /><br />
<?php print $args['diff_html']; ?>
- <hr />
- <?php print $args['html']; ?>
- </div>
<?php
template_common_epilogue(array('twin' => $args['page'],
--- 22,27 ----
'toolbar' => 1));
?>
! <h2><?php echo TMPL_DifferenceBetweenVersions; ?></h2>
<?php print $args['diff_html']; ?>
<?php
template_common_epilogue(array('twin' => $args['page'],
Index: edit.php
===================================================================
RCS file: /cvsroot/csseditor/htdocs/templates/edit.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** edit.php 8 Jan 2004 13:19:36 -0000 1.1
--- edit.php 8 Jan 2004 13:23:56 -0000 1.2
***************
*** 25,33 ****
'toolbar' => 1));
?>
- <div id="body">
<form method="post" action="<?php print saveURL($args['page']); ?>">
! <div class="form">
! <input type="submit" name="Save" value="<?php echo TMPL_ButtonSave; ?>" />
! <input type="submit" name="Preview" value="<?php echo TMPL_ButtonPreview; ?>" />
<?php
if($UserName != '')
--- 25,33 ----
'toolbar' => 1));
?>
<form method="post" action="<?php print saveURL($args['page']); ?>">
! <input type="submit" name="Save" value="<?php echo TMPL_ButtonSave; ?>" />
! <input type="submit" name="Preview" value="<?php echo TMPL_ButtonPreview; ?>" />
! <input type="button" value="Cancel" onclick="history.back()" />
! <span class="userinfo">
<?php
if($UserName != '')
***************
*** 35,39 ****
else
{ echo TMPL_VisitPrefs . "\n"; }
! ?><br />
<input type="hidden" name="nextver" value="<?php print $args['nextver']; ?>" />
<?php if($args['archive'])
--- 35,39 ----
else
{ echo TMPL_VisitPrefs . "\n"; }
! ?></span><br />
<input type="hidden" name="nextver" value="<?php print $args['nextver']; ?>" />
<?php if($args['archive'])
***************
*** 41,56 ****
<input type="hidden" name="archive" value="1" />
<?php }?>
! <textarea name="document" rows="<?php
print $EditRows; ?>" cols="<?php
print $EditCols; ?>" wrap="virtual"><?php
print str_replace('<', '<', str_replace('&', '&', $args['text']));
?></textarea><br />
! <?php echo TMPL_SummaryOfChange; ?>
<input type="text" name="comment" size="40" value="" /><br />
! <?php echo TMPL_AddToCategory; ?>
<input type="text" name="categories" size="40" value="" />
- </div>
</form>
- </div>
<?php
template_common_epilogue(array('twin' => $args['page'],
--- 41,54 ----
<input type="hidden" name="archive" value="1" />
<?php }?>
! <textarea id="document" name="document" rows="<?php
print $EditRows; ?>" cols="<?php
print $EditCols; ?>" wrap="virtual"><?php
print str_replace('<', '<', str_replace('&', '&', $args['text']));
?></textarea><br />
! <label for="comment"><?php echo TMPL_SummaryOfChange; ?></label>
<input type="text" name="comment" size="40" value="" /><br />
! <label for="categories"><?php echo TMPL_AddToCategory; ?></label>
<input type="text" name="categories" size="40" value="" />
</form>
<?php
template_common_epilogue(array('twin' => $args['page'],
Index: find.php
===================================================================
RCS file: /cvsroot/csseditor/htdocs/templates/find.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** find.php 8 Jan 2004 13:19:36 -0000 1.1
--- find.php 8 Jan 2004 13:23:56 -0000 1.2
***************
*** 20,26 ****
'toolbar' => 1));
?>
- <div id="body">
<?php print $args['pages']; ?>
- </div>
<?php
template_common_epilogue(array('twin' => '',
--- 20,24 ----
Index: history.php
===================================================================
RCS file: /cvsroot/csseditor/htdocs/templates/history.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** history.php 8 Jan 2004 13:19:36 -0000 1.1
--- history.php 8 Jan 2004 13:23:56 -0000 1.2
***************
*** 22,48 ****
'toolbar' => 1));
?>
! <div id="body">
! <form method="get" action="<?php print $DiffScript; ?>">
! <div class="form">
! <input type="hidden" name="action" value="diff" />
! <input type="hidden" name="page" value="<?php print $args['page']; ?>" />
! <table border="0">
! <tr><td><strong><?php echo TMPL_Older; ?></strong></td>
! <td><strong><?php echo TMPL_Newer; ?></strong></td><td></td></tr>
! <?php
! print $args['history'];
!
! ?>
! <tr><td colspan="3">
! <input type="submit" value="<?php echo TMPL_ButtonComputeDifference; ?>" /></td></tr>
! </table>
! </div>
! </form>
! <hr /><br />
!
! <strong><?php echo TMPL_ChangesLastAuthor; ?></strong><br /><br />
!
<?php print $args['diff']; ?>
- </div>
<?php
template_common_epilogue(array('twin' => $args['page'],
--- 22,46 ----
'toolbar' => 1));
?>
! <form method="get" action="<?php print $DiffScript; ?>">
! <div class="form">
! <input type="hidden" name="action" value="diff" />
! <input type="hidden" name="page" value="<?php print $args['page']; ?>" />
! <table border="0">
! <tr>
! <th><?php echo TMPL_Older; ?></th>
! <th><?php echo TMPL_Newer; ?></th>
! <th></th>
! </tr>
! <?php print $args['history']; ?>
! <tr>
! <td colspan="3">
! <input type="submit" value="<?php echo TMPL_ButtonComputeDifference; ?>" />
! </td>
! </tr>
! </table>
! </div>
! </form>
! <h2><?php echo TMPL_ChangesLastAuthor; ?></h2>
<?php print $args['diff']; ?>
<?php
template_common_epilogue(array('twin' => $args['page'],
Index: latex.php
===================================================================
RCS file: /cvsroot/csseditor/htdocs/templates/latex.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
Index: prefs.php
===================================================================
RCS file: /cvsroot/csseditor/htdocs/templates/prefs.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** prefs.php 8 Jan 2004 13:19:36 -0000 1.1
--- prefs.php 8 Jan 2004 13:23:56 -0000 1.2
***************
*** 17,47 ****
'toolbar' => 0));
?>
! <div id="body">
! <form action="<?php print $PrefsScript; ?>" method="post">
! <div class="form">
<input type="hidden" name="referrer" value="<?php print $HTTP_REFERER; ?>" />
!
! <strong>User name</strong><br /><br />
!
! This feature displays your name on RecentChanges to the right
! of pages you edit. If left blank, your IP address will be
! displayed instead.<br /><br />
! <input type="text" name="user" value="<?php print $UserName; ?>" /><br />
! <hr />
!
! <strong>Edit box</strong><br /><br />
! Rows: <input type="text" name="rows" value="<?php print $EditRows; ?>" /><br />
! Columns: <input type="text" name="cols" value="<?php
! print $EditCols; ?>" /><br />
! <hr />
!
! <strong>History lists</strong><br /><br />
! Enter here the maximum number of entries to display in a document's history
! list.<br /><br />
! <input type="text" name="hist" value="<?php print $HistMax; ?>" /><br /><br />
!
! <strong>RecentChanges</strong><br /><br />
! Choose your current time here, so the server may figure out what time zone
! you are in.<br /><br />
<select name="tzoff">
<?php
--- 17,48 ----
'toolbar' => 0));
?>
! <form action="<?php print $PrefsScript; ?>" method="post">
<input type="hidden" name="referrer" value="<?php print $HTTP_REFERER; ?>" />
! <h2>User name</h2>
! <p>
! This feature displays your name on RecentChanges to the right
! of pages you edit. If left blank, your IP address will be
! displayed instead.
! </p>
! <input type="text" name="user" value="<?php print $UserName; ?>" />
! <h2>Edit box</h2>
! <p>
! Here you can set the size of the text area used to edit pages. Note that in
! most browsers, the width (column number) of the text area will be
! automatically be adapted to the size of the browser window.
! </p>
! <label for="rows">Rows:</label> <input type="text" name="rows" size="3" value="<?php print $EditRows; ?>" /><br />
! <label for="cols">Columns:</label> <input type="text" name="cols" size="3" value="<?php print $EditCols; ?>" />
! <h2>History lists</h2>
! <p>
! Enter here the maximum number of entries to display in a document's history
! list.
! </p>
! <input type="text" name="hist" size="3" value="<?php print $HistMax; ?>" />
! <h2>Recent Changes</h2>
! <p>
! Choose your current time here, so the server may figure out what time zone
! you are in.
! </p>
<select name="tzoff">
<?php
***************
*** 55,76 ****
}
?>
! </select><br /><br />
! Enter here the number of days of edits to display on RecentChanges or any
! other subscription list. Set this to zero if you wish to see all pages in
! RecentChanges, regardless of how recently they were edited.<br /><br />
! <input type="text" name="days" value="<?php print $DayLimit; ?>" /><br /><br />
! <em>But</em> display at least this many entries in RecentChanges and other
! subscription lists:<br /><br />
! <input type="text" name="min" value="<?php print $MinEntries; ?>" /><br /><br />
! <input type="checkbox" name="auth"<?php
! if($AuthorDiff) { print ' checked="checked"'; } ?> />
! History display should show <em>all</em> changes made by the latest
! author. Otherwise, show only the last change made.<br />
!
! <hr /><br />
<input type="submit" name="Save" value="Save" />
! </div>
! </form>
! </div>
<?php
template_common_epilogue(array('twin' => '',
--- 56,83 ----
}
?>
! </select>
! <p>
! Enter here the number of days of edits to display on RecentChanges or any
! other subscription list. Set this to zero if you wish to see all pages in
! RecentChanges, regardless of how recently they were edited.
! </p>
! <input type="text" name="days" size="3" value="<?php print $DayLimit; ?>" />
! <p>
! <em>But</em> display at least this many entries in RecentChanges and other
! subscription lists:
! </p>
! <input type="text" name="min" size="3" value="<?php print $MinEntries; ?>" />
! <p>
! <input type="checkbox" name="auth"<?php
! if($AuthorDiff) { print ' checked="checked"'; } ?> />
! <label for="auth">
! History display should show <em>all</em> changes made by the latest
! author. Otherwise, show only the last change made.
! </label>
! </p>
! <hr />
<input type="submit" name="Save" value="Save" />
! <input type="button" value="Cancel" onclick="history.back()"/>
! </form>
<?php
template_common_epilogue(array('twin' => '',
Index: preview.php
===================================================================
RCS file: /cvsroot/csseditor/htdocs/templates/preview.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** preview.php 8 Jan 2004 13:19:36 -0000 1.1
--- preview.php 8 Jan 2004 13:23:56 -0000 1.2
***************
*** 26,62 ****
'toolbar' => 1));
?>
! <div id="body">
! <form method="post" action="<?php print saveURL($args['page']); ?>">
! <div class="form">
! <input type="submit" name="Save" value="<?php echo TMPL_ButtonSave; ?>" />
! <input type="submit" name="Preview" value="<?php echo TMPL_ButtonPreview; ?>" />
! <?php
! if($UserName != '')
! { print TMPL_YourUsername . ' '. html_ref($UserName, $UserName); }
! else
! { echo TMPL_VisitPrefs . "\n"; }
! ?><br />
! <input type="hidden" name="nextver" value="<?php print $args['nextver']; ?>" />
! <?php if($args['archive'])
! {?>
! <input type="hidden" name="archive" value="1" />
! <?php }?>
! <textarea name="document" rows="<?php
! print $EditRows; ?>" cols="<?php
! print $EditCols; ?>" wrap="virtual"><?php
! print str_replace('<', '<', str_replace('&', '&', $args['text']));
! ?></textarea><br />
! <?php echo TMPL_SummaryOfChange; ?>
! <input type="text" name="comment" size="40" value="<?php
! print $comment; ?>" /><br />
! <?php echo TMPL_AddToCategory; ?>
! <input type="text" name="categories" size="40" value="<?php
! print $categories; ?>" />
! </div>
</form>
- <h1><?php echo TMPL_Preview; ?></h1>
- <hr />
<?php print $args['html']; ?>
- </div>
<?php
template_common_epilogue(array('twin' => $args['page'],
--- 26,33 ----
'toolbar' => 1));
?>
! <form onsubmit="history.back()">
! <input type="submit" value="Back"/>
</form>
<?php print $args['html']; ?>
<?php
template_common_epilogue(array('twin' => $args['page'],
Index: rss.php
===================================================================
RCS file: /cvsroot/csseditor/htdocs/templates/rss.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
Index: save.php
===================================================================
RCS file: /cvsroot/csseditor/htdocs/templates/save.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
Index: view.php
===================================================================
RCS file: /cvsroot/csseditor/htdocs/templates/view.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
--- wiki.css DELETED ---
|
|
From: <ce...@us...> - 2004-01-08 13:19:40
|
Update of /cvsroot/csseditor/htdocs/templates
In directory sc8-pr-cvs1:/tmp/cvs-serv27217
Added Files:
admin.php common.php conflict.php diff.php edit.php find.php
history.php latex.php prefs.php preview.php rss.php save.php
view.php wiki.css
Log Message:
Original Tavi 0.25 templates
--- NEW FILE: admin.php ---
<?php
// $Id: admin.php,v 1.1 2004/01/08 13:19:36 cell Exp $
require_once(TemplateDir . '/common.php');
// The admin template is passed an associative array with the following
// elements:
//
// html => A string containing the XHTML markup of the form to be
// displayed.
function template_admin($args)
{
template_common_prologue(array('norobots' => 1,
'title' => TMPL_Administration,
'heading' => TMPL_Administration,
'headlink' => '',
'headsufx' => '',
'toolbar' => 0));
?>
<div id="body">
<?php print $args['html']; ?>
</div>
<?php
template_common_epilogue(array('twin' => '',
'edit' => '',
'editver' => 0,
'history' => '',
'timestamp' => '',
'nosearch' => 1));
}
?>
--- NEW FILE: common.php ---
<?php
// $Id: common.php,v 1.1 2004/01/08 13:19:36 cell Exp $
// This function generates the common prologue and header
// for the various templates.
//
// Its parameters are passed as an associative array with the following
// members:
//
// 'norobots' => An integer; if nonzero, robots will be forbidden to
// index the page or follow links from the page.
// 'title' => A string containing the page title. This function
// will append ' - WikiName' to the title.
// 'heading' => A string containing the page's heading.
// 'headlink' => A string. If not empty, it will be appended to the
// page's heading as a link to find the contents of the
// string in the database.
// 'headsufx' => A string containing the heading suffix. If not
// empty, it will be printed after the heading link.
// 'toolbar' => An integer; if nonzero, the toolbar will be displayed.
function template_common_prologue($args)
{
global $WikiName, $HomePage, $WikiLogo, $MetaKeywords, $MetaDescription;
global $StyleScript, $SeparateTitleWords, $SeparateHeaderWords;
$keywords = ' ' . html_split_name($args['headlink']);
$keywords = str_replace('"', '"', $keywords);
preg_match("/^(.*)\//", $args['headlink'], $path); // Find startpath of page
ob_start(); // Start buffering output.
if($SeparateTitleWords)
{ $args['title'] = html_split_name($args['title']); }
?>
<!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">
<head>
<meta name="KEYWORDS" content="<?php print $MetaKeywords . $keywords; ?>" />
<meta name="DESCRIPTION" content="<?php print $MetaDescription; ?>" />
<?php
if($args['norobots'])
{
?>
<meta name="ROBOTS" content="NOINDEX, NOFOLLOW" />
<?php
}
?>
<link rel="STYLESHEET" href="<?php print $StyleScript; ?>" type="text/css" />
<title><?php print $args['title'] . ' - ' . $WikiName; ?></title>
</head>
<body>
<div id="header">
<div class="logo">
<a href="<?php print viewURL($HomePage); ?>"><img
src="<?php print $WikiLogo; ?>" alt="[Home]" /></a>
</div>
<h1>
<?php
print $args['heading'];
if($args['headlink'] != '')
{
?>
<a class="title" href="<?php print findURL($args['headlink']); ?>">
<?php
if($SeparateHeaderWords)
{ print html_split_name($args['headlink']); }
else
{ print $args['headlink']; }
?></a>
<?php
}
print $args['headsufx'];
?>
</h1>
<div id="toolbar-top">
<?php
if($args['toolbar'])
{ print html_toolbar_top($path[1]); }
?>
</div>
<hr />
</div>
<?php
}
// This function generates the common prologue and header
// for the various templates.
//
// Its parameters are passed as an associative array with the following
// members:
//
// 'twin' => A string containing the page's name; if not empty,
// twin pages will be sought and printed.
// 'edit' => A string containing the page's name; if not empty,
// an edit link will be printed.
// 'editver' => An integer containing the page's version; if not
// zero, the edit link will be directed at the given
// version. If it is -1, the page cannot be edited,
// and a message to that effect will be printed.
// 'history' => A string containing the page's name; if not empty,
// a history link will be printed.
// 'timestamp' => Timestamp for the page. If not empty, a 'document
// last modified' note will be printed.
// 'nosearch' => An integer; if nonzero, the search form will not appear.
function template_common_epilogue($args)
{
global $FindScript, $pagestore;
?>
<div id="footer">
<hr />
<div id="toolbar-bottom">
<?php
if($args['edit'])
{
if($args['editver'] == 0)
{
echo '<a href="'. editUrl($args['edit']) . '">'.TMPL_EditDocument.'</a>';
}
else if($args['editver'] == -1)
{
echo TMPL_NoEditDocument;
}
else
{
echo '<a href="' . editUrl($args['edit'], $args['editver']) . '">'.
TMPL_EditArchiveVersion . '</a>';
}
if($args['history'])
{ print ' | '; }
}
if($args['history'])
{
echo '<a href="'. historyURL($args['history']). '">'.
TMPL_ViewDocHistory . '</a><br />';
}
if($args['timestamp'])
{
echo "\n</div>\n". TMPL_DocLastModified . ' '.
html_time($args['timestamp']) . '<br />';
}
if($args['twin'] != '')
{
if(count($twin = $pagestore->twinpages($args['twin'])))
{
echo TMPL_TwinPages . ' ';
for($i = 0; $i < count($twin); $i++)
{ print html_twin($twin[$i][0], $twin[$i][1]) . ' <br />'; }
}
}
if(!$args['nosearch'])
{
?>
<form method="get" action="<?php print $FindScript; ?>">
<div class="form">
<input type="hidden" name="action" value="find" />
<?php print TMPL_Search; ?> <input type="text" name="find" size="20" />
</div>
</form>
<?php
}
?>
</div>
</body>
</html>
<?php
$size = ob_get_length();
header("Content-Length: $size");
ob_end_flush();
}
?>
--- NEW FILE: conflict.php ---
<?php
// $Id: conflict.php,v 1.1 2004/01/08 13:19:36 cell Exp $
require_once(TemplateDir . '/common.php');
// The conflict template is passed an associative array with the following
// elements:
//
// page => A string containing the name of the wiki page being edited.
// text => A string containing the wiki markup of the version that was
// saved while the user was editing the page.
// html => A string containing the XHTML markup of the version of the
// page that was saved while the user was editing the page.
// usertext => A string containing the wiki markup of the text the user
// tried to save.
// timestamp => Timestamp of last edit to page.
// nextver => An integer; the expected version of this document when saved.
function template_conflict($args)
{
global $EditRows, $EditCols, $UserName, $PrefsScript;
template_common_prologue(array('norobots' => 1,
'title' => TMPL_Editing .' '. $args['page'],
'heading' => TMPL_Editing .' ',
'headlink' => $args['page'],
'headsufx' => '',
'toolbar' => 1));
?>
<div id="body">
<p class="warning"><?php print TMPL_WarningOtherEditing; ?></p>
<h1><?php print TMPL_CurrentVersion; ?></h1>
<form method="post" action="<?php print saveURL($args['page']); ?>">
<div class="form">
<input type="submit" name="Save" value="<?php print TMPL_ButtonSave; ?>" />
<input type="submit" name="Preview" value="<?php print TMPL_ButtonPreview; ?>" />
<?php
if($UserName != '')
{ print TMPL_YourUsername .' '. html_ref($UserName, $UserName); }
else
{ echo TMPL_VisitPrefs . "\n"; }
?><br />
<input type="hidden" name="nextver" value="<?php print $args['nextver']; ?>" />
<textarea name="document" rows="<?php
print $EditRows; ?>" cols="<?php
print $EditCols; ?>" wrap="virtual"><?php
print str_replace('<', '<', str_replace('&', '&', $args['text']));
?></textarea><br />
<?php echo TMPL_SummaryOfChange; ?>
<input type="text" name="comment" size="40" value="" /><br />
<?php echo TMPL_AddToCategory; ?>
<input type="text" name="categories" size="40" value="" />
<hr />
<h1><?php echo TMPL_YourChanges; ?></h1>
<textarea name="discard" rows="<?php
print $EditRows; ?>" cols="<?php
print $EditCols; ?>" wrap="virtual"><?php
print str_replace('<', '<', str_replace('&', '&', $args['usertext']));
?></textarea><br />
</div>
</form>
<h1><?php echo TMPL_PreviewCurrentVersion; ?></h1>
<?php
print $args['html'];
?>
</div>
<?php
template_common_epilogue(array('twin' => $args['page'],
'edit' => '',
'editver' => 0,
'history' => $args['page'],
'timestamp' => $args['timestamp'],
'nosearch' => 0));
}
?>
--- NEW FILE: diff.php ---
<?php
// $Id: diff.php,v 1.1 2004/01/08 13:19:36 cell Exp $
require_once(TemplateDir . '/common.php');
// The diff template is passed an associative array with the following
// elements:
//
// page => A string containing the name of the wiki page being viewed.
// diff_html => A string containing the XHTML markup for the differences.
// html => A string containing the XHTML markup for the page itself.
// editable => An integer. Will be nonzero if user is allowed to edit page.
// timestamp => Timestamp of last edit to page.
function template_diff($args)
{
template_common_prologue(array('norobots' => 1,
'title' => TMPL_DifferencesIn .' '. $args['page'],
'heading' => TMPL_DifferencesIn .' ',
'headlink' => $args['page'],
'headsufx' => '',
'toolbar' => 1));
?>
<div id="body">
<strong><?php echo TMPL_DifferenceBetweenVersions; ?></strong><br /><br />
<?php print $args['diff_html']; ?>
<hr />
<?php print $args['html']; ?>
</div>
<?php
template_common_epilogue(array('twin' => $args['page'],
'edit' => $args['page'],
'editver' => $args['editable'] ? 0 : -1,
'history' => $args['page'],
'timestamp' => $args['timestamp'],
'nosearch' => 0));
}
?>
--- NEW FILE: edit.php ---
<?php
// $Id: edit.php,v 1.1 2004/01/08 13:19:36 cell Exp $
require_once(TemplateDir . '/common.php');
// The edit template is passed an associative array with the following
// elements:
//
// page => A string containing the name of the wiki page being edited.
// text => A string containing the wiki markup of the wiki page.
// timestamp => Timestamp of last edit to page.
// nextver => An integer; the expected version of this document when saved.
// archive => An integer. Will be nonzero if this is not the most recent
// version of the page.
function template_edit($args)
{
global $EditRows, $EditCols, $UserName, $PrefsScript;
template_common_prologue(array('norobots' => 1,
'title' => TMPL_Editing .' '. $args['page'],
'heading' => TMPL_Editing .' ',
'headlink' => $args['page'],
'headsufx' => '',
'toolbar' => 1));
?>
<div id="body">
<form method="post" action="<?php print saveURL($args['page']); ?>">
<div class="form">
<input type="submit" name="Save" value="<?php echo TMPL_ButtonSave; ?>" />
<input type="submit" name="Preview" value="<?php echo TMPL_ButtonPreview; ?>" />
<?php
if($UserName != '')
{ print TMPL_YourUsername .' '. html_ref($UserName, $UserName); }
else
{ echo TMPL_VisitPrefs . "\n"; }
?><br />
<input type="hidden" name="nextver" value="<?php print $args['nextver']; ?>" />
<?php if($args['archive'])
{?>
<input type="hidden" name="archive" value="1" />
<?php }?>
<textarea name="document" rows="<?php
print $EditRows; ?>" cols="<?php
print $EditCols; ?>" wrap="virtual"><?php
print str_replace('<', '<', str_replace('&', '&', $args['text']));
?></textarea><br />
<?php echo TMPL_SummaryOfChange; ?>
<input type="text" name="comment" size="40" value="" /><br />
<?php echo TMPL_AddToCategory; ?>
<input type="text" name="categories" size="40" value="" />
</div>
</form>
</div>
<?php
template_common_epilogue(array('twin' => $args['page'],
'edit' => '',
'editver' => '',
'history' => $args['page'],
'timestamp' => $args['timestamp'],
'nosearch' => 0));
}
?>
--- NEW FILE: find.php ---
<?php
// $Id: find.php,v 1.1 2004/01/08 13:19:36 cell Exp $
require_once(TemplateDir . '/common.php');
// The find template is passed an associative array with the following
// elements:
//
// find => A string containing the text that was searched for.
// pages => A string containing the XHTML markup for the list of pages
// found containing the given text.
function template_find($args)
{
template_common_prologue(array('norobots' => 1,
'title' => TMPL_Find .' '. $args['find'],
'heading' => TMPL_Find .' '. $args['find'],
'headlink' => '',
'headsufx' => '',
'toolbar' => 1));
?>
<div id="body">
<?php print $args['pages']; ?>
</div>
<?php
template_common_epilogue(array('twin' => '',
'edit' => '',
'editver' => 0,
'history' => '',
'timestamp' => '',
'nosearch' => 0));
}
?>
--- NEW FILE: history.php ---
<?php
// $Id: history.php,v 1.1 2004/01/08 13:19:36 cell Exp $
require_once(TemplateDir . '/common.php');
// The history template is passed an associative array with the following
// elements:
//
// page => A string containing the name of the wiki page.
// history => A string containing the XHTML markup for the history form.
// diff => A string containing the XHTML markup for the changes made.
function template_history($args)
{
global $DiffScript;
template_common_prologue(array('norobots' => 1,
'title' => TMPL_HistoryOf .' '. $args['page'],
'heading' => TMPL_HistoryOf .' ',
'headlink' => $args['page'],
'headsufx' => '',
'toolbar' => 1));
?>
<div id="body">
<form method="get" action="<?php print $DiffScript; ?>">
<div class="form">
<input type="hidden" name="action" value="diff" />
<input type="hidden" name="page" value="<?php print $args['page']; ?>" />
<table border="0">
<tr><td><strong><?php echo TMPL_Older; ?></strong></td>
<td><strong><?php echo TMPL_Newer; ?></strong></td><td></td></tr>
<?php
print $args['history'];
?>
<tr><td colspan="3">
<input type="submit" value="<?php echo TMPL_ButtonComputeDifference; ?>" /></td></tr>
</table>
</div>
</form>
<hr /><br />
<strong><?php echo TMPL_ChangesLastAuthor; ?></strong><br /><br />
<?php print $args['diff']; ?>
</div>
<?php
template_common_epilogue(array('twin' => $args['page'],
'edit' => '',
'editver' => 0,
'history' => '',
'timestamp' => '',
'nosearch' => 0));
}
?>
--- NEW FILE: latex.php ---
<?php
// $Id: latex.php,v 1.1 2004/01/08 13:19:36 cell Exp $
//
// 2002/03/18 Troy D. Straszheim <tr...@re...>
//
function template_view($page, $latex)
{
global $WikiName, $HomePage, $WikiLogo, $MetaKeywords, $MetaDescription;
global $FindScript, $pagestore;
?>
\documentclass{article}
%
% Latex generating code contributed to the wiki project by
% Troy D. Straszheim <tr...@re...>
%
%
% The latex at the top and at the very bottom of this file come from
% template/latex.php verbatim.
%
%
% uncomment these selectively to use various latex packages (fancyhdr,
% graphicx) and/or to add an EPS graphic of your choosing
%
%\usepackage{fancyhdr}
%\pagestyle{fancy}
%\usepackage{graphicx}
%\lhead{\large{\texttt{<?php print $HomePage . ":". $page; ?>}}}
% \rhead{\resizebox{2.5in}{!}{\includegraphics[trim=0 10 160 0, clip]{cb.eps}}}
%
%\chead{}
%\lfoot{\today}
%\cfoot{}
%\rfoot{}
%\renewcommand{\headrulewidth}{0.4pt}
%\renewcommand{\footrulewidth}{0.4pt}
\setlength{\parskip}{0.25cm}
\begin{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% here starts the latex generated by parse/latex.php %
% and action/latex.php %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
<?php print $latex; ?>
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% here resumes template/latex.php generated latex. %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\end{document}
<?php
}
?>
--- NEW FILE: prefs.php ---
<?php
// $Id: prefs.php,v 1.1 2004/01/08 13:19:36 cell Exp $
require('parse/html.php');
require_once(TemplateDir . '/common.php');
function template_prefs()
{
global $PrefsScript, $HTTP_REFERER, $HistMax, $TimeZoneOff;
global $AuthorDiff, $EditRows, $EditCols, $UserName, $DayLimit, $MinEntries;
template_common_prologue(array('norobots' => 1,
'title' => TMPL_Prefs,
'heading' => TMPL_Prefs,
'headlink' => '',
'headsufx' => '',
'toolbar' => 0));
?>
<div id="body">
<form action="<?php print $PrefsScript; ?>" method="post">
<div class="form">
<input type="hidden" name="referrer" value="<?php print $HTTP_REFERER; ?>" />
<strong>User name</strong><br /><br />
This feature displays your name on RecentChanges to the right
of pages you edit. If left blank, your IP address will be
displayed instead.<br /><br />
<input type="text" name="user" value="<?php print $UserName; ?>" /><br />
<hr />
<strong>Edit box</strong><br /><br />
Rows: <input type="text" name="rows" value="<?php print $EditRows; ?>" /><br />
Columns: <input type="text" name="cols" value="<?php
print $EditCols; ?>" /><br />
<hr />
<strong>History lists</strong><br /><br />
Enter here the maximum number of entries to display in a document's history
list.<br /><br />
<input type="text" name="hist" value="<?php print $HistMax; ?>" /><br /><br />
<strong>RecentChanges</strong><br /><br />
Choose your current time here, so the server may figure out what time zone
you are in.<br /><br />
<select name="tzoff">
<?php
for($i = -23.5 * 60; $i <= 23.5 * 60; $i += 30)
{
?>
<option value="<?php print $i; ?>"<?php if($i == $TimeZoneOff) { print ' selected="selected"'; } ?>><?php
print date('Y-m-d H:i', time() + $i * 60);
?></option>
<?php
}
?>
</select><br /><br />
Enter here the number of days of edits to display on RecentChanges or any
other subscription list. Set this to zero if you wish to see all pages in
RecentChanges, regardless of how recently they were edited.<br /><br />
<input type="text" name="days" value="<?php print $DayLimit; ?>" /><br /><br />
<em>But</em> display at least this many entries in RecentChanges and other
subscription lists:<br /><br />
<input type="text" name="min" value="<?php print $MinEntries; ?>" /><br /><br />
<input type="checkbox" name="auth"<?php
if($AuthorDiff) { print ' checked="checked"'; } ?> />
History display should show <em>all</em> changes made by the latest
author. Otherwise, show only the last change made.<br />
<hr /><br />
<input type="submit" name="Save" value="Save" />
</div>
</form>
</div>
<?php
template_common_epilogue(array('twin' => '',
'edit' => '',
'editver' => 0,
'history' => '',
'timestamp' => '',
'nosearch' => 1));
}
?>
--- NEW FILE: preview.php ---
<?php
// $Id: preview.php,v 1.1 2004/01/08 13:19:36 cell Exp $
require_once(TemplateDir . '/common.php');
// The preview template is passed an associative array with the following
// elements:
//
// page => A string containing the name of the wiki page being viewed.
// text => A string containing the wiki markup of the wiki page.
// html => A string containing the XHTML rendering of the wiki page.
// timestamp => Timestamp of last edit to page.
// nextver => An integer; the expected version of this document when saved.
// archive => An integer. Will be nonzero if this is not the most recent
// version of the page.
function template_preview($args)
{
global $EditRows, $EditCols, $categories, $UserName, $comment, $PrefsScript;
template_common_prologue(array('norobots' => 1,
'title' => TMPL_Previewing .' '. $args['page'],
'heading' => TMPL_Previewing .' ',
'headlink' => $args['page'],
'headsufx' => '',
'toolbar' => 1));
?>
<div id="body">
<form method="post" action="<?php print saveURL($args['page']); ?>">
<div class="form">
<input type="submit" name="Save" value="<?php echo TMPL_ButtonSave; ?>" />
<input type="submit" name="Preview" value="<?php echo TMPL_ButtonPreview; ?>" />
<?php
if($UserName != '')
{ print TMPL_YourUsername . ' '. html_ref($UserName, $UserName); }
else
{ echo TMPL_VisitPrefs . "\n"; }
?><br />
<input type="hidden" name="nextver" value="<?php print $args['nextver']; ?>" />
<?php if($args['archive'])
{?>
<input type="hidden" name="archive" value="1" />
<?php }?>
<textarea name="document" rows="<?php
print $EditRows; ?>" cols="<?php
print $EditCols; ?>" wrap="virtual"><?php
print str_replace('<', '<', str_replace('&', '&', $args['text']));
?></textarea><br />
<?php echo TMPL_SummaryOfChange; ?>
<input type="text" name="comment" size="40" value="<?php
print $comment; ?>" /><br />
<?php echo TMPL_AddToCategory; ?>
<input type="text" name="categories" size="40" value="<?php
print $categories; ?>" />
</div>
</form>
<h1><?php echo TMPL_Preview; ?></h1>
<hr />
<?php print $args['html']; ?>
</div>
<?php
template_common_epilogue(array('twin' => $args['page'],
'edit' => '',
'editver' => 0,
'history' => $args['page'],
'timestamp' => $args['timestamp'],
'nosearch' => 0));
}
?>
--- NEW FILE: rss.php ---
<?php
// $Id: rss.php,v 1.1 2004/01/08 13:19:36 cell Exp $
// The RSS template is passed an associative array with the following
// elements:
//
// itemseq => A string containing the rdf:li elements for the syndication.
// itemdesc => A string containing the item elements for the syndication.
function template_rss($args)
{
global $ScriptBase, $WikiName, $MetaDescription, $InterWikiPrefix;
global $Charset;
header('Content-type: text/plain');
?>
<?php print '<?xml '; ?>version="1.0" encoding="<?php print $Charset; ?>"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns="http://purl.org/rss/1.0/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:wiki="http://purl.org/rss/1.0/modules/wiki/"
>
<!--
Add a "days=nnn" URL parameter to get nnn days of information
(the default is 2). Use days=-1 to show entire history.
Add a "min=nnn" URL parameter to force a minimum of nnn entries
in the output (the default is 10).
-->
<channel rdf:about="<?php print $ScriptBase; ?>">
<title><?php print $WikiName; ?></title>
<link><?php print $ScriptBase; ?></link>
<description><?php print $MetaDescription; ?></description>
<wiki:interwiki>
<rdf:Description link="<?php print $ScriptBase . '?'; ?>">
<rdf:value><?php print $InterWikiPrefix; ?></rdf:value>
</rdf:Description>
</wiki:interwiki>
<items>
<rdf:Seq>
<?php
print $args['itemseq'];
?>
</rdf:Seq>
</items>
</channel>
<?php
print $args['itemdesc'];
?>
</rdf:RDF>
<?php
}
?>
--- NEW FILE: save.php ---
<?php
// $Id: save.php,v 1.1 2004/01/08 13:19:36 cell Exp $
// The save template is passed an associative array with the following
// elements:
//
// page => A string containing the name of the wiki page being saved.
// text => A string containing the wiki markup for the given page.
function template_save($args)
{
// You might use this to put up some sort of "thank-you" page like Ward
// does in WikiWiki, or to display a list of words that fail spell-check.
// For now, we simply redirect to the view action for this page.
header('Location: ' . viewURL($args['page']));
}
?>
--- NEW FILE: view.php ---
<?php
// $Id: view.php,v 1.1 2004/01/08 13:19:36 cell Exp $
require_once(TemplateDir . '/common.php');
// The view template is passed an associative array with the following
// elements:
//
// page => A string containing the name of the wiki page being viewed.
// html => A string containing the XHTML rendering of the wiki page.
// editable => An integer. Will be nonzero if user is allowed to edit page.
// timestamp => Timestamp of last edit to page.
// archive => An integer. Will be nonzero if this is not the most recent
// version of the page.
// version => Version number of page version being viewed.
function template_view($args)
{
template_common_prologue(array('norobots' => $args['archive'],
'title' => $args['page'],
'heading' => '',
'headlink' => $args['page'],
'headsufx' => $args['archive'] ?
' (' . html_timestamp($args['timestamp']) . ')'
: '',
'toolbar' => 1));
?>
<div id="body">
<?php print $args['html']; ?>
</div>
<?php
template_common_epilogue(array('twin' => $args['page'],
'edit' => $args['page'],
'editver' => !$args['editable'] ? -1
: ($args['archive']
? $args['version'] : 0),
'history' => $args['page'],
'timestamp' => $args['timestamp'],
'nosearch' => 0));
}
?>
--- NEW FILE: wiki.css ---
/* WikkiTikkiTavi default style sheet. */
/* $Id: wiki.css,v 1.1 2004/01/08 13:19:36 cell Exp $ */
body
{ background-color: #f5f5f5;
color: #000000;
margin-right: 3%;
margin-left: 3%; }
a:link
{ color: #97694f;
background: transparent; }
a:visited
{ color: #4e2f2f;
background: transparent; }
a:active
{ color: #7f3030;
background: transparent; }
a.title
{ text-decoration: none; }
img
{ border: 0; }
div.logo
{ float: right; }
table.diff
{ width: 95%; }
td.diff-added
{ background-color: #cfffcf;
color: #000000; }
td.diff-removed
{ background-color: #ffffaf;
color: #000000; }
h1
{ margin-bottom: 0; }
textarea
{ width: 100%; }
dl, ul, ol
{ margin-top: 0px;
margin-bottom: 0px; }
form
{ margin-top: 0px; }
p.warning
{ color: #ff3f3f;
background: transparent; }
span.twin
{ font-size: smaller; }
tt
{ background: transparent;
color: #383838; }
pre
{ background: transparent;
color: #383838; }
/* Used together with TitleSearch */
ul.oneline
{ list-style-type: none;
display: inline;
margin-left: 0em; }
ul.oneline li
{ display: inline; }
ul.prelist
{ list-style-type: none;
font-family: monospace; }
div#header #logo
{ float: right; }
div#header hr
{ clear: both; }
/* Some php-syntax highlighting defaults */
pre.phpsource { border-width: 1px; border-style: solid; border-color: #000000;
background-color: #d5d5d5;
padding: 0.3em; }
.phpsource span.html { color: #000000; }
.phpsource span.default { color: #0000CC; }
.phpsource span.keyword { color: #11cc11; }
.phpsource span.string { color: #CC0000; }
.phpsource span.comment { color: #FF9900; }
@media print {
body { background-color: #ffffff; color: #000000; }
div#header #toolbar-top { display: none; }
div#footer #toolbar-bottom { display: none; }
div#footer form { display: none; }
}
|
|
From: <ce...@us...> - 2004-01-08 13:18:28
|
Update of /cvsroot/csseditor/htdocs/templates In directory sc8-pr-cvs1:/tmp/cvs-serv27043/templates Log Message: Directory /cvsroot/csseditor/htdocs/templates added to the repository |
|
From: <ce...@us...> - 2004-01-08 12:10:32
|
Update of /cvsroot/csseditor/htdocs/style
In directory sc8-pr-cvs1:/tmp/cvs-serv13240/style
Modified Files:
layout.css
Log Message:
More minor style changes, added tool bar with quick links
Index: layout.css
===================================================================
RCS file: /cvsroot/csseditor/htdocs/style/layout.css,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** layout.css 7 Jan 2004 21:03:24 -0000 1.3
--- layout.css 8 Jan 2004 12:10:29 -0000 1.4
***************
*** 77,81 ****
}
#content h1 {
! margin: 2em 0 0;
text-transform: lowercase;
vertical-align: bottom;
--- 77,81 ----
}
#content h1 {
! margin: 1em 0 0;
text-transform: lowercase;
vertical-align: bottom;
***************
*** 84,87 ****
--- 84,95 ----
color: black;
}
+ #toolbar-top {
+ margin: 0 0 4em;
+ font-size: xx-small;
+ text-transform: lowercase;
+ }
+ #toolbar-top a {
+ color: #8080FF;
+ }
#content h2 {
background: #0080c0;
***************
*** 134,136 ****
--- 142,147 ----
float: right;
padding: 0 3px;
+ }
+ #news .rsslink:hover {
+ text-decoration: none;
}
|
|
From: <ce...@us...> - 2004-01-08 12:10:31
|
Update of /cvsroot/csseditor/htdocs In directory sc8-pr-cvs1:/tmp/cvs-serv13240 Modified Files: index.html Log Message: More minor style changes, added tool bar with quick links Index: index.html =================================================================== RCS file: /cvsroot/csseditor/htdocs/index.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** index.html 7 Jan 2004 21:03:24 -0000 1.3 --- index.html 8 Jan 2004 12:10:29 -0000 1.4 *************** *** 1,2 **** --- 1,5 ---- + <!DOCTYPE html + PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html> <head> *************** *** 23,26 **** --- 26,34 ---- <div id="content"> <h1>CSS Editor for Eclipse</h1> + <div id="toolbar-top"> + <a href="#overview">Overview</a> + | + <a href="#status">Status</a> + </div> <div id="news"> <a class="rsslink" href="http://sourceforge.net/export/rss2_projnews.php?group_id=97094">RSS</a> *************** *** 31,35 **** <div align="center"><a href="http://sourceforge.net/news/?group_id=97094">[News archive]</a></div> </div> ! <h2>Overview</h2> <p> This project aims to contribute sophisticated --- 39,43 ---- <div align="center"><a href="http://sourceforge.net/news/?group_id=97094">[News archive]</a></div> </div> ! <h2 id="overview">Overview</h2> <p> This project aims to contribute sophisticated *************** *** 67,71 **** from the Eclipse.org site </p> ! <h2>Status</h2> <p> The initial source has been imported into CVS on Dec 14th, 2003. There are --- 75,79 ---- from the Eclipse.org site </p> ! <h2 id="status">Status</h2> <p> The initial source has been imported into CVS on Dec 14th, 2003. There are |
|
From: <ce...@us...> - 2004-01-07 21:03:27
|
Update of /cvsroot/csseditor/htdocs/style
In directory sc8-pr-cvs1:/tmp/cvs-serv16779/style
Modified Files:
layout.css
Log Message:
Various style changes/fixes
Index: layout.css
===================================================================
RCS file: /cvsroot/csseditor/htdocs/style/layout.css,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** layout.css 7 Jan 2004 08:13:24 -0000 1.2
--- layout.css 7 Jan 2004 21:03:24 -0000 1.3
***************
*** 1,97 ****
body {
! font-family: Arial, Helvetica, sans-serif;
! margin: 0;
}
#banner {
! background: black;
! background-image: url(http://sourceforge.net/sflogo.php?group_id=97094&type=3);
! background-position: 5px 50%;
! background-repeat: no-repeat;
}
#banner h1 {
! background: #069 url(gradient.jpg) repeat-y;
! color: white;
! font-size: 16pt;
! font-weight: bold;
! text-align: right;
! margin: 0 0 0 140px;
! padding: 12px;
}
#navigation {
! background: #69C;
! font-size: 9pt;
! float: left;
! margin-right: 1em;
! width: 10em;
}
#navigation ul {
! list-style-type: none;
! margin: 0;
! padding: 0;
}
#navigation li {
! background: #90C8FF;
! border-bottom: #CFFFFF 1px solid;
! padding: 3px 10px;
}
#navigation li :link, #navigation li :visited {
! color: black;
! text-decoration: none;
! text-transform: lowercase;
}
! #navigation li a.sflink:hover {
! text-decoration: underline;
}
#content {
! margin: 50px 15px 0 50px;
}
#content h2 {
! background: #0080c0;
! color: white;
! font-size: 11pt;
! padding: 1px 3px;
}
#news {
! background: #069;
! border: white 1px solid;
! color: white;
! float: right;
! font-size: 8pt;
! margin: -2.5em 2em 1em;
! padding: .25em 1em;
! width: 20em;
}
#news h2 {
! background: transparent;
! border-bottom: white 1px solid;
! font-size: 10pt;
! margin: 0 0 .5em;
! padding: .1em 0;
}
#news hr {
! display: none;
}
#news :link, #news :visited {
! font-weight: bold;
! color: white;
! text-decoration: none;
}
#news div {
! margin-top: .5em;
}
#news div :link, #news div :visited {
! font-size: 8pt;
! font-weight: normal;
! margin-bottom: 1em;
}
#news .rsslink {
! font: bold 8pt Verdana, sans-serif;
! background-color: #F60;
! border: 1px outset;
! float: right;
! padding: 0 3px;
}
--- 1,136 ----
body {
! font-family: Arial, Helvetica, sans-serif;
! margin: 0;
}
#banner {
! background: black;
! font-size: 16pt;
! font-weight: bold;
! }
! #banner #sflogo {
! background-image: url(http://sourceforge.net/sflogo.php?group_id=97094&type=3);
! position: absolute;
! margin-top: 6px;
! top: 0;
! left: 6px;
! width: 125px;
! height: 37px;
}
#banner h1 {
! background: #069 url(gradient.jpg) repeat-y;
! color: white;
! font-size: 16pt;
! font-weight: bold;
! margin: 0 0 0 140px;
! padding: 12px;
! text-align: right;
! text-shadow: 2px 3px 5px black;
}
#navigation {
! background: #69C;
! float: left;
! font-size: 9pt;
! margin-right: 1em;
! width: 10em;
! }
! #navigation :link, #navigation :visited {
! color: black;
! text-decoration: none;
! text-transform: lowercase;
! }
! #navigation :link:hover, #navigation :visited:hover {
! text-decoration: underline;
}
#navigation ul {
! list-style-type: none;
! margin: 0;
! padding: 0;
}
#navigation li {
! background: #90C8FF;
! border-bottom: #CFFFFF 1px solid;
! padding: 3px 10px;
}
#navigation li :link, #navigation li :visited {
! color: black;
}
! #navigation .navheader {
! background-color: #0080C0;
! font: bold xx-small Verdana, Arial, Helvetica, sans-serif;
! padding: 3px 10px;
! }
! #navigation .navheader :link, #navigation .navheader :visited {
! color: white;
}
#content {
! font: normal 9pt Verdana, Arial, Helvetica, sans-serif;
! margin: 2em 15px 0 11em;
! }
! #content :link, #content :visited {
! text-decoration: none;
! }
! #content :link:hover, #content :visited:hover {
! text-decoration: underline;
! }
! #content h1 {
! margin: 2em 0 0;
! text-transform: lowercase;
! vertical-align: bottom;
! }
! #content h1 :link, #content h1 :visited {
! color: black;
}
#content h2 {
! background: #0080c0;
! color: white;
! font-size: 10pt;
! padding: 1px 3px;
! }
! #content h2 :link, #content h2 :visited {
! color: white;
! text-decoration: none;
}
#news {
! background: #069;
! border: white 1px solid;
! color: white;
! float: right;
! font-size: 8pt;
! margin: -4em 2em 1em;
! padding: .25em 1em;
! width: 20em;
}
#news h2 {
! background: transparent;
! border-bottom: white 1px solid;
! font-size: 10pt;
! margin: 0 0 .5em;
! padding: .1em 0;
}
#news hr {
! display: none;
}
#news :link, #news :visited {
! font-weight: bold;
! color: white;
! text-decoration: none;
}
#news div {
! margin-top: .5em;
}
#news div :link, #news div :visited {
! font-size: 8pt;
! font-weight: normal;
! margin-bottom: 1em;
}
#news .rsslink {
! font: bold 8pt Verdana, sans-serif;
! background-color: #F60;
! border: 1px outset;
! float: right;
! padding: 0 3px;
}
|
|
From: <ce...@us...> - 2004-01-07 21:03:27
|
Update of /cvsroot/csseditor/htdocs
In directory sc8-pr-cvs1:/tmp/cvs-serv16779
Modified Files:
index.html
Log Message:
Various style changes/fixes
Index: index.html
===================================================================
RCS file: /cvsroot/csseditor/htdocs/index.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** index.html 7 Jan 2004 08:13:24 -0000 1.2
--- index.html 7 Jan 2004 21:03:24 -0000 1.3
***************
*** 6,12 ****
--- 6,16 ----
<body>
<div id="banner">
+ <a id="sflogo" href="http://sourceforge.net/"></a>
<h1>CSS Editor (Eclipse Plugin)</h1>
</div>
<div id="navigation">
+ <div class="navheader">
+ <a href="/~chris/csseditor/">Home</a>
+ </div>
<ul>
<li><a href="http://sourceforge.net/project/showfiles.php?group_id=97094">Downloads</a></li>
***************
*** 16,22 ****
<li><a href="http://sourceforge.net/cvs/?group_id=97094">CVS</a></li>
</ul>
- <a id="sflogo" href="http://sourceforge.net/"></a>
</div>
<div id="content">
<div id="news">
<a class="rsslink" href="http://sourceforge.net/export/rss2_projnews.php?group_id=97094">RSS</a>
--- 20,26 ----
<li><a href="http://sourceforge.net/cvs/?group_id=97094">CVS</a></li>
</ul>
</div>
<div id="content">
+ <h1>CSS Editor for Eclipse</h1>
<div id="news">
<a class="rsslink" href="http://sourceforge.net/export/rss2_projnews.php?group_id=97094">RSS</a>
|
|
From: <ce...@us...> - 2004-01-07 08:13:28
|
Update of /cvsroot/csseditor/htdocs/style
In directory sc8-pr-cvs1:/tmp/cvs-serv24725/style
Modified Files:
layout.css
Log Message:
Improvements to the site and style
Index: layout.css
===================================================================
RCS file: /cvsroot/csseditor/htdocs/style/layout.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** layout.css 6 Jan 2004 19:08:02 -0000 1.1
--- layout.css 7 Jan 2004 08:13:24 -0000 1.2
***************
*** 1,88 ****
! body {
! font-family: Arial, Helvetica, sans-serif;
! margin: 0;
! }
!
! #banner {
! background: black;
! background-image: url(http://sourceforge.net/sflogo.php?group_id=97094&type=1);
! background-position: 15px 50%;
! background-repeat: no-repeat;
! }
! #banner h1 {
! background: #069 url(gradient.jpg) repeat-y;
! color: white;
! font-size: 16pt;
! font-weight: bold;
! text-align: right;
! margin: 0 0 0 115px;
! padding: 12px;
! }
!
! #navigation {
! background: #69C;
! font-size: 9pt;
! position: absolute;
! height: 100%;
! width: 225px;
! }
! #navigation ul {
! list-style-type: none;
! margin: 0;
! padding: 0;
! }
! #navigation li {
! background: #90C8FF;
! border-bottom: #CFFFFF 1px solid;
! padding: 3px 10px;
! }
! #navigation li :link, #navigation li :visited {
! color: black;
! text-decoration: none;
! text-transform: lowercase;
! }
! #navigation li a.sflink:hover {
! text-decoration: underline;
! }
!
! #news {
! background: #069;
! border: white 1px solid;
! color: white;
! float: right;
! font-size: 8pt;
! margin: -2.5em 2em 1em;
! padding: .25em 1em;
! width: 250px;
! }
! #news h3 {
! border-bottom: white 1px solid;
! font-size: 10pt;
! margin: 0 0 .5em;
! }
! #news hr {
! display: none;
! }
! #news :link, #news :visited {
! font-weight: bold;
! color: white;
! text-decoration: none;
! }
! #news div {
! margin-top: .5em;
! }
! #news div :link, #news div :visited {
! font-size: 8pt;
! font-weight: normal;
! margin-bottom: 1em;
! }
!
! #content {
! margin: 50px 15px 0 250px;
! }
! #content h2 {
! background: #0080c0;
! color: white;
! font-size: 11pt;
! padding: 1px 3px;
! }
--- 1,97 ----
! body {
! font-family: Arial, Helvetica, sans-serif;
! margin: 0;
! }
!
! #banner {
! background: black;
! background-image: url(http://sourceforge.net/sflogo.php?group_id=97094&type=3);
! background-position: 5px 50%;
! background-repeat: no-repeat;
! }
! #banner h1 {
! background: #069 url(gradient.jpg) repeat-y;
! color: white;
! font-size: 16pt;
! font-weight: bold;
! text-align: right;
! margin: 0 0 0 140px;
! padding: 12px;
! }
!
! #navigation {
! background: #69C;
! font-size: 9pt;
! float: left;
! margin-right: 1em;
! width: 10em;
! }
! #navigation ul {
! list-style-type: none;
! margin: 0;
! padding: 0;
! }
! #navigation li {
! background: #90C8FF;
! border-bottom: #CFFFFF 1px solid;
! padding: 3px 10px;
! }
! #navigation li :link, #navigation li :visited {
! color: black;
! text-decoration: none;
! text-transform: lowercase;
! }
! #navigation li a.sflink:hover {
! text-decoration: underline;
! }
!
! #content {
! margin: 50px 15px 0 50px;
! }
! #content h2 {
! background: #0080c0;
! color: white;
! font-size: 11pt;
! padding: 1px 3px;
! }
!
! #news {
! background: #069;
! border: white 1px solid;
! color: white;
! float: right;
! font-size: 8pt;
! margin: -2.5em 2em 1em;
! padding: .25em 1em;
! width: 20em;
! }
! #news h2 {
! background: transparent;
! border-bottom: white 1px solid;
! font-size: 10pt;
! margin: 0 0 .5em;
! padding: .1em 0;
! }
! #news hr {
! display: none;
! }
! #news :link, #news :visited {
! font-weight: bold;
! color: white;
! text-decoration: none;
! }
! #news div {
! margin-top: .5em;
! }
! #news div :link, #news div :visited {
! font-size: 8pt;
! font-weight: normal;
! margin-bottom: 1em;
! }
! #news .rsslink {
! font: bold 8pt Verdana, sans-serif;
! background-color: #F60;
! border: 1px outset;
! float: right;
! padding: 0 3px;
! }
|
|
From: <ce...@us...> - 2004-01-07 08:13:27
|
Update of /cvsroot/csseditor/htdocs
In directory sc8-pr-cvs1:/tmp/cvs-serv24725
Modified Files:
index.html
Log Message:
Improvements to the site and style
Index: index.html
===================================================================
RCS file: /cvsroot/csseditor/htdocs/index.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** index.html 6 Jan 2004 19:08:02 -0000 1.1
--- index.html 7 Jan 2004 08:13:24 -0000 1.2
***************
*** 20,24 ****
<div id="content">
<div id="news">
! <h3>Latest News</h3>
<a HREF="http://sourceforge.net/forum/forum.php?forum_id=342455"><b>Initial release</b></a> <i>cell - 2004-01-06 17:34</i>
<div align="center"><a HREF="http://sourceforge.net/forum/forum.php?forum_id=342455">[Read More/Comment]</a></div>
--- 20,25 ----
<div id="content">
<div id="news">
! <a class="rsslink" href="http://sourceforge.net/export/rss2_projnews.php?group_id=97094">RSS</a>
! <h2>Latest News</h2>
<a HREF="http://sourceforge.net/forum/forum.php?forum_id=342455"><b>Initial release</b></a> <i>cell - 2004-01-06 17:34</i>
<div align="center"><a HREF="http://sourceforge.net/forum/forum.php?forum_id=342455">[Read More/Comment]</a></div>
***************
*** 76,78 ****
</div>
</body>
! </html>
\ No newline at end of file
--- 77,79 ----
</div>
</body>
! </html>
|
|
From: <ce...@us...> - 2004-01-06 19:10:40
|
Update of /cvsroot/csseditor/htdocs In directory sc8-pr-cvs1:/tmp/cvs-serv7805 Added Files: .cvsignore Log Message: Add Eclipse to .cvsignore --- NEW FILE: .cvsignore --- .project |
|
From: <ce...@us...> - 2004-01-06 19:08:05
|
Update of /cvsroot/csseditor/htdocs
In directory sc8-pr-cvs1:/tmp/cvs-serv7369
Added Files:
index.html
Log Message:
Initial checkin of the revised home page
--- NEW FILE: index.html ---
<html>
<head>
<title>CSS Editor (Eclipse Plugin)</title>
<link rel="stylesheet" type="text/css" href="style/layout.css">
</head>
<body>
<div id="banner">
<h1>CSS Editor (Eclipse Plugin)</h1>
</div>
<div id="navigation">
<ul>
<li><a href="http://sourceforge.net/project/showfiles.php?group_id=97094">Downloads</a></li>
<li><a href="http://sourceforge.net/forum/?group_id=97094">Forums</a></li>
<li><a href="http://sourceforge.net/mail/?group_id=97094">Mailing Lists</a></li>
<li><a href="http://sourceforge.net/tracker/?group_id=97094">Issue Tracker</a></li>
<li><a href="http://sourceforge.net/cvs/?group_id=97094">CVS</a></li>
</ul>
<a id="sflogo" href="http://sourceforge.net/"></a>
</div>
<div id="content">
<div id="news">
<h3>Latest News</h3>
<a HREF="http://sourceforge.net/forum/forum.php?forum_id=342455"><b>Initial release</b></a> <i>cell - 2004-01-06 17:34</i>
<div align="center"><a HREF="http://sourceforge.net/forum/forum.php?forum_id=342455">[Read More/Comment]</a></div>
<hr width="100%" size="1" noshade>
<div align="center"><a href="http://sourceforge.net/news/?group_id=97094">[News archive]</a></div>
</div>
<h2>Overview</h2>
<p>
This project aims to contribute sophisticated
<a href="http://www.w3.org/Style/CSS">CSS</a> authoring functionality to
the <a href="http://www.eclipse.org/">Eclipse Platform</a>. It implements an
editor that provides enhanced support for editing CSS source files, with
features like:
</p>
<a href="images/screenshot.png" title="Click for a larger view">
<img alt="Screenshot" border="0" style="float: left; margin-right: 2em" src="images/screenshot_thumb.png">
</a>
<ul>
<li>syntax highlighting for comments, strings, at-keywords, property names,
pseudo-classes and pseudo-elements.</li>
<li>content-assist on property names etc</li>
<li>outline page showing at-rules and selectors in a CSS file</li>
<li>selectable, pluggable CSS profiles (profiles for CSS level 1 and 2
included)</li>
<li>annotation of errors and warnings while typing</li>
<li>syntax highlighting in compare viewer, structured diff viewer</li>
<li>many configuration options</li>
</ul>
<br clear="both">
<p>
An important goal of this project is to not only provide an editor for
editing "standalone" CSS, but also reusable building blocks for integrating
CSS editing support into editors for languages like HTML and XHTML, which
allow embedded CSS rules. It is <strong>not</strong> the goal of this
project to build some kind of WYSIWYG authoring support for CSS (at least
currently).
</p>
<p>
This project targets release 3.0 of the Eclipse platform, which as of this
writing is not yet released as a stable version. Milestones are available
from the Eclipse.org site
</p>
<h2>Status</h2>
<p>
The initial source has been imported into CVS on Dec 14th, 2003. There are
plenty of bugs to fix and features to implement more properly. But most of
the features outlined above are available and are going to be improved in the
next couple of weeks/months. Binary releases will be made available
regularly.
</p>
<p>
Contributors welcome! Don't hesitate to send patches to the devel mailing
list.
</p>
</div>
</body>
</html>
|
|
From: <ce...@us...> - 2004-01-06 19:08:05
|
Update of /cvsroot/csseditor/htdocs/style
In directory sc8-pr-cvs1:/tmp/cvs-serv7369/style
Added Files:
gradient.jpg layout.css
Log Message:
Initial checkin of the revised home page
--- NEW FILE: gradient.jpg ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: layout.css ---
body {
font-family: Arial, Helvetica, sans-serif;
margin: 0;
}
#banner {
background: black;
background-image: url(http://sourceforge.net/sflogo.php?group_id=97094&type=1);
background-position: 15px 50%;
background-repeat: no-repeat;
}
#banner h1 {
background: #069 url(gradient.jpg) repeat-y;
color: white;
font-size: 16pt;
font-weight: bold;
text-align: right;
margin: 0 0 0 115px;
padding: 12px;
}
#navigation {
background: #69C;
font-size: 9pt;
position: absolute;
height: 100%;
width: 225px;
}
#navigation ul {
list-style-type: none;
margin: 0;
padding: 0;
}
#navigation li {
background: #90C8FF;
border-bottom: #CFFFFF 1px solid;
padding: 3px 10px;
}
#navigation li :link, #navigation li :visited {
color: black;
text-decoration: none;
text-transform: lowercase;
}
#navigation li a.sflink:hover {
text-decoration: underline;
}
#news {
background: #069;
border: white 1px solid;
color: white;
float: right;
font-size: 8pt;
margin: -2.5em 2em 1em;
padding: .25em 1em;
width: 250px;
}
#news h3 {
border-bottom: white 1px solid;
font-size: 10pt;
margin: 0 0 .5em;
}
#news hr {
display: none;
}
#news :link, #news :visited {
font-weight: bold;
color: white;
text-decoration: none;
}
#news div {
margin-top: .5em;
}
#news div :link, #news div :visited {
font-size: 8pt;
font-weight: normal;
margin-bottom: 1em;
}
#content {
margin: 50px 15px 0 250px;
}
#content h2 {
background: #0080c0;
color: white;
font-size: 11pt;
padding: 1px 3px;
}
|
|
From: <ce...@us...> - 2004-01-06 19:08:05
|
Update of /cvsroot/csseditor/htdocs/images In directory sc8-pr-cvs1:/tmp/cvs-serv7369/images Added Files: screenshot_thumb.png screenshot.png Log Message: Initial checkin of the revised home page --- NEW FILE: screenshot_thumb.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: screenshot.png --- (This appears to be a binary file; contents omitted.) |
|
From: <ce...@us...> - 2004-01-06 19:07:53
|
Update of /cvsroot/csseditor/htdocs/style In directory sc8-pr-cvs1:/tmp/cvs-serv7302/style Log Message: Directory /cvsroot/csseditor/htdocs/style added to the repository |