Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite10e247

Browse files
author
Anne-Julia Seitz
committed
Add April 2012 event and implement SEO-optimized slug pattern
- Imported 2012-04-03 meetup with talks on pimcore, Zend Framework 2, PHP 5.4, and CreateJS- Renamed event directory to use SEO-friendly slug: 2012-04-03-pimcore-zend-php54-createjs- Updated CLAUDE.md with comprehensive Event Slug Pattern guidelines- Added migration rule for co.up link replacements- Fixed co.up links in both events to use plain text instead of outdated external links
1 parent5a8dbaa commite10e247

File tree

3 files changed

+45
-4
lines changed

3 files changed

+45
-4
lines changed

‎CLAUDE.md‎

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Events are the core content type with a specific structure:
3434
```
3535
content/events/
3636
├── _index.md # Events listing page (paginated, 20 per page)
37-
└── YYYY-MM-DD-event-name/
37+
└── YYYY-MM-DD-topic1-topic2-topic3/
3838
└── index.md # Individual event page
3939
```
4040

@@ -109,8 +109,12 @@ When migrating events from old Jekyll site (`/home/dazz/Code/berlinphp/berlinphp
109109
1. Convert Jekyll frontmatter (YAML) to Zola (TOML)
110110
2. Transform speaker list to`[taxonomies]` format
111111
3. Move`date` from`[extra]` to main frontmatter for pages
112-
4. Create directory structure:`content/events/YYYY-MM-DD-name/index.md`
112+
4.**Event Slug Pattern**: Create SEO-friendly directory structure:`content/events/YYYY-MM-DD-topic1-topic2-topic3/index.md`
113+
- Use main topics/technologies from the event talks
114+
- Lowercase with hyphens instead of spaces
115+
- Examples:`2012-03-06-e-commerce-shop-systems/`,`2012-04-03-pimcore-zend-php54-createjs/`
113116
5. Preserve bilingual content (English + German sections), but in most cases the site will only display English content.
117+
6.**Link Replacements**: Replace`[co.up](http://www.bephpug.de/location.html)` links with plain text "co.up" - these external links are outdated and should be simplified to just the venue name.
114118

115119
##Configuration Notes
116120

‎content/events/2012-03-06-march-2012-meetup/index.md‎renamed to ‎content/events/2012-03-06-e-commerce-systems/index.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ So far the following shop systems will be presented:
2727
* "osCommerce 2.x and a sneak peak into 3.x" by Markus Will
2828
* "TYPO3 shopping solutions" by Nicole Cordes
2929

30-
As usual the meetup will be at[co.up](http://www.bephpug.de/location.html)
30+
As usual the meetup will be at co.up
3131
and drinks will be available for a small fee. We'll meet on March, 6th at 7pm,
3232
the talks start around 7:30pm.
3333

@@ -49,7 +49,7 @@ Bisher haben wir folgende Vorträge:
4949
* "osCommerce 2.x und Ausblick auf 3.x" von Markus Will
5050
* "TYPO3 Shoplösungen" von Nicole Cordes
5151

52-
Wie immer treffen wir uns bei[co.up](http://www.bephpug.de/location.html),
52+
Wie immer treffen wir uns bei co.up,
5353
Getränke sind gegen ein kleines Entgelt zu haben. Wir treffen uns am 6. März um 19 Uhr,
5454
die Vorträge beginnen gegen 19:30.
5555

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
+++
2+
title ="Meetup on the 3rd April, 2012 // Treffen am 3. April, 2012"
3+
description ="April 2012 meetup featuring talks on pimcore CMS, Zend Framework 2 components, PHP 5.4 introduction, and CreateJS library."
4+
date ="2012-04-03"
5+
6+
[taxonomies]
7+
speaker = ["Christoph Luehr","Marc Bennewitz","Martin Holzhauer","Henri Bergius"]
8+
topic = ["pimcore","Zend Framework 2","PHP 5.4","CreateJS"]
9+
10+
[extra]
11+
location ="co.up"
12+
+++
13+
14+
##English
15+
16+
*[pimcore](http://www.pimcore.org/) by Christoph Luehr
17+
* zf2 components: Zend\Cache, Zend\Serializer, Zend\EventManager, Zend\Stdlib\ErrorHandler by Marc Bennewitz
18+
* An Introduction to PHP 5.4 by Martin Holzhauer
19+
*[CreateJS](http://createjs.org/) by Henri Bergius
20+
21+
We meet at co.up as always, drinks are
22+
available for a small fee. The meetup starts at 7pm, talks start at 7:30pm.
23+
24+
Looking forward to seeing all of you.
25+
26+
##Deutsch
27+
28+
*[pimcore](http://www.pimcore.org/) von Christoph Luehr
29+
* zf2-Komponenten vorgestellt: Zend\Cache, Zend\Serializer, Zend\EventManager, Zend\Stdlib\ErrorHandler von Marc Bennewitz
30+
* Einführung in PHP 5.4 von Martin Holzhauer
31+
* Einführung in[CreateJS](http://createjs.org) von Henri Bergius
32+
33+
Wie immer treffen wir uns bei co.up,
34+
Getränke sind gegen ein kleines Entgelt zu haben.
35+
Wir treffen uns um 19:00 Uhr, die Vorträge beginnen gegen 19:30 Uhr.
36+
37+
Wir freuen uns auf euch.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp