grim/gplate

Preparing for release
gplate-0.0.1
2008-03-02, grim
d1e5bb0ba8eb
Parents ae2f9362c118
Children b41e842f91ea
Preparing for release
  • +1 -1
    AUTHORS
  • +3 -0
    ChangeLog
  • +8 -0
    NEWS
  • +9 -0
    README
  • +1 -1
    configure.ac
  • --- a/AUTHORS Wed Feb 27 23:19:32 2008 -0600
    +++ b/AUTHORS Sun Mar 02 01:08:47 2008 -0600
    @@ -4,7 +4,7 @@
    Contributors
    ============
    -<insert your name here>
    +John Bailey (rekkanoryo) <rekkanoryo@rekkanoryo.org>
    Translators
    ===========
    --- a/ChangeLog Wed Feb 27 23:19:32 2008 -0600
    +++ b/ChangeLog Sun Mar 02 01:08:47 2008 -0600
    @@ -0,0 +1,3 @@
    +Version 0.0.1 3/1/08:
    + * Initial release. Only basic templating and for loops work, I'm sure there
    + are plenty of bugs to be found.
    --- a/NEWS Wed Feb 27 23:19:32 2008 -0600
    +++ b/NEWS Sun Mar 02 01:08:47 2008 -0600
    @@ -0,0 +1,8 @@
    +Version 0.0.1:
    + Well this is the first release. The only thing I'm missing that I wanted
    + to get in here, was working if functions. Those will come in the next
    + release as well as a host of other updates.
    +
    + If you want to help me hack this bad boy out, by all means feel free to get
    + involved.
    +
    --- a/README Wed Feb 27 23:19:32 2008 -0600
    +++ b/README Sun Mar 02 01:08:47 2008 -0600
    @@ -0,0 +1,9 @@
    +GPlate is a template engine written in C using glib and the GObject system.
    +
    +It was started due to the inability to find a template engine that was GPL
    +compatible and callable from C. Since these requirements couldn't be met, I
    +(Gary Kramlich), decided to write my own that was easier to use in applications
    +that are already using glib.
    +
    +The idea behind gplate is to be extendable by the applications using it so that
    +it can fit whatever you needs may arise.
    --- a/configure.ac Wed Feb 27 23:19:32 2008 -0600
    +++ b/configure.ac Sun Mar 02 01:08:47 2008 -0600
    @@ -3,7 +3,7 @@
    dnl ################################################################
    dnl # Initialize autoconf
    dnl ################################################################
    -AC_INIT(gplate, 0.0.1mtn, guifications-devel@lists.guifications.org)
    +AC_INIT(gplate, 0.0.1, guifications-devel@lists.guifications.org)
    AC_PREREQ(2.50)
    AC_CANONICAL_SYSTEM
    AC_CONFIG_SRCDIR(config.h.in)