This describes the front-end design and development work required for the Stratopan.com website. The current state of the site is visible here:
Overall Goals
| authors/id/A/AD/ADAMK/Class-Autouse-1.04.tar.gz | |
| authors/id/A/AD/ADAMK/Class-Autouse-1.10.tar.gz | |
| authors/id/A/AD/ADAMK/Class-Autouse-1.11.tar.gz | |
| authors/id/A/AD/ADAMK/Class-Autouse-1.12.tar.gz | |
| authors/id/A/AG/AGENT/Cookie-XS-0.04.tar.gz | |
| authors/id/A/AG/AGENT/Cookie-XS-0.05.tar.gz | |
| authors/id/A/AM/AMBS/Lingua/Lingua-TreeTagger-Installer-0.11.tar.gz | |
| authors/id/A/AM/AMBS/Lingua/Lingua-TreeTagger-Installer-0.1.tar.gz | |
| authors/id/A/AS/ASKSH/Apache2-Modwheel-0.2.1.tar.gz | |
| authors/id/A/AS/ASKSH/Modwheel-0.01.tar.gz |
| MooseX::Aliases | |
| MooseX::ClassAttribute | |
| MooseX::Configuration | |
| MooseX::MarkAsMethods | |
| MooseX::NonMoose | |
| MooseX::SetOnce | |
| MooseX::StrictConstructor | |
| MooseX::Types | |
| MooseX::Types::Moose |
| ii adduser 3.112+nmu2 add and remove users and groups | |
| ii apache2 2.2.16-6+squeeze8 Apache HTTP Server metapackage | |
| ii apache2-doc 2.2.16-6+squeeze8 Apache HTTP Server documentation | |
| ii apache2-mpm-worker 2.2.16-6+squeeze8 Apache HTTP Server - high speed threaded model | |
| ii apache2-utils 2.2.16-6+squeeze8 utility programs for webservers | |
| ii apache2.2-bin 2.2.16-6+squeeze8 Apache HTTP Server common binary files | |
| ii apache2.2-common 2.2.16-6+squeeze8 Apache HTTP Server common files | |
| ii apt 0.8.10.3+squeeze1 Advanced front-end for dpkg | |
| ii apt-listchanges 2.85.7+squeeze1 package change history notification tool | |
| ii apt-utils 0.8.10.3+squeeze1 APT utility programs |
| Replacing 'secret' with your actual password... | |
| cpanm --mirror-only --mirror http://deploy:[email protected]:3111/dev -L ~/tmp/sandbox YMD::Provision |
This describes the front-end design and development work required for the Stratopan.com website. The current state of the site is visible here:
Overall Goals
| #!/usr/bin/env perl | |
| # USAGE: cpanfile-dumper path/to/cpanfile | pinto -r path/to/repo pull | |
| use strict; | |
| use warnings; | |
| use Module::CPANfile; | |
| my $file = shift or die 'Must specify a cpanfile'; | |
| my $cpanfile = Module::CPANfile->load($file); |