29 Mayıs 2012 Salı

trac on windows

Trac (http://trac.edgewall.org/) is my favorite issue tracking tool. However, installing trac on windows is not a straightforward task. The easiest way to achieve this is by using bitnami.. .http://bitnami.org/download/files/stacks/trac/0.12.3-0/bitnami-trac-0.12.3-0-windows-installer.exe
Just run the exe, specify a port for trac, specify a project name and enjoy yourself..

22 Nisan 2012 Pazar

two useful online tools

an online free tool for merging multiple pdf files into one: http://foxyutils.com/mergepdf/

an online image conversion tool: http://www.go2convert.com/

8 Nisan 2012 Pazar

numbered list in Latex

Here is a way of creating numbered lists in Latex:



\begin{enumerate}
\item bla
\begin{enumerate}
\item bla bla
\item bla bla bla
\end{enumerate}
\item bla bla bla bla
\item bla bla bla bla bla 
\end{enumerate}

26 Mart 2012 Pazartesi

from word to wiki

In order to publish word document content as wiki page, follow these steps:

  1. Save word document as html.
  2. Copy the source html and use the tool on  http://toolserver.org/~diberri/cgi-bin/html2wiki/index.cgi to convert raw html to mediaWiki.
  3. Finally, copy the mediaWiki content to your wiki page.
Unfortunately, i had problem with toc (table of contents) part and had to modify the page manually..