You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(11) |
Nov
(97) |
Dec
(35) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(12) |
Feb
(55) |
Mar
(21) |
Apr
(3) |
May
(7) |
Jun
(25) |
Jul
(108) |
Aug
(23) |
Sep
|
Oct
|
Nov
|
Dec
(4) |
2006 |
Jan
|
Feb
|
Mar
(6) |
Apr
(3) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2008 |
Jan
(13) |
Feb
|
Mar
(257) |
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(38) |
Dec
|
2009 |
Jan
|
Feb
(1) |
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2010 |
Jan
|
Feb
(63) |
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
(1) |
2011 |
Jan
|
Feb
(1) |
Mar
|
Apr
(1) |
May
(1) |
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2012 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: <dat...@us...> - 2003-02-17 14:18:43
|
Update of /cvsroot/webmacro/wiki/builds/www.defaultserver.org/etc In directory sc8-pr-cvs1:/tmp/cvs-serv29370/www.defaultserver.org/etc Removed Files: Tag: christian Wiki.properties web.xml Log Message: Moved files to corresponding places under resources/... --- Wiki.properties DELETED --- --- web.xml DELETED --- |
From: <dat...@us...> - 2003-02-17 14:18:43
|
Update of /cvsroot/webmacro/wiki/builds/www.defaultserver.org In directory sc8-pr-cvs1:/tmp/cvs-serv29370/www.defaultserver.org Removed Files: Tag: christian build.xml Log Message: Moved files to corresponding places under resources/... --- build.xml DELETED --- |
From: <dat...@us...> - 2003-02-17 14:18:43
|
Update of /cvsroot/webmacro/wiki/builds/www.webmacro.org/etc In directory sc8-pr-cvs1:/tmp/cvs-serv29370/www.webmacro.org/etc Removed Files: Tag: christian Wiki.properties web.xml Log Message: Moved files to corresponding places under resources/... --- Wiki.properties DELETED --- --- web.xml DELETED --- |
From: <dat...@us...> - 2003-02-17 14:18:43
|
Update of /cvsroot/webmacro/wiki/builds/help In directory sc8-pr-cvs1:/tmp/cvs-serv29370/help Removed Files: Tag: christian README Log Message: Moved files to corresponding places under resources/... --- README DELETED --- |
From: <dat...@us...> - 2003-02-17 14:18:42
|
Update of /cvsroot/webmacro/wiki/builds/www.defaultserver.org/htdocs/images In directory sc8-pr-cvs1:/tmp/cvs-serv29370/www.defaultserver.org/htdocs/images Removed Files: Tag: christian README Log Message: Moved files to corresponding places under resources/... --- README DELETED --- |
From: <dat...@us...> - 2003-02-17 14:17:15
|
Update of /cvsroot/webmacro/wiki/resources/www.webmacro.org/images In directory sc8-pr-cvs1:/tmp/cvs-serv27921/www.webmacro.org/images Added Files: Tag: christian fish-normal.gif fish-small.gif fishy.gif Log Message: Testing new file layout; removed duplicate files from www.webmacro.org that existed in default, too. --- NEW FILE: fish-normal.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: fish-small.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: fishy.gif --- (This appears to be a binary file; contents omitted.) |
Update of /cvsroot/webmacro/wiki/resources/default/WEB-INF/templates In directory sc8-pr-cvs1:/tmp/cvs-serv27921/default/WEB-INF/templates Added Files: Tag: christian adminoptionsbar.wm browsepage.wm delete.wm edit.wm error.wm findresults.wm footer.wm header.wm leftmenu.wm login.wm optionsbar.wm recentchanges.wm register.wm related_pages.wm user_admin.wm view.wm Log Message: Testing new file layout; removed duplicate files from www.webmacro.org that existed in default, too. --- NEW FILE: adminoptionsbar.wm --- <!--<table border=0 width="100%"> <td align=center> <a href="ControllerPage?user_admin=true"><span class="AdminOptions">User Administration</a></span> || <a href="ControllerPage?reparse=$PageName"><span class="AdminOptions">Reparse Page</span></a> || <a href="ControllerPage?reload_props=$PageName"><span class="AdminOptions">Reload .props</span></a> </td> </table> <table width="100%"> <tr> <td bgcolor="#000000" height=1></td> </tr> </table> --> --- NEW FILE: browsepage.wm --- #set $Response.ContentType = "text/html" #set $PageName = "WebMacro" <html><head><title>WebMacro: $WikiUtil.unformatWikiTitle($PageName)</title> #if ($Page) { #set $space = ", " #if ($Page.RelatedTitles) { <META name="keywords" content=" #if ($Page) #begin#foreach $pageTitle in $Page.RelatedTitles #begin $pageTitle $space #end #end"> } #if ($Page.Author) { <META name="author" content="$Wiki.getUser($Page.Author).Name"> } #if ($Page.UnparsedData) { <META name="description" content="$Page.Title: $Page.UnparsedData.substring(0, $Math.min($Page.UnparsedData.length(), 100)) ..."> } } <link rel="stylesheet" type="text/css" href=site-style.css> </head> <body topmargin=0 leftmargin=0 marginwidth=0 marginheight=0> <table width="100%" border=0 cellpadding=0 cellspacing=0> <tr> ## split the title apart at the first space so ## we can span it across the 2 colored table cells #set $title = $WikiUtil.unformatWikiTitle($PageName) #set $space = $title.indexOf(" ") #set $title_left = $title.substring(0,$space) #set $title_right = $title.substring($space+1) <td class="HeaderLeft" align=center valign=bottom nowrap height=42> <i>Let your artists design...</i> </td> <td class="HeaderLeft" width="0" valign=middle align=right nowrap> <span class="PageTitle">$title_left</span> </td> <td class="HeaderLeft" valign=top nowrap><span class="PageTitle"> </span></td> <td class="HeaderRight" valign=top nowrap><span class="PageTitle"> </span></td> <td class="HeaderRight" width="0" valign=middle nowrap> <span class="PageTitle">$title_right</span> </td> <td class="HeaderRight" align=center valign=bottom nowrap> <i>Let your programmers code...</i> </td> </tr> <tr> <td bgcolor="#000000" colspan=6 height=1></td> </table> #parse "optionsbar.wm" <table border=0> <tr> <td class="LeftMenu" rowspan=2 valign=top> #parse "leftmenu.wm" </td> <td width=15></td> <td valign=middle nowrap> <img src="images/fish-normal.gif" border=0 alt="[Fish]" align=absmiddle> <span class="BringTogether">Bring it Together with WebMacro</span> </td> </tr> <tr> <td width=15></td> <td valign=top> #if ($Page) $Renderer.render($Page) #end </td> </tr> </table> #parse "footer.wm" --- NEW FILE: delete.wm --- #parse "header.wm" <form action="$Request.RequestURI" method="POST"> <input type=hidden name="delete" value="$PageName"> <table border=0 align=center> <tr> <td align=center>Are you sure you wish to delete <b>$PageName</b>?</td> </tr> <tr> <td align=center> <input type=submit name="ACTION" value="No"> <input type=submit name="ACTION" value="Yes"> </td> </tr> </table> </form> #parse "footer.wm" --- NEW FILE: edit.wm --- #parse "header.wm" <form action="$Request.RequestURI" method=POST> <input type=hidden name="save" value="$PageName"> #if ($Page) { <input type=hidden name="VERSION" value="$Page.Version"> } Make sure to read the <a href="WikiMarkupLanguage">WikiMarkupLanguage</a> page to familiarize yourself with the text formatting features of this Wiki.<p> Your Name: <b>$User.Name</b> <br> Make your changes here:<br> <textarea name="TEXT" rows=19 cols=80 wrap=yes >#if ($Page){$Text.HTMLEncode($Page.UnparsedData)}</textarea ><p> #set $keywords = "" #foreach $pageTitle in $Page.RelatedTitles { #set $keywords = "$keywords $pageTitle" } Keywords: <font face="Sans"><input type=text size=80 width=80 name="RELATED_TITLES" value="$keywords.trim()" ></font><br> #if ($User.IsModerator) { Should this page be moderated? <input type=radio value="true" name=MODERATED #if($Page && $Page.IsModerated) {\ checked } >yes <input type=radio value="false" name=MODERATED #if(!$Page || ($Page && !$Page.IsModerated)) {\ checked } >no } <p> <input type=button value="Cancel" onClick="top.location.href='$PageName';" > <input type=submit value="Save"> </form> #parse "footer.wm" --- NEW FILE: error.wm --- #set $PageName = "Error " #parse "header.wm" #if ($error.Message){ $error.Message } #else { $error } #parse "footer.wm" --- NEW FILE: findresults.wm --- #set $PageName="Find Results" #parse "header.wm" <table border=0 width="100%"> <tr> <td class="LeftMenu" valign=top width="120"> #parse "leftmenu.wm" </td> <td width="8"> </td> <td valign=top> <br> #if ($Results.length > 0) { #set $pages = "pages" #if ($Results.length == 1) { #set $pages = "page" } <b>$Results.length $pages found</b><p> #foreach $result in $Results { #set $page = $result.page #set $text = $result.preview #set $author = $page.Author #set $textLength = 120 #if ($text.length() > $textLength) { #set $text = "$text.substring(0, $textLength)..." } #if ($author) { #set $author_user = $Wiki.getUser($author) <li><a href="$page.Title">$page.Title</a> -- $author_user.Name } #else { <li><a href="$page.Title">$page.Title</a> -- unknown } <br><font size=1>$text</font><p> } } #else { <b>No pages match your query</b> } </td> </tr> </table> #parse "footer.wm" --- NEW FILE: footer.wm --- <table width="100%"> <tr> <td bgcolor="#000000" height=1></td> </tr> </table> <table width="100%"> <tr> <td align=left nowrap colspan=2> #if ($Page) { Keywords: #foreach $keyword in $Page.RelatedTitles indexing $i from 0 { #set $keyword = $WikiUtil.formatAsWikiTitle($keyword) #set $keywordPage = $Wiki.getPage($keyword) #if ($i > 0){, } #if ($keywordPage){<a href="$keywordPage.Title">$keyword</a>} #else{<a href="ControllerPage?find=$Text.HTMLEncode("+keywords:$keyword")">$keyword</a>}} <p> } </td> <tr> <td align=left nowrap width="0"> #if ($Page && $User) { #if (($User.IsModerator) || (!$Page.IsModerated)) { <a href="ControllerPage?edit=$Page.Title"><span class="Options">Edit page</span></a> #if ($User.IsModerator) { || <a href="ControllerPage?delete=$Page.Title"><span class="Options">Delete page</span></a> } || <a href="ControllerPage?logout=true"><span class="Options">Log Out</span></a> } } #elseif (!$User) { <a href="?login=true"><span class="Options">Log in</span></a> || <a href="?register=true" class="Options">Register</a> } </td> <td align=center> #if ($Page) { Last modified: $Page.DateLastModified #set $lastEditor = $Page.LastEditor #if ($lastEditor) { #set $editor = $Wiki.getUser($lastEditor) #if ($editor) { by: #set $editorPage = $Wiki.getPage($WikiUtil.formatAsWikiTitle($editor.Name)) #if ($editorPage) { <a href="$editorPage.Title">$editor.Name</a> } #else { $editor.Name } } } } </td> </tr> </table> #if ($User) { <span class="ModeratedNotice"> You have been authenticated as <b>$User.Identifier</b> </span> } </body> </html> --- NEW FILE: header.wm --- #set $Response.ContentType = "text/html" #if ($Page) #set $PageName = $Page.Title #end <html><head><title>WebMacro: $WikiUtil.unformatWikiTitle($PageName)</title> #if ($Page) { #set $space = ", " #if ($Page.RelatedTitles) { <META name="keywords" content=" #if ($Page) #begin#foreach $pageTitle in $Page.RelatedTitles #begin $pageTitle $space #end #end"> } #if ($Page.Author) { <META name="author" content="$Wiki.getUser($Page.Author).Name"> } #if ($Page.UnparsedData) { <META name="description" content="$Page.Title: $Page.UnparsedData.substring(0, $Math.min($Page.UnparsedData.length(), 100)) ..."> } } <link rel="stylesheet" type="text/css" href=site-style.css> </head> <body topmargin=0 leftmargin=0 marginwidth=0 marginheight=0 id="body"> <table width="100%" border=0 cellpadding=0 cellspacing=0> <tr> ## split the title apart at the first space so ## we can span it across the 2 colored table cells #set $title = $WikiUtil.unformatWikiTitle($PageName) #set $space = $title.indexOf(" ") #if ($space == -1) #set $title_left = $title #set $title_right = "" #else #set $title_left = $title.substring(0,$space) #set $title_right = $title.substring($space+1) #end <td class="HeaderLeft" valign=middle nowrap width="40"> <a href="WebMacro" title="WebMacro Homepage"><img align=middle src=images/fish-small.gif width=48 height=44 border=0></a> </td> <td class="HeaderLeft" valign=top nowrap><span class="PageTitle"> </span></td> <td class="HeaderLeft" valign=middle nowrap> <span class="PageTitle">$title_left</span> </td> <td class="HeaderLeft" valign=top nowrap><span class="PageTitle"> </span></td> <td class="HeaderRight" valign=top nowrap><span class="PageTitle"> </span></td> <td class="HeaderRight" width="100%" valign=middle nowrap> <span class="PageTitle">$title_right</span> #if ($Page && $Wiki.getUser($Page.Author)) <span class="PageAuthor">by $Wiki.getUser($Page.Author).Name</span> #end </td> </tr> <tr> <td bgcolor="#000000" colspan=6 height=1></td> </tr> </table> #parse "optionsbar.wm" --- NEW FILE: leftmenu.wm --- #set $left=$Wiki.getPage("LeftMenu") #if ($left == null) { <!-- NULL --> } #else { $Renderer.render($left) ## <br><table width="100%" cellspacing=0><tr><th><span class="NavigationHeading">Random</span></th></tr></table> ## #foreach $title in $WikiUtil.getRandomPages($Wiki) { ## <a href=$title>$title</a><br> ## } ## } --- NEW FILE: login.wm --- #set $PageName = "Log In" #parse "header.wm" <br> <table border=0 align=center> <form action="$Request.RequestURI" method=POST> <input type=hidden name="login" value="true"> <tr> <td colspan=2> Welcome to WebMacro's Wiki site. Please login. </td> </tr> <tr> <td align=right> User ID: </td> <td> <input type=text name="username"> </td> </tr> <tr> <td align=right> Password: </td> <td> <input type=password name="password"> <td> </tr> <tr> <td colspan=2 align= right> <input type=submit name="login" value="Login"> </td> </tr> </table> </form> #parse "footer.wm" --- NEW FILE: optionsbar.wm --- <table border=0 width="100%"> <tr> <td align=left nowrap> #if ($Page && $User) { #if (($User.IsModerator) || (!$Page.IsModerated)) { <a href="ControllerPage?edit=$Page.Title"><span class="Options">Edit page</span></a> #if ($User.IsModerator) { || <a href="ControllerPage?delete=$Page.Title"><span class="Options">Delete page</span></a> } } } #elseif (!$User) { <a href="?login=true"><span class="Options">Log in</span></a> || <a href="?register=true" class="Options">Register</a> } </td> <td width=15> </td> <td align=center width="100%"> <a href="SiteMap"><span class="NavigationLinks">Site Map</span></a> || <a href="http://www.webmacro.org/bugzilla/"><span class="NavigationLinks">Bugzilla</span></a> || <a href="http://www.webmacro.org/cvs/"><span class="NavigationLinks">CVS</span></a> </td> <td width=15> </td> <form action="ControllerPage" method=GET> <td align=right width=0 nowrap> #if ($Form.find) #set $value = $Form.find #else #set $value = "" #end <font face="Arial" size=2><b>Find:</b> <input type=text width=15 name="find" value="$Text.HTMLEncode($value)"></font> </td> </form> <form action="ControllerPage" method=GET> <td align=right width=0 nowrap> <font face="Arial" size=2><b>Jump to:</b> <input type=text width=15 name="jump" value=""></font> </td> </form> </tr> </table> <table width="100%"> <tr> <td bgcolor="#000000" height=1></td> </tr> </table> #if (($User) && ($Wiki.isAdministrator($User))) { #parse "adminoptionsbar.wm" } --- NEW FILE: recentchanges.wm --- #set $PageName = "Recent Changes" #parse "header.wm" <table border=0 width="100%"> <tr> <td class="LeftMenu" valign=top width="120"> #parse "leftmenu.wm" </td> <td width="8"> </td> <td valign=top> <form action="RecentChanges" method=get> <input type=hidden name="view" value="RecentChanges"> Below are pages that have changed in the past <input type=text size=3 name="days" value="$Days"> day(s). </form> <table border=0 cellpadding=3 cellspacing=1> <tr bgcolor="#ffffff"> <th align=center> WikiPage </th> <th align=center> Last Modified </th> <th align=center> Editor </th> <th align=center> Total Edits </th> </tr> #foreach $page in $RecentChanges { <tr bgcolor="#ffffff"> <td align=left valign=top> <a href="$page.Title">$page.Title</a> </td> <td align=right valign=top nowrap> $page.DateLastModified </td> <td align=center valign=top nowrap> #if ($page.EditCount == 0) { #if ($Wiki.getUser($page.Author)) { $Wiki.getUser($page.Author).Name } } #else { #set $editor = $Wiki.getUser($page.getLastEditor()) #if ($editor) { $editor.Name } } </td> <td align=right valign=top> #if ($page.EditCount == 0) { New } #else { $page.EditCount } </td> </tr> } </table> </td> </tr> </table> #parse "footer.wm" --- NEW FILE: register.wm --- #if ($User) { ## say thank you #set $PageName = "Thank you for registering" #parse "header.wm" <table border=0 align=center> <tr> <td> Thank you for taking the time to register. You are now able to edit any non-moderated page on this site (any page with an Edit link in the upper-left corner).<p> You can also create your own home page. We suggest you use <a href="ControllerPage?edit=$User.FirstName$User.LastName">$User.FirstName$User.LastName</a> as the page name. </td> </tr> </table> } #else { ## ask for registration info #set $PageName = "Register" #parse "header.wm" <form action="$Request.RequestURI" method=POST> <input type=hidden name="register" value="true"> <table border=0 align=center> <tr> <td align=right> First Name: </td> <td> <input type=text name="FIRST_NAME"> </td> </tr> <tr> <td align=right> Last Name: </td> <td> <input type=text name="LAST_NAME"> </td> </tr> <tr> <td align=right> email: </td> <td> <input type=text name="EMAIL"> </td> </tr> <tr> <td align=right> Requested Username: </td> <td> <input type=text name="username"> </td> </tr> <tr> <td align=right> Password: </td> <td> <input type=password name="password"> </td> </tr> <tr> <td align=right> Password (again): </td> <td> <input type=password name="password2"> </td> </tr> <tr> <td colspan=2 align=right> <input type=submit name="register" value="Register"> </td> </tr> </table> </form> } #parse "footer.wm" --- NEW FILE: related_pages.wm --- related pages --- NEW FILE: user_admin.wm --- #parse "header.wm" #if ($User) #begin <form action="?user_admin=true" method=POST> <input type=hidden name="user_admin" value="true"> <input type=hidden name="username" value="$User.Identifier"> Username: $User.Identifier<br> Password: <input type=text name=password value=""><br> Last Accessed: $User.getAttribute("LastAccessed")<br> Full Name: <input type=text name=name value="$User.Name"><br> email: <input type=text name=email value="$User.getAttribute("email")"><br> Is Moderator? <input type=checkbox name=is_moderator #if ($User.IsModerator) #begin checked #end ><p> <input type=submit name=update_user value="Update"> <input type=submit name=delete_user value="Delete"> </form><p> Various user attributes: <ul> #foreach $attribute in $User.Attributes.keys() #begin <li>$attribute = $User.getAttribute($attribute) #end #end #else #begin Users in <font color="#ff0000">red</font> are moderators.<p> #foreach $username in $Wiki.UserNames #begin #set $user = $Wiki.getUser($username) <li><a href="?user_admin=true&username=$user.Identifier" >#if ($user.IsModerator) #begin <font color="#ff0000"> #end #else #begin <font color="#009E00"> #end $user.Name (<i>$user.Identifier</i>) </font></a> #end #end #parse "footer.wm" --- NEW FILE: view.wm --- #parse "header.wm" <table border=0 width="100%"> <tr> <td class="LeftMenu" valign=top width="120"> #parse "leftmenu.wm" </td> <td width="8"> </td> <td valign=top> #if ($Page) { $Renderer.render($Page) } #else { You have requested a page that doesn't exist. #if ($User) { But that's okay!<p> You can create the page $PageName by <a href="ControllerPage?edit=$WikiUtil.formatAsWikiTitle($PageName)">clicking here</a>. } } </tr> </table> #parse "footer.wm" |
From: <dat...@us...> - 2003-02-17 14:17:12
|
Update of /cvsroot/webmacro/wiki/resources/www.webmacro.org/WEB-INF/templates In directory sc8-pr-cvs1:/tmp/cvs-serv27921/www.webmacro.org/WEB-INF/templates Added Files: Tag: christian webmacro.wm Log Message: Testing new file layout; removed duplicate files from www.webmacro.org that existed in default, too. --- NEW FILE: webmacro.wm --- #set $Response.ContentType = "text/html" #set $PageName = "WebMacro" <html><head><title>WebMacro: $WikiUtil.unformatWikiTitle($PageName)</title> #if ($Page) { #set $space = ", " #if ($Page.RelatedTitles) { <META name="keywords" content=" #if ($Page) #begin#foreach $pageTitle in $Page.RelatedTitles #begin $pageTitle $space #end #end"> } #if ($Page.Author) { <META name="author" content="$Wiki.getUser($Page.Author).Name"> } #if ($Page.UnparsedData) { <META name="description" content="$Page.Title: $Page.UnparsedData.substring(0, $Math.min($Page.UnparsedData.length(), 100)) ..."> } } <link rel="stylesheet" type="text/css" href=site-style.css> </head> <body topmargin=0 leftmargin=0 marginwidth=0 marginheight=0> <table width="100%" border=0 cellpadding=0 cellspacing=0> <tr> ## split the title apart at the first space so ## we can span it across the 2 colored table cells #set $title = $WikiUtil.unformatWikiTitle($PageName) #set $space = $title.indexOf(" ") #set $title_left = $title.substring(0,$space) #set $title_right = $title.substring($space+1) <td class="HeaderLeft" align=center valign=bottom nowrap height=42> <i>Let your artists design...</i> </td> <td class="HeaderLeft" width="0" valign=middle align=right nowrap> <span class="PageTitle">$title_left</span> </td> <td class="HeaderLeft" valign=top nowrap><span class="PageTitle"> </span></td> <td class="HeaderRight" valign=top nowrap><span class="PageTitle"> </span></td> <td class="HeaderRight" width="0" valign=middle nowrap> <span class="PageTitle">$title_right</span> </td> <td class="HeaderRight" align=center valign=bottom nowrap> <i>Let your programmers code...</i> </td> </tr> <tr> <td bgcolor="#000000" colspan=6 height=1></td> </table> #parse "optionsbar.wm" <table border=0> <tr> <td class="LeftMenu" rowspan=2 valign=top> #parse "leftmenu.wm" </td> <td width=15></td> <td valign=middle nowrap> <img src="images/fish-normal.gif" border=0 alt="[Fish]" align=absmiddle> <span class="BringTogether">Bring it Together with WebMacro</span> </td> </tr> <tr> <td width=15></td> <td valign=top> #if ($Page) $Renderer.render($Page) #end </td> </tr> </table> #parse "footer.wm" |
From: <dat...@us...> - 2003-02-17 14:17:10
|
Update of /cvsroot/webmacro/wiki/resources/default/WEB-INF/lib In directory sc8-pr-cvs1:/tmp/cvs-serv27921/default/WEB-INF/lib Added Files: Tag: christian jakarta-regexp-1.2.jar lucene-1.2.jar webmacro.jar Log Message: Testing new file layout; removed duplicate files from www.webmacro.org that existed in default, too. --- NEW FILE: jakarta-regexp-1.2.jar --- (This appears to be a binary file; contents omitted.) --- NEW FILE: lucene-1.2.jar --- (This appears to be a binary file; contents omitted.) --- NEW FILE: webmacro.jar --- (This appears to be a binary file; contents omitted.) |
From: <dat...@us...> - 2003-02-17 14:17:05
|
Update of /cvsroot/webmacro/wiki/resources/default/WEB-INF In directory sc8-pr-cvs1:/tmp/cvs-serv27921/default/WEB-INF Added Files: Tag: christian Wiki.properties web.xml Log Message: Testing new file layout; removed duplicate files from www.webmacro.org that existed in default, too. --- NEW FILE: Wiki.properties --- Version: WebMacro Wiki, Version 2.0 # whitespace delimited list of allowed actions, in the order # they should be searched Actions: org.tcdi.opensource.wiki.servlet.JumpToPageAction \ org.tcdi.opensource.wiki.servlet.FindPagesAction \ org.tcdi.opensource.wiki.servlet.EditPageAction \ org.tcdi.opensource.wiki.servlet.SavePageAction \ org.tcdi.opensource.wiki.servlet.LoginAction \ org.tcdi.opensource.wiki.servlet.LogoutAction \ org.tcdi.opensource.wiki.servlet.DeletePageAction \ org.tcdi.opensource.wiki.servlet.RegisterNewUserAction \ org.tcdi.opensource.wiki.servlet.RecentChangesAction \ org.tcdi.opensource.wiki.servlet.ViewPageAction # templates used by various PageActions ViewPageAction.Template: view.wm LoginAction.Template: login.wm EditPageAction.Template: edit.wm FindPagesAction.Template: findresults.wm DeletePageAction.Template: delete.wm RegisterUserAction.Template: register.wm RecentChangesAction.Template: recentchanges.wm # cookie options CookieName: WikiUserID CookieTimeout: 31536000 # WikiPage template overrides # used by the ViewPageAction # format: # WikiPageTitle: webmacro-template.wm WebMacro: webmacro.wm # Lucene Indexer options LuceneIndexer.IndexDirectory: @INSTALL_DIR@/index/ ReIndex: false # who are the administrators? # administrators are allowed to do user-administration stuff Administrators: e_ridge;lane;justin;BrianGoetz; # where are javadoc: files located? # this is used by the o.t.o.w.r.HTMLPageRenderer when rendering javadoc: URL's JavaDocRoot: http://www.webmacro.org/api/ # page building PageBuilder: org.tcdi.opensource.wiki.builder.DefaultPageBuilder # what is the default page to display StartPage: WebMacro # Properties for PageStore PageStore.Server: @INSTALL_DIR@/VLH PageStore.Port: 1998 PageStore.PartitionKey: Pages-WebMacro PageStore.ImmutableCertificate: private read certificate:9p1q8werfaj hsdlifuqyweoiufdyasodifujhasldfjhyqwoieurypqwaijfha;psoruiypqwiuoeyrpqwiureypqwejhfas;kja PageStore.MutableCertificate: private write certificate: la;skfjqpowieutr;aslkfdjja ;slkdfjq;owieurpqowiurep oiw3u4rquwyequw45y9q7233r089 23qurpwjhasdf PageStore.ProxyImplementation: org.opendoors.instant.vlh.client.LocalProxyImpl PageStore.Creator: Eric # Properties for UserStore UserStore.Server: @INSTALL_DIR@/VLH UserStore.Port: 1998 UserStore.PartitionKey: Users-WebMacro UserStore.ImmutableCertificate: private read certificate:qpwoe5uirqpwiufha suoryqpwioureypqowieur [qoiweurp[oqiweufpqio e[e iu `[iujhfaslkdjhfqpwoej UserStore.MutableCertificate: private write certificate:qpw84o5qp3oweuifypfqowe4urp2qiu3yrpqiwueyr[2i3u51p28o3759-1082eqwrupoi wqehp`ou1 3hq[90u[if;s[ UserStore.ProxyImplementation: org.opendoors.instant.vlh.client.LocalProxyImpl UserStore.Creator=Eric # named headers to use in pages Headers._Start: <table width="100%" cellspacing=0><tr><td align=left class="SectionHeader"><span class="SectionHeader"> Headers._End: </span></td></tr></table> Headers.Navigation_Start: <table width="100%" cellspacing=0><tr><th><span class="NavigationHeader"> Headers.Navigation_End: </span></th></tr></table> Headers.Section_Start: <table width="100%" cellspacing=0><tr><td align=left class="SectionHeader"><span class="SectionHeader"> Headers.Section_End: </span></td></tr></table> --- NEW FILE: web.xml --- <web-app> <servlet-mapping url-regexp='^[^\.]+$' servlet-name='WikiServlet' /> <servlet servlet-name='WikiServlet' servlet-class='org.tcdi.opensource.wiki.servlet.WikiServlet'> <init-param properties='@INSTALL_DIR@/deploy/WEB-INF/Wiki.properties' /> </servlet> </web-app> |
From: <dat...@us...> - 2003-02-17 14:17:05
|
Update of /cvsroot/webmacro/wiki/resources/default In directory sc8-pr-cvs1:/tmp/cvs-serv27921/default Added Files: Tag: christian site-style.css Log Message: Testing new file layout; removed duplicate files from www.webmacro.org that existed in default, too. --- NEW FILE: site-style.css --- BODY { FONT-SIZE: 10.5pt; COLOR: black; FONT-FAMILY: Arial; BACKGROUND-COLOR: white } .PageTitle { FONT-SIZE: 18pt; COLOR: white; FONT-FAMILY: 'Arial Black' } .HeaderLeft { FONT-WEIGHT: bold; FONT-SIZE: 10pt; COLOR: #593a70; FONT-FAMILY: Arial; BACKGROUND-COLOR: #b596cc } .HeaderRight { FONT-WEIGHT: bold; FONT-SIZE: 10pt; COLOR: #b596cc; BACKGROUND-COLOR: #593a70 } TD { FONT-SIZE: 10.5pt; FONT-FAMILY: Arial } .PageAuthor { FONT-WEIGHT: normal; FONT-SIZE: 9.5pt; COLOR: white; FONT-STYLE: italic; FONT-FAMILY: Arial } .LeftMenu { FONT-SIZE: 9.3pt } .DefaultHeading { FONT-WEIGHT: bolder; COLOR: black } A { COLOR: darkgreen } A:link { COLOR: #986da0 } A:visited { COLOR: #593a70 } A:active { COLOR: #b596cc } .Options { FONT-SIZE: 9pt; COLOR: #593a70 } .ModeratedNotice { FONT-SIZE: 6.8pt } .AdminOptions { FONT-SIZE: 7.5pt; COLOR: red } .NavigationLinks { FONT-SIZE: 9pt; COLOR: #593a70; FONT-FAMILY: Arial } TH { COLOR: white; BACKGROUND-COLOR: #b596cc } .BringTogether { FONT-SIZE: 16pt; COLOR: #593a70 } .NavigationHeader { FONT-WEIGHT: bold; FONT-SIZE: 11.2pt; COLOR: white; BACKGROUND-COLOR: #b596cc } .SectionHeader { FONT-WEIGHT: bold; FONT-SIZE: 11.2pt; BACKGROUND-COLOR: #e5d5e5 } |
From: <dat...@us...> - 2003-02-17 13:55:40
|
Update of /cvsroot/webmacro/wiki/resources/www.webmacro.org/WEB-INF/templates In directory sc8-pr-cvs1:/tmp/cvs-serv15249/templates Log Message: Directory /cvsroot/webmacro/wiki/resources/www.webmacro.org/WEB-INF/templates added to the repository --> Using per-directory sticky tag `christian' |
From: <dat...@us...> - 2003-02-17 13:55:14
|
Update of /cvsroot/webmacro/wiki/resources/www.webmacro.org/WEB-INF In directory sc8-pr-cvs1:/tmp/cvs-serv15071/WEB-INF Log Message: Directory /cvsroot/webmacro/wiki/resources/www.webmacro.org/WEB-INF added to the repository --> Using per-directory sticky tag `christian' |
From: <dat...@us...> - 2003-02-17 13:55:01
|
Update of /cvsroot/webmacro/wiki/resources/www.webmacro.org/images In directory sc8-pr-cvs1:/tmp/cvs-serv14914/images Log Message: Directory /cvsroot/webmacro/wiki/resources/www.webmacro.org/images added to the repository --> Using per-directory sticky tag `christian' |
From: <dat...@us...> - 2003-02-17 13:53:27
|
Update of /cvsroot/webmacro/wiki/resources/default/WEB-INF/templates In directory sc8-pr-cvs1:/tmp/cvs-serv14216/templates Log Message: Directory /cvsroot/webmacro/wiki/resources/default/WEB-INF/templates added to the repository --> Using per-directory sticky tag `christian' |
From: <dat...@us...> - 2003-02-17 13:53:14
|
Update of /cvsroot/webmacro/wiki/resources/default/WEB-INF/lib In directory sc8-pr-cvs1:/tmp/cvs-serv14097/lib Log Message: Directory /cvsroot/webmacro/wiki/resources/default/WEB-INF/lib added to the repository --> Using per-directory sticky tag `christian' |
From: <dat...@us...> - 2003-02-17 13:52:25
|
Update of /cvsroot/webmacro/wiki/resources/default/WEB-INF In directory sc8-pr-cvs1:/tmp/cvs-serv13680/WEB-INF Log Message: Directory /cvsroot/webmacro/wiki/resources/default/WEB-INF added to the repository --> Using per-directory sticky tag `christian' |
From: <dat...@us...> - 2003-02-17 13:46:58
|
Update of /cvsroot/webmacro/wiki/resources/www.webmacro.org In directory sc8-pr-cvs1:/tmp/cvs-serv10487/www.webmacro.org Log Message: Directory /cvsroot/webmacro/wiki/resources/www.webmacro.org added to the repository --> Using per-directory sticky tag `christian' |
From: <dat...@us...> - 2003-02-17 13:46:36
|
Update of /cvsroot/webmacro/wiki/resources/default In directory sc8-pr-cvs1:/tmp/cvs-serv10353/default Log Message: Directory /cvsroot/webmacro/wiki/resources/default added to the repository --> Using per-directory sticky tag `christian' |
From: <dat...@us...> - 2003-02-17 13:46:09
|
Update of /cvsroot/webmacro/wiki/resources In directory sc8-pr-cvs1:/tmp/cvs-serv10139/resources Log Message: Directory /cvsroot/webmacro/wiki/resources added to the repository --> Using per-directory sticky tag `christian' |
From: <dat...@us...> - 2003-02-17 13:31:58
|
Update of /cvsroot/webmacro/wiki/lib.build In directory sc8-pr-cvs1:/tmp/cvs-serv2484/lib.build Removed Files: Tag: christian jsdk23.jar JavaCC2_1.jar Log Message: moved files to lib (global build libraries) --- jsdk23.jar DELETED --- --- JavaCC2_1.jar DELETED --- |
From: <dat...@us...> - 2003-02-17 13:31:56
|
Update of /cvsroot/webmacro/wiki/lib In directory sc8-pr-cvs1:/tmp/cvs-serv2484/lib Added Files: Tag: christian jsdk23.jar JavaCC2_1.jar Log Message: moved files to lib (global build libraries) |
From: <dat...@us...> - 2003-02-17 13:29:06
|
Update of /cvsroot/webmacro/wiki/lib In directory sc8-pr-cvs1:/tmp/cvs-serv1205 Removed Files: Tag: christian jakarta-regexp-1.2.jar lucene-1.2.jar webmacro.jar Log Message: moved files to resources/default/WEB-INF/lib --- jakarta-regexp-1.2.jar DELETED --- --- lucene-1.2.jar DELETED --- --- webmacro.jar DELETED --- |
From: <lan...@us...> - 2003-02-07 15:25:17
|
Update of /cvsroot/webmacro/wiki/builds/www.webmacro.org In directory sc8-pr-cvs1:/tmp/cvs-serv4306/builds/www.webmacro.org Modified Files: build.xml Log Message: Added specification file of those files which must be modified by a wiki builder and updated those templates and build.xml files to support new wiki creation process. Index: build.xml =================================================================== RCS file: /cvsroot/webmacro/wiki/builds/www.webmacro.org/build.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** build.xml 27 Nov 2002 06:21:41 -0000 1.2 --- build.xml 7 Feb 2003 15:24:43 -0000 1.3 *************** *** 1,3 **** ! <project name="www.webmacro.org" default="install" basedir="."> <!-- ${dir.install} should be a command-line defined parameter --> <property name="dir.etc" value="./etc/" /> --- 1,3 ---- ! <project name="wikiInstall" default="install" basedir="."> <!-- ${dir.install} should be a command-line defined parameter --> <property name="dir.etc" value="./etc/" /> |
From: <lan...@us...> - 2003-02-07 15:25:17
|
Update of /cvsroot/webmacro/wiki/builds/www.defaultserver.org/templates In directory sc8-pr-cvs1:/tmp/cvs-serv4306/builds/www.defaultserver.org/templates Modified Files: header.wm Log Message: Added specification file of those files which must be modified by a wiki builder and updated those templates and build.xml files to support new wiki creation process. Index: header.wm =================================================================== RCS file: /cvsroot/webmacro/wiki/builds/www.defaultserver.org/templates/header.wm,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** header.wm 17 Oct 2001 06:48:55 -0000 1.1 --- header.wm 7 Feb 2003 15:24:42 -0000 1.2 *************** *** 1,2 **** --- 1,3 ---- + ## defaultserver/header.wm #set $Response.ContentType = "text/html" |