[Assorted-commits] SF.net SVN: assorted: [731] shell-tools/trunk/README
Brought to you by:
yangzhang
From: <yan...@us...> - 2008-05-08 19:17:15
|
Revision: 731 http://assorted.svn.sourceforge.net/assorted/?rev=731&view=rev Author: yangzhang Date: 2008-05-08 12:17:00 -0700 (Thu, 08 May 2008) Log Message: ----------- added an overview of assorted.bash; fixed header issues Modified Paths: -------------- shell-tools/trunk/README Modified: shell-tools/trunk/README =================================================================== --- shell-tools/trunk/README 2008-05-08 19:16:37 UTC (rev 730) +++ shell-tools/trunk/README 2008-05-08 19:17:00 UTC (rev 731) @@ -110,12 +110,12 @@ Here are a few of the major components in `shell-tools`. -== common.bash == +### common.bash Library of various general-purpose utilities that can come in handy for shell scripting. -== SimpleSetup == +### SimpleSetup Framework for writing minimal installers that support installation by symlinks, which is particularly handy for development of scripts (scripts because it's @@ -123,6 +123,18 @@ [build system]: http://assorted.sf.net/simple-build/ +### assorted.bash + +This is a script for helping me publish, in the hopes of getting more into the +whole "release early and often" mantra. It takes care of the generation of the +project website and publishing this to assorted.sf.net, and it also packages up +and releases the software package. + +In both website generation and packaging, the process involves generation of a +final README from the source README. For releasing a package, the place to +upload the files is determined by the package type (most things default to +Google Code, but Python packages are pushed to PyPI, for instance). + Links ----- This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |