Paul Malmsten | 3 Jul 18:21

[Trac] Re: Convert wiki page to HTML

Rickard,

I hope I'm not misunderstanding your particular scenario, but can't you just wget the wiki page directly without setting format to txt? It is Trac's job, after all, to convert the wiki to HTML whenever a browser (or wget, for example) requests a page.

~Paul Malmsten

----- Original message -----

Hi,

Is there an easy way to convert a wiki page to HTML using the Trac Python

files?

What I would like to do is to pull a wiki page down using wget, for example

wget http://.../wiki/Page?format=txt -O Page

and then convert it to HTML, for example

wikitohtml Page Page.html

I suppose I can write the wikitohtml script if I know what parts of the Trac

Python files to use.

--

Rickard Lindberg


--~--~---------~--~----~------------~-------~--~----~
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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to trac-users+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Rickard Lindberg | 3 Jul 14:01

[Trac] Convert wiki page to HTML


Hi,

Is there an easy way to convert a wiki page to HTML using the Trac Python
files?

What I would like to do is to pull a wiki page down using wget, for example

wget http://.../wiki/Page?format=txt -O Page

and then convert it to HTML, for example

wikitohtml Page Page.html

I suppose I can write the wikitohtml script if I know what parts of the Trac
Python files to use.

--

-- 
Rickard Lindberg

--~--~---------~--~----~------------~-------~--~----~
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@...
To unsubscribe from this group, send email to trac-users+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Roger Oberholtzer | 3 Jul 15:17

[Trac] wiki page hierarchy


This is a variation on a question I asked a while back. It is not the
same question.

In the trac wiki, I can enter a name like wiki/page/subpage and this
page/subpage will be created. Is it the case that I cannot import pages
this way via the trac-admin command? I know how to import pages in a
directory, and that works fine. But it seems that sub-directories are
not imported. Is this correct/expected behavior? I have some hundreds of
pages that will be generated automatically and [[Include]] in various
wiki pages. I want to put them in a make like page/subpage.

Have I missed the obvious?

--~--~---------~--~----~------------~-------~--~----~
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@...
To unsubscribe from this group, send email to trac-users+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Robert C Corsaro | 3 Jul 05:50
Favicon

[Trac] JQuery-UI Theme Needed


I'm working on a couple of plugins that will use jquery-ui.  The trouble 
is there is that I can't find a jquery-ui theme that goes nicely with 
trac's default theme.  I'm not a designer myself, so I was wondering if 
anyone would like to take a stab at it.  The have a nice gui site[0] for 
creating the theme that is very easy to use.  I'm sure many other 
plugins could benefit from it once it is complete.

[0] http://jqueryui.com/themeroller

--~--~---------~--~----~------------~-------~--~----~
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@...
To unsubscribe from this group, send email to trac-users+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

jevans | 3 Jul 01:04

[Trac] Is it possible to know who actually entered ticket?


Hello,

I had thought that the timeline showed the login of the person who
created a ticket.  But I see that it shows the content of the Reporter
field.

We get reports from many sources and would like to track the source.
We could add a separate 'reported externally by' field, but we're
trying to use the PrivateTickets plug-in so it would be better to keep
the actual reporter in the Reporter field.  Of course we could put it
in the CC field but then it's just a random CC entry and doesn't
really say why it's there.  We could also add a separate 'entered by'
field.

Or is there already some other method I've missed?

I'm wondering if it would be a good enhancement to the Trac core to
record both the entered Reporter and the login used to enter the
ticket - like the Author field for ticket changes.  Typically they'd
be the same but when different perhaps the "Opened <some time> ago"
tag could say "Opened <some time> ago by <login>".  And something
similar in the timeline - "created by <login> for <reporter>".  Seems
like this could also be useful on systems that accept anonymous
tickets (we don't).  Looked for this idea in Trac's tickets but didn't
see anything already written.

Thanks for any suggestions,
- jevans

--~--~---------~--~----~------------~-------~--~----~
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@...
To unsubscribe from this group, send email to trac-users+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Cinthia Nelson | 2 Jul 18:27

[Trac] trac installation on Suse


I am still trying to get Trac up and running after hours at my job. My
boss first asked me to use Windows but that turned into a nightmare so
he agreed to let me use Suse Linux since one of our other offices is
using that platform.

I first made sure I had subversion 1.6.2 set up on the Linux box
first. That was very straightforward. On the client side the users
choose whatever tool they want for the client platform.

I am using python2.6 with no problems.  I installed the sqlite3
database. I am not sure the pysqlite drivers are installed because I
cannot find them.

As it turns out Suse has  a package for Trac 0.11.4.  I gave that a
try.

Just to test I can run the tracd and one of the test projects shows up
but I cannot set up any users.  I downloaded the account manager
plugin but I still do not seem to be able to configure any users. The
reference file I found for Suse Trac says use rctrac to invoke the
daemon??  We are using svnserve not apache.

I am just wondering if I should uninstall the Suse Trac and just
install the Trac packages and their dependents manually.

Cindy

--~--~---------~--~----~------------~-------~--~----~
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@...
To unsubscribe from this group, send email to trac-users+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Nelson, Cynthia L. | 2 Jul 20:05

[Trac] Suse package for Trac

Hi,
 
I am still trying to get Trac up and running after hours at my job. My boss first asked me to use Windows but that turned into a nightmare so he agreed to let me use Suse Linux since one of our other offices is using Trac on that platform. They are using a older version so I can't just copy their installation.
 
I first made sure I had subversion 1.6.2 set up on the Linux server first. That was very straightforward. On the client side the users choose whatever tool they want for the client platform.
 
I am using python2.6 with no problems.  I installed the sqlite3 database. I am not sure the pysqlite drivers are installed because I cannot find them.
 
As it turns out Suse has  a package for Trac 0.11.4.  I gave that a try.  Just to test I can run the tracd and one of the test projects shows up but I cannot set up any users.
 
I downloaded the account manager plugin but I still do not seem to be able to configure any users. The reference file I found for Suse Trac says use rctrac to invoke the daemon??  We are using svnserve not apache.
 
I am just wondering if I should uninstall the Suse Trac and just install the Trac packages and their dependents manually.
 
Cindy
 
Cindy Nelson
Software Engineer
Thermo Scientific
Integrated Solutions Team
 
ThermoFisher
S C I E N T I F I C
The world leader in serving science
Thermo Fisher Scientific
200R Hembree Park Drive
Roswell, Georgia 30076
tel:  770-521-4506
 
 
 

--~--~---------~--~----~------------~-------~--~----~
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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to trac-users+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Chris Nelson | 2 Jul 18:18

[Trac] Re: How to rename Roadmap tab and change "Milestone" text


George Ganjei wrote:
> It looks like I need to sign in with a Gmail address to post a
> question, however I think I will receive emails at my Faulkner
> address. Or did you email me directly at my Faulkner address?  

I cut and pasted your Faulkner address into my To line.

Once you are a member (and it knows your non-Gmail address), you can
mail directly to trac-users@... rather than go to Google
Groups to post.

--~--~---------~--~----~------------~-------~--~----~
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@...
To unsubscribe from this group, send email to trac-users+unsubscribe <at> googlegroups.com
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

George | 2 Jul 16:32

[Trac] How to rename Roadmap tab and change "Milestone" text


Good morning. We're just getting our feet wet with Trac, but so far it
looks great. I did have some questions. We would like to rename the
Roadmap tab at the top of the screen and change the "Milestone" text
on that page. We could not see where to change that within the
trac.ini file.

If possible, PLEASE reply to gganjei@...

I was suprised to see that one had to have a Gmail account to use this
mailing list.

Thank you very much.

-George

--~--~---------~--~----~------------~-------~--~----~
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@...
To unsubscribe from this group, send email to trac-users+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

[Trac] multi svn configuration


Hello there,

I did not googled for that, so sorry if it is a trivial question.

I have some multi-component system in which there is such a hierarchy:

 * ERP+ CRM + CMS Admin Panel
 * client service / portal 1
 * client service / portal 2
 * client service / portal 3
 * client service / portal 4

My client would like to have a TRAC for ERP/CRM/CMS and one TRAC for
all client service / portals.

I would like to have and SVN for each system.

So it is that for ERP/CRM/CMS I got standard Trac/SVN, but for all the
other client components I got one trac and many SVNs.

Is there a possibility to integrate a trac with many SVNs ?

If so .. how ?

Thanks,

--

-- 
Tomek Grzechowski
-----------------
miniman <at> k3o; developer/programmer; http://k3o.eu
miniman.k3o@...; +48 662 279 869 (cell)
skype: miniman.k3o

--~--~---------~--~----~------------~-------~--~----~
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@...
To unsubscribe from this group, send email to trac-users+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

[Trac] svn configuration


Hello there,

I did not googled for that, so sorry if it is a trivial question.

I have some multi-component system in which there is such a hierarchy:

 * ERP+ CRM + CMS Admin Panel
 * client service / portal 1
 * client service / portal 2
 * client service / portal 3
 * client service / portal 4

My client would like to have a TRAC for ERP/CRM/CMS and one TRAC for
all client service / portals.

I would like to have and SVN for each system.

So it is that for ERP/CRM/CMS I got standard Trac/SVN, but for all the
other client components I got one trac and many SVNs.

Is there a possibility to integrate a trac with many SVNs ?

If so .. how ?

Thanks,

--

-- 
Tomek Grzechowski
-----------------
miniman <at> k3o; developer/programmer; http://k3o.eu
miniman.k3o@...; +48 662 279 869 (cell)
skype: miniman.k3o

--~--~---------~--~----~------------~-------~--~----~
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@...
To unsubscribe from this group, send email to trac-users+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---


Gmane