aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix some typos.Neal H. Walfield2008-12-091-5/+3
|
* Formatting.Thomas Schwinge2008-12-063-41/+41
|
* Merge branch 'master' of ssh://neal@git.sv.gnu.org/srv/git/hurd/webNeal H. Walfield2008-12-05138-490/+1146
|\
| * C++ problem with GCC SVN trunk.Thomas Schwinge2008-12-012-0/+41
| |
| * Avoid <pre> stuff from running under the sidebar.Thomas Schwinge2008-12-011-0/+1
| |
| * Talk about GCC 4.3 and SVN trunk.Thomas Schwinge2008-12-011-20/+21
| |
| * Typo fix.Thomas Schwinge2008-11-281-1/+1
| |
| * Merge commit 'origin/master'Thomas Schwinge2008-11-281-0/+1
| |\
| | * (no commit message)SamuelThibault2008-11-271-0/+1
| | |
| * | EuroSys 2009: Neal, Samuel, Thomas intend to go.Thomas Schwinge2008-11-281-3/+3
| |/
| * EuroSys 2009.Thomas Schwinge2008-11-282-0/+100
| |
| * FOSDEM 2009: no tschwinge this year. :-(Thomas Schwinge2008-11-281-1/+1
| |
| * FOSDEM 2009.Thomas Schwinge2008-11-282-0/+174
| |
| * Formatting.Thomas Schwinge2008-11-271-9/+9
| |
| * Anatoly A. Kazantsev knew how to have the new items' boxes not run under the ↵Thomas Schwinge2008-11-271-0/+1
| | | | | | | | sidebar.
| * Incorporate suggestions by Olaf Buddenhagen.Thomas Schwinge2008-11-261-9/+7
| |
| * Remove sources, as they're in the RCS history.Thomas Schwinge2008-11-261-7/+0
| |
| * Incorporate <http://sourceware.org/ml/libc-alpha/2008-11/msg00031.html> and ↵Thomas Schwinge2008-11-261-14/+32
| | | | | | | | further improvements.
| * Fix embarrassing typoantrik2008-11-251-1/+1
| |
| * More CSS changes.Thomas Schwinge2008-11-251-4/+9
| |
| * Properly spell ``recent changes''.Thomas Schwinge2008-11-251-1/+1
| |
| * Add a description to the per-page action items.Thomas Schwinge2008-11-251-0/+6
| |
| * Split action items into global and per-page ones.Thomas Schwinge2008-11-252-8/+19
| |
| * .templates/page.tmpl: Copy from ikiwiki 2.70.Thomas Schwinge2008-11-251-0/+125
| |
| * add note about random-egd packageMichaelBanck2008-11-241-1/+3
| |
| * News item layout change as per a suggestion of Neal Walfield.Thomas Schwinge2008-11-241-20/+12
| |
| * CSS improvements.Anatoly A. Kazantsev2008-11-231-7/+42
| |
| * Binutils 2.19.Thomas Schwinge2008-11-231-0/+13
| |
| * Formatting.Thomas Schwinge2008-11-231-38/+38
| |
| * We're now official.Thomas Schwinge2008-11-231-2/+4
| |
| * Incorporate text from ↵Thomas Schwinge2008-11-231-0/+10
| | | | | | | | <http://lists.gnu.org/archive/html/bug-hurd/2008-11/msg00212.html> and extend a bit.
| * Also display the time zone.Thomas Schwinge2008-11-231-1/+1
| |
| * Fix and add some links.Thomas Schwinge2008-11-231-5/+12
| |
| * Assemble unsorted pages.Thomas Schwinge2008-11-2370-295/+0
| |
| * When creating the official pages, use ``--no-usedirs'', so that not too manyThomas Schwinge2008-11-231-1/+3
| | | | | | | | separate directories have to be created.
| * Move user pages where they belong.Thomas Schwinge2008-11-237-7/+7
| |
| * Move GSoC 2008 IRC meetings minutes pages.Thomas Schwinge2008-11-234-1/+2
| |
| * Link to the documentation.Thomas Schwinge2008-11-231-0/+1
| |
| * Move getting_help out of hurd/.Thomas Schwinge2008-11-232-1/+1
| |
| * Stay on www.gnu.org.Thomas Schwinge2008-11-231-0/+1
| |
| * Use a different time format.Thomas Schwinge2008-11-231-1/+1
| |
| * Tidy inline directives.Thomas Schwinge2008-11-2211-3/+20
| |
| * Use the C locale.Thomas Schwinge2008-11-211-1/+1
| | | | | | | | | | | | | | | | | | | | <tschwinge> joeyh: What happens if the locale configuration option (ikiwiki.setup) is not a utf8 locale? / Is the C locale utf8? <tschwinge> joeyh: I want to share a configuration file between different machines, some of which have en_US.uft8 installed and other haven't. <tschwinge> joeyh: Some have de_DE.utf8, but I don't want to have German language for the discussion subpages, for example. <tschwinge> joeyh: That's why I thought about simply using the C locale. But you state that it has to be a utf8 locale. <joeyh> C locale is the default, will work fine <joeyh> I think that I said utf-8 in the description there because, if you chose some locale that did not use utf-8 or plain ascii, ikiwiki wo\ uld still use utf-8 for its internals and output a mess
| * About capturing a translator's stdout and stderr.Thomas Schwinge2008-11-201-0/+26
| |
| * hurd/debugging/hurd -> hurd/debugging/translator/gdbThomas Schwinge2008-11-204-9/+25
| |
| * Add copyright and licensing header.Thomas Schwinge2008-11-201-0/+10
| |
| * GCC: libmudflap.Thomas Schwinge2008-11-202-0/+74
| |
| * ikiwiki.setup: New file.Thomas Schwinge2008-11-202-26/+296
| | | | | | | | Use it in `render_locally' instead of repeating all configuration. Also add a `--official' option.
| * Show the last five news items.tschwinge2008-11-201-1/+1
| |
| * GCC: ``PR driver/21706 -- MAXPATHLEN usage in [gcc]/gcc/tlink.c'' has been ↵Thomas Schwinge2008-11-201-3/+0
| | | | | | | | fixed.