Skip to content

Commit

Permalink
Added a projects conf file with some projects
Browse files Browse the repository at this point in the history
  • Loading branch information
tony.cosentino committed Nov 8, 2013
1 parent 252fd2d commit 630630c
Show file tree
Hide file tree
Showing 12 changed files with 74 additions and 1 deletion.
8 changes: 8 additions & 0 deletions projects/_projects.yml
@@ -0,0 +1,8 @@
highlighted:
- drupal
- phpbb
- laravel
major:
- phpunit
minor:
- phpmyfaq
1 change: 0 additions & 1 deletion projects/drupal.yml
@@ -1,5 +1,4 @@
name: Drupal
type: highlighted
url: http://drupal.org
dependencies: []
components:
Expand Down
11 changes: 11 additions & 0 deletions projects/en/laravel.html.twig
@@ -0,0 +1,11 @@
{% block description %}
<p>Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable,
creative experience to be truly fulfilling. Laravel attempts to take the pain out of development by easing common tasks
used in the majority of web projects, such as authentication, routing, sessions, and caching. Laravel aims to make the
development process a pleasing one for the developer without sacrificing application functionality. Happy developers make
the best code. To this end, we've attempted to combine the very best of what we have seen in other web frameworks, including
frameworks implemented in other languages, such as Ruby on Rails, ASP.NET MVC, and Sinatra.</p>
{% endblock %}



8 changes: 8 additions & 0 deletions projects/en/phpbb.html.twig
@@ -0,0 +1,8 @@
{% block description %}
<p>phpBB is a free flat-forum bulletin board software solution that can be used to stay in touch with a group of
people or can power your entire website. With an extensive database of user-created modifications and styles database
containing hundreds of style and image packages to customise your board, you can create a very unique forum in minutes.</p>
{% endblock %}



6 changes: 6 additions & 0 deletions projects/en/phpmyfaq.html.twig
@@ -0,0 +1,6 @@
{% block description %}
<p>phpMyFAQ is a multilingual, database-driven FAQ-system. It supports various databases and PHP 5.2 (or higher).
phpMyFAQ also offers a multi-language Content Management-System with a WYSIWYG editor and an Image Manager,
flexible multi-user support with user and group based permissions, templates, PDF-support, Facebook and Twitter support,
LDAP and Microsoft Active Directory support and an easy to use installation script.</p>
{% endblock %}
6 changes: 6 additions & 0 deletions projects/en/phpunit.html.twig
@@ -0,0 +1,6 @@
{% block description %}
<p>PHPUnit is a unit testing software framework for software written in the PHP programming language.
Created by Sebastian Bergmann, PHPUnit is one of the xUnit family of frameworks. PHPUnit was created with
the view that the sooner you detect your code mistakes, the quicker you can fix them. Like all Unit testing
frameworks PHPUnit uses assertions to verify that behaviour of the unit of code under test behaves as expected.</p>
{% endblock %}
Binary file added projects/laravel.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions projects/laravel.yml
@@ -0,0 +1,14 @@
name: laravel
url: http://laravel.com
dependencies: []
components:
- BrowserKit
- Console
- CssSelector
- Debug
- DomCrawler
- Finder
- HttpFoundation
- HttpKernel
- PropertyAccess
- Translation
Binary file added projects/phpbb.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions projects/phpbb.yml
@@ -0,0 +1,10 @@
name: phpbb
url: http://phpbb.com
dependencies: []
components:
- Config
- DependencyInjection
- EventDispatcher
- HttpKernel
- Routing
- Yaml
6 changes: 6 additions & 0 deletions projects/phpmyfaq.yml
@@ -0,0 +1,6 @@
name: phpbb
url: http://phpmyfaq.de
dependencies: []
components:
- ClassLoader
- HttpFoundation
5 changes: 5 additions & 0 deletions projects/phpunit.yml
@@ -0,0 +1,5 @@
name: phpunit
url: http://phpunit.de/manual/‎
dependencies: []
components:
- Yaml

0 comments on commit 630630c

Please sign in to comment.