Skip to content

Commit

Permalink
Documentation: about and file-placeholder.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bèr Kessels committed Nov 26, 2012
1 parent 525cccf commit 2357bc2
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 6 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,10 @@ configure.

### Testing ###
The library uses PHPUnit for testing the classes (the library) and
Drupals internal test-framework for testing the integration.
Drupals internal test-framework for testing the integration.

Using a third party tool was nessecary, because DrupalUnitTestis basically
[unusable for actual unit testing of classes](http://stackoverflow.com/a/6046100/73673).

Please make sure all tests are green before making a pull-request; that
means testing with both phpunit and Drupals testing. For example:
Expand Down
4 changes: 1 addition & 3 deletions tagadelic.info
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = Tagadelic
description = Tagadelic makes weighted tag clouds from your taxonomy terms.
description = "Tagadelic makes weighted tag clouds from any-ol' weighted list."
core = 7.x
dependencies[] = taxonomy
package = "Taxonomy"
Expand All @@ -11,5 +11,3 @@ files[] = tagadelic.install
files[] = TagadelicCloud.php
files[] = TagadelicTag.php
files[] = TagadelicDrupalWrapper.php

configure = admin/config/content/tagadelic
25 changes: 23 additions & 2 deletions tagadelic.module
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,28 @@
* @file tagadelic.module
* Library to build tagclouds.
* @author Bèr Kessels <ber@webschuur.com>
* @link http://webschuur.com
* @link http://berk.es
*/


/**
____________________________________
/ This is an empty-ish file. Because \
\ Drupal needs a .module /
------------------------------------
\ / \ //\
\ |\___/| / \// \\
/0 0 \__ / // | \ \
/ / \/_/ // | \ \
@_^_@'/ \/_ // | \ \
//_^_/ \/_ // | \ \
( //) | \/// | \ \
( / /) _|_ / ) // | \ _\
( // /) '/,_ _ _/ ( ; -. | _ _\.-~ .-~~~^-.
(( / / )) ,-{ _ `-.|.-~-. .~ `.
(( // / )) '/\ / ~-. _ .-~ .-~^-. \
(( /// )) `. { } / \ \
(( / )) .----~-.\ \-' .~ \ `. \^-.
///.----..> \ _ -~ `. ^-` ^-_
///-._ _ _ _ _ _ _}^ - - - - ~ ~-- ,.-~
/.-~
*/

0 comments on commit 2357bc2

Please sign in to comment.