ae711e Update `identity' functionality:

Authored and Committed by areguera 13 years ago
21 files changed. 50 lines added. 706 lines removed.
Scripts/Bash/Cli/Functions/Identity/Config/Identity/Brands/render.conf.sh
file removed
-37
Scripts/Bash/Cli/Functions/Identity/Config/Identity/Fonts/render.conf.sh
file removed
-37
Scripts/Bash/Cli/Functions/Identity/Config/Identity/Models/render.conf.sh
file removed
-37
Scripts/Bash/Cli/Functions/Identity/Config/Identity/Themes/Backgrounds/render.conf.sh
file removed
-38
Scripts/Bash/Cli/Functions/Identity/Config/Identity/Themes/Concept/render.conf.sh
file removed
-37
Scripts/Bash/Cli/Functions/Identity/Config/Identity/Themes/Distro/5/Anaconda/render.conf.sh
file removed
-37
Scripts/Bash/Cli/Functions/Identity/Config/Identity/Themes/Distro/5/Firstboot/render.conf.sh
file removed
-37
Scripts/Bash/Cli/Functions/Identity/Config/Identity/Themes/Distro/5/Gdm/render.conf.sh
file removed
-38
Scripts/Bash/Cli/Functions/Identity/Config/Identity/Themes/Distro/5/Grub/render.conf.sh
file removed
-38
Scripts/Bash/Cli/Functions/Identity/Config/Identity/Themes/Distro/5/Gsplash/render.conf.sh
file removed
-37
Scripts/Bash/Cli/Functions/Identity/Config/Identity/Themes/Distro/5/Kdm/render.conf.sh
file removed
-38
Scripts/Bash/Cli/Functions/Identity/Config/Identity/Themes/Distro/5/Ksplash/render.conf.sh
file removed
-37
Scripts/Bash/Cli/Functions/Identity/Config/Identity/Themes/Distro/5/Rhgb/render.conf.sh
file removed
-37
Scripts/Bash/Cli/Functions/Identity/Config/Identity/Themes/Distro/5/Syslinux/render.conf.sh
file removed
-38
Scripts/Bash/Cli/Functions/Identity/Config/Identity/Themes/Promo/Releases/render.conf.sh
file removed
-37
Scripts/Bash/Cli/Functions/Identity/Config/Identity/Themes/Promo/Stationery/Media/render.conf.sh
file removed
-37
Scripts/Bash/Cli/Functions/Identity/Config/Identity/Themes/Promo/Stationery/Posters/render.conf.sh
file removed
-37
Scripts/Bash/Cli/Functions/Identity/Config/Identity/Widgets/render.conf.sh
file removed
-31
Scripts/Bash/Cli/Functions/Identity/identity_getActions.sh
file modified
+42 -39
Scripts/Bash/Cli/Functions/Identity/identity_getConfig.sh
file modified
+1 -1
Scripts/Bash/Cli/Functions/Identity/identity_render.sh
file modified
+7 -1
    Update `identity' functionality:
    
        - Remove pre-rendition configuration scripts inside Config
          directory. The Config directory directory, if fact, was
          completly removed from trunk/Scripts/Bash/Cli/Functions/Identity
          dirctory structure.
        
        - Different rendition styles are available through the following
          command-line options:
    
            --syslinux
                To produce 16 color images and convert them into lss
                format.
    
            --grub
                To produce 14 color images and convert them into xpm.gz
                format.
    
            --gdm, --kdm
                To produce gdm and kdm tar.gz files respectively.
            
            --ksplash
                To produce ksplash images. Special feature here is
                creation of a Preview image from three other images
                through ImageMagick tool set.
    
            --format
                To convert PNG images to different formats using
                ImageMagick.
    
            --groupt-by-type
                To organize similar files inside the same directory. For
                exmaple, png files are stored in a Png/ directory, jpg
                files are stored in a Jpg/ directory and so on.