Limited time promo

TopStyle Plugin

Softland
Softland
0 USD

TopStyle backup plugin only works with Backup4all.


DOWNLOAD NOW
Buy licenses

If you already have Backup4all, you can add the TopStyle backup plugin below.


INSTALL PLUGIN
Download plugin as XML file
Author:
TopStyle is a CSS/XHTML/HTML editor that focuses more on the code-editing part rather than WYSIWYG, offering however support for previewing websites created too. Download this plugin to back-up TopStyle registry, definitions and user files.


Raw Plugin (XML) Code: TopStyle.xml

<?xml version="1.0" encoding="UTF-8"?>
<b4asource version="1.0">
  <!--Program unique ID (GUID)-->
  <id>{EB1E1EE2-D68A-417C-9C9D-2591E25E2B38}</id>
  <!--Program name-->
  <name>TopStyle</name>
  <!--Executable file path-->
  <exepath type="0"/>
  <!--Minimum and maximum versions for which the backup was tested-->
  <minversion>3.0</minversion>
  <maxversion>3.9</maxversion>
  <!--Information about the plugin author-->
  <author>
    <name>Softland</name>
    <email>[email protected]</email>
    <website>http://www.backup4all.com</website>
  </author>
  <!--Variables used in the XML file-->
  <variables>
    <!--If type="reg" then the value will be read from the registry-->
    <variable name="path" type="reg">HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\TopStyle.exe\Path</variable>
  </variables>
  <!--The backup sources-->
  <sources>
    <source name="Registry" type="registry">
      <registry path="HKEY_CURRENT_USER\Software\Bradbury" recursive="true"/>
      <registry path="HKEY_LOCAL_MACHINE\SOFTWARE\Bradbury" recursive="true"/>
      <registry path="HKEY_CLASSES_ROOT\Applications\TopStyle3.exe" recursive="true"/>
    </source>
    <source name="CSS Definitions" type="folder">
      <folder>#path#\CSSDefs</folder>
    </source>
    <source name="Samples" type="folder">
      <folder>#path#\samples</folder>
    </source>
    <source name="User" type="folder">
      <folder>#path#\user</folder>
    </source>
  </sources>
</b4asource>