Log of /trunk/admintools
Directory Listing
Revision
7128 -
Directory Listing
Modified
Wed Dec 28 20:12:28 2011 UTC (16 months, 3 weeks ago) by
gage
Merge branch 'master' into svn_sync
Revision
6449 -
Directory Listing
Modified
Sat Oct 2 17:38:35 2010 UTC (2 years, 7 months ago) by
aubreyja
Modified ww-make-docs and ww-make-docs-from-cvs to use svn, and to not use ssi's since we found mod_include to cause trouble for mod_dav_svn, renamed ww-make-docs-from-cvs
Revision
5698 -
Directory Listing
Modified
Sat Jun 14 23:14:33 2008 UTC (4 years, 11 months ago) by
jj
New script for creating a special Nat. Problem Library file pointer
(i.e., a pg file which just tells webwork to use the contents of another
file).
Revision
5670 -
Directory Listing
Modified
Mon May 12 19:53:25 2008 UTC (5 years ago) by
sh002i
visual tweaks
Revision
5669 -
Directory Listing
Modified
Mon May 12 18:39:02 2008 UTC (5 years ago) by
sh002i
added support for lexical variables, improved output formatting (YUI!)
Revision
5668 -
Directory Listing
Modified
Mon May 12 18:37:01 2008 UTC (5 years ago) by
sh002i
stylesheet for ww-symbol-map output
Revision
5632 -
Directory Listing
Modified
Mon Apr 14 23:12:44 2008 UTC (5 years, 1 month ago) by
sh002i
This script is designed to scan PG macro files for documentation strings
that note where variables and functions are declared and used. it then
outputs an HTML which describes the uses/used-by relationships among
symbols. This will be useful in determining dependencies within PG when
cleaning up the language. Documentation strings are of the form
# ^key value
Any number of comment characters in a row are supported, and there may
be any amount of whitespace on either side of the comment character(s)
as well as between the key and the value.
Example:
# ^package Foo::Bar
package Foo::Bar;
# ^variable @hello
my @hello;
# ^function foo
# ^uses @hello
sub foo {
push @hello, @_;
}
Revision
5631 -
Directory Listing
Modified
Mon Apr 14 22:56:11 2008 UTC (5 years, 1 month ago) by
sh002i
disable logmsg handling
Revision
5603 -
Directory Listing
Modified
Thu Jan 24 15:44:44 2008 UTC (5 years, 4 months ago) by
sh002i
use monobook-like look and feel
fix some problems with indexing "module_version--subdir" dirs
Revision
5550 -
Directory Listing
Modified
Tue Oct 2 20:27:44 2007 UTC (5 years, 7 months ago) by
sh002i
remove each dest dir before regenerating docs
Revision
5549 -
Directory Listing
Modified
Tue Oct 2 20:11:00 2007 UTC (5 years, 7 months ago) by
sh002i
uncommented things that were commented out for debugging
Revision
5548 -
Directory Listing
Modified
Tue Oct 2 20:09:47 2007 UTC (5 years, 7 months ago) by
sh002i
added master index for all modules/versions
Revision
5547 -
Directory Listing
Modified
Tue Oct 2 18:48:49 2007 UTC (5 years, 7 months ago) by
sh002i
...but don't require podpp
Revision
5546 -
Directory Listing
Modified
Tue Oct 2 18:46:56 2007 UTC (5 years, 7 months ago) by
sh002i
improve subdir handling, code to call podpp, maybe other things
Revision
5534 -
Directory Listing
Modified
Tue Sep 25 23:00:18 2007 UTC (5 years, 8 months ago) by
sh002i
generate a top-level index file listing all PODs
Revision
5533 -
Directory Listing
Modified
Tue Sep 25 17:43:49 2007 UTC (5 years, 8 months ago) by
sh002i
don't pass --subdirs is there are no subdirectories to search
Revision
5532 -
Directory Listing
Modified
Tue Sep 25 17:42:12 2007 UTC (5 years, 8 months ago) by
sh002i
handle files that are not in a subdirectory of the source root dir
Revision
5531 -
Directory Listing
Modified
Tue Sep 25 17:32:31 2007 UTC (5 years, 8 months ago) by
sh002i
re-set path to work on devel
Revision
5530 -
Directory Listing
Modified
Tue Sep 25 16:52:33 2007 UTC (5 years, 8 months ago) by
sh002i
utility to check out sources from CVS and generate HTML from POD.
Revision
5529 -
Directory Listing
Modified
Tue Sep 25 16:49:19 2007 UTC (5 years, 8 months ago) by
sh002i
utility to convert a tree of POD docs into HTML. unlike wwdocs2html,
this program enables linking between files.
Revision
4953 -
Directory Listing
Modified
Mon Apr 30 18:37:24 2007 UTC (6 years ago) by
sh002i
removed test file
Revision
4952 -
Directory Listing
Modified
Mon Apr 30 18:36:52 2007 UTC (6 years ago) by
sh002i
test file
Revision
4943 -
Directory Listing
Modified
Wed Apr 25 19:08:25 2007 UTC (6 years, 1 month ago) by
sh002i
support log messages which have only added or deleted files, and no
modified files.
Revision
4715 -
Directory Listing
Modified
Fri Dec 8 20:12:58 2006 UTC (6 years, 5 months ago) by
sh002i
handle "added files" properly
Revision
4581 -
Directory Listing
Modified
Fri Oct 20 16:33:25 2006 UTC (6 years, 7 months ago) by
sh002i
This script is for use on the annoyingly-corrupted tmon.out files that
Devel::DProf generates when Safe compartments are used. It escapes
nonprintable characters and spurrious newlines.
Revision
4505 -
Directory Listing
Modified
Mon Sep 18 20:02:17 2006 UTC (6 years, 8 months ago) by
sh002i
parse a cvs commit log email and generate "cvs up" commands to merge the
changes into the current working copy. (all this does is looks for the
"diff" commands and pulls the filename and version numbers out of it.)
Revision
4497 -
Directory Listing
Modified
Fri Sep 15 19:03:39 2006 UTC (6 years, 8 months ago) by
sh002i
strictify
Revision
4496 -
Directory Listing
Modified
Fri Sep 15 19:03:29 2006 UTC (6 years, 8 months ago) by
sh002i
use /usr/bin/perl instead of /usr/local/bin/perl
Revision
4481 -
Directory Listing
Modified
Mon Sep 11 16:39:31 2006 UTC (6 years, 8 months ago) by
sh002i
parse "cvs status 2>&1" output and show changed/out-of-date files
Revision
4480 -
Directory Listing
Modified
Mon Sep 11 16:39:03 2006 UTC (6 years, 8 months ago) by
sh002i
get version from command line, don't upload to SF automatically
Revision
4461 -
Directory Listing
Modified
Fri Sep 8 20:16:19 2006 UTC (6 years, 8 months ago) by
sh002i
skip non-directories. prune empty directories in cvs update.
Revision
4120 -
Directory Listing
Modified
Wed May 31 22:59:58 2006 UTC (6 years, 11 months ago) by
sh002i
script for generating release tarballs and uploading them to SF
Revision
4119 -
Directory Listing
Modified
Wed May 31 22:59:33 2006 UTC (6 years, 11 months ago) by
sh002i
fixed path to docs directory
Revision
3993 -
Directory Listing
Modified
Tue Jan 31 18:28:56 2006 UTC (7 years, 3 months ago) by
sh002i
moved from webwork2/bin
Revision
3981 -
Directory Listing
Added
Fri Jan 27 03:32:30 2006 UTC (7 years, 3 months ago) by
sh002i
moving local utilities out of webwork2/bin