[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gnue-dev] Web site changes
From: |
Jason Cater |
Subject: |
Re: [Gnue-dev] Web site changes |
Date: |
Thu, 6 Feb 2003 10:20:46 -0600 |
User-agent: |
KMail/1.5 |
Peter,
Great job on getting this done. This will really help us get a grip on our
website needs.
For the <ul> imagines, you can add this to your <style type="text/css">
section:
ul { line-height: 1.5em;
list-style-image: url("../e_ball.png");
margin-left: 2em;
padding:0;
}
Though I'm not entirely sure how that relative path will work in stylesheets.
You might have to have your script determine how many levels of ../ you need.
When the time comes, I can get the cron jobs working on ash for you. Just
/msg me in irc or email me.
-- Jason
On Wednesday 05 February 2003 11:04 pm, Peter Sullivan wrote:
> The few visible recent changes to the website (plus the occasional glitch)
> mask a lot more changes underneath. The most significant change is that the
> site is now available, in the same format, at both
> www.gnu.org/software/gnue/ and www.gnuenterprise.org.
>
> It's been an aim of ours for a while to have the same web site on both
> www.gnu.org and www.gnuenterprise.org, replacing the old situation where we
> had two seperate sites, at least one of which was not being kept up to
> date. The new website is maintained directly in our HTML CVS on savannah,
> and is then checked out to www.gnu.org (automatically whenever it changes)
> and to www.gnuenterprise.org (daily using cron, or more often if required).
>
> In order to make the site work in CVS, we have worked without a "proper"
> content management system, most of which use php or Zope. Instead, the site
> does some basic templating in python, generating "true" html from "source"
> files. This is probably similar to how many other GNU projects do their
> websites, except they'll use perl, XSLT or Emacs-LISP...
>
> One effect of putting the site into CVS is that anyone with CVS write
> access to the GNUe code also now has write access to the website, without
> having to go through a central individual or server to update the "master
> copy." However, please read the readme
> (http://www.gnuenterprise.org/admin/readme.txt)
> for the website before changing anything!