summaryrefslogtreecommitdiff
path: root/autogen.sh
AgeCommit message (Collapse)AuthorFilesLines
2011-08-23Re-organised Gnome's foundation-web for TDFThorsten Behrens1-5/+5
As per the discussion on the steering committee list, we're using Gnome's flavour of the stv voting - so I've grafted the relevant parts out of Gnome's git://git.gnome.org/foundation-web repo, and applied Fridrich's branding and text tweaks on top of it. Relevant mail thread: http://www.mail-archive.com/steering-discuss@documentfoundation.org/msg00997.html Commands used: git filter-branch --prune-empty --index-filter 'git ls-files -s | sed "s-\tfoundation.gnome.org/vote/-\tvote/-" | \ GIT_INDEX_FILE=$GIT_INDEX_FILE.new git update-index --index-info && mv $GIT_INDEX_FILE.new $GIT_INDEX_FILE && git rm -rf --cached --ignore-unmatch foundation.gnome.org && git rm --cached --ignore-unmatch ChangeLog .cvsignore foundation-web.doap HACKING MAINTAINERS README' HEAD and then git format-patch `git rev-list --parents HEAD | tail -n 1`..HEAD out of Fridrich's previous libo-voting repo. Changes in this commit accomodate the changes paths and re-purposing of the code.
2011-08-23Some more TDF artwork and contentFridrich Štrba1-2/+2
2005-05-20make this script pass on errors caused by autoconf, automake, etc ratherJames Henstridge1-4/+4
2005-05-20 James Henstridge <james@jamesh.id.au> * autogen.sh: make this script pass on errors caused by autoconf, automake, etc rather than continuing to run. Also call automake with the --foreign argument so it doesn't complain about missing AUTHORS and NEWS files. * rules.common: use xsltproc to process the *.wml documents. * include/add-header.xsl: new XSLT script that takes the place of evilsedhack. * foundation.gnome.org/elections/2004/preliminary-results.wml: same here. * foundation.gnome.org/elections/2004/candidates.wml: add a <meta> tag to set the charset of the document to UTF-8, so it can be parsed correctly as HTML.
2003-11-02Merge the new-template branch in to HEAD. The branch is now defunct, andGlynn Foster1-0/+57
2003-11-01 Glynn Foster <glynn.foster@sun.com> * Merge the new-template branch in to HEAD. The branch is now defunct, and we have a live updated foundation.gnome.org. Yay!