Thread: [scriba-cvs] CVS commit: scriba
Status: Pre-Alpha
Brought to you by:
soyt
|
From: Eric F. <so...@us...> - 2005-03-17 14:12:42
|
Module name: scriba
Committed by: soyt
Date: Thu Mar 17 14:12:20 UTC 2005
Modified Files:
scriba/examples: ggiscriba.py
scriba/scriba: context.py core.py
scriba/scriba/utils: __init__.py rstman.py rstnevow.py rstwrap.py
Log Message:
remember current resource path on context
To generate a diff of this commit:
cvs -z3 rdiff -u -r1.1.1.1 -r1.2 scriba/scriba/utils/__init__.py \
scriba/scriba/utils/rstman.py scriba/scriba/utils/rstnevow.py \
scriba/scriba/utils/rstwrap.py
cvs -z3 rdiff -u -r1.2 -r1.3 scriba/examples/ggiscriba.py
cvs -z3 rdiff -u -r1.3 -r1.4 scriba/scriba/context.py
cvs -z3 rdiff -u -r1.4 -r1.5 scriba/scriba/core.py
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
|
|
From: Eric F. <so...@us...> - 2005-03-17 14:21:33
|
Module name: scriba Committed by: soyt Date: Thu Mar 17 14:21:12 UTC 2005 Modified Files: scriba: TODO Log Message: updated To generate a diff of this commit: cvs -z3 rdiff -u -r1.2 -r1.3 scriba/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Eric F. <so...@us...> - 2005-03-17 15:16:13
|
Module name: scriba
Committed by: soyt
Date: Thu Mar 17 15:15:50 UTC 2005
Modified Files:
scriba/examples: ggiscriba.py
scriba/scriba/utils: rstnevow.py rstwrap.py
Log Message:
more rst tuning
To generate a diff of this commit:
cvs -z3 rdiff -u -r1.2 -r1.3 scriba/scriba/utils/rstnevow.py \
scriba/scriba/utils/rstwrap.py
cvs -z3 rdiff -u -r1.3 -r1.4 scriba/examples/ggiscriba.py
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
|
|
From: Eric F. <so...@us...> - 2005-03-17 16:12:55
|
Module name: scriba
Committed by: soyt
Date: Thu Mar 17 16:12:09 UTC 2005
Modified Files:
scriba/examples: ggiscriba.py
scriba/scriba/utils: rstnevow.py
Added Files:
scriba/examples: rstnevow.py rstnevow.txt
Removed Files:
scriba/scriba/test: test_rst.py
Log Message:
new examples, removed test and rst refinements
To generate a diff of this commit:
cvs -z3 rdiff -u -r0 -r1.1 scriba/examples/rstnevow.py \
scriba/examples/rstnevow.txt
cvs -z3 rdiff -u -r1.2 -r0 scriba/scriba/test/test_rst.py
cvs -z3 rdiff -u -r1.3 -r1.4 scriba/scriba/utils/rstnevow.py
cvs -z3 rdiff -u -r1.4 -r1.5 scriba/examples/ggiscriba.py
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
|
|
From: Eric F. <so...@us...> - 2005-03-18 08:43:31
|
Module name: scriba Committed by: soyt Date: Fri Mar 18 08:43:10 UTC 2005 Modified Files: scriba/examples: rstnevow.txt scriba/scriba/utils: rstnevow.py Log Message: Handle footnote references To generate a diff of this commit: cvs -z3 rdiff -u -r1.1 -r1.2 scriba/examples/rstnevow.txt cvs -z3 rdiff -u -r1.4 -r1.5 scriba/scriba/utils/rstnevow.py Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Eric F. <so...@us...> - 2005-03-18 16:37:48
|
Module name: scriba Committed by: soyt Date: Fri Mar 18 16:37:27 UTC 2005 Modified Files: scriba/examples: ggiscriba.py scriba/scriba: core.py Log Message: add a helper function to publish a list of resources on a root To generate a diff of this commit: cvs -z3 rdiff -u -r1.5 -r1.6 scriba/scriba/core.py cvs -z3 rdiff -u -r1.7 -r1.8 scriba/examples/ggiscriba.py Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Eric F. <so...@us...> - 2005-03-19 09:53:44
|
Module name: scriba Committed by: soyt Date: Sat Mar 19 09:53:22 UTC 2005 Modified Files: scriba/examples: ggiscriba.py scriba/scriba: basic.py core.py Added Files: scriba/scriba/test: test_path.py Log Message: richer Path strings To generate a diff of this commit: cvs -z3 rdiff -u -r0 -r1.1 scriba/scriba/test/test_path.py cvs -z3 rdiff -u -r1.5 -r1.6 scriba/scriba/basic.py cvs -z3 rdiff -u -r1.6 -r1.7 scriba/scriba/core.py cvs -z3 rdiff -u -r1.8 -r1.9 scriba/examples/ggiscriba.py Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Eric F. <so...@us...> - 2005-03-19 12:52:27
|
Module name: scriba Committed by: soyt Date: Sat Mar 19 12:51:54 UTC 2005 Modified Files: scriba: TODO scriba/examples: ggiscriba.py scriba/scriba: context.py core.py Log Message: use core.Path as IPath on the context rather than list od string To generate a diff of this commit: cvs -z3 rdiff -u -r1.3 -r1.4 scriba/TODO cvs -z3 rdiff -u -r1.4 -r1.5 scriba/scriba/context.py cvs -z3 rdiff -u -r1.7 -r1.8 scriba/scriba/core.py cvs -z3 rdiff -u -r1.9 -r1.10 scriba/examples/ggiscriba.py Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Eric F. <so...@us...> - 2005-03-24 20:03:10
|
Module name: scriba Committed by: soyt Date: Thu Mar 24 20:02:49 UTC 2005 Modified Files: scriba: TODO scriba/scriba: core.py scriba/scriba/test: test_basic.py test_path.py Added Files: scriba/scriba/test: test_chain.py Log Message: implement chained publisher and added test To generate a diff of this commit: cvs -z3 rdiff -u -r0 -r1.1 scriba/scriba/test/test_chain.py cvs -z3 rdiff -u -r1.1 -r1.2 scriba/scriba/test/test_path.py cvs -z3 rdiff -u -r1.10 -r1.11 scriba/scriba/core.py cvs -z3 rdiff -u -r1.3 -r1.4 scriba/scriba/test/test_basic.py cvs -z3 rdiff -u -r1.4 -r1.5 scriba/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Eric F. <so...@us...> - 2005-05-19 11:42:11
|
Module name: scriba
Committed by: soyt
Date: Thu May 19 11:41:49 UTC 2005
Modified Files:
scriba/examples: ggiscriba.py
scriba/scriba: basic.py
scriba/scriba/test: test_path.py
scriba/scriba/utils: rstman.py rstwrap.py
Log Message:
use 'semantics' as marker on literal; more FSPath features
To generate a diff of this commit:
cvs -z3 rdiff -u -r1.10 -r1.11 scriba/examples/ggiscriba.py
cvs -z3 rdiff -u -r1.2 -r1.3 scriba/scriba/test/test_path.py \
scriba/scriba/utils/rstman.py
cvs -z3 rdiff -u -r1.3 -r1.4 scriba/scriba/utils/rstwrap.py
cvs -z3 rdiff -u -r1.8 -r1.9 scriba/scriba/basic.py
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
|
|
From: Eric F. <so...@us...> - 2005-05-19 14:25:31
|
Module name: scriba Committed by: soyt Date: Thu May 19 14:25:04 UTC 2005 Modified Files: scriba/examples: rstnevow.py scriba/scriba/utils: rstman.py rstnevow.py rstwrap.py Log Message: many rst utils improvements To generate a diff of this commit: cvs -z3 rdiff -u -r1.2 -r1.3 scriba/examples/rstnevow.py cvs -z3 rdiff -u -r1.3 -r1.4 scriba/scriba/utils/rstman.py cvs -z3 rdiff -u -r1.4 -r1.5 scriba/scriba/utils/rstwrap.py cvs -z3 rdiff -u -r1.6 -r1.7 scriba/scriba/utils/rstnevow.py Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |