Skip Menu |

This queue is for tickets about the HTML-WikiConverter-GoogleCode CPAN distribution.

Report information
The Basics
Id: 64182
Status: rejected
Priority: 0/
Queue: HTML-WikiConverter-GoogleCode

People
Owner: martykube [...] yahoo.com
Requestors: henry.jiang [...] sfgov.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.12
Fixed in: (no value)



Subject: html to wiki conversion
Hi, I'm migrating my wiki pages from Jira to GoogleCode. I'm able to pull the content into HTML format and found this perl package here. My environment Centos 5 on x86_64 Perl version 5.8.8 HTML::WikiConverter version 0.68 HTML::WikiConverter::GoogleCode 0.12 I manage to convert the html to wiki, however, the wiki format didn't come out as expected(not perfect, but at least readable). Attached is both the .html and .wiki Can you please help? There maybe a bug in the module or I'm simply missing some options. Thanks.
Subject: applogic_commands.html
Enterprise Addressing System : Applogic__commands
Enterprise Addressing System : Applogic__commands
This page last changed on Aug 25, 2010 by pmccullough.

useful applogic...

  • misc commands
  • groups of commands
  • sequences of commands
> vol manage maddev:mad_db mad_sfmaps:map_data
> cp -Rp volA .
  1. copy data from volX to volY
  2. in this case we copy data from one vol to another to migrate the db data.
> list log
> app list
> help app start
> app start
> ca sfmaps
  1. list log - lists log (grid shell)
  2. list applications
  3. start application
  4. current app: sets the current application such that subsequent commands will be applied to that application
> vol list
> vol list appname --all
> vol manage
> vol repair
> vol resize app_name:vol size=1G
  1. vol list - list volumes
  2. val manage - manage one or more volumes, even if hosts are down
  3. vol repair - On production grids, this will synchronize the disks.
  1. vol resize - change disk space for volume

A component is the same as an applicance or a VM.

For example, a tomcat appliance is an appliance.

To restart a component, open a grid shell and do the following.

> comp list
> comp restart
  1. comp list - lists component of application
  2. comp restart - restart component (applinace) only, reloads comp boundaries
> app config
> help app start
> 3t
> user list
> srv list --map
Document generated by Confluence on Dec 17, 2010 12:25
Subject: applogic_commands.wiki
Download applogic_commands.wiki
application/octet-stream 1.4k

Message body not shown because it is not plain text.

You right, this doesn't look good. I'll check it out.
The problem here is that the HTML page has a table with much of the content next in the first row. That really doesn't work well as a google wiki table with nested content. The wiki drops most of the content formatting as list and pre-formatted code boxes. I think the best solution is to modify the HTML and eliminate the outer table. Attached is a modified HTML page. This was translated and posted to a google code wiki page here: http://code.google.com/p/jbati/wiki/Testing
Subject: applogic_commands_cpy.html
Enterprise Addressing System : Applogic__commands
Enterprise Addressing System : Applogic__commands
This page last changed on Aug 25, 2010 by pmccullough.

useful applogic...

  • misc commands
  • groups of commands
  • sequences of commands
> vol manage maddev:mad_db mad_sfmaps:map_data
> cp -Rp volA .
  1. copy data from volX to volY
  2. in this case we copy data from one vol to another to migrate the db data.
> list log
> app list
> help app start
> app start
> ca sfmaps
  1. list log - lists log (grid shell)
  2. list applications
  3. start application
  4. current app: sets the current application such that subsequent commands will be applied to that application
> vol list
> vol list appname --all
> vol manage
> vol repair
> vol resize app_name:vol size=1G
  1. vol list - list volumes
  2. val manage - manage one or more volumes, even if hosts are down
  3. vol repair - On production grids, this will synchronize the disks.
  1. vol resize - change disk space for volume

A component is the same as an applicance or a VM.

For example, a tomcat appliance is an appliance.

To restart a component, open a grid shell and do the following.

> comp list
> comp restart
  1. comp list - lists component of application
  2. comp restart - restart component (applinace) only, reloads comp boundaries
> app config
> help app start
> 3t
> user list
> srv list --map
Document generated by Confluence on Dec 17, 2010 12:25
Rejecting the ticket. A workaround was supplied and no code changes are needed.