I'm not a python developer. I have no idea how to do that. Sad that Trac
doesn't have that built in. You would think personalizing wiki pages like
that would be useful... :-\

-----Original Message-----
From: trac-users@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Noah Kantrowitz
Sent: Tuesday, June 24, 2008 7:22 PM
To: trac-users@googlegroups.com
Subject: [Trac] Re: How can I use/insert $USERNAME in a wiki page?


On Jun 24, 2008, at 10:17 PM, Daevid Vincent wrote:

> There are many wiki pages I've setup where I'm trying to put command  
> line fragments or what not and wish to insert the current logged in  
> username in place.
>
> So for example if I have:
>
>   svn co --username $USERNAME https://svn.mycompany.com/svn/trunk .
>
> I want it to show up as
>
>   svn co --username daevid https://svn.mycompany.com/svn/trunk .
>
> In the wiki page.
>
> Is that possible?

You would need to make a small macro that just return req.authname

--Noah



--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to