diff --git a/libwnck/.footprint b/libwnck/.footprint index b38a5edae..d576cf659 100644 --- a/libwnck/.footprint +++ b/libwnck/.footprint @@ -19,8 +19,8 @@ drwxr-xr-x root/root usr/include/libwnck-1.0/libwnck/ drwxr-xr-x root/root usr/lib/ -rw-r--r-- root/root usr/lib/libwnck-1.a -rwxr-xr-x root/root usr/lib/libwnck-1.la -lrwxrwxrwx root/root usr/lib/libwnck-1.so -> libwnck-1.so.22.3.13 -lrwxrwxrwx root/root usr/lib/libwnck-1.so.22 -> libwnck-1.so.22.3.13 --rwxr-xr-x root/root usr/lib/libwnck-1.so.22.3.13 +lrwxrwxrwx root/root usr/lib/libwnck-1.so -> libwnck-1.so.22.3.14 +lrwxrwxrwx root/root usr/lib/libwnck-1.so.22 -> libwnck-1.so.22.3.14 +-rwxr-xr-x root/root usr/lib/libwnck-1.so.22.3.14 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/libwnck-1.0.pc diff --git a/libwnck/.md5sum b/libwnck/.md5sum index a4fd6efc4..52546c1d7 100644 --- a/libwnck/.md5sum +++ b/libwnck/.md5sum @@ -1 +1 @@ -eced69ea31afb09b2c582b8fe288b069 libwnck-2.24.1.tar.bz2 +1c939b1722579e5b7adc37068e77d72a libwnck-2.24.2.tar.bz2 diff --git a/libwnck/Pkgfile b/libwnck/Pkgfile index 4901597fc..ddf7b3128 100644 --- a/libwnck/Pkgfile +++ b/libwnck/Pkgfile @@ -5,7 +5,7 @@ # Depends on: gtk, startup-notification, intltool name=libwnck -version=2.24.1 +version=2.24.2 release=1 source=(ftp://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.bz2) diff --git a/mplayer/.md5sum b/mplayer/.md5sum index b405b7fdb..a8b718851 100644 --- a/mplayer/.md5sum +++ b/mplayer/.md5sum @@ -1,3 +1,4 @@ 1ecd31d17b51f16332b1fcc7da36b312 font-arial-iso-8859-1.tar.bz2 -10c3d697b488354297b4553bfbadcd13 mplayer-1.0_rc2_p27458.tar.bz2 +a89d92b09b3d27ffa9f808383bb614dc mplayer-1.0_rc2_p28058.tar.bz2 +cf872f80e9bfdf046f1519623cdc1d3b mplayer-x264.patch c64631601912913f3e5dfbecc3b79d44 mplayer.conf diff --git a/mplayer/Pkgfile b/mplayer/Pkgfile index bf3f30543..61715e401 100644 --- a/mplayer/Pkgfile +++ b/mplayer/Pkgfile @@ -11,15 +11,18 @@ # http://www.mplayerhq.hu/DOCS/HTML/en/index.html name=mplayer -version=1.0_rc2_p27458 -release=3 +version=1.0_rc2_p28058 +release=1 source=(http://distfiles.gentoo.org/distfiles/$name-$version.tar.bz2 - http://www1.mplayerhq.hu/MPlayer/releases/fonts/font-arial-iso-8859-1.tar.bz2 \ + http://www1.mplayerhq.hu/MPlayer/releases/fonts/font-arial-iso-8859-1.tar.bz2 + $name-x264.patch mplayer.conf) build() { cd $name-$version + patch -p1 -i $SRC/$name-x264.patch + # Keep in line with mplayer CFLAGS, but allow people to set their own march/mtune values. export CFLAGS="$(echo $CFLAGS | sed -e 's/-O[s0-3]/-O3/') -ffast-math -fomit-frame-pointer" ./configure --prefix=/usr \ @@ -43,5 +46,6 @@ build() { cp etc/input.conf $PKG/usr/etc/mplayer/ # finish up + rmdir $PKG/usr/lib chown -R root:root $PKG } diff --git a/mplayer/mplayer-x264.patch b/mplayer/mplayer-x264.patch new file mode 100644 index 000000000..793b2fae5 --- /dev/null +++ b/mplayer/mplayer-x264.patch @@ -0,0 +1,12 @@ +diff -urN mplayer-1.0_rc2_p28058/libavcodec/libx264.c mplayer-1.0_rc2_p28058-new/libavcodec/libx264.c +--- mplayer-1.0_rc2_p28058/libavcodec/libx264.c 2008-12-02 13:56:20.000000000 +1100 ++++ mplayer-1.0_rc2_p28058-new/libavcodec/libx264.c 2008-12-03 00:54:35.824823293 +1100 +@@ -164,7 +164,7 @@ + + x4->params.i_bframe = avctx->max_b_frames; + x4->params.b_cabac = avctx->coder_type == FF_CODER_TYPE_AC; +- x4->params.i_bframe_adaptive = avctx->b_frame_strategy; ++ x4->params.b_bframe_adaptive = avctx->b_frame_strategy; + x4->params.i_bframe_bias = avctx->bframebias; + x4->params.b_bframe_pyramid = avctx->flags2 & CODEC_FLAG2_BPYRAMID; + avctx->has_b_frames= avctx->flags2 & CODEC_FLAG2_BPYRAMID ? 2 : !!avctx->max_b_frames; diff --git a/ruby-doc/.footprint b/ruby-doc/.footprint index 39e6a3463..290514dfc 100644 --- a/ruby-doc/.footprint +++ b/ruby-doc/.footprint @@ -57,22 +57,29 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/Array/ -rw-r--r-- root/root usr/share/ri/1.8/system/Array/assoc-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Array/at-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Array/cdesc-Array.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Array/choice-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Array/clear-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Array/collect%21-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Array/collect-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Array/combination-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Array/compact%21-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Array/compact-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Array/concat-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Array/count-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Array/cycle-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Array/dclone-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Array/delete-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Array/delete_at-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Array/delete_if-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Array/drop-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Array/drop_while-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Array/each-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Array/each_index-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Array/empty%3f-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Array/eql%3f-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Array/fetch-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Array/fill-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Array/find_index-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Array/first-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Array/flatten%21-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Array/flatten-i.yaml @@ -93,11 +100,12 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/Array/ -rw-r--r-- root/root usr/share/ri/1.8/system/Array/new-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Array/nitems-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Array/pack-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Array/permutation-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Array/pop-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Array/pretty_print-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Array/pretty_print_cycle-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Array/product-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Array/push-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Array/quote-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Array/rassoc-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Array/reject%21-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Array/reject-i.yaml @@ -107,12 +115,17 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/Array/ -rw-r--r-- root/root usr/share/ri/1.8/system/Array/reverse_each-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Array/rindex-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Array/select-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Array/shelljoin-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Array/shift-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Array/shuffle%21-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Array/shuffle-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Array/size-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Array/slice%21-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Array/slice-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Array/sort%21-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Array/sort-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Array/take-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Array/take_while-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Array/to_a-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Array/to_ary-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Array/to_s-i.yaml @@ -184,6 +197,7 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/Bignum/ -rw-r--r-- root/root usr/share/ri/1.8/system/Bignum/div-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Bignum/divmod-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Bignum/eql%3f-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Bignum/fdiv-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Bignum/hash-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Bignum/modulo-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Bignum/power%21-i.yaml @@ -197,7 +211,7 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/Bignum/ drwxr-xr-x root/root usr/share/ri/1.8/system/Binding/ -rw-r--r-- root/root usr/share/ri/1.8/system/Binding/cdesc-Binding.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Binding/clone-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Binding/dup-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Binding/eval-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/CGI/ drwxr-xr-x root/root usr/share/ri/1.8/system/CGI/Cookie/ -rw-r--r-- root/root usr/share/ri/1.8/system/CGI/Cookie/cdesc-Cookie.yaml @@ -432,6 +446,7 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/Complex/ -rw-r--r-- root/root usr/share/ri/1.8/system/Complex/numerator-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Complex/polar-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Complex/polar-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Complex/quo-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Complex/to_s-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/ConditionVariable/ -rw-r--r-- root/root usr/share/ri/1.8/system/ConditionVariable/broadcast-i.yaml @@ -732,6 +747,7 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/DRb/TimerIdConv/TimerHolder2/Invali -rw-r--r-- root/root usr/share/ri/1.8/system/DRb/here%3f-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/DRb/install_acl-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/DRb/install_id_conv-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/DRb/mutex-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/DRb/regist_server-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/DRb/remove_server-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/DRb/start_service-i.yaml @@ -860,6 +876,7 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/DateTime/ -rw-r--r-- root/root usr/share/ri/1.8/system/DateTime/parse-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/DateTime/strftime-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/DateTime/strptime-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/DateTime/to_s-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/DefaultDisplay/ -rw-r--r-- root/root usr/share/ri/1.8/system/DefaultDisplay/cdesc-DefaultDisplay.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/DefaultDisplay/display_class_info-i.yaml @@ -895,7 +912,9 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/Dir/ -rw-r--r-- root/root usr/share/ri/1.8/system/Dir/foreach-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Dir/getwd-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Dir/glob-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Dir/inspect-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Dir/mkdir-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Dir/mktmpdir-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Dir/new-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Dir/open-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Dir/path-i.yaml @@ -932,6 +951,7 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/ERB/Compiler/TrimScanner/ -rw-r--r-- root/root usr/share/ri/1.8/system/ERB/Compiler/cdesc-Compiler.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/ERB/DefMethod/ -rw-r--r-- root/root usr/share/ri/1.8/system/ERB/DefMethod/cdesc-DefMethod.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/ERB/DefMethod/def_erb_method-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/ERB/Util/ -rw-r--r-- root/root usr/share/ri/1.8/system/ERB/Util/cdesc-Util.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/ERB/Util/h-i.yaml @@ -939,6 +959,9 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/ERB/Util/ -rw-r--r-- root/root usr/share/ri/1.8/system/ERB/Util/u-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/ERB/Util/url_encode-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/ERB/cdesc-ERB.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/ERB/def_class-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/ERB/def_method-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/ERB/def_module-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/ERB/new-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/ERB/result-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/ERB/run-i.yaml @@ -948,14 +971,23 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/EXCEL_CONST/ -rw-r--r-- root/root usr/share/ri/1.8/system/EXCEL_CONST/cdesc-EXCEL_CONST.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/Enumerable/ drwxr-xr-x root/root usr/share/ri/1.8/system/Enumerable/Enumerator/ +-rw-r--r-- root/root usr/share/ri/1.8/system/Enumerable/Enumerator/__generator-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Enumerable/Enumerator/cdesc-Enumerator.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Enumerable/Enumerator/each-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Enumerable/Enumerator/each_with_index-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Enumerable/Enumerator/new-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Enumerable/Enumerator/next-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Enumerable/Enumerator/rewind-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Enumerable/Enumerator/with_index-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Enumerable/all%3f-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Enumerable/any%3f-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Enumerable/cdesc-Enumerable.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Enumerable/collect-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Enumerable/count-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Enumerable/cycle-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Enumerable/detect-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Enumerable/drop-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Enumerable/drop_while-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Enumerable/each_cons-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Enumerable/each_slice-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Enumerable/each_with_index-i.yaml @@ -965,18 +997,31 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/Enumerable/Enumerator/ -rw-r--r-- root/root usr/share/ri/1.8/system/Enumerable/enum_with_index-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Enumerable/find-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Enumerable/find_all-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Enumerable/find_index-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Enumerable/first-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Enumerable/grep-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Enumerable/group_by-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Enumerable/include%3f-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Enumerable/inject-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Enumerable/map-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Enumerable/max-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Enumerable/max_by-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Enumerable/member%3f-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Enumerable/min-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Enumerable/min_by-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Enumerable/minmax-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Enumerable/minmax_by-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Enumerable/none%3f-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Enumerable/one%3f-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Enumerable/partition-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Enumerable/reduce-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Enumerable/reject-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Enumerable/reverse_each-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Enumerable/select-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Enumerable/sort-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Enumerable/sort_by-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Enumerable/take-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Enumerable/take_while-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Enumerable/to_a-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Enumerable/to_set-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Enumerable/zip-i.yaml @@ -1283,9 +1328,12 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/Fixnum/ -rw-r--r-- root/root usr/share/ri/1.8/system/Fixnum/dclone-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Fixnum/div-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Fixnum/divmod-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Fixnum/even%3f-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Fixnum/fdiv-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Fixnum/id2name-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Fixnum/induced_from-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Fixnum/modulo-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Fixnum/odd%3f-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Fixnum/power%21-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Fixnum/quo-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Fixnum/rdiv-i.yaml @@ -1350,6 +1398,8 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/GC/ -rw-r--r-- root/root usr/share/ri/1.8/system/GC/enable-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/GC/garbage_collect-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/GC/start-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/GC/stress%3d-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/GC/stress-c.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/GServer/ -rw-r--r-- root/root usr/share/ri/1.8/system/GServer/cdesc-GServer.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/GServer/connecting-i.yaml @@ -1573,9 +1623,11 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/Hash/ -rw-r--r-- root/root usr/share/ri/1.8/system/Hash/each_pair-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Hash/each_value-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Hash/empty%3f-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Hash/eql%3f-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Hash/fetch-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Hash/has_key%3f-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Hash/has_value%3f-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Hash/hash-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Hash/include%3f-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Hash/index-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Hash/indexes-i.yaml @@ -1616,13 +1668,16 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/IO/ -rw-r--r-- root/root usr/share/ri/1.8/system/IO/%3c%3c-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/IO/binmode-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/IO/block_scanf-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IO/bytes-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/IO/cdesc-IO.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IO/chars-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/IO/close-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/IO/close_read-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/IO/close_write-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/IO/closed%3f-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/IO/each-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/IO/each_byte-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IO/each_char-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/IO/each_line-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/IO/eof%3f-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/IO/eof-i.yaml @@ -1632,6 +1687,7 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/IO/ -rw-r--r-- root/root usr/share/ri/1.8/system/IO/for_fd-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/IO/foreach-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/IO/fsync-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IO/getbyte-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/IO/getc-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/IO/gets-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/IO/inspect-i.yaml @@ -1639,6 +1695,7 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/IO/ -rw-r--r-- root/root usr/share/ri/1.8/system/IO/isatty-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/IO/lineno%3d-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/IO/lineno-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IO/lines-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/IO/new-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/IO/open-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/IO/pid-i.yaml @@ -1653,6 +1710,7 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/IO/ -rw-r--r-- root/root usr/share/ri/1.8/system/IO/read-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/IO/read-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/IO/read_nonblock-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IO/readbyte-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/IO/readbytes-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/IO/readchar-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/IO/readline-i.yaml @@ -1684,6 +1742,7 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/IOError/ drwxr-xr-x root/root usr/share/ri/1.8/system/IPAddr/ -rw-r--r-- root/root usr/share/ri/1.8/system/IPAddr/%26-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/IPAddr/%3c%3c-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IPAddr/%3c%3d%3e-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/IPAddr/%3d%3d%3d-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/IPAddr/%3d%3d-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/IPAddr/%3e%3e-i.yaml @@ -1693,6 +1752,7 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/IPAddr/ -rw-r--r-- root/root usr/share/ri/1.8/system/IPAddr/_to_string-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/IPAddr/addr_mask-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/IPAddr/cdesc-IPAddr.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IPAddr/coerce_other-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/IPAddr/hton-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/IPAddr/in6_addr-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/IPAddr/in_addr-i.yaml @@ -1714,7 +1774,9 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/IPAddr/ -rw-r--r-- root/root usr/share/ri/1.8/system/IPAddr/ntop-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/IPAddr/reverse-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/IPAddr/set-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IPAddr/succ-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/IPAddr/to_i-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/IPAddr/to_range-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/IPAddr/to_s-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/IPAddr/to_string-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/IPSocket/ @@ -2760,6 +2822,7 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/Integer/ -rw-r--r-- root/root usr/share/ri/1.8/system/Integer/chr-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Integer/denominator-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Integer/downto-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Integer/even%3f-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Integer/floor-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Integer/from_prime_division-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Integer/gcd-i.yaml @@ -2770,6 +2833,9 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/Integer/ -rw-r--r-- root/root usr/share/ri/1.8/system/Integer/lcm-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Integer/next-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Integer/numerator-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Integer/odd%3f-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Integer/ord-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Integer/pred-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Integer/prime_division-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Integer/round-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Integer/succ-i.yaml @@ -2807,6 +2873,7 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/Kernel/ -rw-r--r-- root/root usr/share/ri/1.8/system/Kernel/Pathname-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Kernel/String-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Kernel/URI-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Kernel/__method__-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Kernel/abort-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Kernel/at_exit-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Kernel/autoload%3f-i.yaml @@ -2949,12 +3016,6 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/Logger/ShiftingError/ -rw-r--r-- root/root usr/share/ri/1.8/system/Logger/unknown-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Logger/warn%3f-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Logger/warn-i.yaml -drwxr-xr-x root/root usr/share/ri/1.8/system/Logging/ --rw-r--r-- root/root usr/share/ri/1.8/system/Logging/cdesc-Logging.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Logging/logfile-c.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Logging/message-c.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Logging/open-c.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Logging/postpone-c.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/Mail/ -rw-r--r-- root/root usr/share/ri/1.8/system/Mail/%5b%5d-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Mail/body-i.yaml @@ -3086,6 +3147,9 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/Method/ -rw-r--r-- root/root usr/share/ri/1.8/system/Method/cdesc-Method.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Method/clone-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Method/inspect-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Method/name-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Method/owner-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Method/receiver-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Method/to_proc-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Method/to_s-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Method/unbind-i.yaml @@ -3285,6 +3349,7 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/Module/ -rw-r--r-- root/root usr/share/ri/1.8/system/Module/autoload-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Module/cdesc-Module.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Module/class_eval-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Module/class_exec-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Module/class_variable_defined%3f-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Module/class_variable_get-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Module/class_variable_set-i.yaml @@ -3310,6 +3375,7 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/Module/ -rw-r--r-- root/root usr/share/ri/1.8/system/Module/method_removed-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Module/method_undefined-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Module/module_eval-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Module/module_exec-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Module/module_function-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Module/name-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Module/nesting-c.yaml @@ -3806,28 +3872,42 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/Net/POP3/ -rw-r--r-- root/root usr/share/ri/1.8/system/Net/POP3/auth_only-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Net/POP3/auth_only-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Net/POP3/cdesc-POP3.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Net/POP3/certs-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Net/POP3/command-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Net/POP3/create_ssl_params-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Net/POP3/default_pop3_port-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Net/POP3/default_pop3s_port-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Net/POP3/default_port-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Net/POP3/delete_all-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Net/POP3/delete_all-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Net/POP3/disable_ssl-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Net/POP3/disable_ssl-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Net/POP3/do_finish-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Net/POP3/do_start-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Net/POP3/each-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Net/POP3/each_mail-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Net/POP3/enable_ssl-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Net/POP3/enable_ssl-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Net/POP3/finish-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Net/POP3/foreach-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Net/POP3/inspect-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Net/POP3/logging-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Net/POP3/mails-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Net/POP3/n_bytes-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Net/POP3/n_mails-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Net/POP3/new-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Net/POP3/on_connect-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Net/POP3/port-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Net/POP3/read_timeout%3d-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Net/POP3/reset-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Net/POP3/set_debug_output-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Net/POP3/ssl_params-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Net/POP3/start-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Net/POP3/start-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Net/POP3/started%3f-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Net/POP3/use_ssl%3f-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Net/POP3/use_ssl%3f-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Net/POP3/verify-c.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/Net/POP3Command/ -rw-r--r-- root/root usr/share/ri/1.8/system/Net/POP3Command/cdesc-POP3Command.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/Net/POPAuthenticationError/ @@ -3870,19 +3950,57 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/Net/ProtocolError/ drwxr-xr-x root/root usr/share/ri/1.8/system/Net/ReadAdapter/ -rw-r--r-- root/root usr/share/ri/1.8/system/Net/ReadAdapter/cdesc-ReadAdapter.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/Net/SMTP/ +drwxr-xr-x root/root usr/share/ri/1.8/system/Net/SMTP/Response/ +-rw-r--r-- root/root usr/share/ri/1.8/system/Net/SMTP/Response/capabilities-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Net/SMTP/Response/cdesc-Response.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Net/SMTP/Response/continue%3f-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Net/SMTP/Response/cram_md5_challenge-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Net/SMTP/Response/exception_class-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Net/SMTP/Response/message-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Net/SMTP/Response/new-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Net/SMTP/Response/parse-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Net/SMTP/Response/status_type_char-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Net/SMTP/Response/success%3f-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Net/SMTP/auth_capable%3f-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Net/SMTP/auth_cram_md5-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Net/SMTP/auth_login-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Net/SMTP/auth_method-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Net/SMTP/auth_plain-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Net/SMTP/authenticate-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Net/SMTP/base64_encode-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Net/SMTP/capable%3f-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Net/SMTP/capable_auth_types-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Net/SMTP/capable_cram_md5_auth%3f-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Net/SMTP/capable_login_auth%3f-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Net/SMTP/capable_plain_auth%3f-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Net/SMTP/capable_starttls%3f-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Net/SMTP/cdesc-SMTP.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Net/SMTP/check_auth_args-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Net/SMTP/check_auth_continue-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Net/SMTP/check_auth_method-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Net/SMTP/check_auth_response-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Net/SMTP/check_continue-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Net/SMTP/check_response-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Net/SMTP/cram_md5_response-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Net/SMTP/cram_secret-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Net/SMTP/critical-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Net/SMTP/data-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Net/SMTP/debug_output%3d-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Net/SMTP/default_port-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Net/SMTP/default_ssl_context-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Net/SMTP/default_submission_port-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Net/SMTP/default_tls_port-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Net/SMTP/disable_ssl-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Net/SMTP/disable_starttls-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Net/SMTP/disable_tls-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Net/SMTP/do_finish-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Net/SMTP/do_helo-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Net/SMTP/do_start-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Net/SMTP/ehlo-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Net/SMTP/enable_ssl-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Net/SMTP/enable_starttls-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Net/SMTP/enable_starttls_auto-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Net/SMTP/enable_tls-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Net/SMTP/esmtp%3d-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Net/SMTP/esmtp%3f-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Net/SMTP/esmtp-i.yaml @@ -3891,22 +4009,31 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/Net/SMTP/ -rw-r--r-- root/root usr/share/ri/1.8/system/Net/SMTP/getok-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Net/SMTP/helo-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Net/SMTP/inspect-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Net/SMTP/logging-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Net/SMTP/mailfrom-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Net/SMTP/new-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Net/SMTP/new_internet_message_io-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Net/SMTP/open_message_stream-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Net/SMTP/quit-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Net/SMTP/rcptto-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Net/SMTP/rcptto_list-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Net/SMTP/read_timeout%3d-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Net/SMTP/ready-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Net/SMTP/recv_response-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Net/SMTP/send0-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Net/SMTP/send_mail-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Net/SMTP/send_message-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Net/SMTP/sendmail-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Net/SMTP/set_debug_output-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Net/SMTP/ssl%3f-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Net/SMTP/start-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Net/SMTP/start-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Net/SMTP/started%3f-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Net/SMTP/starttls%3f-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Net/SMTP/starttls-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Net/SMTP/starttls_always%3f-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Net/SMTP/starttls_auto%3f-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Net/SMTP/tls%3f-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Net/SMTP/tlsconnect-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/Net/SMTPAuthenticationError/ -rw-r--r-- root/root usr/share/ri/1.8/system/Net/SMTPAuthenticationError/cdesc-SMTPAuthenticationError.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/Net/SMTPError/ @@ -3919,6 +4046,8 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/Net/SMTPSyntaxError/ -rw-r--r-- root/root usr/share/ri/1.8/system/Net/SMTPSyntaxError/cdesc-SMTPSyntaxError.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/Net/SMTPUnknownError/ -rw-r--r-- root/root usr/share/ri/1.8/system/Net/SMTPUnknownError/cdesc-SMTPUnknownError.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/Net/SMTPUnsupportedCommand/ +-rw-r--r-- root/root usr/share/ri/1.8/system/Net/SMTPUnsupportedCommand/cdesc-SMTPUnsupportedCommand.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/Net/Telnet/ -rw-r--r-- root/root usr/share/ri/1.8/system/Net/Telnet/binmode%3d-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Net/Telnet/binmode-i.yaml @@ -3980,6 +4109,7 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/Numeric/ -rw-r--r-- root/root usr/share/ri/1.8/system/Numeric/div-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Numeric/divmod-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Numeric/eql%3f-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Numeric/fdiv-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Numeric/floor-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Numeric/im-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Numeric/imag-i.yaml @@ -4030,6 +4160,7 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/Object/ -rw-r--r-- root/root usr/share/ri/1.8/system/Object/id-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Object/inspect-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Object/instance_eval-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Object/instance_exec-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Object/instance_of%3f-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Object/instance_variable_defined%3f-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Object/instance_variable_get-i.yaml @@ -4054,6 +4185,7 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/Object/ -rw-r--r-- root/root usr/share/ri/1.8/system/Object/singleton_methods-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Object/taint-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Object/tainted%3f-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Object/tap-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Object/to_a-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Object/to_enum-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Object/to_s-i.yaml @@ -4389,7 +4521,6 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/Proc/ -rw-r--r-- root/root usr/share/ri/1.8/system/Proc/call-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Proc/cdesc-Proc.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Proc/clone-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Proc/dup-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Proc/new-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Proc/to_proc-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Proc/to_s-i.yaml @@ -4456,10 +4587,12 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/Process/UID/ -rw-r--r-- root/root usr/share/ri/1.8/system/Process/egid-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Process/euid%3d-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Process/euid-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Process/exec-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Process/exit%21-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Process/exit-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Process/fork-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Process/getpgid-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Process/getpgrp-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Process/getpriority-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Process/getrlimit-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Process/gid%3d-c.yaml @@ -4946,7 +5079,6 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/REXML/Element/ -rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Element/texts-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Element/whitespace-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Element/write-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Element/write_children-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Element/xpath-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/REXML/ElementDecl/ -rw-r--r-- root/root usr/share/ri/1.8/system/REXML/ElementDecl/cdesc-ElementDecl.yaml @@ -4973,6 +5105,7 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/REXML/Encoding/ -rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Encoding/cdesc-Encoding.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Encoding/check_encoding-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Encoding/decode_ascii-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Encoding/decode_cp1252-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Encoding/decode_eucjp-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Encoding/decode_iconv-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Encoding/decode_sjis-i.yaml @@ -4980,6 +5113,7 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/REXML/Encoding/ -rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Encoding/decode_utf16-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Encoding/decode_utf8-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Encoding/encode_ascii-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Encoding/encode_cp1252-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Encoding/encode_eucjp-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Encoding/encode_iconv-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Encoding/encode_sjis-i.yaml @@ -4988,7 +5122,9 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/REXML/Encoding/ -rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Encoding/encode_utf8-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Encoding/encoding%3d-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Encoding/encoding_method-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Encoding/from_iso_8859_15-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Encoding/register-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Encoding/to_iso_8859_15-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/REXML/Entity/ -rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Entity/cdesc-Entity.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Entity/matches%3f-c.yaml @@ -5005,6 +5141,33 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/REXML/ExternalEntity/ -rw-r--r-- root/root usr/share/ri/1.8/system/REXML/ExternalEntity/new-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/REXML/ExternalEntity/to_s-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/REXML/ExternalEntity/write-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/REXML/Formatters/ +drwxr-xr-x root/root usr/share/ri/1.8/system/REXML/Formatters/Default/ +-rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Formatters/Default/cdesc-Default.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Formatters/Default/new-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Formatters/Default/write-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Formatters/Default/write_cdata-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Formatters/Default/write_comment-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Formatters/Default/write_document-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Formatters/Default/write_element-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Formatters/Default/write_instruction-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Formatters/Default/write_text-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/REXML/Formatters/Pretty/ +-rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Formatters/Pretty/cdesc-Pretty.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Formatters/Pretty/indent_text-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Formatters/Pretty/new-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Formatters/Pretty/wrap-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Formatters/Pretty/write_cdata-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Formatters/Pretty/write_comment-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Formatters/Pretty/write_document-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Formatters/Pretty/write_element-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Formatters/Pretty/write_text-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/REXML/Formatters/Transitive/ +-rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Formatters/Transitive/cdesc-Transitive.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Formatters/Transitive/new-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Formatters/Transitive/write_element-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Formatters/Transitive/write_text-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Formatters/cdesc-Formatters.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/REXML/Functions/ -rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Functions/boolean-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Functions/cdesc-Functions.yaml @@ -5345,6 +5508,9 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/REXML/Text/ -rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Text/write-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Text/write_with_substitution-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Text/xpath-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/REXML/UndefinedNamespaceException/ +-rw-r--r-- root/root usr/share/ri/1.8/system/REXML/UndefinedNamespaceException/cdesc-UndefinedNamespaceException.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/REXML/UndefinedNamespaceException/new-c.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/REXML/Validation/ drwxr-xr-x root/root usr/share/ri/1.8/system/REXML/Validation/Choice/ -rw-r--r-- root/root usr/share/ri/1.8/system/REXML/Validation/Choice/%3c%3c-i.yaml @@ -5638,6 +5804,131 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/RI/TopLevelEntry/ -rw-r--r-- root/root usr/share/ri/1.8/system/RI/TopLevelEntry/module_named-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RI/cdesc-RI.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/ +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Atom/ +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Atom/CommonModel/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Atom/CommonModel/append_features-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Atom/CommonModel/cdesc-CommonModel.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Atom/CommonModel/need_parent%3f-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Atom/CommonModel/required_uri-c.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Atom/ContentModel/ +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Atom/ContentModel/ClassMethods/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Atom/ContentModel/ClassMethods/cdesc-ClassMethods.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Atom/ContentModel/ClassMethods/content_type-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Atom/ContentModel/append_features-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Atom/ContentModel/cdesc-ContentModel.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Atom/ContentModel/maker_target-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Atom/ContentModel/setup_maker_element-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Atom/ContentModel/setup_maker_element_writer-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Atom/DateConstruct/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Atom/DateConstruct/append_features-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Atom/DateConstruct/atom_validate-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Atom/DateConstruct/cdesc-DateConstruct.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Atom/DuplicateLinkChecker/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Atom/DuplicateLinkChecker/cdesc-DuplicateLinkChecker.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Atom/DuplicateLinkChecker/validate_duplicate_links-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Atom/Entry/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Atom/Entry/atom_validate-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Atom/Entry/cdesc-Entry.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Atom/Entry/have_author%3f-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Atom/Entry/have_required_elements%3f-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Atom/Entry/items-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Atom/Entry/maker_target-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Atom/Entry/new-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Atom/Entry/setup_maker-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Atom/Feed/ +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Atom/Feed/Author/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Atom/Feed/Author/cdesc-Author.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Atom/Feed/Category/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Atom/Feed/Category/cdesc-Category.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Atom/Feed/Category/maker_target-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Atom/Feed/Contributor/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Atom/Feed/Contributor/cdesc-Contributor.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Atom/Feed/Entry/ +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Atom/Feed/Entry/Content/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Atom/Feed/Entry/Content/atom_validate-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Atom/Feed/Entry/Content/cdesc-Content.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Atom/Feed/Entry/Content/empty_content%3f-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Atom/Feed/Entry/Content/have_xml_content%3f-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Atom/Feed/Entry/Content/inline_html%3f-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Atom/Feed/Entry/Content/inline_other%3f-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Atom/Feed/Entry/Content/inline_other_base64%3f-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Atom/Feed/Entry/Content/inline_other_text%3f-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Atom/Feed/Entry/Content/inline_other_xml%3f-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Atom/Feed/Entry/Content/inline_text%3f-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Atom/Feed/Entry/Content/inline_xhtml%3f-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Atom/Feed/Entry/Content/mime_split-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Atom/Feed/Entry/Content/need_base64_encode%3f-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Atom/Feed/Entry/Content/out_of_line%3f-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Atom/Feed/Entry/Content/xhtml-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Atom/Feed/Entry/Content/xml-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Atom/Feed/Entry/Content/xml_getter-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Atom/Feed/Entry/Content/xml_setter-c.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Atom/Feed/Entry/Published/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Atom/Feed/Entry/Published/cdesc-Published.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Atom/Feed/Entry/Source/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Atom/Feed/Entry/Source/cdesc-Source.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Atom/Feed/Entry/Source/have_author%3f-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Atom/Feed/Entry/Summary/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Atom/Feed/Entry/Summary/cdesc-Summary.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Atom/Feed/Entry/atom_validate-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Atom/Feed/Entry/cdesc-Entry.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Atom/Feed/Entry/have_author%3f-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Atom/Feed/Entry/have_required_elements%3f-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Atom/Feed/Entry/maker_target-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Atom/Feed/Generator/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Atom/Feed/Generator/cdesc-Generator.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Atom/Feed/Generator/setup_maker_attributes-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Atom/Feed/Icon/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Atom/Feed/Icon/cdesc-Icon.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Atom/Feed/Id/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Atom/Feed/Id/cdesc-Id.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Atom/Feed/Link/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Atom/Feed/Link/cdesc-Link.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Atom/Feed/Link/maker_target-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Atom/Feed/Logo/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Atom/Feed/Logo/cdesc-Logo.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Atom/Feed/Logo/maker_target-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Atom/Feed/Logo/setup_maker_element_writer-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Atom/Feed/Rights/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Atom/Feed/Rights/cdesc-Rights.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Atom/Feed/Subtitle/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Atom/Feed/Subtitle/cdesc-Subtitle.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Atom/Feed/Title/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Atom/Feed/Title/cdesc-Title.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Atom/Feed/Updated/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Atom/Feed/Updated/cdesc-Updated.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Atom/Feed/atom_validate-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Atom/Feed/cdesc-Feed.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Atom/Feed/have_author%3f-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Atom/Feed/have_required_elements%3f-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Atom/Feed/maker_target-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Atom/Feed/new-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Atom/Feed/setup_maker_element-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Atom/Feed/setup_maker_elements-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Atom/PersonConstruct/ +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Atom/PersonConstruct/Email/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Atom/PersonConstruct/Email/cdesc-Email.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Atom/PersonConstruct/Name/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Atom/PersonConstruct/Name/cdesc-Name.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Atom/PersonConstruct/Uri/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Atom/PersonConstruct/Uri/cdesc-Uri.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Atom/PersonConstruct/append_features-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Atom/PersonConstruct/cdesc-PersonConstruct.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Atom/PersonConstruct/maker_target-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Atom/TextConstruct/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Atom/TextConstruct/append_features-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Atom/TextConstruct/atom_validate-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Atom/TextConstruct/cdesc-TextConstruct.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Atom/TextConstruct/have_xml_content%3f-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Atom/TextConstruct/maker_target-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Atom/TextConstruct/setup_maker_attributes-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Atom/TextConstruct/xhtml-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Atom/TextConstruct/xml_getter-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Atom/TextConstruct/xml_setter-c.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Atom/URIContentModel/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Atom/URIContentModel/append_features-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Atom/URIContentModel/cdesc-URIContentModel.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Atom/cdesc-Atom.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/BaseDublinCoreModel/ -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/BaseDublinCoreModel/append_features-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/BaseDublinCoreModel/cdesc-BaseDublinCoreModel.yaml @@ -5646,9 +5937,10 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/BaseListener/ -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/BaseListener/cdesc-BaseListener.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/BaseListener/class_name-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/BaseListener/def_get_text_element-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/BaseListener/getter-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/BaseListener/install_accessor_base-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/BaseListener/install_class_name-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/BaseListener/install_get_text_element-c.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/RSS/BaseListener/install_setter-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/BaseListener/raise_for_undefined_entity%3f-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/BaseListener/register_uri-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/BaseListener/setter-c.yaml @@ -5656,9 +5948,14 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/BaseListener/ drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/BaseModel/ -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/BaseModel/boolean_writer-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/BaseModel/cdesc-BaseModel.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/BaseModel/content_writer-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/BaseModel/convert_attr_reader-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/BaseModel/csv_attr_reader-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/BaseModel/csv_integer_writer-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/BaseModel/csv_writer-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/BaseModel/date_writer-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/BaseModel/def_children_accessor-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/BaseModel/inherit_convert_attr_reader-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/BaseModel/install_date_element-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/BaseModel/install_element-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/BaseModel/install_have_attribute_element-i.yaml @@ -5667,6 +5964,12 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/BaseModel/ -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/BaseModel/install_text_element-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/BaseModel/integer_writer-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/BaseModel/positive_integer_writer-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/BaseModel/text_type_writer-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/BaseModel/uri_convert_attr_reader-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/BaseModel/yes_clean_other_attr_reader-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/BaseModel/yes_clean_other_writer-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/BaseModel/yes_other_attr_reader-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/BaseModel/yes_other_writer-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/BaseParser/ -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/BaseParser/cdesc-BaseParser.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/BaseParser/do_validate%3d-i.yaml @@ -5712,34 +6015,46 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Element/ -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Element/_attrs-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Element/_tags-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Element/_validate-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Element/add_have_children_element-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Element/add_need_initialize_variable-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Element/add_plural_form-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Element/add_to_element_method-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Element/calc_indent-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Element/cdesc-Element.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Element/children-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Element/collect_attrs-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Element/content_is_set%3f-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Element/content_setup-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Element/convert-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Element/converter%3d-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Element/def_corresponded_attr_reader-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Element/def_corresponded_attr_writer-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Element/empty_content%3f-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Element/full_name-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Element/get_attributes-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Element/have_children_elements-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Element/have_content%3f-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Element/have_required_elements%3f-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Element/have_xml_content%3f-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Element/inherited-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Element/inherited_base-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Element/initialize_have_children_elements-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Element/initialize_variables-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Element/install_get_attribute-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Element/install_model-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Element/install_must_call_validator-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Element/install_ns-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Element/make_start_tag-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Element/maker_target-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Element/models-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Element/must_call_validators-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Element/need_base64_encode%3f-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Element/need_initialize_variables-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Element/need_parent%3f-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Element/new-c.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Element/not_need_to_call_setup_maker_variables-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Element/plural_forms-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Element/required_prefix-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Element/required_uri-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Element/set_next_element-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Element/setup_maker-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Element/setup_maker_attributes-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Element/setup_maker_element-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Element/setup_maker_elements-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Element/tag-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Element/tag_filter-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Element/tag_name-c.yaml @@ -5747,11 +6062,67 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Element/ -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Element/tag_name_with_prefix-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Element/to_element_methods-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Element/to_s-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Element/valid%3f-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Element/validate-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Element/validate_attribute-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Element/validate_for_stream-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Element/xmled_content-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Error/ -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Error/cdesc-Error.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/ITunesBaseModel/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/ITunesBaseModel/cdesc-ITunesBaseModel.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/ITunesChannelModel/ +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/ITunesChannelModel/ITunesCategory/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/ITunesChannelModel/ITunesCategory/cdesc-ITunesCategory.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/ITunesChannelModel/ITunesCategory/full_name-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/ITunesChannelModel/ITunesCategory/maker_target-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/ITunesChannelModel/ITunesCategory/new-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/ITunesChannelModel/ITunesCategory/required_prefix-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/ITunesChannelModel/ITunesCategory/required_uri-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/ITunesChannelModel/ITunesCategory/setup_maker_attributes-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/ITunesChannelModel/ITunesCategory/setup_maker_elements-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/ITunesChannelModel/ITunesImage/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/ITunesChannelModel/ITunesImage/cdesc-ITunesImage.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/ITunesChannelModel/ITunesImage/full_name-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/ITunesChannelModel/ITunesImage/maker_target-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/ITunesChannelModel/ITunesImage/new-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/ITunesChannelModel/ITunesImage/required_prefix-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/ITunesChannelModel/ITunesImage/required_uri-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/ITunesChannelModel/ITunesImage/setup_maker_attributes-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/ITunesChannelModel/ITunesOwner/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/ITunesChannelModel/ITunesOwner/cdesc-ITunesOwner.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/ITunesChannelModel/ITunesOwner/full_name-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/ITunesChannelModel/ITunesOwner/maker_target-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/ITunesChannelModel/ITunesOwner/new-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/ITunesChannelModel/ITunesOwner/required_prefix-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/ITunesChannelModel/ITunesOwner/required_uri-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/ITunesChannelModel/ITunesOwner/setup_maker_element-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/ITunesChannelModel/append_features-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/ITunesChannelModel/cdesc-ITunesChannelModel.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/ITunesItemModel/ +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/ITunesItemModel/ITunesDuration/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/ITunesItemModel/ITunesDuration/cdesc-ITunesDuration.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/ITunesItemModel/ITunesDuration/construct-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/ITunesItemModel/ITunesDuration/content%3d-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/ITunesItemModel/ITunesDuration/full_name-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/ITunesItemModel/ITunesDuration/hour%3d-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/ITunesItemModel/ITunesDuration/maker_target-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/ITunesItemModel/ITunesDuration/minute%3d-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/ITunesItemModel/ITunesDuration/new-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/ITunesItemModel/ITunesDuration/parse-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/ITunesItemModel/ITunesDuration/required_prefix-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/ITunesItemModel/ITunesDuration/required_uri-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/ITunesItemModel/ITunesDuration/second%3d-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/ITunesItemModel/ITunesDuration/setup_maker_element-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/ITunesItemModel/ITunesDuration/update_content-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/ITunesItemModel/ITunesDuration/value%3d-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/ITunesItemModel/append_features-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/ITunesItemModel/cdesc-ITunesItemModel.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/ITunesModelUtils/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/ITunesModelUtils/cdesc-ITunesModelUtils.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/ITunesModelUtils/def_class_accessor-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/ITunesModelUtils/def_element_class_accessor-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/ITunesModelUtils/def_elements_class_accessor-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/ImageFaviconModel/ drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/ImageFaviconModel/ImageFavicon/ -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/ImageFaviconModel/ImageFavicon/cdesc-ImageFavicon.yaml @@ -5785,58 +6156,285 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/ListenerMixin/ -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/ListenerMixin/_ns-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/ListenerMixin/cdesc-ListenerMixin.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/ListenerMixin/check_ns-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/ListenerMixin/collect_attributes-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/ListenerMixin/initial_start_RDF-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/ListenerMixin/initial_start_entry-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/ListenerMixin/initial_start_feed-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/ListenerMixin/initial_start_rss-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/ListenerMixin/instruction-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/ListenerMixin/new-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/ListenerMixin/parse_pi_content-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/ListenerMixin/setup_next_element-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/ListenerMixin/split_name-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/RSS/ListenerMixin/start_RDF-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/ListenerMixin/start_else_element-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/ListenerMixin/start_get_text_element-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/ListenerMixin/start_have_something_element-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/RSS/ListenerMixin/start_rss-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/ListenerMixin/tag_end-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/ListenerMixin/tag_start-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/ListenerMixin/text-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/ListenerMixin/xmldecl-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/ +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/Atom/ +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Entry/ +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Entry/Channel/ +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Entry/Channel/Cloud/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Entry/Channel/Cloud/cdesc-Cloud.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Entry/Channel/Description/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Entry/Channel/Description/cdesc-Description.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Entry/Channel/Generator/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Entry/Channel/Generator/cdesc-Generator.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Entry/Channel/Generator/not_set_name-c.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Entry/Channel/SkipDays/ +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Entry/Channel/SkipDays/Day/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Entry/Channel/SkipDays/Day/cdesc-Day.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Entry/Channel/SkipDays/cdesc-SkipDays.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Entry/Channel/SkipHours/ +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Entry/Channel/SkipHours/Hour/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Entry/Channel/SkipHours/Hour/cdesc-Hour.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Entry/Channel/SkipHours/cdesc-SkipHours.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Entry/Channel/cdesc-Channel.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Entry/Image/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Entry/Image/cdesc-Image.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Entry/Items/ +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Entry/Items/Item/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Entry/Items/Item/_set_default_values-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Entry/Items/Item/cdesc-Item.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Entry/Items/Item/not_set_required_variables-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Entry/Items/Item/required_variable_names-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Entry/Items/Item/to_feed-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Entry/Items/Item/variable_is_set%3f-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Entry/Items/Item/variables-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Entry/Items/cdesc-Items.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Entry/Items/to_feed-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Entry/Textinput/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Entry/Textinput/cdesc-Textinput.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Entry/cdesc-Entry.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Entry/make_feed-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Entry/new-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Entry/setup_elements-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Feed/ +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Feed/Channel/ +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Feed/Channel/Categories/ +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Feed/Channel/Categories/Category/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Feed/Channel/Categories/Category/cdesc-Category.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Feed/Channel/Categories/Category/not_set_name-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Feed/Channel/Categories/cdesc-Categories.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Feed/Channel/Cloud/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Feed/Channel/Cloud/cdesc-Cloud.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Feed/Channel/Cloud/to_feed-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Feed/Channel/Generator/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Feed/Channel/Generator/cdesc-Generator.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Feed/Channel/Generator/not_set_name-c.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Feed/Channel/Links/ +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Feed/Channel/Links/Link/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Feed/Channel/Links/Link/cdesc-Link.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Feed/Channel/Links/Link/not_set_name-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Feed/Channel/Links/cdesc-Links.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Feed/Channel/SkipDays/ +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Feed/Channel/SkipDays/Day/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Feed/Channel/SkipDays/Day/cdesc-Day.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Feed/Channel/SkipDays/cdesc-SkipDays.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Feed/Channel/SkipDays/to_feed-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Feed/Channel/SkipHours/ +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Feed/Channel/SkipHours/Hour/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Feed/Channel/SkipHours/Hour/cdesc-Hour.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Feed/Channel/SkipHours/cdesc-SkipHours.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Feed/Channel/SkipHours/to_feed-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Feed/Channel/_set_default_values-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Feed/Channel/cdesc-Channel.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Feed/Channel/have_required_values%3f-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Feed/Channel/not_set_required_variables-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Feed/Channel/required_variable_names-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Feed/Channel/to_feed-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Feed/Channel/variable_is_set%3f-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Feed/Channel/variables-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Feed/Image/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Feed/Image/cdesc-Image.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Feed/Image/required_variable_names-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Feed/Image/to_feed-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Feed/Items/ +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Feed/Items/Item/ +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Feed/Items/Item/Categories/ +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Feed/Items/Item/Categories/Category/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Feed/Items/Item/Categories/Category/cdesc-Category.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Feed/Items/Item/Categories/Category/not_set_name-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Feed/Items/Item/Categories/cdesc-Categories.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Feed/Items/Item/Content/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Feed/Items/Item/Content/cdesc-Content.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Feed/Items/Item/Content/required_variable_names-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Feed/Items/Item/Content/to_feed-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Feed/Items/Item/Content/variables-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Feed/Items/Item/Content/xml_type%3f-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Feed/Items/Item/Enclosure/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Feed/Items/Item/Enclosure/cdesc-Enclosure.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Feed/Items/Item/Enclosure/to_feed-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Feed/Items/Item/Guid/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Feed/Items/Item/Guid/cdesc-Guid.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Feed/Items/Item/Guid/to_feed-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Feed/Items/Item/Links/ +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Feed/Items/Item/Links/Link/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Feed/Items/Item/Links/Link/cdesc-Link.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Feed/Items/Item/Links/Link/not_set_name-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Feed/Items/Item/Links/cdesc-Links.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Feed/Items/Item/Source/ +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Feed/Items/Item/Source/Categories/ +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Feed/Items/Item/Source/Categories/Category/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Feed/Items/Item/Source/Categories/Category/cdesc-Category.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Feed/Items/Item/Source/Categories/Category/not_set_name-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Feed/Items/Item/Source/Categories/cdesc-Categories.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Feed/Items/Item/Source/Generator/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Feed/Items/Item/Source/Generator/cdesc-Generator.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Feed/Items/Item/Source/Generator/not_set_name-c.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Feed/Items/Item/Source/Icon/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Feed/Items/Item/Source/Icon/cdesc-Icon.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Feed/Items/Item/Source/Icon/required_variable_names-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Feed/Items/Item/Source/Icon/to_feed-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Feed/Items/Item/Source/Links/ +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Feed/Items/Item/Source/Links/Link/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Feed/Items/Item/Source/Links/Link/cdesc-Link.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Feed/Items/Item/Source/Links/Link/not_set_name-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Feed/Items/Item/Source/Links/cdesc-Links.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Feed/Items/Item/Source/Logo/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Feed/Items/Item/Source/Logo/cdesc-Logo.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Feed/Items/Item/Source/Logo/not_set_name-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Feed/Items/Item/Source/cdesc-Source.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Feed/Items/Item/Source/required_variable_names-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Feed/Items/Item/Source/to_feed-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Feed/Items/Item/Source/variables-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Feed/Items/Item/_set_default_values-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Feed/Items/Item/cdesc-Item.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Feed/Items/Item/have_required_values%3f-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Feed/Items/Item/not_set_required_variables-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Feed/Items/Item/required_variable_names-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Feed/Items/Item/to_feed-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Feed/Items/Item/variables-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Feed/Items/cdesc-Items.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Feed/Items/to_feed-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Feed/Textinput/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Feed/Textinput/cdesc-Textinput.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Feed/cdesc-Feed.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Feed/make_feed-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Feed/new-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Atom/Feed/setup_elements-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Atom/cdesc-Atom.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/AtomCategory/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/AtomCategory/cdesc-AtomCategory.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/AtomCategory/required_variable_names-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/AtomCategory/to_feed-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/AtomCategory/variables-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/AtomGenerator/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/AtomGenerator/cdesc-AtomGenerator.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/AtomGenerator/required_variable_names-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/AtomGenerator/to_feed-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/AtomLink/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/AtomLink/cdesc-AtomLink.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/AtomLink/required_variable_names-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/AtomLink/to_feed-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/AtomLogo/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/AtomLogo/cdesc-AtomLogo.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/AtomLogo/required_variable_names-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/AtomLogo/to_feed-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/AtomPersonConstructBase/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/AtomPersonConstructBase/append_features-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/AtomPersonConstructBase/cdesc-AtomPersonConstructBase.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/AtomPersons/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/AtomPersons/cdesc-AtomPersons.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/AtomPersons/def_atom_persons-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/AtomTextConstruct/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/AtomTextConstruct/cdesc-AtomTextConstruct.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/AtomTextConstruct/def_atom_text_construct-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/AtomTextConstruct/required_variable_names-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/AtomTextConstruct/variables-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/AtomTextConstructBase/ +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/AtomTextConstructBase/EnsureXMLContent/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/AtomTextConstructBase/EnsureXMLContent/cdesc-EnsureXMLContent.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/AtomTextConstructBase/EnsureXMLContent/ensure_xml_content-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/AtomTextConstructBase/EnsureXMLContent/included-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/AtomTextConstructBase/EnsureXMLContent/set_xhtml_uri_as_default_uri-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/AtomTextConstructBase/EnsureXMLContent/xhtml%3d-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/AtomTextConstructBase/EnsureXMLContent/xml_content%3d-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/AtomTextConstructBase/append_features-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/AtomTextConstructBase/cdesc-AtomTextConstructBase.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/Base/ --rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Base/append_features-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Base/_set_default_values-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Base/add_need_initialize_variable-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Base/add_other_element-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Base/cdesc-Base.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Base/current_element-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Base/def_array_element-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Base/def_classed_element-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Base/def_classed_element_without_accessor-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Base/def_classed_elements-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Base/def_csv_element-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Base/def_other_element-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Base/def_other_element_without_accessor-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Base/have_required_values%3f-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Base/inherited-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Base/inherited_base-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Base/initialize_variables-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Base/need_initialize_variables-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Base/new-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Base/not_set_required_variables-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Base/other_elements-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Base/required_variables_are_set%3f-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Base/set_default_values-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Base/set_parent-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Base/setup_other_elements-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Base/setup_values-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Base/variable_is_set%3f-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/Base/variables-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/ChannelBase/ +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/ChannelBase/AuthorsBase/ +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/ChannelBase/AuthorsBase/AuthorBase/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ChannelBase/AuthorsBase/AuthorBase/cdesc-AuthorBase.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ChannelBase/AuthorsBase/cdesc-AuthorsBase.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/ChannelBase/CategoriesBase/ drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/ChannelBase/CategoriesBase/CategoryBase/ -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ChannelBase/CategoriesBase/CategoryBase/cdesc-CategoryBase.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ChannelBase/CategoriesBase/cdesc-CategoriesBase.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ChannelBase/CategoriesBase/new_category-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/ChannelBase/CloudBase/ -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ChannelBase/CloudBase/cdesc-CloudBase.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ChannelBase/CloudBase/current_element-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/ChannelBase/ContributorsBase/ +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/ChannelBase/ContributorsBase/ContributorBase/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ChannelBase/ContributorsBase/ContributorBase/cdesc-ContributorBase.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ChannelBase/ContributorsBase/cdesc-ContributorsBase.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/ChannelBase/CopyrightBase/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ChannelBase/CopyrightBase/cdesc-CopyrightBase.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/ChannelBase/DescriptionBase/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ChannelBase/DescriptionBase/cdesc-DescriptionBase.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/ChannelBase/GeneratorBase/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ChannelBase/GeneratorBase/cdesc-GeneratorBase.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/ChannelBase/ITunesCategories/ +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/ChannelBase/ITunesCategories/ITunesCategory/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ChannelBase/ITunesCategories/ITunesCategory/cdesc-ITunesCategory.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ChannelBase/ITunesCategories/cdesc-ITunesCategories.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/ChannelBase/ITunesImage/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ChannelBase/ITunesImage/cdesc-ITunesImage.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/ChannelBase/ITunesOwner/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ChannelBase/ITunesOwner/cdesc-ITunesOwner.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/ChannelBase/LinksBase/ +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/ChannelBase/LinksBase/LinkBase/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ChannelBase/LinksBase/LinkBase/cdesc-LinkBase.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ChannelBase/LinksBase/cdesc-LinksBase.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/ChannelBase/SkipDaysBase/ drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/ChannelBase/SkipDaysBase/DayBase/ -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ChannelBase/SkipDaysBase/DayBase/cdesc-DayBase.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ChannelBase/SkipDaysBase/DayBase/current_element-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ChannelBase/SkipDaysBase/cdesc-SkipDaysBase.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ChannelBase/SkipDaysBase/current_element-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ChannelBase/SkipDaysBase/new_day-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/ChannelBase/SkipHoursBase/ drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/ChannelBase/SkipHoursBase/HourBase/ -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ChannelBase/SkipHoursBase/HourBase/cdesc-HourBase.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ChannelBase/SkipHoursBase/HourBase/current_element-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ChannelBase/SkipHoursBase/cdesc-SkipHoursBase.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ChannelBase/SkipHoursBase/current_element-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ChannelBase/SkipHoursBase/new_hour-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/ChannelBase/TitleBase/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ChannelBase/TitleBase/cdesc-TitleBase.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ChannelBase/cdesc-ChannelBase.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ChannelBase/current_element-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ChannelBase/icon%3d-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ChannelBase/icon-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ChannelBase/logo%3d-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ChannelBase/logo-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ChannelBase/pubDate%3d-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ChannelBase/pubDate-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ChannelBase/updated%3d-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ChannelBase/updated-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/ContentModel/ -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ContentModel/append_features-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ContentModel/cdesc-ContentModel.yaml @@ -5844,185 +6442,440 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/DublinCoreModel/ -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/DublinCoreModel/append_features-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/DublinCoreModel/cdesc-DublinCoreModel.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/DublinCoreModel/install_dublin_core-c.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/ITunesBaseModel/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ITunesBaseModel/cdesc-ITunesBaseModel.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ITunesBaseModel/def_class_accessor-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ITunesBaseModel/def_csv_accessor-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ITunesBaseModel/def_elements_class_accessor-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ITunesBaseModel/def_yes_clean_other_accessor-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ITunesBaseModel/def_yes_other_accessor-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/ITunesChannelModel/ +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/ITunesChannelModel/ITunesCategoriesBase/ +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/ITunesChannelModel/ITunesCategoriesBase/ITunesCategoryBase/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ITunesChannelModel/ITunesCategoriesBase/ITunesCategoryBase/cdesc-ITunesCategoryBase.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ITunesChannelModel/ITunesCategoriesBase/ITunesCategoryBase/have_required_values%3f-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ITunesChannelModel/ITunesCategoriesBase/ITunesCategoryBase/to_feed-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ITunesChannelModel/ITunesCategoriesBase/cdesc-ITunesCategoriesBase.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/ITunesChannelModel/ITunesImageBase/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ITunesChannelModel/ITunesImageBase/cdesc-ITunesImageBase.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ITunesChannelModel/ITunesImageBase/to_feed-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/ITunesChannelModel/ITunesOwnerBase/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ITunesChannelModel/ITunesOwnerBase/cdesc-ITunesOwnerBase.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ITunesChannelModel/ITunesOwnerBase/required_variable_names-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ITunesChannelModel/ITunesOwnerBase/to_feed-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ITunesChannelModel/append_features-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ITunesChannelModel/cdesc-ITunesChannelModel.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/ITunesItemModel/ +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/ITunesItemModel/ITunesDurationBase/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ITunesItemModel/ITunesDurationBase/cdesc-ITunesDurationBase.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ITunesItemModel/ITunesDurationBase/content%3d-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ITunesItemModel/ITunesDurationBase/hour%3d-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ITunesItemModel/ITunesDurationBase/minute%3d-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ITunesItemModel/ITunesDurationBase/second%3d-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ITunesItemModel/ITunesDurationBase/to_feed-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ITunesItemModel/ITunesDurationBase/update_content-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ITunesItemModel/append_features-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ITunesItemModel/cdesc-ITunesItemModel.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/ImageBase/ -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ImageBase/cdesc-ImageBase.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ImageBase/current_element-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ImageBase/link-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/ImageFaviconModel/ drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/ImageFaviconModel/ImageFaviconBase/ -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ImageFaviconModel/ImageFaviconBase/cdesc-ImageFaviconBase.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ImageFaviconModel/ImageFaviconBase/have_required_values%3f-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ImageFaviconModel/ImageFaviconBase/to_feed-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ImageFaviconModel/append_features-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ImageFaviconModel/cdesc-ImageFaviconModel.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ImageFaviconModel/install_image_favicon-c.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/ImageItemModel/ drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/ImageItemModel/ImageItemBase/ -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ImageItemModel/ImageItemBase/cdesc-ImageItemBase.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ImageItemModel/ImageItemBase/have_required_values%3f-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ImageItemModel/ImageItemBase/to_feed-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ImageItemModel/append_features-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ImageItemModel/cdesc-ImageItemModel.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ImageItemModel/install_image_item-c.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/ItemsBase/ drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/ItemsBase/ItemBase/ -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ItemsBase/ItemBase/%3c%3d%3e-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/ItemsBase/ItemBase/ContentBase/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ItemsBase/ItemBase/ContentBase/cdesc-ContentBase.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ItemsBase/ItemBase/ContentBase/inline_html%3f-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ItemsBase/ItemBase/ContentBase/inline_other%3f-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ItemsBase/ItemBase/ContentBase/inline_other_base64%3f-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ItemsBase/ItemBase/ContentBase/inline_other_text%3f-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ItemsBase/ItemBase/ContentBase/inline_other_xml%3f-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ItemsBase/ItemBase/ContentBase/inline_text%3f-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ItemsBase/ItemBase/ContentBase/inline_xhtml%3f-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ItemsBase/ItemBase/ContentBase/out_of_line%3f-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ItemsBase/ItemBase/ContentBase/xml%3d-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ItemsBase/ItemBase/ContentBase/xml_content%3d-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/ItemsBase/ItemBase/DescriptionBase/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ItemsBase/ItemBase/DescriptionBase/cdesc-DescriptionBase.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/ItemsBase/ItemBase/EnclosureBase/ -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ItemsBase/ItemBase/EnclosureBase/cdesc-EnclosureBase.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/ItemsBase/ItemBase/GuidBase/ -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ItemsBase/ItemBase/GuidBase/cdesc-GuidBase.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/ItemsBase/ItemBase/ITunesDuration/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ItemsBase/ItemBase/ITunesDuration/cdesc-ITunesDuration.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/ItemsBase/ItemBase/RightsBase/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ItemsBase/ItemBase/RightsBase/cdesc-RightsBase.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/ItemsBase/ItemBase/SourceBase/ +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/ItemsBase/ItemBase/SourceBase/IconBase/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ItemsBase/ItemBase/SourceBase/IconBase/cdesc-IconBase.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/ItemsBase/ItemBase/SourceBase/LogoBase/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ItemsBase/ItemBase/SourceBase/LogoBase/cdesc-LogoBase.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/ItemsBase/ItemBase/SourceBase/RightsBase/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ItemsBase/ItemBase/SourceBase/RightsBase/cdesc-RightsBase.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/ItemsBase/ItemBase/SourceBase/SubtitleBase/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ItemsBase/ItemBase/SourceBase/SubtitleBase/cdesc-SubtitleBase.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/ItemsBase/ItemBase/SourceBase/TitleBase/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ItemsBase/ItemBase/SourceBase/TitleBase/cdesc-TitleBase.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ItemsBase/ItemBase/SourceBase/cdesc-SourceBase.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ItemsBase/ItemBase/SourceBase/updated%3d-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ItemsBase/ItemBase/SourceBase/updated-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/ItemsBase/ItemBase/TitleBase/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ItemsBase/ItemBase/TitleBase/cdesc-TitleBase.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ItemsBase/ItemBase/cdesc-ItemBase.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ItemsBase/ItemBase/current_element-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ItemsBase/ItemBase/pubDate%3d-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ItemsBase/ItemBase/pubDate-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ItemsBase/ItemBase/updated%3d-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ItemsBase/ItemBase/updated-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ItemsBase/cdesc-ItemsBase.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ItemsBase/current_element-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ItemsBase/new-c.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ItemsBase/new_item-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ItemsBase/normalize-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/ItemsBase/sort_if_need-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/ drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Channel/ +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Channel/Authors/ +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Channel/Authors/Author/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Channel/Authors/Author/cdesc-Author.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Channel/Authors/Author/to_feed-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Channel/Authors/cdesc-Authors.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Channel/Authors/to_feed-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Channel/Categories/ drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Channel/Categories/Category/ -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Channel/Categories/Category/cdesc-Category.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Channel/Categories/cdesc-Categories.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Channel/Categories/to_rss-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Channel/Categories/to_feed-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Channel/Cloud/ -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Channel/Cloud/cdesc-Cloud.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Channel/Cloud/to_rss-i.yaml -drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Channel/ImageFavicon/ --rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Channel/ImageFavicon/cdesc-ImageFavicon.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Channel/ImageFavicon/to_rss-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Channel/Cloud/to_feed-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Channel/Contributors/ +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Channel/Contributors/Contributor/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Channel/Contributors/Contributor/cdesc-Contributor.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Channel/Contributors/cdesc-Contributors.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Channel/Contributors/to_feed-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Channel/Copyright/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Channel/Copyright/cdesc-Copyright.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Channel/Copyright/required_variable_names-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Channel/Copyright/to_feed-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Channel/Description/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Channel/Description/cdesc-Description.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Channel/Description/required_variable_names-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Channel/Description/to_feed-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Channel/Generator/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Channel/Generator/cdesc-Generator.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Channel/Generator/to_feed-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Channel/Links/ +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Channel/Links/Link/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Channel/Links/Link/cdesc-Link.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Channel/Links/Link/required_variable_names-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Channel/Links/Link/to_feed-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Channel/Links/cdesc-Links.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Channel/Links/to_feed-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Channel/SkipDays/ drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Channel/SkipDays/Day/ -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Channel/SkipDays/Day/cdesc-Day.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Channel/SkipDays/Day/have_required_values%3f-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Channel/SkipDays/Day/to_rss-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Channel/SkipDays/Day/required_variable_names-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Channel/SkipDays/Day/to_feed-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Channel/SkipDays/cdesc-SkipDays.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Channel/SkipDays/to_rss-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Channel/SkipDays/to_feed-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Channel/SkipHours/ drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Channel/SkipHours/Hour/ -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Channel/SkipHours/Hour/cdesc-Hour.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Channel/SkipHours/Hour/have_required_values%3f-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Channel/SkipHours/Hour/to_rss-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Channel/SkipHours/Hour/required_variable_names-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Channel/SkipHours/Hour/to_feed-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Channel/SkipHours/cdesc-SkipHours.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Channel/SkipHours/to_rss-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Channel/SkipHours/to_feed-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Channel/Title/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Channel/Title/cdesc-Title.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Channel/Title/required_variable_names-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Channel/Title/to_feed-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Channel/cdesc-Channel.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Channel/have_required_values%3f-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Channel/not_set_required_variables-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Channel/required_variable_names-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Channel/setup_image-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Channel/setup_items-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Channel/setup_textinput-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Channel/to_rss-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Channel/to_feed-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Channel/variables-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Image/ -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Image/cdesc-Image.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Image/have_required_values%3f-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Image/to_rss-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Image/required_element%3f-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Image/required_variable_names-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Image/to_feed-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Items/ drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Items/Item/ +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Items/Item/Authors/ +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Items/Item/Authors/Author/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Items/Item/Authors/Author/cdesc-Author.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Items/Item/Authors/cdesc-Authors.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Items/Item/Authors/to_feed-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Items/Item/Categories/ drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Items/Item/Categories/Category/ -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Items/Item/Categories/Category/cdesc-Category.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Items/Item/Categories/cdesc-Categories.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Items/Item/Categories/to_rss-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Items/Item/Categories/to_feed-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Items/Item/Content/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Items/Item/Content/cdesc-Content.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Items/Item/Content/to_feed-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Items/Item/Contributors/ +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Items/Item/Contributors/Contributor/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Items/Item/Contributors/Contributor/cdesc-Contributor.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Items/Item/Contributors/cdesc-Contributors.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Items/Item/Contributors/to_feed-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Items/Item/Description/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Items/Item/Description/cdesc-Description.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Items/Item/Description/required_variable_names-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Items/Item/Description/to_feed-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Items/Item/Enclosure/ -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Items/Item/Enclosure/cdesc-Enclosure.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Items/Item/Enclosure/to_rss-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Items/Item/Enclosure/to_feed-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Items/Item/Guid/ -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Items/Item/Guid/cdesc-Guid.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Items/Item/Guid/to_rss-i.yaml -drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Items/Item/ImageItem/ --rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Items/Item/ImageItem/cdesc-ImageItem.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Items/Item/ImageItem/to_rss-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Items/Item/Guid/to_feed-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Items/Item/Links/ +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Items/Item/Links/Link/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Items/Item/Links/Link/cdesc-Link.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Items/Item/Links/Link/required_variable_names-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Items/Item/Links/Link/to_feed-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Items/Item/Links/cdesc-Links.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Items/Item/Links/to_feed-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Items/Item/Rights/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Items/Item/Rights/cdesc-Rights.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Items/Item/Rights/to_feed-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Items/Item/Source/ +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Items/Item/Source/Authors/ +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Items/Item/Source/Authors/Author/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Items/Item/Source/Authors/Author/cdesc-Author.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Items/Item/Source/Authors/cdesc-Authors.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Items/Item/Source/Authors/to_feed-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Items/Item/Source/Categories/ +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Items/Item/Source/Categories/Category/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Items/Item/Source/Categories/Category/cdesc-Category.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Items/Item/Source/Categories/cdesc-Categories.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Items/Item/Source/Categories/to_feed-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Items/Item/Source/Contributors/ +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Items/Item/Source/Contributors/Contributor/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Items/Item/Source/Contributors/Contributor/cdesc-Contributor.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Items/Item/Source/Contributors/cdesc-Contributors.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Items/Item/Source/Contributors/to_feed-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Items/Item/Source/Generator/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Items/Item/Source/Generator/cdesc-Generator.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Items/Item/Source/Generator/to_feed-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Items/Item/Source/Icon/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Items/Item/Source/Icon/cdesc-Icon.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Items/Item/Source/Icon/to_feed-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Items/Item/Source/Links/ +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Items/Item/Source/Links/Link/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Items/Item/Source/Links/Link/cdesc-Link.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Items/Item/Source/Links/cdesc-Links.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Items/Item/Source/Links/to_feed-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Items/Item/Source/Logo/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Items/Item/Source/Logo/cdesc-Logo.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Items/Item/Source/Logo/to_feed-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Items/Item/Source/Rights/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Items/Item/Source/Rights/cdesc-Rights.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Items/Item/Source/Rights/to_feed-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Items/Item/Source/Subtitle/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Items/Item/Source/Subtitle/cdesc-Subtitle.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Items/Item/Source/Subtitle/to_feed-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Items/Item/Source/Title/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Items/Item/Source/Title/cdesc-Title.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Items/Item/Source/Title/to_feed-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Items/Item/Source/cdesc-Source.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Items/Item/Source/to_rss-i.yaml -drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Items/Item/TrackBackAbouts/ -drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Items/Item/TrackBackAbouts/TrackBackAbout/ --rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Items/Item/TrackBackAbouts/TrackBackAbout/cdesc-TrackBackAbout.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Items/Item/TrackBackAbouts/cdesc-TrackBackAbouts.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Items/Item/TrackBackAbouts/to_rss-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Items/Item/Source/to_feed-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Items/Item/Title/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Items/Item/Title/cdesc-Title.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Items/Item/Title/required_variable_names-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Items/Item/Title/to_feed-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Items/Item/cdesc-Item.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Items/Item/have_required_values%3f-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Items/Item/to_rss-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Items/Item/not_set_required_variables-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Items/Item/required_variable_names-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Items/Item/to_feed-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Items/cdesc-Items.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Items/to_rss-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Items/to_feed-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Textinput/ -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Textinput/cdesc-Textinput.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Textinput/have_required_values%3f-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Textinput/to_rss-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Textinput/required_variable_names-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/Textinput/to_feed-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/cdesc-RSS09.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/make_rss-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/make_feed-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/new-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS09/setup_elements-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/ drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Channel/ +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Channel/Authors/ +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Channel/Authors/Author/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Channel/Authors/Author/cdesc-Author.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Channel/Authors/Author/to_feed-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Channel/Authors/cdesc-Authors.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Channel/Authors/to_feed-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Channel/Categories/ drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Channel/Categories/Category/ -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Channel/Categories/Category/cdesc-Category.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Channel/Categories/cdesc-Categories.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Channel/Categories/to_rss-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Channel/Categories/to_feed-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Channel/Cloud/ -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Channel/Cloud/cdesc-Cloud.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Channel/Cloud/to_rss-i.yaml -drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Channel/ImageFavicon/ --rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Channel/ImageFavicon/cdesc-ImageFavicon.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Channel/ImageFavicon/to_rss-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Channel/Cloud/to_feed-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Channel/Contributors/ +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Channel/Contributors/Contributor/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Channel/Contributors/Contributor/cdesc-Contributor.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Channel/Contributors/cdesc-Contributors.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Channel/Contributors/to_feed-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Channel/Copyright/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Channel/Copyright/cdesc-Copyright.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Channel/Copyright/to_feed-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Channel/Description/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Channel/Description/cdesc-Description.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Channel/Description/required_variable_names-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Channel/Description/to_feed-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Channel/Generator/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Channel/Generator/cdesc-Generator.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Channel/Generator/to_feed-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Channel/Links/ +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Channel/Links/Link/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Channel/Links/Link/cdesc-Link.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Channel/Links/Link/required_variable_names-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Channel/Links/Link/to_feed-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Channel/Links/cdesc-Links.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Channel/Links/to_feed-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Channel/SkipDays/ drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Channel/SkipDays/Day/ -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Channel/SkipDays/Day/cdesc-Day.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Channel/SkipDays/cdesc-SkipDays.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Channel/SkipDays/to_rss-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Channel/SkipDays/to_feed-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Channel/SkipHours/ drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Channel/SkipHours/Hour/ -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Channel/SkipHours/Hour/cdesc-Hour.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Channel/SkipHours/cdesc-SkipHours.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Channel/SkipHours/to_rss-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Channel/SkipHours/to_feed-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Channel/Title/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Channel/Title/cdesc-Title.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Channel/Title/required_variable_names-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Channel/Title/to_feed-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Channel/cdesc-Channel.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Channel/have_required_values%3f-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Channel/not_set_required_variables-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Channel/required_variable_names-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Channel/setup_image-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Channel/setup_items-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Channel/setup_textinput-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Channel/to_rss-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Channel/to_feed-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Image/ -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Image/cdesc-Image.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Image/have_required_values%3f-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Image/to_rss-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Image/required_variable_names-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Image/to_feed-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Image/variables-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Items/ drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Items/Item/ +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Items/Item/Authors/ +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Items/Item/Authors/Author/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Items/Item/Authors/Author/cdesc-Author.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Items/Item/Authors/cdesc-Authors.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Items/Item/Authors/to_feed-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Items/Item/Categories/ drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Items/Item/Categories/Category/ -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Items/Item/Categories/Category/cdesc-Category.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Items/Item/Categories/cdesc-Categories.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Items/Item/Categories/to_rss-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Items/Item/Categories/to_feed-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Items/Item/Content/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Items/Item/Content/cdesc-Content.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Items/Item/Content/to_feed-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Items/Item/Contributors/ +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Items/Item/Contributors/Contributor/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Items/Item/Contributors/Contributor/cdesc-Contributor.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Items/Item/Contributors/cdesc-Contributors.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Items/Item/Contributors/to_feed-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Items/Item/Description/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Items/Item/Description/cdesc-Description.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Items/Item/Description/required_variable_names-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Items/Item/Description/to_feed-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Items/Item/Enclosure/ -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Items/Item/Enclosure/cdesc-Enclosure.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Items/Item/Enclosure/to_rss-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Items/Item/Enclosure/to_feed-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Items/Item/Guid/ -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Items/Item/Guid/cdesc-Guid.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Items/Item/Guid/to_rss-i.yaml -drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Items/Item/ImageItem/ --rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Items/Item/ImageItem/cdesc-ImageItem.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Items/Item/ImageItem/to_rss-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Items/Item/Guid/to_feed-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Items/Item/Links/ +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Items/Item/Links/Link/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Items/Item/Links/Link/cdesc-Link.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Items/Item/Links/cdesc-Links.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Items/Item/Links/to_feed-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Items/Item/Rights/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Items/Item/Rights/cdesc-Rights.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Items/Item/Rights/to_feed-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Items/Item/Source/ +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Items/Item/Source/Authors/ +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Items/Item/Source/Authors/Author/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Items/Item/Source/Authors/Author/cdesc-Author.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Items/Item/Source/Authors/cdesc-Authors.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Items/Item/Source/Authors/to_feed-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Items/Item/Source/Categories/ +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Items/Item/Source/Categories/Category/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Items/Item/Source/Categories/Category/cdesc-Category.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Items/Item/Source/Categories/cdesc-Categories.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Items/Item/Source/Categories/to_feed-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Items/Item/Source/Contributors/ +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Items/Item/Source/Contributors/Contributor/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Items/Item/Source/Contributors/Contributor/cdesc-Contributor.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Items/Item/Source/Contributors/cdesc-Contributors.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Items/Item/Source/Contributors/to_feed-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Items/Item/Source/Generator/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Items/Item/Source/Generator/cdesc-Generator.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Items/Item/Source/Generator/to_feed-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Items/Item/Source/Icon/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Items/Item/Source/Icon/cdesc-Icon.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Items/Item/Source/Icon/to_feed-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Items/Item/Source/Links/ +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Items/Item/Source/Links/Link/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Items/Item/Source/Links/Link/cdesc-Link.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Items/Item/Source/Links/cdesc-Links.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Items/Item/Source/Links/to_feed-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Items/Item/Source/Logo/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Items/Item/Source/Logo/cdesc-Logo.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Items/Item/Source/Logo/to_feed-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Items/Item/Source/Rights/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Items/Item/Source/Rights/cdesc-Rights.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Items/Item/Source/Rights/to_feed-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Items/Item/Source/Subtitle/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Items/Item/Source/Subtitle/cdesc-Subtitle.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Items/Item/Source/Subtitle/to_feed-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Items/Item/Source/Title/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Items/Item/Source/Title/cdesc-Title.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Items/Item/Source/Title/to_feed-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Items/Item/Source/cdesc-Source.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Items/Item/Source/to_rss-i.yaml -drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Items/Item/TrackBackAbouts/ -drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Items/Item/TrackBackAbouts/TrackBackAbout/ --rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Items/Item/TrackBackAbouts/TrackBackAbout/cdesc-TrackBackAbout.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Items/Item/TrackBackAbouts/TrackBackAbout/to_rss-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Items/Item/TrackBackAbouts/cdesc-TrackBackAbouts.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Items/Item/Source/to_feed-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Items/Item/Title/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Items/Item/Title/cdesc-Title.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Items/Item/Title/required_variable_names-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Items/Item/Title/to_feed-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Items/Item/cdesc-Item.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Items/Item/have_required_values%3f-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Items/Item/to_rss-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Items/Item/not_set_required_variables-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Items/Item/required_variable_names-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Items/Item/to_feed-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Items/Item/variables-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Items/cdesc-Items.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Items/to_rss-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Items/to_feed-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Textinput/ -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Textinput/cdesc-Textinput.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Textinput/have_required_values%3f-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Textinput/to_rss-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Textinput/required_variable_names-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/Textinput/to_feed-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/cdesc-RSS10.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/make_rss-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/make_feed-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/new-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS10/setup_elements-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS20/ @@ -6030,14 +6883,18 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS20/Channel/ drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS20/Channel/Categories/ drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS20/Channel/Categories/Category/ -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS20/Channel/Categories/Category/cdesc-Category.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS20/Channel/Categories/Category/have_required_values%3f-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS20/Channel/Categories/Category/to_rss-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS20/Channel/Categories/Category/required_variable_names-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS20/Channel/Categories/Category/to_feed-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS20/Channel/Categories/cdesc-Categories.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS20/Channel/Categories/to_rss-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS20/Channel/Categories/to_feed-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS20/Channel/Cloud/ -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS20/Channel/Cloud/cdesc-Cloud.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS20/Channel/Cloud/have_required_values%3f-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS20/Channel/Cloud/to_rss-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS20/Channel/Cloud/required_variable_names-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS20/Channel/Cloud/to_feed-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS20/Channel/Generator/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS20/Channel/Generator/cdesc-Generator.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS20/Channel/Generator/required_variable_names-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS20/Channel/Generator/to_feed-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS20/Channel/SkipDays/ drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS20/Channel/SkipDays/Day/ -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS20/Channel/SkipDays/Day/cdesc-Day.yaml @@ -6047,38 +6904,46 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS20/Channel/SkipHours/H -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS20/Channel/SkipHours/Hour/cdesc-Hour.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS20/Channel/SkipHours/cdesc-SkipHours.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS20/Channel/cdesc-Channel.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS20/Channel/have_required_values%3f-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS20/Channel/required_variable_names-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS20/Image/ -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS20/Image/cdesc-Image.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS20/Image/required_element%3f-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS20/Items/ drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS20/Items/Item/ +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS20/Items/Item/Authors/ +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS20/Items/Item/Authors/Author/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS20/Items/Item/Authors/Author/cdesc-Author.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS20/Items/Item/Authors/Author/to_feed-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS20/Items/Item/Authors/cdesc-Authors.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS20/Items/Item/Authors/to_feed-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS20/Items/Item/Categories/ drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS20/Items/Item/Categories/Category/ -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS20/Items/Item/Categories/Category/cdesc-Category.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS20/Items/Item/Categories/Category/have_required_values%3f-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS20/Items/Item/Categories/Category/to_rss-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS20/Items/Item/Categories/Category/required_variable_names-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS20/Items/Item/Categories/Category/to_feed-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS20/Items/Item/Categories/cdesc-Categories.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS20/Items/Item/Categories/to_rss-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS20/Items/Item/Categories/to_feed-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS20/Items/Item/Enclosure/ -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS20/Items/Item/Enclosure/cdesc-Enclosure.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS20/Items/Item/Enclosure/have_required_values%3f-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS20/Items/Item/Enclosure/to_rss-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS20/Items/Item/Enclosure/required_variable_names-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS20/Items/Item/Enclosure/to_feed-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS20/Items/Item/Guid/ -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS20/Items/Item/Guid/cdesc-Guid.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS20/Items/Item/Guid/have_required_values%3f-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS20/Items/Item/Guid/to_rss-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS20/Items/Item/Guid/required_variable_names-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS20/Items/Item/Guid/to_feed-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS20/Items/Item/Source/ +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS20/Items/Item/Source/Links/ +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS20/Items/Item/Source/Links/Link/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS20/Items/Item/Source/Links/Link/cdesc-Link.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS20/Items/Item/Source/Links/Link/to_feed-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS20/Items/Item/Source/Links/cdesc-Links.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS20/Items/Item/Source/Links/to_feed-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS20/Items/Item/Source/cdesc-Source.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS20/Items/Item/Source/have_required_values%3f-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS20/Items/Item/Source/to_rss-i.yaml -drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS20/Items/Item/TrackBackAbouts/ -drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS20/Items/Item/TrackBackAbouts/TrackBackAbout/ --rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS20/Items/Item/TrackBackAbouts/TrackBackAbout/cdesc-TrackBackAbout.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS20/Items/Item/TrackBackAbouts/TrackBackAbout/to_rss-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS20/Items/Item/TrackBackAbouts/cdesc-TrackBackAbouts.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS20/Items/Item/Source/required_variable_names-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS20/Items/Item/Source/to_feed-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS20/Items/Item/cdesc-Item.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS20/Items/Item/have_required_values%3f-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS20/Items/Item/not_set_required_variables-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS20/Items/Item/required_variable_names-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS20/Items/Item/variables-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSS20/Items/cdesc-Items.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSS20/Textinput/ @@ -6091,7 +6956,13 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/RSSBase/ -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSSBase/make-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSSBase/make_xml_stylesheets-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSSBase/new-c.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSSBase/to_rss-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/RSSBase/to_feed-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/SetupDefaultDate/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/SetupDefaultDate/_set_default_values-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/SetupDefaultDate/cdesc-SetupDefaultDate.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/SlashModel/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/SlashModel/append_features-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/SlashModel/cdesc-SlashModel.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/SyndicationModel/ -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/SyndicationModel/append_features-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/SyndicationModel/cdesc-SyndicationModel.yaml @@ -6101,8 +6972,6 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/TaxonomyTopicModel/Taxono -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/TaxonomyTopicModel/TaxonomyTopicsBase/TaxonomyTopicBase/cdesc-TaxonomyTopicBase.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/TaxonomyTopicModel/TaxonomyTopicsBase/TaxonomyTopicBase/have_required_values%3f-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/TaxonomyTopicModel/TaxonomyTopicsBase/cdesc-TaxonomyTopicsBase.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/TaxonomyTopicModel/TaxonomyTopicsBase/new_taxo_topic-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/TaxonomyTopicModel/TaxonomyTopicsBase/to_rss-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/TaxonomyTopicModel/append_features-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/TaxonomyTopicModel/cdesc-TaxonomyTopicModel.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/TaxonomyTopicModel/install_taxo_topic-c.yaml @@ -6114,31 +6983,28 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/TaxonomyTopicsModel/Taxon -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/TaxonomyTopicsModel/install_taxo_topics-c.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/TextinputBase/ -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/TextinputBase/cdesc-TextinputBase.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/TextinputBase/current_element-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/TrackBackModel/ drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/TrackBackModel/TrackBackAboutsBase/ drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/TrackBackModel/TrackBackAboutsBase/TrackBackAboutBase/ -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/TrackBackModel/TrackBackAboutsBase/TrackBackAboutBase/cdesc-TrackBackAboutBase.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/TrackBackModel/TrackBackAboutsBase/TrackBackAboutBase/have_required_values%3f-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/TrackBackModel/TrackBackAboutsBase/TrackBackAboutBase/to_feed-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/TrackBackModel/TrackBackAboutsBase/cdesc-TrackBackAboutsBase.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/TrackBackModel/TrackBackAboutsBase/new_about-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/TrackBackModel/TrackBackAboutsBase/to_rss-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/TrackBackModel/append_features-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/TrackBackModel/cdesc-TrackBackModel.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/XMLStyleSheets/ drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Maker/XMLStyleSheets/XMLStyleSheet/ -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/XMLStyleSheets/XMLStyleSheet/cdesc-XMLStyleSheet.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/XMLStyleSheets/XMLStyleSheet/guess_type_if_need-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/XMLStyleSheets/XMLStyleSheet/have_required_values%3f-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/XMLStyleSheets/XMLStyleSheet/to_rss-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/XMLStyleSheets/XMLStyleSheet/required_variable_names-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/XMLStyleSheets/XMLStyleSheet/to_feed-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/XMLStyleSheets/cdesc-XMLStyleSheets.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/XMLStyleSheets/new_xml_stylesheet-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/XMLStyleSheets/to_rss-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/add_maker-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/cdesc-Maker.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/filename_to_version-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/make-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/maker-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/makers-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Maker/versions-c.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/MissingAttributeError/ -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/MissingAttributeError/cdesc-MissingAttributeError.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/MissingAttributeError/new-c.yaml @@ -6255,12 +7121,17 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/RSS10/ -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/RSS10/cdesc-RSS10.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/RootElementMixin/ -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/RootElementMixin/cdesc-RootElementMixin.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/RootElementMixin/feed_info-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/RootElementMixin/maker_target-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/RootElementMixin/new-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/RootElementMixin/ns_declarations-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/RootElementMixin/output_encoding%3d-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/RootElementMixin/same_feed_type%3f-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/RootElementMixin/setup_maker-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/RSS/RootElementMixin/setup_maker_elements-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/RootElementMixin/tag-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/RootElementMixin/to_atom-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/RootElementMixin/to_feed-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/RootElementMixin/to_rss-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/RootElementMixin/to_xml-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/RootElementMixin/xmldecl-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Rss/ @@ -6322,10 +7193,20 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Rss/Channel/TextInput/ -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Rss/new-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Rss/setup_maker_elements-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Rss/textinput-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/SetupMaker/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/SetupMaker/cdesc-SetupMaker.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/SetupMaker/maker_target-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/SetupMaker/not_need_to_call_setup_maker_variables-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/SetupMaker/setup_maker-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/SetupMaker/setup_maker_attributes-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/SetupMaker/setup_maker_element-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/SetupMaker/setup_maker_elements-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/SlashModel/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/SlashModel/append_features-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/SlashModel/cdesc-SlashModel.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/SyndicationModel/ -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/SyndicationModel/append_features-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/SyndicationModel/cdesc-SyndicationModel.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/RSS/SyndicationModel/sy_updatePeriod%3d-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/SyndicationModel/validate_sy_updatePeriod-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/TaxonomyTopicModel/ drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/TaxonomyTopicModel/TaxonomyTopic/ @@ -6390,7 +7271,24 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/UnknownConversionMethodError/ drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/UnknownTagError/ -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/UnknownTagError/cdesc-UnknownTagError.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/UnknownTagError/new-c.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/UnsupportedMakerVersionError/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/UnsupportedMakerVersionError/cdesc-UnsupportedMakerVersionError.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/UnsupportedMakerVersionError/new-c.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Utils/ +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Utils/CSV/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Utils/CSV/cdesc-CSV.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Utils/CSV/parse-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Utils/InheritedReader/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Utils/InheritedReader/cdesc-InheritedReader.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Utils/InheritedReader/inherited_array_reader-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Utils/InheritedReader/inherited_hash_reader-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Utils/InheritedReader/inherited_reader-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Utils/YesCleanOther/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Utils/YesCleanOther/cdesc-YesCleanOther.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Utils/YesCleanOther/parse-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Utils/YesOther/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Utils/YesOther/cdesc-YesOther.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Utils/YesOther/parse-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Utils/cdesc-Utils.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Utils/element_initialize_arguments%3f-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Utils/get_file_and_line_from_caller-i.yaml @@ -6398,6 +7296,18 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/Utils/ -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Utils/html_escape-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Utils/new_with_value_if_need-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/Utils/to_class_name-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/XML/ +drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/XML/Element/ +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/XML/Element/%3c%3c-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/XML/Element/%3d%3d-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/XML/Element/%5b%5d%3d-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/XML/Element/%5b%5d-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/XML/Element/cdesc-Element.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/XML/Element/each-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/XML/Element/full_name-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/XML/Element/new-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/XML/Element/to_s-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/RSS/XML/cdesc-XML.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/RSS/XMLParserListener/ -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/XMLParserListener/cdesc-XMLParserListener.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RSS/XMLParserListener/xmldecl-i.yaml @@ -6558,18 +7468,23 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/Rational/ -rw-r--r-- root/root usr/share/ri/1.8/system/Rational/%3d%3d-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Rational/abs-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Rational/cdesc-Rational.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Rational/ceil-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Rational/coerce-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Rational/div-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Rational/divmod-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Rational/floor-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Rational/hash-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Rational/inspect-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Rational/new%21-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Rational/new-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Rational/power2-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Rational/reduce-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Rational/round-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Rational/to_f-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Rational/to_i-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Rational/to_r-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Rational/to_s-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Rational/truncate-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/RegAnd/ -rw-r--r-- root/root usr/share/ri/1.8/system/RegAnd/%3d%7e-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/RegAnd/cdesc-RegAnd.yaml @@ -6613,177 +7528,83 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/Resolv/DNS/Config/NXDomain/ drwxr-xr-x root/root usr/share/ri/1.8/system/Resolv/DNS/Config/OtherResolvError/ -rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Config/OtherResolvError/cdesc-OtherResolvError.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Config/cdesc-Config.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Config/default_config_hash-c.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Config/generate_candidates-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Config/generate_timeouts-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Config/lazy_initialize-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Config/new-c.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Config/parse_resolv_conf-c.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Config/resolv-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Config/single%3f-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/Resolv/DNS/DecodeError/ -rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/DecodeError/cdesc-DecodeError.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/Resolv/DNS/EncodeError/ -rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/EncodeError/cdesc-EncodeError.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/Resolv/DNS/Label/ drwxr-xr-x root/root usr/share/ri/1.8/system/Resolv/DNS/Label/Str/ --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Label/Str/%3d%3d-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Label/Str/cdesc-Str.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Label/Str/eql%3f-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Label/Str/hash-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Label/Str/inspect-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Label/Str/new-c.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Label/Str/to_s-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Label/cdesc-Label.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Label/split-c.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/Resolv/DNS/Message/ --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Message/%3d%3d-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/Resolv/DNS/Message/MessageDecoder/ -rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Message/MessageDecoder/cdesc-MessageDecoder.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Message/MessageDecoder/get_bytes-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Message/MessageDecoder/get_label-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Message/MessageDecoder/get_labels-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Message/MessageDecoder/get_length16-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Message/MessageDecoder/get_name-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Message/MessageDecoder/get_question-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Message/MessageDecoder/get_rr-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Message/MessageDecoder/get_string-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Message/MessageDecoder/get_string_list-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Message/MessageDecoder/get_unpack-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Message/MessageDecoder/new-c.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/Resolv/DNS/Message/MessageEncoder/ -rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Message/MessageEncoder/cdesc-MessageEncoder.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Message/MessageEncoder/new-c.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Message/MessageEncoder/put_bytes-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Message/MessageEncoder/put_label-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Message/MessageEncoder/put_labels-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Message/MessageEncoder/put_length16-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Message/MessageEncoder/put_name-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Message/MessageEncoder/put_pack-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Message/MessageEncoder/put_string-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Message/MessageEncoder/put_string_list-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Message/MessageEncoder/to_s-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Message/add_additional-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Message/add_answer-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Message/add_authority-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Message/add_question-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Message/cdesc-Message.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Message/decode-c.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Message/each_additional-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Message/each_answer-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Message/each_authority-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Message/each_question-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Message/each_resource-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Message/encode-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Message/new-c.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/Resolv/DNS/Name/ --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Name/%3d%3d-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Name/%5b%5d-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Name/absolute%3f-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Name/cdesc-Name.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Name/create-c.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Name/eql%3f-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Name/hash-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Name/inspect-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Name/length-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Name/new-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Name/subdomain_of%3f-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Name/to_a-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Name/to_s-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/Resolv/DNS/OpCode/ -rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/OpCode/cdesc-OpCode.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/Resolv/DNS/Query/ -rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Query/cdesc-Query.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Query/decode_rdata-c.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Query/encode_rdata-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/Resolv/DNS/RCode/ -rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/RCode/cdesc-RCode.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/Resolv/DNS/Requester/ drwxr-xr-x root/root usr/share/ri/1.8/system/Resolv/DNS/Requester/ConnectedUDP/ drwxr-xr-x root/root usr/share/ri/1.8/system/Resolv/DNS/Requester/ConnectedUDP/Sender/ -rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Requester/ConnectedUDP/Sender/cdesc-Sender.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Requester/ConnectedUDP/Sender/send-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Requester/ConnectedUDP/cdesc-ConnectedUDP.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Requester/ConnectedUDP/new-c.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Requester/ConnectedUDP/sender-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/Resolv/DNS/Requester/RequestError/ -rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Requester/RequestError/cdesc-RequestError.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/Resolv/DNS/Requester/Sender/ -rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Requester/Sender/cdesc-Sender.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Requester/Sender/new-c.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Requester/Sender/recv-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/Resolv/DNS/Requester/TCP/ drwxr-xr-x root/root usr/share/ri/1.8/system/Resolv/DNS/Requester/TCP/Sender/ -rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Requester/TCP/Sender/cdesc-Sender.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Requester/TCP/Sender/send-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Requester/TCP/cdesc-TCP.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Requester/TCP/new-c.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Requester/TCP/sender-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/Resolv/DNS/Requester/UnconnectedUDP/ drwxr-xr-x root/root usr/share/ri/1.8/system/Resolv/DNS/Requester/UnconnectedUDP/Sender/ -rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Requester/UnconnectedUDP/Sender/cdesc-Sender.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Requester/UnconnectedUDP/Sender/new-c.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Requester/UnconnectedUDP/Sender/send-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Requester/UnconnectedUDP/cdesc-UnconnectedUDP.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Requester/UnconnectedUDP/new-c.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Requester/UnconnectedUDP/sender-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Requester/cdesc-Requester.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Requester/close-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Requester/delete-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Requester/new-c.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/Resolv/DNS/Resource/ --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Resource/%3d%3d-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/Resolv/DNS/Resource/ANY/ -rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Resource/ANY/cdesc-ANY.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/Resolv/DNS/Resource/CNAME/ -rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Resource/CNAME/cdesc-CNAME.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/Resolv/DNS/Resource/DomainName/ -rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Resource/DomainName/cdesc-DomainName.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Resource/DomainName/decode_rdata-c.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Resource/DomainName/encode_rdata-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Resource/DomainName/new-c.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/Resolv/DNS/Resource/Generic/ -rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Resource/Generic/cdesc-Generic.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Resource/Generic/create-c.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Resource/Generic/decode_rdata-c.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Resource/Generic/encode_rdata-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Resource/Generic/new-c.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/Resolv/DNS/Resource/HINFO/ -rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Resource/HINFO/cdesc-HINFO.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Resource/HINFO/decode_rdata-c.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Resource/HINFO/encode_rdata-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Resource/HINFO/new-c.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/Resolv/DNS/Resource/IN/ drwxr-xr-x root/root usr/share/ri/1.8/system/Resolv/DNS/Resource/IN/A/ -rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Resource/IN/A/cdesc-A.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Resource/IN/A/decode_rdata-c.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Resource/IN/A/encode_rdata-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Resource/IN/A/new-c.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/Resolv/DNS/Resource/IN/AAAA/ -rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Resource/IN/AAAA/cdesc-AAAA.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Resource/IN/AAAA/decode_rdata-c.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Resource/IN/AAAA/encode_rdata-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Resource/IN/AAAA/new-c.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/Resolv/DNS/Resource/IN/SRV/ -rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Resource/IN/SRV/cdesc-SRV.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Resource/IN/SRV/decode_rdata-c.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Resource/IN/SRV/encode_rdata-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Resource/IN/SRV/new-c.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/Resolv/DNS/Resource/IN/WKS/ -rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Resource/IN/WKS/cdesc-WKS.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Resource/IN/WKS/decode_rdata-c.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Resource/IN/WKS/encode_rdata-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Resource/IN/WKS/new-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Resource/IN/cdesc-IN.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/Resolv/DNS/Resource/MINFO/ -rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Resource/MINFO/cdesc-MINFO.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Resource/MINFO/decode_rdata-c.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Resource/MINFO/encode_rdata-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Resource/MINFO/new-c.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/Resolv/DNS/Resource/MX/ -rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Resource/MX/cdesc-MX.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Resource/MX/decode_rdata-c.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Resource/MX/encode_rdata-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Resource/MX/new-c.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/Resolv/DNS/Resource/NS/ -rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Resource/NS/cdesc-NS.yaml @@ -6791,34 +7612,23 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/Resolv/DNS/Resource/PTR/ -rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Resource/PTR/cdesc-PTR.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/Resolv/DNS/Resource/SOA/ -rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Resource/SOA/cdesc-SOA.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Resource/SOA/decode_rdata-c.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Resource/SOA/encode_rdata-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Resource/SOA/new-c.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/Resolv/DNS/Resource/TXT/ -rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Resource/TXT/cdesc-TXT.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Resource/TXT/data-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Resource/TXT/decode_rdata-c.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Resource/TXT/encode_rdata-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Resource/TXT/new-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Resource/cdesc-Resource.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Resource/decode_rdata-c.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Resource/encode_rdata-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Resource/eql%3f-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Resource/get_class-c.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/Resource/hash-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/cdesc-DNS.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/close-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/each_address-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/each_name-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/each_resource-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/extract_resources-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/getaddress-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/getaddresses-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/getname-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/getnames-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/getresource-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/getresources-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/lazy_initialize-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/new-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/DNS/open-c.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/Resolv/Hosts/ @@ -6829,28 +7639,15 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/Resolv/Hosts/ -rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/Hosts/getaddresses-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/Hosts/getname-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/Hosts/getnames-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/Hosts/lazy_initialize-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/Hosts/new-c.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/Resolv/IPv4/ --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/IPv4/%3d%3d-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/IPv4/cdesc-IPv4.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/IPv4/create-c.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/IPv4/eql%3f-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/IPv4/hash-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/IPv4/inspect-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/IPv4/new-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/IPv4/to_name-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/IPv4/to_s-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/Resolv/IPv6/ --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/IPv6/%3d%3d-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/IPv6/cdesc-IPv6.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/IPv6/create-c.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/IPv6/eql%3f-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/IPv6/hash-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/IPv6/inspect-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/IPv6/new-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/IPv6/to_name-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/IPv6/to_s-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/Resolv/ResolvError/ -rw-r--r-- root/root usr/share/ri/1.8/system/Resolv/ResolvError/cdesc-ResolvError.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/Resolv/ResolvTimeout/ @@ -6947,9 +7744,18 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/Rinda/Tuple/ -rw-r--r-- root/root usr/share/ri/1.8/system/Rinda/Tuple/size-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Rinda/Tuple/value-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/Rinda/TupleBag/ +drwxr-xr-x root/root usr/share/ri/1.8/system/Rinda/TupleBag/TupleBin/ +-rw-r--r-- root/root usr/share/ri/1.8/system/Rinda/TupleBag/TupleBin/add-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Rinda/TupleBag/TupleBin/cdesc-TupleBin.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Rinda/TupleBag/TupleBin/delete-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Rinda/TupleBag/TupleBin/find-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Rinda/TupleBag/TupleBin/new-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Rinda/TupleBag/bin_for_find-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Rinda/TupleBag/bin_key-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Rinda/TupleBag/cdesc-TupleBag.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Rinda/TupleBag/delete-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Rinda/TupleBag/delete_unless_alive-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Rinda/TupleBag/each_entry-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Rinda/TupleBag/find-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Rinda/TupleBag/find_all-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Rinda/TupleBag/find_all_template-i.yaml @@ -6972,6 +7778,7 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/Rinda/TupleEntry/ -rw-r--r-- root/root usr/share/ri/1.8/system/Rinda/TupleEntry/value-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/Rinda/TupleSpace/ -rw-r--r-- root/root usr/share/ri/1.8/system/Rinda/TupleSpace/cdesc-TupleSpace.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Rinda/TupleSpace/create_entry-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Rinda/TupleSpace/keep_clean-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Rinda/TupleSpace/move-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Rinda/TupleSpace/need_keeper%3f-i.yaml @@ -8579,7 +9386,13 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/Shell/Tee/ -rw-r--r-- root/root usr/share/ri/1.8/system/Shell/undef_system_command-c.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/Shellwords/ -rw-r--r-- root/root usr/share/ri/1.8/system/Shellwords/cdesc-Shellwords.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Shellwords/escape-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Shellwords/join-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Shellwords/shellescape-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Shellwords/shelljoin-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Shellwords/shellsplit-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Shellwords/shellwords-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Shellwords/split-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/Signal/ -rw-r--r-- root/root usr/share/ri/1.8/system/Signal/cdesc-Signal.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Signal/list-c.yaml @@ -8644,6 +9457,8 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/SortedSet/ -rw-r--r-- root/root usr/share/ri/1.8/system/SortedSet/cdesc-SortedSet.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/StandardError/ -rw-r--r-- root/root usr/share/ri/1.8/system/StandardError/cdesc-StandardError.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/StopIteration/ +-rw-r--r-- root/root usr/share/ri/1.8/system/StopIteration/cdesc-StopIteration.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/StrictPrettyExample/ -rw-r--r-- root/root usr/share/ri/1.8/system/StrictPrettyExample/cdesc-StrictPrettyExample.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/String/ @@ -8659,11 +9474,14 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/String/ -rw-r--r-- root/root usr/share/ri/1.8/system/String/_expand_ch-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/String/_regex_quote-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/String/block_scanf-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/String/bytes-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/String/bytesize-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/String/capitalize%21-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/String/capitalize-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/String/casecmp-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/String/cdesc-String.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/String/center-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/String/chars-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/String/chomp%21-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/String/chomp-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/String/chop%21-i.yaml @@ -8682,6 +9500,7 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/String/ -rw-r--r-- root/root usr/share/ri/1.8/system/String/each_line-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/String/empty%3f-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/String/end_regexp-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/String/end_with%3f-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/String/eql%3f-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/String/expand_ch_hash-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/String/gsub%21-i.yaml @@ -8704,6 +9523,7 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/String/ -rw-r--r-- root/root usr/share/ri/1.8/system/String/jsize-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/String/kconv-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/String/length-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/String/lines-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/String/ljust-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/String/lstrip%21-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/String/lstrip-i.yaml @@ -8715,22 +9535,26 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/String/ -rw-r--r-- root/root usr/share/ri/1.8/system/String/oct-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/String/original_succ%21-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/String/original_succ-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/String/quote-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/String/partition-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/String/replace-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/String/reverse%21-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/String/reverse-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/String/rindex-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/String/rjust-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/String/rpartition-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/String/rstrip%21-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/String/rstrip-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/String/scan-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/String/scanf-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/String/shellescape-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/String/shellsplit-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/String/size-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/String/slice%21-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/String/slice-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/String/split-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/String/squeeze%21-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/String/squeeze-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/String/start_with%3f-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/String/strip%21-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/String/strip-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/String/sub%21-i.yaml @@ -8763,7 +9587,9 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/String/ drwxr-xr-x root/root usr/share/ri/1.8/system/StringIO/ -rw-r--r-- root/root usr/share/ri/1.8/system/StringIO/%3c%3c-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/StringIO/binmode-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/StringIO/bytes-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/StringIO/cdesc-StringIO.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/StringIO/chars-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/StringIO/close-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/StringIO/close_read-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/StringIO/close_write-i.yaml @@ -8772,6 +9598,7 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/StringIO/ -rw-r--r-- root/root usr/share/ri/1.8/system/StringIO/closed_write%3f-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/StringIO/each-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/StringIO/each_byte-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/StringIO/each_char-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/StringIO/each_line-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/StringIO/eof%3f-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/StringIO/eof-i.yaml @@ -8779,12 +9606,14 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/StringIO/ -rw-r--r-- root/root usr/share/ri/1.8/system/StringIO/fileno-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/StringIO/flush-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/StringIO/fsync-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/StringIO/getbyte-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/StringIO/getc-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/StringIO/gets-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/StringIO/isatty-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/StringIO/length-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/StringIO/lineno%3d-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/StringIO/lineno-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/StringIO/lines-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/StringIO/new-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/StringIO/open-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/StringIO/path-i.yaml @@ -8796,6 +9625,7 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/StringIO/ -rw-r--r-- root/root usr/share/ri/1.8/system/StringIO/putc-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/StringIO/puts-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/StringIO/read-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/StringIO/readbyte-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/StringIO/readchar-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/StringIO/readline-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/StringIO/readlines-i.yaml @@ -8897,6 +9727,7 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/Symbol/ -rw-r--r-- root/root usr/share/ri/1.8/system/Symbol/inspect-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Symbol/to_i-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Symbol/to_int-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Symbol/to_proc-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Symbol/to_s-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Symbol/to_sym-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Symbol/to_yaml-i.yaml @@ -9407,6 +10238,8 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/TestOLEVARIABLE/ -rw-r--r-- root/root usr/share/ri/1.8/system/TestOLEVARIABLE/test_visible-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/TestWIN32OLE_EVENT/ -rw-r--r-- root/root usr/share/ri/1.8/system/TestWIN32OLE_EVENT/cdesc-TestWIN32OLE_EVENT.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/TestWIN32OLE_EVENT/create_temp_html-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/TestWIN32OLE_EVENT/default_handler-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/TestWIN32OLE_EVENT/handler1-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/TestWIN32OLE_EVENT/handler2-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/TestWIN32OLE_EVENT/handler3-i.yaml @@ -9416,6 +10249,8 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/TestWIN32OLE_EVENT/ -rw-r--r-- root/root usr/share/ri/1.8/system/TestWIN32OLE_EVENT/test_on_event2-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/TestWIN32OLE_EVENT/test_on_event3-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/TestWIN32OLE_EVENT/test_on_event4-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/TestWIN32OLE_EVENT/test_on_event5-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/TestWIN32OLE_EVENT/test_unadvise-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/TestWIN32OLE_FOR_PROPERTYPUTREF/ -rw-r--r-- root/root usr/share/ri/1.8/system/TestWIN32OLE_FOR_PROPERTYPUTREF/cdesc-TestWIN32OLE_FOR_PROPERTYPUTREF.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/TestWIN32OLE_FOR_PROPERTYPUTREF/setup-i.yaml @@ -9598,6 +10433,7 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/Time/ -rw-r--r-- root/root usr/share/ri/1.8/system/Time/utc-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Time/utc_offset-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Time/w3cdtf-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/Time/w3cdtf-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Time/wday-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Time/xmlschema-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Time/xmlschema-i.yaml @@ -9612,6 +10448,8 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/TimeExtentionTest/ drwxr-xr-x root/root usr/share/ri/1.8/system/Timeout/ drwxr-xr-x root/root usr/share/ri/1.8/system/Timeout/Error/ -rw-r--r-- root/root usr/share/ri/1.8/system/Timeout/Error/cdesc-Error.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/Timeout/ExitException/ +-rw-r--r-- root/root usr/share/ri/1.8/system/Timeout/ExitException/cdesc-ExitException.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Timeout/cdesc-Timeout.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/Timeout/timeout-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/TokenStream/ @@ -9677,6 +10515,7 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/URI/FTP/ -rw-r--r-- root/root usr/share/ri/1.8/system/URI/FTP/check_typecode-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/URI/FTP/new-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/URI/FTP/new2-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/URI/FTP/path-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/URI/FTP/set_typecode-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/URI/FTP/to_s-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/URI/FTP/typecode%3d-i.yaml @@ -9790,6 +10629,8 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/URI/LDAP/ -rw-r--r-- root/root usr/share/ri/1.8/system/URI/LDAP/set_extensions-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/URI/LDAP/set_filter-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/URI/LDAP/set_scope-i.yaml +drwxr-xr-x root/root usr/share/ri/1.8/system/URI/LDAPS/ +-rw-r--r-- root/root usr/share/ri/1.8/system/URI/LDAPS/cdesc-LDAPS.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/URI/MailTo/ -rw-r--r-- root/root usr/share/ri/1.8/system/URI/MailTo/build-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/URI/MailTo/cdesc-MailTo.yaml @@ -9822,6 +10663,8 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/UnboundMethod/ -rw-r--r-- root/root usr/share/ri/1.8/system/UnboundMethod/cdesc-UnboundMethod.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/UnboundMethod/clone-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/UnboundMethod/inspect-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/UnboundMethod/name-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/UnboundMethod/owner-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/UnboundMethod/to_s-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/Vector/ -rw-r--r-- root/root usr/share/ri/1.8/system/Vector/%2a-i.yaml @@ -10126,6 +10969,7 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/WEBrick/HTTPServlet/FileHandler/ -rw-r--r-- root/root usr/share/ri/1.8/system/WEBrick/HTTPServlet/FileHandler/get_handler-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/WEBrick/HTTPServlet/FileHandler/new-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/WEBrick/HTTPServlet/FileHandler/nondisclosure_name%3f-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/WEBrick/HTTPServlet/FileHandler/prevent_directory_traversal-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/WEBrick/HTTPServlet/FileHandler/remove_handler-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/WEBrick/HTTPServlet/FileHandler/search_file-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/WEBrick/HTTPServlet/FileHandler/search_index_file-i.yaml @@ -10133,6 +10977,8 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/WEBrick/HTTPServlet/FileHandler/ -rw-r--r-- root/root usr/share/ri/1.8/system/WEBrick/HTTPServlet/FileHandler/set_dir_list-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/WEBrick/HTTPServlet/FileHandler/set_filename-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/WEBrick/HTTPServlet/FileHandler/shift_path_info-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/WEBrick/HTTPServlet/FileHandler/trailing_pathsep%3f-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/WEBrick/HTTPServlet/FileHandler/windows_ambiguous_name%3f-i.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/WEBrick/HTTPServlet/HTTPServletError/ -rw-r--r-- root/root usr/share/ri/1.8/system/WEBrick/HTTPServlet/HTTPServletError/cdesc-HTTPServletError.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/WEBrick/HTTPServlet/ProcHandler/ @@ -10271,6 +11117,7 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/WIN32OLE/VARIANT/ -rw-r--r-- root/root usr/share/ri/1.8/system/WIN32OLE/invoke-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/WIN32OLE/method_missing-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/WIN32OLE/new-c.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/WIN32OLE/ole_activex_initialize-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/WIN32OLE/ole_free-c.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/WIN32OLE/ole_free-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/WIN32OLE/ole_func_methods-i.yaml @@ -11441,8 +12288,10 @@ drwxr-xr-x root/root usr/share/ri/1.8/system/YAML/SpecialHash/ drwxr-xr-x root/root usr/share/ri/1.8/system/YAML/Store/ -rw-r--r-- root/root usr/share/ri/1.8/system/YAML/Store/cdesc-Store.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/YAML/Store/dump-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/YAML/Store/empty_marshal_checksum-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/YAML/Store/empty_marshal_data-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/YAML/Store/load-i.yaml --rw-r--r-- root/root usr/share/ri/1.8/system/YAML/Store/load_file-i.yaml +-rw-r--r-- root/root usr/share/ri/1.8/system/YAML/Store/marshal_dump_supports_canonical_option%3f-i.yaml -rw-r--r-- root/root usr/share/ri/1.8/system/YAML/Store/new-c.yaml drwxr-xr-x root/root usr/share/ri/1.8/system/YAML/Stream/ -rw-r--r-- root/root usr/share/ri/1.8/system/YAML/Stream/%5b%5d-i.yaml diff --git a/ruby-doc/.md5sum b/ruby-doc/.md5sum index ddd204899..82600ebb7 100644 --- a/ruby-doc/.md5sum +++ b/ruby-doc/.md5sum @@ -1 +1 @@ -e558a0e00ae318d43bf6ff9af452bad2 ruby-1.8.6.tar.bz2 +0b215c46b89b28d7ab8d56d96e72d5b9 ruby-1.8.7-p72.tar.bz2 diff --git a/ruby-doc/Pkgfile b/ruby-doc/Pkgfile index 9b3ce30e0..82654c148 100644 --- a/ruby-doc/Pkgfile +++ b/ruby-doc/Pkgfile @@ -4,7 +4,7 @@ # Depends on: ruby name=ruby-doc -version=1.8.6 +version=1.8.7-p72 release=1 source=(ftp://ftp.ruby-lang.org/pub/ruby/1.8/ruby-$version.tar.bz2)