[Trac] Re: Possible to use plain text instead of wikiformatting?

2007-01-11 Thread David Van Maren

Christian Boos wrote:

> Now that we're talking about the wiki, I'd like to get some feedback
> about two other possible changes:
> - what about allowing bulleted list to start at the beginning of line?
> The constraint of the space in front is a bit artificial, as I don't see
> many possibility of having "false positive". (1)

+1 on dropping the requirement of leading spaces.

Note also that if you adopt the WikiCreole form of:

* item 1
** item 1.1
* item 2

I *think* that the old-fashioned emacs outline mode works better.
(and I admit that I'm mainly editing wiki pages using trac-wiki mode
(1).  It's *very* nice.)

(1) http://www.meadowy.org/~gotoh/projects/trac-wiki/
DVM


--~--~-~--~~~---~--~~
 You received this message because you are subscribed to the Google Groups 
"Trac Users" group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: Trac and remote repository

2006-10-30 Thread David Van Maren


Noah Kantrowitz wrote:
> This is a twofold issue. One, the Subversion API does not offer a
> unified way to talk to local and remote repos. Two, even if it did,
> the speed would be awful. As of Subvesion 1.4, svnsync allows easy
> repository mirroring, so why not just use that?

What about using pysvn as an optional backend?  If there is a nice
abstraction layer there, surely it would be straightforward to write
one for pysvn, which could support a local or a remote repository just
as easily.

Has anyone looked at that as an option?


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/trac-users
-~--~~~~--~~--~--~---



[Trac] Re: Chrome template for Trac interface

2006-10-24 Thread David Van Maren


Parragh Szabolcs wrote:
> try this:
>
>  ##
> # Site CSS - Place custom CSS, including overriding styles here.
> ?>
> body {
>  background: green;
> }

That worked perfectly.

Thankyou everyone for your help.

DVM


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/trac-users
-~--~~~~--~~--~--~---



[Trac] Re: Chrome template for Trac interface

2006-10-19 Thread David Van Maren


Emmanuel Blot wrote:
> > I am a new user to Trac so please excuse my ignorance here but can
> > anyone please point me in the direction of instructions/details on how
> > to use the chrome template that seems to be on so many Trac powered
> > sites(including the Trac site itself).
>
> Can you elaborate on your needs, i.e. what to you want to achieve?
>
> If you simply want to customize the look of your Trac installation,
> the easiest may is to create your own .css file, and add a link to
> this stylesheet in the site_css.cs file (which is located in your
> /templates dir).

I'm also interested in tweaking some of this.

We have about 6 separate trac projects, and I'd like to set the
background color differently on each of the, so that users following
cross-project links will be clearly reminded that they've changed
projects.

I'm new to CSS, but I tried to follow the wikipedia's examples by
placing a  block in one of the project's template/site_css.cs
files, and I cannot seem to get it to show up in the HTML that gets
shipped to a browser.

Would anyone be williing to give me some help?

1. What would an appropriate style block look like?  My understanding
is that simply modifying the style of the body may not do what I'd
like.

2. How should it be put into the site_css.cs file?  Is it OK to embed
it, or should I link to a separate .css file?

Here's what I've tried so far, in proj/templates/site_css.cs:


 body {
 background: green;
 color: blue;
 }

?>


Am I even close?

Thanks for any help anyone can give me.
DVM


- what


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/trac-users
-~--~~~~--~~--~--~---