We need a volunteer to adjust the links osTicket-Reloaded
carlosdelfino opened this issue · 7 comments
We need a volunteer to adjust the links:
OsTicket.com -> osTicket-Reloaded.com
OsTicket.com / support -> OsTicket-Reloaded.com/tickets
OsTicket.com / support / * -> OsTicket-Reloaded.com/tickets
OsTicket.com / forum -> OsTicket-Reloaded.com/issue
OsTicket.com / forum / * -> OsTicket-Reloaded.com/issue
OsTicket.com / wiki -> OsTicket-Reloaded.github.com/OsTicket/wiki
OsTicket.com / wiki / * -> OsTicket-Reloaded.github.com/OsTicket/wiki / (?)
Thanks.
http://www.osticket-reloaded.com/tickets gives a 404 error, as does /issue and the github wiki link.
I will install this url a ticket service.
Is this still and issue? Is there perhaps a way with a script to solve this?
Olá @jasperf, nos precisamos fazer uma boa revisão do código.
Sobre o Script, a própria pessoa que assumir de fazer tal revisão pode cria-lo, seja em PHP, AWK, ou outro método, porém acredito que a melhor forma seja manual, devido a natureza variável de tais links.
Hello @jasperf , we must make a good code review.
About the Script, assuming the person to make such a review can create it, either in PHP, AWK, or other method, but I believe that the best way is manual, due to the variable nature of these links.
About the link http://www.osticket-reloaded.com/tickets i will install it now. please open a new issue for this issue.
On the move now. Good idea to make a good code review. We should also ask all subscribers who can do this. Do not know what you mean by AWK..
Sent from my iPhone
On May 21, 2012, at 3:46, Carlos Delfino Carvalho Pinheiroreply@reply.github.com wrote:
Olá @jasperf, nos precisamos fazer uma boa revisão do código.
Sobre o Script, a própria pessoa que assumir de fazer tal revisão pode cria-lo, seja em PHP, AWK, ou outro método, porém acredito que a melhor forma seja manual, devido a natureza variável de tais links.
Hello @jasperf , we must make a good code review.
About the Script, assuming the person to make such a review can create it, either in PHP, AWK, or other method, but I believe that the best way is manual, due to the variable nature of these links.
Reply to this email directly or view it on GitHub:
#5 (comment)
AWK is a shell pattern processor tool, you use regexp strings to find patterns and make actions code in php files for example.
you can make substitutions thousands of files with one simple command. Is simple, but I know a little about it.