Changeset 1629

Show
Ignore:
Timestamp:
02/03/05 16:35:14 (4 years ago)
Author:
whmoseley
Message:

Add $Author$ cvs tag.
Remove two files that are not used. I think.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/swish_website/lib/page/footer.html

    r1627 r1629  
    1616        [%- 
    1717            IF template.author; 
    18                 SET author = template.author; 
    19                 author.replace('\$Author:\s+',''); 
    20                 author.replace('\s*\$$','',); 
    21                 "by $author"; 
    22  
     18                matches = template.author.match('\$Author:\s+(\w+)' ); 
     19                "by ${matches.0}" IF matches.0; 
    2320            END; 
    2421        -%] 
  • trunk/swish_website/lib/page/search.html

    r1617 r1629  
    11[%- # $id$ 
    22    # Page for shwoing search results 
     3-%] 
     4[%- META 
     5    author = '$Author$' 
    36-%] 
    47 
  • trunk/swish_website/src/demos.html

    r1618 r1629  
    11[% META 
    2     title = "Sites using Swish-e" 
    3     id    = "demos" 
     2    title   = "Sites using Swish-e" 
     3    id      = "demos" 
     4    author = '$Author$' 
    45%] 
    56 
  • trunk/swish_website/src/discuss.html

    r1617 r1629  
    1     [% META  
    2         title = "Discussion List" 
    3         id = 'discuss' 
     1    [% META 
     2        title   = "Discussion List" 
     3        id      = 'discuss' 
     4        author  = '$Author$' 
    45    %] 
    56 
  • trunk/swish_website/src/download/index.html

    r1617 r1629  
    22    title = "Download Information" 
    33    id    = "download" 
     4    author = '$Author$' 
    45%] 
    56 
  • trunk/swish_website/src/download/old.html

    r1616 r1629  
    22    title = "Archived source and binary packages" 
    33    id    = "download" 
     4    author = '$Author$' 
    45%] 
    56 
  • trunk/swish_website/src/graphics/index.html

    r1620 r1629  
    11    [% META  
    2         title = "Graphic imaages for your site" 
    3         id = "graphics" 
     2        title   = "Graphic imaages for your site" 
     3        id      = "graphics" 
     4        author  = '$Author$' 
    45    %] 
    56 
  • trunk/swish_website/src/index.html

    r1587 r1629  
    11[% META # page meta info 
    22 
    3     title = 'Home Page' 
    4     id    = 'home' 
    5     type  = 'html' 
     3    title   = 'Home Page' 
     4    id      = 'home' 
     5    type    = 'html' 
     6    author = '$Author$' 
    67%] 
    78 
  • trunk/swish_website/src/news.html

    r1617 r1629  
    11[%  META 
    2         title = 'News' 
    3         id    = 'news' 
    4         type  = 'html' 
     2        title   = 'News' 
     3        id      = 'news' 
     4        type    = 'html' 
     5        author  = '$Author$' 
    56%] 
    67 
  • trunk/swish_website/src/scripts.html

    r1617 r1629  
    11    [% META 
    2         title = "Scripts for old versions" 
    3         id = "scripts" 
     2        title   = "Scripts for old versions" 
     3        id      = "scripts" 
     4        author  = '$Author$' 
    45    %] 
    56 
  • trunk/swish_website/src/support.html

    r1625 r1629  
    11[% META 
    2     title = "Support Information" 
    3     id    = "support" 
     2    title   = "Support Information" 
     3    id      = "support" 
     4    author  = '$Author$' 
    45%] 
    56 
  • trunk/swish_website/src/who.html

    r1618 r1629  
    11    [% META 
    2         title = "List of Sites" 
    3         id = "who uses it" 
     2        title   = "List of Sites" 
     3        id      = "who uses it" 
     4        author  = '$Author$' 
    45    %] 
    56