summaryrefslogtreecommitdiff
path: root/sandbox/davidg
Commit message (Collapse)AuthorAgeFilesLines
* Move the orphaned python source reader to the sandbox.milde2010-12-0711-0/+2241
| | | | | | | | | | The "python" reader is no longer maintained and (in its current form) does not work with Python 3. Documentation from RST docstrings can be generated with the Sphinx "autodoc" extension (http://sphinx.pocoo.org/latest/ext/autodoc.html). git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@6495 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* removed zero-width non-joinergoodger2006-06-301-3/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@4646 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Analysis of the re.UNICODE flag on whitespace recognitiongoodger2006-03-211-0/+119
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@4441 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* moved infrastructure files into a top-level sandboxgoodger2005-10-262-420/+0
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3951 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* guard another loop from being tracedgoodger2005-07-301-0/+6
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3783 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* restore trace after loopgoodger2005-07-301-0/+4
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3778 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* avoid exiting due to non-zero return code of grepwiemann2005-06-231-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3563 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* update sitemap only if something has changedwiemann2005-06-221-38/+43
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3561 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* fixed sitemap date format; Google's example with "date" on theirwiemann2005-06-221-0/+2
| | | | | | web page doesn't work with GNU date git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3557 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added support for Google sitemaps for faster indexingwiemann2005-06-221-0/+44
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3552 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* renamed tools/pep.py to rstpep2html.pywiemann2005-06-201-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3533 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* revert changed __init__.py before updating the web sitewiemann2005-06-021-0/+7
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3423 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added "quiet" switchwiemann2005-06-011-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3421 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* revert __init__.py before updating to avoid conflictswiemann2005-06-011-0/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3420 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updated tools for docutils.__version_details__goodger2005-06-011-3/+3
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3418 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* typowiemann2005-05-291-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3413 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* piped output of ed to /dev/nullwiemann2005-05-291-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3412 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added version suffix for snapshotswiemann2005-05-291-0/+5
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3411 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added "trap - 0" before exit in traps so that the trap does not get called twicewiemann2005-04-271-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3264 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added "exit 1" to trap;wiemann2005-04-261-1/+3
| | | | | | | moved trap in front of lock directory creation; the trap is now removed before deleting the lock directory git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3258 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* use lock for whole execution of docutils-update, not only for transmitting ↵wiemann2005-04-131-36/+51
| | | | | | | | the patch; transmit whole tarball instead of patch if there is no "current" tarball on BerliOS git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3213 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added comments; changed chmod command to makewiemann2005-04-121-1/+7
| | | | | | | | sure the directory storing the key is un-readable for world; I don't think there was a security hole because the key isn't world-readable anyway, but just to be sure... git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3211 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added protection against termination on "error" without $feedbackwiemann2005-04-021-6/+6
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3159 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* removed -p option (now activated automatically)wiemann2005-03-231-3/+3
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3101 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added feedback option (-f)wiemann2005-03-231-7/+10
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3100 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* moved snapshots to anonymous FTPwiemann2005-03-231-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3099 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* do not extract mtimes on SF.net to avoid "time stamp in the future" errorswiemann2005-03-231-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3093 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* don't be nice;wiemann2005-03-231-3/+0
| | | | | | shell.berlios.de is so slow now that it takes forever with niceness 15 git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3091 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added umask-002 to ensure all files are group-writable on SF.net serverwiemann2005-03-221-0/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3089 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* renamed docutils-update-svn to docutils-updatewiemann2005-03-221-0/+0
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3088 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* deleted docutils-updatewiemann2005-03-221-139/+0
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3087 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* docutils-update-svn now pushes htdocs to SF.netwiemann2005-03-221-34/+95
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3086 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added nice value; added commentwiemann2005-03-201-1/+5
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3063 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* some improvements and fixeswiemann2005-03-191-12/+16
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3062 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* changed docutils-update-svn to run with SVN on BerliOS;wiemann2005-03-191-29/+24
| | | | | | | | | will adapt paths to SF.net when http://sourceforge.net/tracker/?func=detail&aid=1166275&group_id=1&atid=200001 is resolved git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3061 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* copied docutils-update to docutils-update-svnwiemann2005-03-191-0/+139
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3060 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* properly close Emacs local variable blockgoodger2005-02-251-0/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2986 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* -d creates new directories, -P prunes empty onesgoodger2004-11-131-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2846 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added -s optiongoodger2004-09-131-1/+12
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2611 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added -v (verbose) optiongoodger2004-09-071-2/+10
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2553 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* also copy .htaccess from the web directory;wiemann2004-07-281-1/+1
| | | | | | | not .[^.]* for the $project directory, because it isn't needed and might cause the script to fail. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2493 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* reverted to "cp" so only newer files get written; ignore chmod errorsgoodger2004-07-271-14/+13
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2484 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updatedwiemann2004-07-271-4/+4
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2482 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updatedwiemann2004-07-271-10/+10
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2481 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updatedwiemann2004-07-271-5/+5
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2480 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updatedwiemann2004-07-271-3/+10
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2479 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updatedwiemann2004-07-271-4/+4
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2478 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updatedwiemann2004-07-271-4/+7
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2477 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updatedwiemann2004-07-271-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2476 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updatedwiemann2004-07-271-8/+11
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2475 929543f6-e4f2-0310-98a6-ba3bd3dd1d04