Skip to content

Commit

Permalink
Updated md files to handle updated social metadata, issues #24.
Browse files Browse the repository at this point in the history
The correct twitter card is used depending on html contents, image width and height.
  • Loading branch information
skial committed May 7, 2014
1 parent d51c2ad commit e69b4f7
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 26 deletions.
5 changes: 0 additions & 5 deletions haxe.io.hxproj
Original file line number Diff line number Diff line change
Expand Up @@ -145,11 +145,6 @@
<hidden path="src\roundups\188.md" />
<hidden path="src\roundups\189.md" />
<hidden path="src\roundups\19.md" />
<hidden path="src\roundups\190.md" />
<hidden path="src\roundups\191.md" />
<hidden path="src\roundups\192.md" />
<hidden path="src\roundups\193.md" />
<hidden path="src\roundups\194.md" />
<hidden path="src\roundups\99.md" />
<hidden path="src\roundups\20.md" />
<hidden path="src\roundups\21.md" />
Expand Down
2 changes: 1 addition & 1 deletion src/ld/29.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ the Surface](http://www.ludumdare.com/compo/ludum-dare-29/).
- [Beneath the City] by [Sébastien Bénard]
- [A Glorious Escape for A Lich King] by [Benjamin Soule]

![lich king img haxe](/img/ld-lich-king.png "A Glorious Escape for A Lich King")
![lich king img haxe social](/img/ld-lich-king.png "A Glorious Escape for A Lich King")

- [Clean Them'All!] by [Mathieu Pistol]

Expand Down
6 changes: 2 additions & 4 deletions src/roundups/196.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ take a look at the [perlin noise shader][link 4] demo.
[Adrian][tw 5] has released [Saving Alley Cats!][link 11] built with HaxeFlixel, OpenFL and Haxe
to the [Google Play Store][link 11].

![pic 2]
![pic 2 social](/img/BlWDWimCIAANSq0.png "Saving Alley Cats!")

[Andreas Rønning][gh 2] has released [bmfonthx] which is a Haxe reader for the binary
[BMFont format][link 6]. Available from haxelib and it _“works a treat [with] OpenFL and
Expand Down Expand Up @@ -65,7 +65,7 @@ External asset loading library for OpenFL][link 10].

And finally, [try.haxe.org] has been updated with function arg autocompletion!

![pic 1]
![pic 1](/img/BjVi239IYAAcCj7.png "Function Arg AutoCompletion")

[link 1]: https://groups.google.com/forum/#!msg/haxelang/E-TZYUdbcfI/uR-yrpQYDCMJ "Haxe 3.1.3 has been released!"
[link 2]: https://groups.google.com/forum/#!topic/haxelang/8C0u7opv5qQ "HXCPP 3.1.3 has been released!"
Expand All @@ -92,5 +92,3 @@ And finally, [try.haxe.org] has been updated with function arg autocompletion!
[onto write]: https://plus.google.com/+AndreasR%C3%B8nning/posts/PZuiuChpfux
[AkaLoader]: https://github.com/onatbas/AkaLoader "AkaLoader on Github"
[try.haxe.org]: http://try.haxe.org "Try Haxe"
[pic 1]: /img/BjVi239IYAAcCj7.png "Function Arg AutoCompletion"
[pic 2]: /img/BlWDWimCIAANSq0.png "Saving Alley Cats!"
9 changes: 3 additions & 6 deletions src/roundups/197.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ If your attending [WWX2014] the 4th International Haxe Conference, then you're l
But you will likely need somewhere to stay, so checkout the details for the official
[WWX2014 Hotel]. There is only a month until it kicks off!

![wwx2014 logo]
![wwx2014 logo social](/img/wwx2014-logo.png "World Wide Haxe Conference 2014")

[Nico Zimmermann][g+ 1] and his team from [Britzpeterman] have created another brilliant
piece of work created with Haxe/js call [Net Wars].
Expand All @@ -14,7 +14,7 @@ _“Inspired by current political discussions of leading world powers, netwars i
fact-based TV documentary, interactive web documentary, TV movie and graphic novel
app, which explores the impending threat of cyberwarfare.”_

![NetWarsProject]
![NetWarsProject](/img/Bl5DTmyCUAAiNC7.png "NetWars Project")

Nico [posted][l 1] Net Wars to the Haxe mailing list where he goes into detail about
the performance issues they encountered, the frameworks they used and the solutions
Expand Down Expand Up @@ -76,7 +76,7 @@ having minimal impact on performance and memory.
[Colapsydo][tw 6] has created [Intra][l 8] an old school raycast 3D procedural
labyrinth adventure game created using OpenFL.

![Intra]
![Intra](/img/BktMG04IgAAu8Bo.jpg "Intra")

[Andy Li][gh 5] has created an impressive library which gives Haxe the ability to
create anonymous classes similar to Java, using the library [hxAnonCls].
Expand Down Expand Up @@ -120,13 +120,10 @@ demos on the Flash target and at least one C++ target.

[wwx2014]: http://wwx.silexlabs.org/2014/ "World Wide Haxe Conferenece 2014"
[wwx2014 hotel]: https://groups.google.com/forum/#!msg/haxelang/sGsZNfXdoAw/5mq8UldAFmoJ "Official WWX2014 Hotel"
[wwx2014 logo]: /img/wwx2014-logo.png "World Wide Haxe Conference 2014"
[Britzpeterman]: http://www.britzpetermann.com/ "Britzpeterman | Studio for Design & Code"
[Net Wars]: http://www.netwars-project.com/webdoc
[NetWarsProject]: /img/Bl5DTmyCUAAiNC7.png "NetWars Project"
[#2908]: https://github.com/HaxeFoundation/haxe/issues/2908 "haxe_ver doesn't seem to support patch number"
[spod]: http://haxe.org/manual/spod "Haxe SPOD library"
[intra]: /img/BktMG04IgAAu8Bo.jpg "Intra"
[hxAnonCls]: https://github.com/andyli/hxAnonCls "hxAnonCls on Github"
[DashDox]: https://github.com/andyli/DashDox "DashDox on Github"
[Dash]: http://kapeli.com/dash "Dash - Documentation Browser"
Expand Down
11 changes: 4 additions & 7 deletions src/roundups/198.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ A brand new target has been added to Haxe, thanks to [Frabbit][gh1] and
[Simon Krajewski][gh2] who have created the [Python target][l2]. You can grab
a [nightly build][l3] to test it out.

![python]
![python](/img/BmS9OwFCMAE--65.png "Haxe compiled to Python!")

The HaxeFlixel team have [released][l1] HaxeFlixel `3.3.0`, a huge release with improved
HTML5 support, further improvements to the debugger, gamepad support and loads more. The
Expand Down Expand Up @@ -45,7 +45,7 @@ performance on various platforms.
[HIDE] `0.3.8` has been released which are minor fixes and completion chaining. The
install missing feature which is coming soon in `0.3.9` looks extremely useful.

![hide 0.3.9]
![hide 0.3.9](/img/hide-install-missing-haxelib.gif "Install missing feature | HIDE")

Also it seems the two developers originally working on [HIDE], [Boyan Ololoevich][tw3]
and [Pah Arif][tw4] have _parted ways_.
Expand All @@ -71,7 +71,7 @@ And to finish, [plenty] of games have been made using Haxe, OpenFL, HaxeFlixel,
HaxePunk, Flambe and other libraries for the recent LD29. Look out for a LD29 Haxe
roundup this Friday.

![Beneath the City]
![Beneath the City social](/img/2982-shot1.png "Beneath the City")

[l1]: https://groups.google.com/forum/#!msg/haxeflixel/pFAuyNfBuZI/O_2tZoFB51IJ "HaxeFlixel 3.3.0 has been released!"
[l2]: https://github.com/HaxeFoundation/haxe/pull/2924 "Pull request for the Python Target"
Expand All @@ -98,8 +98,7 @@ roundup this Friday.
[tw4]: https://twitter.com/misterpah "@misterpah"
[tw5]: https://twitter.com/sHTiF "@sHTiF"
[tw6]: https://twitter.com/EduardoDias "@EduardoDias"

[Beneath the City]: /img/2982-shot1.png "Beneath the City"

[plenty]: https://github.com/skial/haxe.io/issues/15 "Haxe LD29 Game List"
[map importer]: https://github.com/Dvergar/PyxelEdit-Map-Importer "PyxelEdit Map Importer on Github"
[readme]: https://github.com/Dvergar/PyxelEdit-Map-Importer#readme "PyxelEdit Map Importer README"
Expand All @@ -109,10 +108,8 @@ roundup this Friday.
[inotify]: http://en.wikipedia.org/wiki/Inotify "Inotify on Wikipedia"
[printr]: http://uk1.php.net/print_r "PHP's print_r function"
[hide]: https://github.com/as3boyan/HIDE "Haxe Integrated Development Enviroment | HIDE"
[hide 0.3.9]: /img/hide-install-missing-haxelib.gif "Install missing feature | HIDE"
[sortvis.org]: http://sortvis.org/ "Sorting Algorthm Visualisations"
[hxsort]: https://github.com/MaddinXx/hxsort "HxSort on Github"
[python]: /img/BmS9OwFCMAE--65.png "Haxe compiled to Python!"
[openfl-bitfive]: https://github.com/YellowAfterlife/openfl-bitfive "openfl-bitfive on Github"
[1.4.1]: http://www.openfl.org/blog/2014/04/25/openfl-html5-1-4-1-beta/ "OpenFL HTML5 1.4.1 beta"
[1.4.2]: http://www.openfl.org/blog/2014/04/29/openfl-html5-1-4-2-beta/ "OpenFL HTML5 1.4.2 beta"
6 changes: 3 additions & 3 deletions src/social_meta.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
<content select="h1:first-of-type" targets="meta[property='og:title'][content]" />
<content select="h1:first-of-type" targets="meta[name='twitter:title'][content]" />
<!-- Twitter Meta -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:card" content="" />
<meta name="twitter:creator" content="@skial" />
<meta name="twitter:title" content="" />
<meta name="twitter:description" content="" />
<meta name="twitter:image" content="http://haxe.io/img/skial.jpg" />
<meta name="twitter:image" content="" />
<!-- Google+, Facebook, OpenGraph Meta -->
<meta property="og:title" content="" />
<meta property="og:image" content="http://haxe.io/img/skial.jpg" />
<meta property="og:image" content="" />
<meta property="og:url" content="" />
<meta property="og:description" content="" />
<meta property="og:type" content="article" />
Expand Down

0 comments on commit e69b4f7

Please sign in to comment.