diff --git a/_templates/footer.mako b/_templates/footer.mako index 1e3c71cf8..17242a7ab 100644 --- a/_templates/footer.mako +++ b/_templates/footer.mako @@ -13,7 +13,7 @@ href="http://${bf.config.blog.disqus.name}.disqus.com/latest.rss">Comments. Hosting for openFrameworks is generously provided by Rackspace
- +

diff --git a/_templates/tutorials.mako b/_templates/tutorials.mako index 07167fab8..fd7fe577e 100644 --- a/_templates/tutorials.mako +++ b/_templates/tutorials.mako @@ -12,11 +12,9 @@ ${self.header()}
-

tutorials

-
-

This section contains tutorials about specific tasks in openFrameworks. If you want to contribute a tutorial, fork the ofSite repository in github and add your tutorial in markdown or asciidoc format inside the _tutorials folder. -

-
+ +

This section contains tutorials about specific tasks in openFrameworks. If you want to contribute one, you can do it through the ofSite repository in github. Add your tutorial in markdown or asciidoc format inside the _tutorials folder. +

% for category in categories: diff --git a/about/index.html.mako b/about/index.html.mako index 99250da57..e76b2e444 100644 --- a/about/index.html.mako +++ b/about/index.html.mako @@ -1,7 +1,11 @@ ## -*- coding: utf-8 -*- <%inherit file="/_templates/slideshow.mako" /> -

about

+

openFrameworks is an open source C++ toolkit designed to assist the creative process by providing a simple and intuitive framework for experimentation.

+
+ + +
@@ -15,7 +19,7 @@

-openFrameworks is an [open source](license.html) [C++](https://en.wikipedia.org/wiki/C%2B%2B) toolkit designed to assist the creative process by providing a simple and intuitive framework for experimentation. The toolkit is designed to work as a general purpose glue, and wraps together several commonly used libraries, including: +openFrameworks is designed to work as a general purpose glue, and wraps together several commonly used libraries, including: * [OpenGL](http://www.opengl.org/), [GLEW](http://glew.sourceforge.net/), [GLUT](http://www.opengl.org/resources/libraries/glut/), [libtess2](https://code.google.com/p/libtess2/) and [cairo](http://cairographics.org/) for graphics * [rtAudio](http://www.music.mcgill.ca/~gary/rtaudio/), [PortAudio](http://www.portaudio.com/), [OpenAL](http://http://connect.creativelabs.com/openal) and [Kiss FFT](http://kissfft.sourceforge.net/) or [FMOD](http://www.fmod.org/) for audio input, output and analysis diff --git a/community/index.html.mako b/community/index.html.mako index ff7eb3dfe..9bb765dfe 100644 --- a/community/index.html.mako +++ b/community/index.html.mako @@ -2,8 +2,10 @@ <%inherit file="/_templates/fullpage.mako" />
-

community

-

openFrameworks is a diverse community of hackers, artists, designers, students, teachers from all over the world. To learn more about getting involved in OF, check out the community mailing list. The community list is ideal for learning about ways to participate, hearing about upcoming events like workshops and conferences, and sharing projects.

+ +

openFrameworks is a diverse community of hackers, artists, designers, students, teachers from all over the world.

+

To learn more about getting involved in OF, check out the community mailing list. +The community list is ideal for learning about ways to participate, hearing about upcoming events like workshops and conferences, and sharing projects.

Want to get involved right away? The OF community is always looking for developers, designers, writers, event organizers, and general enthusiasts to help build a better experience. If you're wondering where to look, dive into the collaborations section on the forum, or take a look at the existing tutorials.