فهرست منبع

remove remaining example assets

George S. Baugh 4 سال پیش
والد
کامیت
94fd1f7572
3فایلهای تغییر یافته به همراه0 افزوده شده و 68 حذف شده
  1. 0 68
      bin/migrate2.pl
  2. BIN
      www/assets/audio/test.mp3
  3. BIN
      www/assets/video/test.ogv

+ 0 - 68
bin/migrate2.pl

@@ -26,74 +26,6 @@ sub uuid { return UUID::Tiny::create_uuid_as_string(UUID::Tiny::UUID_V1, UUID::T
 # Modify these variables to suit your installation.
 my $user = 'george';
 my @extra_series = (
-        {
-            "aclname"    => "news",
-            "acls"       => [],
-            aliases      => [],
-            "callback"   => "Trog::Routes::HTML::series",
-            method       => 'GET',
-            "data"       => "News",
-            "href"       => "/news",
-            "local_href" => "/news",
-            "preview"    => "/img/sys/testpattern.jpg",
-            "tags"       => [qw{series topbar public}],
-            visibility   => 'public',
-            "title"      => "News",
-            user         => $user,
-            form         => 'series.tx',
-            child_form   => 'microblog.tx',
-        },
-        {
-            "aclname"    => "blog",
-            "acls"       => [],
-            aliases      => [],
-            "callback"   => "Trog::Routes::HTML::series",
-            method       => 'GET',
-            "data"       => "Blog",
-            "href"       => "/blog",
-            "local_href" => "/blog",
-            "preview"    => "/img/sys/testpattern.jpg",
-            "tags"       => [qw{series topbar public}],
-            visibility   => 'public',
-            "title"      => "Blog",
-            user         => $user,
-            form         => 'series.tx',
-            child_form   => 'blog.tx',
-        },
-        {
-            "aclname"    => "video",
-            "acls"       => [],
-            aliases      => [],
-            "callback"   => "Trog::Routes::HTML::series",
-            method       => 'GET',
-            "data"       => "Videos",
-            "href"       => "/video",
-            "local_href" => "/video",
-            "preview"    => "/img/sys/testpattern.jpg",
-            "tags"       => [qw{series topbar public}],
-            visibility   => 'public',
-            "title"      => "Videos",
-            user         => $user,
-            form         => 'series.tx',
-            child_form   => 'file.tx',
-        },
-        {
-            "aclname"    => "images",
-            "acls"       => [],
-            aliases      => [],
-            "callback"   => "Trog::Routes::HTML::series",
-            method       => 'GET',
-            "data"       => "Images",
-            "href"       => "/images",
-            "local_href" => "/images",
-            "preview"    => "/img/sys/testpattern.jpg",
-            "tags"       => [qw{series topbar public}],
-            visibility   => 'public',
-            "title"      => "Images",
-            user         => $user,
-            form         => 'series.tx',
-            child_form   => 'file.tx',
-        },
 );
 
 my $conf = Trog::Config::get();

BIN
www/assets/audio/test.mp3


BIN
www/assets/video/test.ogv