Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to test cauldron by Quentin Rameau (342970b659d1ac44ebf07ed6c39f755525f40137)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: "Quentin RAMEAU" <quinq.ml AT gmail.com>
  • To: "Ladislav Hagara" <ladislav.hagara AT unob.cz>
  • Cc: "sm-commit AT lists.ibiblio.org" <sm-commit AT lists.ibiblio.org>
  • Subject: Re: [SM-Commit] GIT changes to test cauldron by Quentin Rameau (342970b659d1ac44ebf07ed6c39f755525f40137)
  • Date: Wed, 7 Jan 2009 17:51:11 +0100

I'm not sure I understand your question.

2009/1/6 Ladislav Hagara <ladislav.hagara AT unob.cz>

>  iso/usr/share/smgl.install/smgl-alchemy |  196 ++++++++++++++++++++++++++++++++
>  1 files changed, 196 insertions(+)
>
> New commits:
> commit 342970b659d1ac44ebf07ed6c39f755525f40137
> Author: Quentin Rameau <quinq AT sourcemage.org>
> Commit: Quentin Rameau <quinq AT sourcemage.org>
>
>     smgl.install/smgl-alchemy: added new script
>
>     This new dialog based script permits to select optional spells from cache
>     directory, and then writes list into a file in order to cast them.
>     It remembers previously selected spells when called several times.
>
> diff --git a/iso/usr/share/smgl.install/smgl-alchemy b/iso/usr/share/smgl.install/smgl-alchemy
> new file mode 100755
> index 0000000..0fab2c3
> --- /dev/null
> +++ b/iso/usr/share/smgl.install/smgl-alchemy
> @@ -0,0 +1,196 @@
> +#!/bin/bash
> +#---------------------------------------------------------------------
> +##
> +##=head1 SYNOPSIS
> +##
> +##  Alchemy is a an optional spell management utility
> +##
> +##=head1 DESCRIPTION
> +##
> +## ...
> +##
> +##=head1 COPYRIGHT
> +##
> +## Sourced from sorcery Copyright 2001 by Kyle Sallee
> +## Original version Copyright 2008 Q. Rameau
> +## Additions/corrections Copyright 2008 by the Source Mage Team
> +##
> +##=head1 FUNCTIONS
> +##
> +##=over 4
> +##
> +#---------------------------------------------------------------------
> +
> +help() {
> +
> +  cat << EOF
> +
> +Alchemy is the menu interface for installing optional spells, on your
> +new system.
> +
> +Example:        alchemy
> +Usage:          alchemy [parameters]
smgl-alchemy ?

--
Ladislav Hagara
_______________________________________________
SM-Commit mailing list
SM-Commit AT lists.ibiblio.org
http://lists.ibiblio.org/mailman/listinfo/sm-commit




Archive powered by MHonArc 2.6.24.

Top of Page