Results 1 to 6 of 6

Thread: Planet Ubuntu Maryland *Beta*

  1. #1
    Join Date
    Mar 2007
    Beans
    128
    Distro
    Ubuntu 7.04 Feisty Fawn

    Planet Ubuntu Maryland *Beta*

    Yes, we have a beta site. After seeing the thread about starting a planet up in the PA fourms, I decided to try my hand at one myself.

    So point your browser over to Planet Ubuntu Maryland and give me some constructive feedback. Currently my and Jono's blogs are on there and once I get done tweaking Jono's will be gone.

    Also check out the wiki page for guidelines on getting your blog added to the aggregation. Read over the page and let me know your thoughts.

    Chuck Frain

  2. #2
    Join Date
    Nov 2006
    Beans
    82
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: Planet Ubuntu Maryland *Beta*

    It looks pretty good, Chuck. You might want to resize that Ubuntu image so that it displays properly, and if you plan on using hackergotchis, be sure to leave a column open to the left. Can this aggregate any blog with an RSS feed? I noticed Planet Ubuntu mentions that an SSH key is required (for what?) Thanks for the hard work!

  3. #3
    Join Date
    Mar 2007
    Beans
    128
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: Planet Ubuntu Maryland *Beta*

    Thanks for the comments. The image will be worked on in the coming days. If you know how to leave the column that you speak of, I'll be glad for the advice. It'll save me time from figuring it out (And if any GIMPers want to work on the pic, I won't be offended)

    And yes, any RSS, ATOM, and RDF feed can be added to the site. The SSH key is required on the Ubuntu site so that the users can log in themselves and edit the file or run a script to add themselves to the feed. I haven't taken it to that level yet so for now it's a matter of emailing me the relevent info and I'll add you manually.

  4. #4
    Join Date
    Nov 2006
    Beans
    82
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: Planet Ubuntu Maryland *Beta*

    Quote Originally Posted by ChuckFrain View Post
    Thanks for the comments. The image will be worked on in the coming days. If you know how to leave the column that you speak of, I'll be glad for the advice. It'll save me time from figuring it out
    It depends on how you're handling the design. If you're using a CSS-based layout, you just need to add a new floating div to the left of the other two columns. So it'd be something like this:

    #left-column {
    width: 150px;
    float: left;
    }

    #center-column {
    width: 500px;
    }

    #right-column {
    width: 150px;
    float: right;
    }

    If more than one div is aligned to the same position (such as "left") then the floats will stack from left to right, in the order that you call them. This is an extremely basic example though and it'll likely require some tinkering to get it to work properly. You'll likely have to work with padding and margins, and you may want to make the sizes relative rather than absolute. If you run into any trouble, just let me know. I'd be glad to help out.

    And yes, any RSS, ATOM, and RDF feed can be added to the site. The SSH key is required on the Ubuntu site so that the users can log in themselves and edit the file or run a script to add themselves to the feed. I haven't taken it to that level yet so for now it's a matter of emailing me the relevent info and I'll add you manually.
    Cool. I don't have a blog at the moment but I was considering starting one, so I'll definitely send you the info if I decide to do so.
    Last edited by Iokua; May 9th, 2007 at 03:18 PM.

  5. #5
    Join Date
    Mar 2007
    Beans
    128
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: Planet Ubuntu Maryland *Beta*

    That's a great example Iokua. If you want, the template that I used, and is currently unmodified, freely availible at http://www.ubuntu-uk.org/planet/templatefiles/ and the file is called planet.css. My CSS skills are limited and with limited time if you could whip something up that would be great.

  6. #6
    Join Date
    Nov 2006
    Beans
    82
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: Planet Ubuntu Maryland *Beta*

    Quote Originally Posted by ChuckFrain View Post
    That's a great example Iokua. If you want, the template that I used, and is currently unmodified, freely availible at http://www.ubuntu-uk.org/planet/templatefiles/ and the file is called planet.css. My CSS skills are limited and with limited time if you could whip something up that would be great.
    Sure, I'll have some time this weekend, so I'll take a look at it then.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •