Changeset 1973

Show
Ignore:
Timestamp:
26/08/11 15:49:32 (22 months ago)
Author:
matthijs
Message:

plugin-webcam: Use "webcam" instead of "fon_webcam" as the plugin name.

Most parts of the plugin were already renamed, except for the name the
plugin registers after installation. This name should match the name in
the plugins listing on download.fonosfera.org, otherwise there will be
two entries for the plugin on the Applications page.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/fon/plugins/plugin-webcam/upgrade

    r1760 r1973  
    44-- add plugin 
    55local pkg = require "luci.fon.pkg" 
    6 local plugin = pkg.Plugin("fon_webcam") 
     6local plugin = pkg.Plugin("webcam") 
    77local ret = plugin:add("Webcam", "@NAME@", "@VERSION@") 
    88local sys = require("luci.sys")