Skip to content

Commit

Permalink
Added a copy of the first library version to the releases folder
Browse files Browse the repository at this point in the history
Signed-off-by: jagracar <jagracar@gmail.com>
  • Loading branch information
jagracar committed Sep 25, 2013
1 parent 6d2a7aa commit 75ce6a9
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions releases/grafica-1.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
# More on this file here: https://github.com/processing/processing/wiki/Library-Basics
# UTF-8 supported.

# The name of your library as you want it formatted.
name = grafica

# List of authors. Links can be provided using the syntax [author name](url).
authorList = [Javier Gracia Carpio](http://www.openprocessing.org/user/16300)

# A web page for your library, NOT a direct link to where to download it.
url = https://github.com/jagracar/grafica

# The category of your library, must be one (or many) of the following:
# "3D" "Animation" "Compilations" "Data"
# "Fabrication" "Geometry" "GUI" "Hardware"
# "I/O" "Language" "Math" "Simulation"
# "Sound" "Utilities" "Typography" "Video & Vision"
#
# If a value other than those listed is used, your library will listed as
# "Other".
category = Math

# A short sentence (or fragment) to summarize the library's function. This will
# be shown from inside the PDE when the library is being installed. Avoid
# repeating the name of your library here. Also, avoid saying anything redundant
# like mentioning that it's a library. This should start with a capitalized
# letter, and end with a period.
sentence = Create simple and configurable 2D plots with Processing.

# Additional information suitable for the Processing website. The value of
# 'sentence' always will be prepended, so you should start by writing the
# second sentence here. If your library only works on certain operating systems,
# mention it here.
paragraph =

# Links in the 'sentence' and 'paragraph' attributes can be inserted using the
# same syntax as for authors.
# That is, [here is a link to Processing](http://processing.org/)


# A version number that increments once with each release. This is used to
# compare different versions of the same library, and check if an update is
# available. You should think of it as a counter, counting the total number of
# releases you've had.
version = 1 # This must be parsable as an int

# The version as the user will see it. If blank, the version attribute will be
# used here.
prettyVersion = 1.0.0 # This is treated as a String
Binary file added releases/grafica-1.zip
Binary file not shown.

0 comments on commit 75ce6a9

Please sign in to comment.