Soo what have I been doing lately? The Fascinator Desktop The Fascinator 0.3 Desktop was released 3 weeks ago. Features implemented in The Fascinator 0.3 Desktop can be found in: http://fascinator.usq.edu.au/trac/wiki/tf2/Version0.3.0 P.S: for new features and enhancements request for The Fascinator 0.4 can be found in: http://fascinator.usq.edu.au/trac/wiki/tf2/Planning So what are the features have been implemented …
Category Archive: ICE
Permanent link to this article: http://lindaocta.com/?p=269
Sep
03
Setting up Nagios 3 in Ubuntu 9.04 Jaunty + forward notification using postfix
Since The Fascinator Desktop 0.1 Release, #tf4desktop, we need to make sure ICE service and OpenOffice are running in the server to support the conversion sent thru The Fascinator Desktop. I managed to setup Nagios in ICE server to watch ICE and OpenOffice process and when ICE or OpenOffice or even server are down, notification …
Permanent link to this article: http://lindaocta.com/?p=227
Jul
07
Multipart file upload in java (Version 2)
Time to blog my multipart file upload version 2. In this version I am no longer using the MultiPartFormOutputStream.java (see my previous blog: http://lindaocta.com/?p=185) In this version, I use java dependencies: httpclient: download HttpClient and it’s dependencies from: http://hc.apache.org/httpclient-3.x/tutorial.html io: download from: http://commons.apache.org/downloads/download_io.cgi Transformer_two.java code: import java.io.File; import java.io.FileOutputStream; import java.io.InputStream; import org.apache.commons.httpclient.HttpClient; import org.apache.commons.httpclient.methods.PostMethod; …
Permanent link to this article: http://lindaocta.com/?p=199
Jul
02
Multipart file upload in java (Version 1)
Uploading Multipart file through java is not that easy. I need to write this code for the Transformer (I don’t have a chance to write the wiki yet ), the bridge between The Fascinator desktop and Ice-Service. Since I am trying my best to remember java syntax again, I am confuse which library to use. …
Permanent link to this article: http://lindaocta.com/?p=185
Jul
25
From Framemaker to odt
Recently I have been busy with my permanent residency application as well as my conversion module from frammaker to odt. University of Southern Queensland has been using framemaker editor to create the study books and introductory books for the courses. Since ICE (the project I have been working on) manages to provide a nicer support, …
Permanent link to this article: http://lindaocta.com/?p=58
Dec
17
Open Office vs Ms Word
Lots of blogs and forum post about Open Office performance issue. ICE, the project that I am working on now is using Open Office to handle the process from rendition to pdf, html and combining multiple documents (Ms Word or Neo Office) to build a book. With 512 RAM, testing building book or rendition is …
Permanent link to this article: http://lindaocta.com/?p=34
Permanent link to this article: http://lindaocta.com/?p=32
Dec
13
Latex To Xhtml Api using tex4ht
For the past 2 weeks I have been struggling with latex to html conversion. I tried packages like latex2html in ubuntu (after I decided to give up on trying to install in window) and plastex (python packages for latex conversion running in window). Both packages produce a good html format, but the html result generated …
Permanent link to this article: http://lindaocta.com/?p=31
Nov
18
Installing latex2html in window
Getting latex2html work in window is a real pain. Try to search a lot of forums to solve the below installation problem but seems like no luck… > Building “latex2html.bat” from “latex2html.pin” > … building pstoimg > build.pl (Revision 1.6) > config\build.pl: Warning: Skipping build of pstoimg because of missing external programs. > … building …
Permanent link to this article: http://lindaocta.com/?p=7
Nov
18
Converting LaTex Document to xHtml using plasTeX
Another features will be added to ICE project that I work on. Since ICE is moving towards targetting Researcher in USQ, we are going to impliment LaTeX conversion to allow Researchers to view their LaTeX document in xHtml form instead of using latex command to compile to .dvi format and view the document using xdvi. …
Permanent link to this article: http://lindaocta.com/?p=24