]> git.donarmstrong.com Git - lilypond.git/log
lilypond.git
11 years agoCreates make log-clean and documents it
Phil Holmes [Wed, 13 Jun 2012 15:22:29 +0000 (16:22 +0100)]
Creates make log-clean and documents it

11 years agoFix for beaming in Kievan notation
Aleksandr Andreev [Sun, 10 Jun 2012 23:42:33 +0000 (19:42 -0400)]
Fix for beaming in Kievan notation

Implementing correct beaming functionality in Kievan notation

Fix for Issue 2492

11 years agoDoc: changes: Dot_column_engraver in Voice, and \shape
Keith OHara [Fri, 15 Jun 2012 23:49:09 +0000 (16:49 -0700)]
Doc: changes: Dot_column_engraver in Voice, and \shape

11 years agoDoc: avoid using zero-duration spacers in examples
Keith OHara [Thu, 10 May 2012 01:42:59 +0000 (18:42 -0700)]
Doc: avoid using zero-duration spacers in examples

11 years agoIssue 2598: Allow brackets and parens to start lyrics, disallow "accents"
David Kastrup [Mon, 11 Jun 2012 17:28:31 +0000 (19:28 +0200)]
Issue 2598: Allow brackets and parens to start lyrics, disallow "accents"

[] and () are considered as punctuation in lyrics and can start them.
In contrast, "TeX accents" \' \" \` \^ are quite ridiculous to
"support" in lyrics since LilyPond has not been using TeX for a long
time now, so those sequences are no longer considered special in
lyrics.

11 years agoProtect a few events from gc.
David Kastrup [Sun, 10 Jun 2012 19:16:00 +0000 (21:16 +0200)]
Protect a few events from gc.

Some may not be related to obscure errors we see, but as far as I can tell,
events don't have built-in protection when sticking around after their
time.  I have really no clue how grobs are protected from collection, but
since they do not seem to get extra treatment elsewhere, I hope they'll
be fine until output time.

11 years agoForbids slur and tie extrema points from getting to close.
Mike Solomon [Fri, 15 Jun 2012 06:37:47 +0000 (08:37 +0200)]
Forbids slur and tie extrema points from getting to close.

11 years agoRemoves duplicate footnote-interface implementing grobs from all_elements_
Mike Solomon [Fri, 15 Jun 2012 06:34:33 +0000 (08:34 +0200)]
Removes duplicate footnote-interface implementing grobs from all_elements_

11 years agoGives stencilless unbeamed stems an empty Y-extent.
Mike Solomon [Fri, 15 Jun 2012 06:27:17 +0000 (08:27 +0200)]
Gives stencilless unbeamed stems an empty Y-extent.

11 years agoCleanups in one-line-page-breaking.
Joe Neeman [Mon, 28 May 2012 00:17:00 +0000 (17:17 -0700)]
Cleanups in one-line-page-breaking.

Make sure that each page is wider than the widest system.

11 years agoAdd One_line_page_breaking.
Joe Neeman [Sun, 27 May 2012 06:07:03 +0000 (23:07 -0700)]
Add One_line_page_breaking.

One_line_page_breaking is a page breaking algorithm that puts each score on a
one line, with one page per line.

11 years agoFixes issue 2597 - removes note about melisma
Phil Holmes [Tue, 12 Jun 2012 11:08:14 +0000 (12:08 +0100)]
Fixes issue 2597 - removes note about melisma

11 years agoCG: add updating of lilypond.pot in the release process. Fix 2524.
Jean-Charles Malahieude [Thu, 10 May 2012 17:13:09 +0000 (19:13 +0200)]
CG: add updating of lilypond.pot in the release process. Fix 2524.

Note from John: reapply f7d264fa89c39f8d86e9ba5eb991ee904ce3d0be and
additionally take into account out-of-tree setup.

11 years agoMakes 'make po-replace' work outside source tree
John Mandereau - LilyPond development [Mon, 11 Jun 2012 11:41:38 +0000 (13:41 +0200)]
Makes 'make po-replace' work outside source tree

This commit goes towards fixing Issue 2524.

11 years agoMerge branch 'translation' into staging
Francisco Vila [Mon, 11 Jun 2012 12:14:57 +0000 (14:14 +0200)]
Merge branch 'translation' into staging

11 years agoDuplicate entry in bar-glyph-alist
Marc Hohl [Mon, 11 Jun 2012 11:10:09 +0000 (12:10 +0100)]
Duplicate entry in bar-glyph-alist

11 years agoCG tweak: some extra info on make doc and doc build times
Joseph Wakeling [Mon, 11 Jun 2012 11:02:01 +0000 (12:02 +0100)]
CG tweak: some extra info on make doc and doc build times

11 years agoPO: upload new Czech version form FTP
Jean-Charles Malahieude [Mon, 28 May 2012 18:03:07 +0000 (20:03 +0200)]
PO: upload new Czech version form FTP

Note from John: reapply ab3ab5538700b2ff12729ee3b14961a99d843731
with removing lines starting with '#~|' that confuse gettext 0.15.

11 years agoIncludes Flags is Slur encompass calculations
Mike Solomon [Mon, 11 Jun 2012 05:56:42 +0000 (07:56 +0200)]
Includes Flags is Slur encompass calculations

11 years agoIssue 2584 (redo 1967): please make partcombine merge slurs
David Kastrup [Wed, 6 Jun 2012 13:38:23 +0000 (15:38 +0200)]
Issue 2584 (redo 1967): please make partcombine merge slurs

The partcombiner does not really bother about keeping the number of
generated start and end slur events matched, so this attempts to cope
by implementing the following behavior:

a) multiple slur starts on the same moment are not an error but the
   same as one.
b) multiple slur ends on the same moment are not an error but the same
   as one.
a2) there will be a slur with direction UP if there is at least one
   such start event, and there will be a slur with direction DOWN if
   there is at least one such end event.  This might imply a double
   slur, but for ending it, a single slur end is sufficient.

Consequently, a^(_( c)) (the second closing paren not required, just
added for prettiness) will add a double slur.

11 years agoRevert "Allow multiple identical slurs (issue 1967)"
David Kastrup [Wed, 6 Jun 2012 11:12:38 +0000 (13:12 +0200)]
Revert "Allow multiple identical slurs (issue 1967)"

This reverts commit b986b38f14195f31e26b0a929c8ac23a8ecfc204.

Conflicts:

lily/slur-engraver.cc

11 years agoWeb-zh: Update LilyPond website Chinese translation
Anthony Fok [Fri, 8 Jun 2012 11:12:55 +0000 (19:12 +0800)]
Web-zh: Update LilyPond website Chinese translation

This patch brings the LilyPond Chinese (simplified)
website up-to-date, with some revised and added translations,
and old "skeleton files" now filled with actual content.

It should now be fully functional, hopefully, even though
much of the "Chinese" content is still in English for now.

11 years agoWeb: Add missing <p> in hu, ja, zh versions of "Thanks for hosting"
Anthony Fok [Fri, 8 Jun 2012 05:20:47 +0000 (13:20 +0800)]
Web: Add missing <p> in hu, ja, zh versions of "Thanks for hosting"

The Hungarian, Japanese and Chinese translations of the
"Thanks to ... for hosting ..." line were missing an initial
<p> tag that is necessary for keeping text and the
W3C HTML 4.01 validation logo flushed to the right.

11 years agoWeb: Fix typo on Attic page: Developpers' -> Developers'
Anthony Fok [Fri, 8 Jun 2012 04:24:46 +0000 (12:24 +0800)]
Web: Fix typo on Attic page: Developpers' -> Developers'

11 years agoWeb: Update distribution-specific download versions
Anthony Fok [Fri, 8 Jun 2012 04:18:54 +0000 (12:18 +0800)]
Web: Update distribution-specific download versions

Update the version numbers in the Distribution-specific Packages area.

11 years agoWeb: Revise Chinese translation in build scripts
Anthony Fok [Fri, 8 Jun 2012 04:11:49 +0000 (12:11 +0800)]
Web: Revise Chinese translation in build scripts

11 years agoDOC: Issue 2582 update GUB repo sites
Colin Campbell [Fri, 8 Jun 2012 03:18:05 +0000 (21:18 -0600)]
DOC: Issue 2582 update GUB repo sites

11 years agoWeb-nl: add translation to an important string in Download.
Francisco Vila [Thu, 7 Jun 2012 22:06:06 +0000 (00:06 +0200)]
Web-nl: add translation to an important string in Download.

11 years agoWeb-cs: translate a couple of important strings in Download.
Francisco Vila [Thu, 7 Jun 2012 22:03:44 +0000 (00:03 +0200)]
Web-cs: translate a couple of important strings in Download.

11 years agoWeb-zh: translate a couple of important strings in Download.
Francisco Vila [Thu, 7 Jun 2012 00:17:17 +0000 (02:17 +0200)]
Web-zh: translate a couple of important strings in Download.

11 years agoIssue 2590: GUB release instructions fail for upload
David Kastrup [Wed, 6 Jun 2012 18:29:38 +0000 (20:29 +0200)]
Issue 2590: GUB release instructions fail for upload

11 years agoRelease: bump version.
Graham Percival [Wed, 6 Jun 2012 14:35:06 +0000 (15:35 +0100)]
Release: bump version.

11 years agoMerge remote branch 'origin/release/unstable' into HEAD
Graham Percival [Wed, 6 Jun 2012 14:34:55 +0000 (15:34 +0100)]
Merge remote branch 'origin/release/unstable' into HEAD

11 years agoDocument <> and improve other simultanous music documentation.
David Kastrup [Fri, 1 Jun 2012 13:07:36 +0000 (15:07 +0200)]
Document <> and improve other simultanous music documentation.

This is a side issue of 2522: it improves the documentation dealing
with various ways of entering parallel music and gives the necessary
information to understand <> as a special case of chords.

11 years agoSimultaneous Scripts, Slurs, and TupletBrackets turn off collision resolution
Mike Solomon [Wed, 6 Jun 2012 03:32:06 +0000 (05:32 +0200)]
Simultaneous Scripts, Slurs, and TupletBrackets turn off collision resolution

When these three grobs occur at the same time, cyclic dependency problems
arise which sometimes cause layout irregularities. This patch turns off
collision resolution in tuplet-bracket.cc for this case, which solves the
layout problem. The cyclic dependency warnings persist, however, for
certain cases.

11 years agoMerge remote branch 'origin' into HEAD release/2.15.40-1
Graham Percival [Wed, 6 Jun 2012 02:39:06 +0000 (03:39 +0100)]
Merge remote branch 'origin' into HEAD

11 years agoDoc-fr: fix dist; Rename .ly to .texidoc
Francisco Vila [Tue, 5 Jun 2012 15:19:59 +0000 (17:19 +0200)]
Doc-fr: fix dist; Rename .ly to .texidoc

11 years agoMerge branch 'master' into translation
Francisco Vila [Tue, 5 Jun 2012 12:24:51 +0000 (14:24 +0200)]
Merge branch 'master' into translation

11 years agoRelease: update news.
Graham Percival [Tue, 5 Jun 2012 02:22:58 +0000 (03:22 +0100)]
Release: update news.

11 years agoRevert "PO: upload new Czech version form FTP"
Graham Percival [Mon, 4 Jun 2012 22:23:27 +0000 (23:23 +0100)]
Revert "PO: upload new Czech version form FTP"

This reverts commit ab3ab5538700b2ff12729ee3b14961a99d843731.

The updated po file breaks GUB building, and it would be nice to
have a release soon.

11 years agoRevert "CG: add updating of lilypond.pot in the release process"
Graham Percival [Mon, 4 Jun 2012 22:20:31 +0000 (23:20 +0100)]
Revert "CG: add updating of lilypond.pot in the release process"

This reverts commit f7d264fa89c39f8d86e9ba5eb991ee904ce3d0be.

Those instructions relied on in-tree builds, whereas we use
out-of-tree builds.

11 years agoUpdate lilypond-patchy-staging usage instructions
John Mandereau - LilyPond development [Mon, 4 Jun 2012 11:21:29 +0000 (13:21 +0200)]
Update lilypond-patchy-staging usage instructions

11 years agonews: ugh, another typo in date
Janek Warchoł [Sun, 3 Jun 2012 06:18:10 +0000 (08:18 +0200)]
news: ugh, another typo in date

11 years agonews: fix typo in date
Janek Warchoł [Sun, 3 Jun 2012 06:16:04 +0000 (08:16 +0200)]
news: fix typo in date

11 years agonews: RC 2.15.39 withdrawn
Janek Warchoł [Sat, 2 Jun 2012 15:39:09 +0000 (17:39 +0200)]
news: RC 2.15.39 withdrawn

add news item and move some news to old news.

11 years agoRefine mid-measure beams in 3/4 time; Issue 2566
Keith OHara [Mon, 28 May 2012 06:36:52 +0000 (23:36 -0700)]
Refine mid-measure beams in 3/4 time; Issue 2566

Replaces 4d7cac2e94f7fb8c86c69c6d6fceff1ddfb545e4

11 years agoAdd \shape function to LilyPond
David Nalesnik [Sat, 26 May 2012 18:41:20 +0000 (13:41 -0500)]
Add \shape function to LilyPond

\shape allows bezier curves to be modified
by altering their control points.

11 years agoline_count fixes
Benkő Pál [Sun, 13 May 2012 16:07:40 +0000 (18:07 +0200)]
line_count fixes

1. implementation does not assume staff centred at zero
2. where used for determining whether something falls on a line,
   use Staff_symbol_referencer::on_line or on_staff_line
3. where used for determining whether something is within staff or not,
   use Staff_symbol_referencer::staff_span

11 years agoWeb-es: update GSOC section in Community.
Francisco Vila [Fri, 1 Jun 2012 09:38:45 +0000 (11:38 +0200)]
Web-es: update GSOC section in Community.

11 years agoDoc-fr: updates to LM and NR
Jean-Charles Malahieude [Thu, 31 May 2012 17:21:24 +0000 (19:21 +0200)]
Doc-fr: updates to LM and NR

 - LR/tweaks
 - NR/changing-defaults
 - NR/fretted-strings
 - NR/rhythms

11 years agoWeb-fr: introduction & community
Jean-Charles Malahieude [Thu, 31 May 2012 17:17:05 +0000 (19:17 +0200)]
Web-fr: introduction & community

11 years agoMerge branch 'translation' into staging
Francisco Vila [Thu, 31 May 2012 11:34:07 +0000 (13:34 +0200)]
Merge branch 'translation' into staging

11 years agoDoc-es: update status, news-Front mark.
Francisco Vila [Thu, 31 May 2012 10:52:39 +0000 (12:52 +0200)]
Doc-es: update status, news-Front mark.

11 years agoWeb-es: update News-front.
Francisco Vila [Thu, 31 May 2012 10:50:20 +0000 (12:50 +0200)]
Web-es: update News-front.

11 years agoWeb-es: update Introduction.
Francisco Vila [Thu, 31 May 2012 10:41:14 +0000 (12:41 +0200)]
Web-es: update Introduction.

11 years agoDoc-es: update Changing. Removed spare text.
Francisco Vila [Thu, 31 May 2012 10:35:30 +0000 (12:35 +0200)]
Doc-es: update Changing. Removed spare text.

11 years agoDoc: Fix previous wrong fix.
Francisco Vila [Thu, 31 May 2012 10:33:53 +0000 (12:33 +0200)]
Doc: Fix previous wrong fix.

11 years agoDoc: misplaced backslash.
Francisco Vila [Thu, 31 May 2012 10:29:14 +0000 (12:29 +0200)]
Doc: misplaced backslash.

11 years agoDoc-es: update Notation: Fretted, Input, Rhythms.
Francisco Vila [Thu, 31 May 2012 09:46:44 +0000 (11:46 +0200)]
Doc-es: update Notation: Fretted, Input, Rhythms.

11 years agoDoc-es: update CHANGES, Learning/Tweaks, Notation/Changing.
Francisco Vila [Thu, 31 May 2012 09:18:26 +0000 (11:18 +0200)]
Doc-es: update CHANGES, Learning/Tweaks, Notation/Changing.

11 years agoDoc: update Translation Status.
Francisco Vila [Thu, 31 May 2012 09:13:09 +0000 (11:13 +0200)]
Doc: update Translation Status.

11 years agoWeb: typo in GSoC
Jean-Charles Malahieude [Wed, 30 May 2012 18:42:13 +0000 (20:42 +0200)]
Web: typo in GSoC

11 years agoIssue 1773: move Footnote_engraver to Score context
David Kastrup [Fri, 25 May 2012 16:41:46 +0000 (18:41 +0200)]
Issue 1773: move Footnote_engraver to Score context

11 years agoIssue 2559: For time-based footnotes without grob spec, attach to all grobs
David Kastrup [Wed, 23 May 2012 13:56:36 +0000 (15:56 +0200)]
Issue 2559: For time-based footnotes without grob spec, attach to all grobs

11 years agoPO: upload new Czech version form FTP
Jean-Charles Malahieude [Mon, 28 May 2012 18:03:07 +0000 (20:03 +0200)]
PO: upload new Czech version form FTP

11 years agoDoc-fr: snippets housekeeping - letters D through F
Jean-Charles Malahieude [Sat, 26 May 2012 17:19:16 +0000 (19:19 +0200)]
Doc-fr: snippets housekeeping - letters D through F

11 years agoMerge branch 'translation' into staging
Francisco Vila [Thu, 24 May 2012 15:17:47 +0000 (17:17 +0200)]
Merge branch 'translation' into staging

Conflicts:
Documentation/de/notation/input.itely

11 years agoweb: news - announce LilyPond Report #26
Janek Warchoł [Mon, 21 May 2012 21:11:23 +0000 (23:11 +0200)]
web: news - announce LilyPond Report #26

11 years agoRelease: bump version.
Graham Percival [Tue, 22 May 2012 20:15:53 +0000 (21:15 +0100)]
Release: bump version.

11 years agoRelease: update news. release/2.15.39-1
Graham Percival [Tue, 22 May 2012 17:10:42 +0000 (18:10 +0100)]
Release: update news.

12 years agoweb: update news about rc (cancelled)
Janek Warchoł [Mon, 21 May 2012 15:21:39 +0000 (17:21 +0200)]
web: update news about rc (cancelled)

12 years agoIssue 2552: Non-initialized member variables
David Kastrup [Mon, 21 May 2012 18:24:37 +0000 (20:24 +0200)]
Issue 2552: Non-initialized member variables

12 years agoIssue 2543: Allow tweaks in Lyrics.
David Kastrup [Fri, 18 May 2012 14:25:41 +0000 (16:25 +0200)]
Issue 2543: Allow tweaks in Lyrics.

Since lyrics are no longer wrapped in EventChord, there is no point
in keeping tweaks from working inside of Lyrics contexts.

12 years agoDoc-fr: adding missing texidocs (A-C)
Jean-Charles Malahieude [Mon, 21 May 2012 16:52:43 +0000 (18:52 +0200)]
Doc-fr: adding missing texidocs (A-C)

12 years agoDoc: removing a left over html tag in a snippet
Jean-Charles Malahieude [Mon, 21 May 2012 16:38:03 +0000 (18:38 +0200)]
Doc: removing a left over html tag in a snippet

12 years agoDoc-fr: texidocs housekeeping - letters A to C
Jean-Charles Malahieude [Mon, 21 May 2012 09:12:18 +0000 (11:12 +0200)]
Doc-fr: texidocs housekeeping - letters A to C

12 years agoManual changes to documentation and regtests for footnotes.
David Kastrup [Thu, 17 May 2012 14:08:33 +0000 (16:08 +0200)]
Manual changes to documentation and regtests for footnotes.

12 years agoRun scripts/auxiliar/update-with-convert-ly
David Kastrup [Thu, 17 May 2012 09:10:16 +0000 (11:10 +0200)]
Run scripts/auxiliar/update-with-convert-ly

12 years agoMake \footnote work via \tweak
David Kastrup [Wed, 16 May 2012 14:47:41 +0000 (16:47 +0200)]
Make \footnote work via \tweak

12 years agoRevert "Merge branch 'footnote' into HEAD"
David Kastrup [Tue, 15 May 2012 09:55:28 +0000 (11:55 +0200)]
Revert "Merge branch 'footnote' into HEAD"

This reverts commit 2ec0cd55d55c49dee4e5604903dfab8ff4a089c4, reversing
changes made to 0a0274a3bf5792dfb7ce3719f5dfaef36059affe.

12 years agoparser.yy: split function_arglist_nonbackup rule into closed and open variants
David Kastrup [Wed, 16 May 2012 18:32:00 +0000 (20:32 +0200)]
parser.yy: split function_arglist_nonbackup rule into closed and open variants

This allows more cases where optional arguments are not really optional
to accept music arguments not enclosed in braces.

12 years agoIssue 2539: Redocument tweak
David Kastrup [Fri, 18 May 2012 16:04:41 +0000 (18:04 +0200)]
Issue 2539: Redocument tweak

This adjusts the documentation of \tweak to take into account
a) EventChord not intervening uncalled for (issue 2240)
b) the ability to specify indirect grobs (issue 2540)

12 years agoAdd regression tests and display routines for tweaking of named grobs.
David Kastrup [Sun, 20 May 2012 18:20:13 +0000 (20:20 +0200)]
Add regression tests and display routines for tweaking of named grobs.

12 years agoGive \tweak an optional grob parameter for tweaking indirect grobs
David Kastrup [Tue, 15 May 2012 17:11:03 +0000 (19:11 +0200)]
Give \tweak an optional grob parameter for tweaking indirect grobs

You can now use something akin to

  \tweak Accidental #'color #red cis'

for tweaking a grob created indirectly from the given music expression.

12 years agoDoc: fix broken ref
Trevor Daniels [Sat, 19 May 2012 22:57:36 +0000 (23:57 +0100)]
Doc: fix broken ref

12 years agoAvoid second person active in NR
Trevor Daniels [Sat, 19 May 2012 22:40:31 +0000 (23:40 +0100)]
Avoid second person active in NR

12 years agoMerge branch 'translation' of ssh://git.sv.gnu.org/srv/git/lilypond into translation
Till Paala [Sat, 19 May 2012 18:59:35 +0000 (21:59 +0300)]
Merge branch 'translation' of ssh://git.sv.gnu.org/srv/git/lilypond into translation

12 years agoDoc-de: changes to notation manual
Till Paala [Sat, 19 May 2012 18:18:19 +0000 (21:18 +0300)]
Doc-de: changes to notation manual

12 years agoChanges a ponding for the Ensemble 101
Mike Solomon [Sat, 19 May 2012 17:50:20 +0000 (19:50 +0200)]
Changes a ponding for the Ensemble 101

12 years agoWeb: add Windows logo to Frescobaldi section in Easier Editing.
Francisco Vila [Sat, 19 May 2012 16:32:12 +0000 (18:32 +0200)]
Web: add Windows logo to Frescobaldi section in Easier Editing.

12 years agoDoc-de: another compilation fix
Till Paala [Sat, 19 May 2012 14:20:36 +0000 (17:20 +0300)]
Doc-de: another compilation fix

12 years agoCombine regression tests, correct version number.
Keith OHara [Wed, 16 May 2012 06:43:20 +0000 (23:43 -0700)]
Combine regression tests, correct version number.

12 years agoDoc:CG: remove error
Keith OHara [Wed, 16 May 2012 06:39:26 +0000 (23:39 -0700)]
Doc:CG: remove error

Chained offset callbacks, at least, have a different order of
parameters than was documented.

12 years agonote-collison.cc: Scale shifts by width of note at left; issue 1713
Keith OHara [Wed, 2 May 2012 06:06:33 +0000 (23:06 -0700)]
note-collison.cc: Scale shifts by width of note at left; issue 1713

12 years agoDoc-fr: texidocs housekeeping - letter A
Jean-Charles Malahieude [Fri, 18 May 2012 17:23:13 +0000 (19:23 +0200)]
Doc-fr: texidocs housekeeping - letter A

12 years agoWeb-fr: updates intro (frescobaldi)
Jean-Charles Malahieude [Fri, 18 May 2012 13:26:00 +0000 (15:26 +0200)]
Web-fr: updates intro (frescobaldi)

12 years agoDoc-fr: updating NR
Jean-Charles Malahieude [Fri, 18 May 2012 13:24:27 +0000 (15:24 +0200)]
Doc-fr: updating NR
 - input
 - rhythm
 - vocal

12 years agoIssue 2497: documentation of restrainOpenStrings
Marc Hohl [Tue, 15 May 2012 18:44:39 +0000 (20:44 +0200)]
Issue 2497: documentation of restrainOpenStrings

12 years agoIssue 1320: preliminary work - repeat bars defined as context properties
Marc Hohl [Sun, 13 May 2012 20:23:54 +0000 (22:23 +0200)]
Issue 1320: preliminary work - repeat bars defined as context properties

This patch removes the hardcoded bar line types for repeat
constructs; this allows for future changes in the bar line
handling routines without recompiling the sources.

12 years agoweb: update GSoC subpage
Janek Warchoł [Thu, 10 May 2012 20:58:58 +0000 (22:58 +0200)]
web: update GSoC subpage

change to "GSoC 2012" to make clear that it's over.
rewrite the text to be an "inspiration" for
anyone interested.