PaulHowarth/Blog/2009-11-05

Thursday 5th November 2009

Wiki

  • Updated SunJava6OnFedora to cover Sun Java 6 Update 17

  • Added this site in Google Webmaster Tools. The site verification process required adding a meta tag in the HEAD section of the top page in the site, which I did by editing the wikiconfig.py (this site uses the moin wiki engine) to add the following snippet:

  •     # Google site verification
        html_head = """<meta name="google-site-verification" content="Wj_ZKNE1wAXyKFYCwHy_Xq9-HTF3oaIXwkKAJ0OH9Vo" />
    """
  • After restarting httpd I tested it using curl:

  • $ curl --silent http://www.city-fan.org/tips/ | head -n 10
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
    <html>
    <head>
    <meta name="google-site-verification" content="Wj_ZKNE1wAXyKFYCwHy_Xq9-HTF3oaIXwkKAJ0OH9Vo" />
    <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
    <meta name="robots" content="index,follow">
    
    <title>FrontPage - Hints, Tips and HOWTOs</title>
    <script type="text/javascript" src="/moin_static185/common/js/common.js"></script>
    
    $ 

Local Packages

There is now a Fedora 12 release of my local repository. It'll track the development repository until around Fedora 12 GA (currently scheduled for 17th November), and then the development repository will start targeting Fedora 13.


Recent