├── .gitattributes ├── .gitignore ├── .htaccess ├── LICENSE ├── README.md ├── app ├── admin.apd ├── admin.png ├── bookmarks.apd ├── bookmarks.png ├── bugreport.apd ├── bugreport.png ├── channel.apd ├── chat.apd ├── chat.png ├── connections.apd ├── connections.png ├── directory.apd ├── directory.png ├── events.apd ├── events.png ├── features.apd ├── features.png ├── help.apd ├── help.png ├── home.png ├── invite.apd ├── invite.png ├── lang.apd ├── lang.png ├── login.apd ├── login.png ├── mail.apd ├── mail.png ├── manage.apd ├── manage.png ├── matrix.apd ├── matrix.png ├── mood.apd ├── mood.png ├── photos.apd ├── photos.png ├── poke.apd ├── poke.png ├── post.apd ├── post.png ├── pphoto.apd ├── pphoto.png ├── probe.apd ├── probe.png ├── profile.apd ├── profile.png ├── randprof.apd ├── randprof.png ├── search.apd ├── search.png ├── settings.apd ├── settings.png ├── storage.apd ├── storage.png ├── suggest.apd ├── suggest.png ├── webpages.apd └── webpages.png ├── assets ├── diamondlattice.png ├── hashlogo-lighttext.png ├── hashlogo.png ├── hashlogo.svg ├── hashlogo.xcf ├── home.html ├── logo_simplifiedap.png ├── narrow.css ├── nb-no │ ├── diamondlattice.png │ ├── logo_simplifiedap.png │ ├── narrow.css │ ├── theRedMatrix.pptx │ ├── uluru2.jpg │ └── wide.css ├── theRedMatrix.pptx ├── uluru2.jpg └── wide.css ├── boot.php ├── doc ├── AdvancedSearch.md ├── Comanche.md ├── Comparison-of-activity-stream-networks.md ├── Creating-Templates.md ├── DerivedTheme1.md ├── Developers.md ├── Features.md ├── Hooks.md ├── Plugins.md ├── Privacy.md ├── README.md ├── Remove-Account.md ├── Schema-development.md ├── Tags-and-Mentions.md ├── TermsOfService.md ├── Translations.md ├── Webpages.md ├── Widgets.md ├── Zot---A-High-Level-Overview.md ├── about.bb ├── account_basics.bb ├── accounts.bb ├── accounts_profiles_channels_basics.bb ├── addons.bb ├── addons_gnusocial.bb ├── api_functions.bb ├── api_posting.bb ├── bbcode.html ├── campaign.bb ├── channels.bb ├── checking_account_quota_usage.bb ├── classRedmatrix_1_1Import_1_1Import-members.html ├── classRedmatrix_1_1Import_1_1Import.html ├── cloud.bb ├── cloud_desktop_clients.bb ├── comanche.bb ├── connecting_to_channels.bb ├── connecting_to_channels.md ├── credits.bb ├── database.bb ├── dav_dolphin.bb ├── dav_konqueror.bb ├── dav_mount.bb ├── dav_nautilus.bb ├── dav_nemo.bb ├── dav_windows.bb ├── db_abook.bb ├── db_account.bb ├── db_addon.bb ├── db_app.bb ├── db_attach.bb ├── db_auth_codes.bb ├── db_cache.bb ├── db_channel.bb ├── db_chat.bb ├── db_chatpresence.bb ├── db_chatroom.bb ├── db_clients.bb ├── db_config.bb ├── db_conv.bb ├── db_event.bb ├── db_fcontact.bb ├── db_ffinder.bb ├── db_fserver.bb ├── db_fsuggest.bb ├── db_group_member.bb ├── db_groups.bb ├── db_hook.bb ├── db_hubloc.bb ├── db_issue.bb ├── db_item.bb ├── db_item_id.bb ├── db_likes.bb ├── db_mail.bb ├── db_manage.bb ├── db_menu.bb ├── db_menu_item.bb ├── db_notify.bb ├── db_obj.bb ├── db_outq.bb ├── db_pconfig.bb ├── db_photo.bb ├── db_poll.bb ├── db_poll_elm.bb ├── db_profdef.bb ├── db_profext.bb ├── db_profile.bb ├── db_profile_check.bb ├── db_register.bb ├── db_session.bb ├── db_shares.bb ├── db_sign.bb ├── db_site.bb ├── db_source.bb ├── db_spam.bb ├── db_sys_perms.bb ├── db_term.bb ├── db_tokens.bb ├── db_updates.bb ├── db_verify.bb ├── db_vote.bb ├── db_xchan.bb ├── db_xchat.bb ├── db_xconfig.bb ├── db_xign.bb ├── db_xlink.bb ├── db_xprof.bb ├── db_xtag.bb ├── de │ ├── about.bb │ ├── channels.bb │ ├── features.bb │ ├── main.bb │ ├── profiles.bb │ └── registration.bb ├── debian_install.bb ├── dev-function-overview.md ├── dev_beginner.bb ├── developer_function_primer.bb ├── developers.bb ├── diaspora_compat.md ├── doco.bb ├── encryption.bb ├── external-resource-links.bb ├── extra_features.bb ├── faq_admins.bb ├── faq_developers.bb ├── faq_members.bb ├── features.bb ├── first-post.bb ├── git_for_non_developers.bb ├── hidden_configs.bb ├── history.md ├── html │ └── index.php ├── install.bb ├── install │ ├── sample-lighttpd.conf │ └── sample-nginx.conf ├── intro_for_developers.bb ├── macros │ ├── addons_footer.bb │ ├── cloud_footer.bb │ ├── de │ │ ├── addons_footer.bb │ │ ├── cloud_footer.bb │ │ ├── main_footer.bb │ │ └── troubleshooting_footer.bb │ ├── main_footer.bb │ └── troubleshooting_footer.bb ├── main.bb ├── nb-no │ └── api_functions.md ├── nomadic-identity.bb ├── permissions.bb ├── plugins.bb ├── problems-following-an-update.bb ├── profiles.bb ├── red2pi.bb ├── registration.bb ├── remove_account.bb ├── roadmap.bb ├── roles.md ├── schema_development.bb ├── sql_conventions.bb ├── sv │ ├── main.bb │ └── roles.md ├── tags_and_mentions.bb ├── to_do_code.bb ├── to_do_doco.bb ├── to_do_doco.md ├── troubleshooting.bb ├── webpages.bb ├── what_is_zot.bb ├── zot.md └── zot_structures.md ├── images ├── article.gif ├── audio.gif ├── b_block.gif ├── b_drop.gif ├── b_drop.png ├── b_drophide.gif ├── b_dropshow.gif ├── b_edit.gif ├── b_edit.png ├── beer_mug.gif ├── blank.png ├── bug-x.gif ├── calendar.png ├── camera-icon.gif ├── coffee.gif ├── connect-bg.png ├── content-types.png ├── controls.png ├── default-group-mm.png ├── default_profile_photos │ ├── alpha │ │ ├── 175.png │ │ ├── 48.png │ │ └── 80.png │ ├── black_avatar_1 │ │ ├── 175.png │ │ ├── 48.png │ │ └── 80.png │ ├── black_avatar_2 │ │ ├── 175.png │ │ ├── 48.png │ │ └── 80.png │ ├── blank │ │ ├── 175.jpg │ │ ├── 175.png │ │ ├── 48.jpg │ │ ├── 48.png │ │ ├── 80.jpg │ │ └── 80.png │ ├── rainbow_man │ │ ├── 175.jpg │ │ ├── 175.png │ │ ├── 48.jpg │ │ ├── 48.png │ │ ├── 80.jpg │ │ └── 80.png │ ├── rainbow_man_trans │ │ ├── 175.png │ │ ├── 48.png │ │ └── 80.png │ ├── red_avatar │ │ ├── 175.png │ │ ├── 48.png │ │ └── 80.png │ ├── red_koala │ │ ├── 175.jpg │ │ ├── 175.png │ │ ├── 48.jpg │ │ ├── 48.png │ │ ├── 80.jpg │ │ └── 80.png │ ├── red_koala_trans │ │ ├── 175.png │ │ ├── 48.png │ │ └── 80.png │ └── redmatrix_logo_smiley │ │ ├── 175.png │ │ ├── 48.png │ │ └── 80.png ├── dislike.gif ├── document.gif ├── globe.gif ├── hashtag.png ├── hide_off.png ├── hide_on.png ├── icons.png ├── icons │ ├── 10 │ │ ├── add.png │ │ ├── audio.png │ │ ├── delete.png │ │ ├── edit.png │ │ ├── feed.png │ │ ├── gear.png │ │ ├── group.png │ │ ├── image.png │ │ ├── info.png │ │ ├── link.png │ │ ├── lock.png │ │ ├── menu.png │ │ ├── notice.png │ │ ├── notify_off.png │ │ ├── notify_on.png │ │ ├── play.png │ │ ├── plugin.png │ │ ├── star.png │ │ ├── text.png │ │ ├── unlock.png │ │ ├── user.png │ │ ├── video.png │ │ └── zip.png │ ├── 16 │ │ ├── add.png │ │ ├── audio.png │ │ ├── delete.png │ │ ├── edit.png │ │ ├── feed.png │ │ ├── gear.png │ │ ├── group.png │ │ ├── image.png │ │ ├── info.png │ │ ├── link.png │ │ ├── lock.png │ │ ├── menu.png │ │ ├── notice.png │ │ ├── notify_off.png │ │ ├── notify_on.png │ │ ├── play.png │ │ ├── plugin.png │ │ ├── star.png │ │ ├── text.png │ │ ├── unlock.png │ │ ├── user.png │ │ ├── video.png │ │ └── zip.png │ ├── 22 │ │ ├── add.png │ │ ├── audio.png │ │ ├── delete.png │ │ ├── edit.png │ │ ├── feed.png │ │ ├── gear.png │ │ ├── group.png │ │ ├── image.png │ │ ├── info.png │ │ ├── link.png │ │ ├── lock.png │ │ ├── menu.png │ │ ├── notice.png │ │ ├── notify_off.png │ │ ├── notify_on.png │ │ ├── play.png │ │ ├── plugin.png │ │ ├── star.png │ │ ├── text.png │ │ ├── unlock.png │ │ ├── user.png │ │ ├── video.png │ │ └── zip.png │ ├── 48 │ │ ├── add.png │ │ ├── audio.png │ │ ├── delete.png │ │ ├── edit.png │ │ ├── feed.png │ │ ├── gear.png │ │ ├── group.png │ │ ├── image.png │ │ ├── info.png │ │ ├── link.png │ │ ├── lock.png │ │ ├── menu.png │ │ ├── notice.png │ │ ├── notify_off.png │ │ ├── notify_on.png │ │ ├── play.png │ │ ├── plugin.png │ │ ├── star.png │ │ ├── text.png │ │ ├── unlock.png │ │ ├── user.png │ │ ├── video.png │ │ └── zip.png │ ├── Makefile │ ├── add.png │ ├── audio.png │ ├── delete.png │ ├── edit.png │ ├── feed.png │ ├── gear.png │ ├── group.png │ ├── image.png │ ├── info.png │ ├── link.png │ ├── lock.png │ ├── menu.png │ ├── notice.png │ ├── notify_off.png │ ├── notify_on.png │ ├── play.png │ ├── plugin.png │ ├── star.png │ ├── text.png │ ├── unlock.png │ ├── user.png │ ├── video.png │ └── zip.png ├── larrow.gif ├── larrw.gif ├── like.gif ├── link-icon.gif ├── loading.gif ├── loading_background.png ├── lock_icon.gif ├── lrarrow.gif ├── mapicon.gif ├── no.gif ├── noglobe.gif ├── nosign.jpg ├── nosign.png ├── onoff.jpg ├── overlay.png ├── pause.gif ├── pen.png ├── pencil.gif ├── penhover.png ├── people.gif ├── play.gif ├── plugin.png ├── rarrow.gif ├── rarrw.gif ├── recycle.gif ├── red_antiprism.png ├── red_antiprism.xcf ├── redmatrix_logo.svg ├── redzot.xcf ├── remote-link.gif ├── rhash-16.png ├── rhash-32.png ├── rhash-64.png ├── rhash.xcf ├── rm-16.png ├── rm-32.png ├── rm-64.png ├── rm-old.png ├── rm-transparent-dark-background.png ├── rm-transparent-large-old.png ├── rm.png ├── rm.svg ├── rm300.png ├── rotator.gif ├── rss_icon.png ├── search_18.png ├── selected.png ├── share.gif ├── show_all_off.png ├── show_all_on.png ├── show_off.png ├── show_on.png ├── smiley-Oo.gif ├── smiley-bangheaddesk.gif ├── smiley-beard.png ├── smiley-brokenheart.gif ├── smiley-cool.gif ├── smiley-cry.gif ├── smiley-embarassed.gif ├── smiley-facepalm.gif ├── smiley-foot-in-mouth.gif ├── smiley-frown.gif ├── smiley-heart.gif ├── smiley-innocent.gif ├── smiley-kiss.gif ├── smiley-laughing.gif ├── smiley-money-mouth.gif ├── smiley-sealed.gif ├── smiley-shaka.gif ├── smiley-smile.gif ├── smiley-surprised.gif ├── smiley-thumbsup.gif ├── smiley-tongue-out.gif ├── smiley-undecided.gif ├── smiley-whitebeard.png ├── smiley-wink.gif ├── smiley-yell.gif ├── spencil.gif ├── star.png ├── star_dummy.png ├── tag.png ├── tag_b.png ├── tools.png ├── twopeople.png ├── unlock_icon.gif └── video.gif ├── include ├── BaseObject.php ├── Contact.php ├── ConversationObject.php ├── ITemplateEngine.php ├── Import │ ├── Importer.php │ └── refimport.php ├── ItemObject.php ├── ProtoDriver.php ├── RedDAV │ ├── RedBasicAuth.php │ ├── RedBrowser.php │ ├── RedDirectory.php │ └── RedFile.php ├── account.php ├── acl_selectors.php ├── activities.php ├── api.php ├── apps.php ├── attach.php ├── auth.php ├── bb2diaspora.php ├── bbcode.php ├── bookmarks.php ├── cache.php ├── chat.php ├── cli_startup.php ├── cli_suggest.php ├── comanche.php ├── config.php ├── contact_selectors.php ├── contact_widgets.php ├── conversation.php ├── cronhooks.php ├── crypto.php ├── datetime.php ├── dba │ ├── dba_driver.php │ ├── dba_mysql.php │ ├── dba_mysqli.php │ └── dba_postgres.php ├── deliver.php ├── diaspora.php ├── dir_fns.php ├── directory.php ├── enotify.php ├── event.php ├── expire.php ├── externals.php ├── features.php ├── follow.php ├── gprobe.php ├── group.php ├── html2bbcode.php ├── html2plain.php ├── hubloc.php ├── identity.php ├── items.php ├── js_strings.php ├── language.php ├── menu.php ├── message.php ├── nav.php ├── network.php ├── notifier.php ├── notify.php ├── oauth.php ├── oembed.php ├── onedirsync.php ├── onepoll.php ├── page_widgets.php ├── permissions.php ├── photo │ ├── photo_driver.php │ ├── photo_gd.php │ └── photo_imagick.php ├── photos.php ├── plugin.php ├── poller.php ├── probe.php ├── profile_selectors.php ├── queue.php ├── queue_fn.php ├── ratenotif.php ├── reddav.php ├── security.php ├── session.php ├── sharedwithme.php ├── smarty.php ├── socgraph.php ├── spam.php ├── statistics_fns.php ├── system_unavailable.php ├── taxonomy.php ├── template_processor.php ├── text.php ├── widgets.php └── zot.php ├── index.php ├── install ├── INSTALL.txt ├── database-w-defaults-v1131.diff ├── htconfig.sample.php ├── migrate-mypg.php ├── migrate_mypg_fixseq.sql ├── schema_mysql.sql ├── schema_postgres.sql ├── testargs.php └── update.php ├── library ├── ASNValue.class.php ├── HTML5 │ ├── Data.php │ ├── InputStream.php │ ├── Parser.php │ ├── Tokenizer.php │ ├── TreeBuilder.php │ └── named-character-references.ser ├── HTMLPurifier.auto.php ├── HTMLPurifier.autoload.php ├── HTMLPurifier.composer.php ├── HTMLPurifier.func.php ├── HTMLPurifier.includes.php ├── HTMLPurifier.kses.php ├── HTMLPurifier.path.php ├── HTMLPurifier.php ├── HTMLPurifier.safe-includes.php ├── HTMLPurifier │ ├── Arborize.php │ ├── AttrCollections.php │ ├── AttrDef.php │ ├── AttrDef │ │ ├── CSS.php │ │ ├── CSS │ │ │ ├── AlphaValue.php │ │ │ ├── Background.php │ │ │ ├── BackgroundPosition.php │ │ │ ├── Border.php │ │ │ ├── Color.php │ │ │ ├── Composite.php │ │ │ ├── DenyElementDecorator.php │ │ │ ├── Filter.php │ │ │ ├── Font.php │ │ │ ├── FontFamily.php │ │ │ ├── Ident.php │ │ │ ├── ImportantDecorator.php │ │ │ ├── Length.php │ │ │ ├── ListStyle.php │ │ │ ├── Multiple.php │ │ │ ├── Number.php │ │ │ ├── Percentage.php │ │ │ ├── TextDecoration.php │ │ │ └── URI.php │ │ ├── Clone.php │ │ ├── Enum.php │ │ ├── HTML │ │ │ ├── Bool.php │ │ │ ├── Class.php │ │ │ ├── Color.php │ │ │ ├── FrameTarget.php │ │ │ ├── ID.php │ │ │ ├── Length.php │ │ │ ├── LinkTypes.php │ │ │ ├── MultiLength.php │ │ │ ├── Nmtokens.php │ │ │ └── Pixels.php │ │ ├── Integer.php │ │ ├── Lang.php │ │ ├── Switch.php │ │ ├── Text.php │ │ ├── URI.php │ │ └── URI │ │ │ ├── Email.php │ │ │ ├── Email │ │ │ └── SimpleCheck.php │ │ │ ├── Host.php │ │ │ ├── IPv4.php │ │ │ └── IPv6.php │ ├── AttrTransform.php │ ├── AttrTransform │ │ ├── Background.php │ │ ├── BdoDir.php │ │ ├── BgColor.php │ │ ├── BoolToCSS.php │ │ ├── Border.php │ │ ├── EnumToCSS.php │ │ ├── ImgRequired.php │ │ ├── ImgSpace.php │ │ ├── Input.php │ │ ├── Lang.php │ │ ├── Length.php │ │ ├── Name.php │ │ ├── NameSync.php │ │ ├── Nofollow.php │ │ ├── SafeEmbed.php │ │ ├── SafeObject.php │ │ ├── SafeParam.php │ │ ├── ScriptRequired.php │ │ ├── TargetBlank.php │ │ └── Textarea.php │ ├── AttrTypes.php │ ├── AttrValidator.php │ ├── Bootstrap.php │ ├── CSSDefinition.php │ ├── ChildDef.php │ ├── ChildDef │ │ ├── Chameleon.php │ │ ├── Custom.php │ │ ├── Empty.php │ │ ├── List.php │ │ ├── Optional.php │ │ ├── Required.php │ │ ├── StrictBlockquote.php │ │ └── Table.php │ ├── Config.php │ ├── ConfigSchema.php │ ├── ConfigSchema │ │ ├── Builder │ │ │ ├── ConfigSchema.php │ │ │ └── Xml.php │ │ ├── Exception.php │ │ ├── Interchange.php │ │ ├── Interchange │ │ │ ├── Directive.php │ │ │ └── Id.php │ │ ├── InterchangeBuilder.php │ │ ├── Validator.php │ │ ├── ValidatorAtom.php │ │ ├── schema.ser │ │ └── schema │ │ │ ├── Attr.AllowedClasses.txt │ │ │ ├── Attr.AllowedFrameTargets.txt │ │ │ ├── Attr.AllowedRel.txt │ │ │ ├── Attr.AllowedRev.txt │ │ │ ├── Attr.ClassUseCDATA.txt │ │ │ ├── Attr.DefaultImageAlt.txt │ │ │ ├── Attr.DefaultInvalidImage.txt │ │ │ ├── Attr.DefaultInvalidImageAlt.txt │ │ │ ├── Attr.DefaultTextDir.txt │ │ │ ├── Attr.EnableID.txt │ │ │ ├── Attr.ForbiddenClasses.txt │ │ │ ├── Attr.IDBlacklist.txt │ │ │ ├── Attr.IDBlacklistRegexp.txt │ │ │ ├── Attr.IDPrefix.txt │ │ │ ├── Attr.IDPrefixLocal.txt │ │ │ ├── AutoFormat.AutoParagraph.txt │ │ │ ├── AutoFormat.Custom.txt │ │ │ ├── AutoFormat.DisplayLinkURI.txt │ │ │ ├── AutoFormat.Linkify.txt │ │ │ ├── AutoFormat.PurifierLinkify.DocURL.txt │ │ │ ├── AutoFormat.PurifierLinkify.txt │ │ │ ├── AutoFormat.RemoveEmpty.RemoveNbsp.Exceptions.txt │ │ │ ├── AutoFormat.RemoveEmpty.RemoveNbsp.txt │ │ │ ├── AutoFormat.RemoveEmpty.txt │ │ │ ├── AutoFormat.RemoveSpansWithoutAttributes.txt │ │ │ ├── CSS.AllowImportant.txt │ │ │ ├── CSS.AllowTricky.txt │ │ │ ├── CSS.AllowedFonts.txt │ │ │ ├── CSS.AllowedProperties.txt │ │ │ ├── CSS.DefinitionRev.txt │ │ │ ├── CSS.ForbiddenProperties.txt │ │ │ ├── CSS.MaxImgLength.txt │ │ │ ├── CSS.Proprietary.txt │ │ │ ├── CSS.Trusted.txt │ │ │ ├── Cache.DefinitionImpl.txt │ │ │ ├── Cache.SerializerPath.txt │ │ │ ├── Cache.SerializerPermissions.txt │ │ │ ├── Core.AggressivelyFixLt.txt │ │ │ ├── Core.AllowHostnameUnderscore.txt │ │ │ ├── Core.CollectErrors.txt │ │ │ ├── Core.ColorKeywords.txt │ │ │ ├── Core.ConvertDocumentToFragment.txt │ │ │ ├── Core.DirectLexLineNumberSyncInterval.txt │ │ │ ├── Core.DisableExcludes.txt │ │ │ ├── Core.EnableIDNA.txt │ │ │ ├── Core.Encoding.txt │ │ │ ├── Core.EscapeInvalidChildren.txt │ │ │ ├── Core.EscapeInvalidTags.txt │ │ │ ├── Core.EscapeNonASCIICharacters.txt │ │ │ ├── Core.HiddenElements.txt │ │ │ ├── Core.Language.txt │ │ │ ├── Core.LexerImpl.txt │ │ │ ├── Core.MaintainLineNumbers.txt │ │ │ ├── Core.NormalizeNewlines.txt │ │ │ ├── Core.RemoveInvalidImg.txt │ │ │ ├── Core.RemoveProcessingInstructions.txt │ │ │ ├── Core.RemoveScriptContents.txt │ │ │ ├── Filter.Custom.txt │ │ │ ├── Filter.ExtractStyleBlocks.Escaping.txt │ │ │ ├── Filter.ExtractStyleBlocks.Scope.txt │ │ │ ├── Filter.ExtractStyleBlocks.TidyImpl.txt │ │ │ ├── Filter.ExtractStyleBlocks.txt │ │ │ ├── Filter.YouTube.txt │ │ │ ├── HTML.Allowed.txt │ │ │ ├── HTML.AllowedAttributes.txt │ │ │ ├── HTML.AllowedComments.txt │ │ │ ├── HTML.AllowedCommentsRegexp.txt │ │ │ ├── HTML.AllowedElements.txt │ │ │ ├── HTML.AllowedModules.txt │ │ │ ├── HTML.Attr.Name.UseCDATA.txt │ │ │ ├── HTML.BlockWrapper.txt │ │ │ ├── HTML.CoreModules.txt │ │ │ ├── HTML.CustomDoctype.txt │ │ │ ├── HTML.DefinitionID.txt │ │ │ ├── HTML.DefinitionRev.txt │ │ │ ├── HTML.Doctype.txt │ │ │ ├── HTML.FlashAllowFullScreen.txt │ │ │ ├── HTML.ForbiddenAttributes.txt │ │ │ ├── HTML.ForbiddenElements.txt │ │ │ ├── HTML.MaxImgLength.txt │ │ │ ├── HTML.Nofollow.txt │ │ │ ├── HTML.Parent.txt │ │ │ ├── HTML.Proprietary.txt │ │ │ ├── HTML.SafeEmbed.txt │ │ │ ├── HTML.SafeIframe.txt │ │ │ ├── HTML.SafeObject.txt │ │ │ ├── HTML.SafeScripting.txt │ │ │ ├── HTML.Strict.txt │ │ │ ├── HTML.TargetBlank.txt │ │ │ ├── HTML.TidyAdd.txt │ │ │ ├── HTML.TidyLevel.txt │ │ │ ├── HTML.TidyRemove.txt │ │ │ ├── HTML.Trusted.txt │ │ │ ├── HTML.XHTML.txt │ │ │ ├── Output.CommentScriptContents.txt │ │ │ ├── Output.FixInnerHTML.txt │ │ │ ├── Output.FlashCompat.txt │ │ │ ├── Output.Newline.txt │ │ │ ├── Output.SortAttr.txt │ │ │ ├── Output.TidyFormat.txt │ │ │ ├── Test.ForceNoIconv.txt │ │ │ ├── URI.AllowedSchemes.txt │ │ │ ├── URI.Base.txt │ │ │ ├── URI.DefaultScheme.txt │ │ │ ├── URI.DefinitionID.txt │ │ │ ├── URI.DefinitionRev.txt │ │ │ ├── URI.Disable.txt │ │ │ ├── URI.DisableExternal.txt │ │ │ ├── URI.DisableExternalResources.txt │ │ │ ├── URI.DisableResources.txt │ │ │ ├── URI.Host.txt │ │ │ ├── URI.HostBlacklist.txt │ │ │ ├── URI.MakeAbsolute.txt │ │ │ ├── URI.Munge.txt │ │ │ ├── URI.MungeResources.txt │ │ │ ├── URI.MungeSecretKey.txt │ │ │ ├── URI.OverrideAllowedSchemes.txt │ │ │ ├── URI.SafeIframeRegexp.txt │ │ │ └── info.ini │ ├── ContentSets.php │ ├── Context.php │ ├── Definition.php │ ├── DefinitionCache.php │ ├── DefinitionCache │ │ ├── Decorator.php │ │ ├── Decorator │ │ │ ├── Cleanup.php │ │ │ ├── Memory.php │ │ │ └── Template.php.in │ │ ├── Null.php │ │ ├── Serializer.php │ │ └── Serializer │ │ │ └── README │ ├── DefinitionCacheFactory.php │ ├── Doctype.php │ ├── DoctypeRegistry.php │ ├── ElementDef.php │ ├── Encoder.php │ ├── EntityLookup.php │ ├── EntityLookup │ │ └── entities.ser │ ├── EntityParser.php │ ├── ErrorCollector.php │ ├── ErrorStruct.php │ ├── Exception.php │ ├── Filter.php │ ├── Filter │ │ ├── ExtractStyleBlocks.php │ │ └── YouTube.php │ ├── Generator.php │ ├── HTMLDefinition.php │ ├── HTMLModule.php │ ├── HTMLModule │ │ ├── Bdo.php │ │ ├── CommonAttributes.php │ │ ├── Edit.php │ │ ├── Forms.php │ │ ├── Hypertext.php │ │ ├── Iframe.php │ │ ├── Image.php │ │ ├── Legacy.php │ │ ├── List.php │ │ ├── Name.php │ │ ├── Nofollow.php │ │ ├── NonXMLCommonAttributes.php │ │ ├── Object.php │ │ ├── Presentation.php │ │ ├── Proprietary.php │ │ ├── Ruby.php │ │ ├── SafeEmbed.php │ │ ├── SafeObject.php │ │ ├── SafeScripting.php │ │ ├── Scripting.php │ │ ├── StyleAttribute.php │ │ ├── Tables.php │ │ ├── Target.php │ │ ├── TargetBlank.php │ │ ├── Text.php │ │ ├── Tidy.php │ │ ├── Tidy │ │ │ ├── Name.php │ │ │ ├── Proprietary.php │ │ │ ├── Strict.php │ │ │ ├── Transitional.php │ │ │ ├── XHTML.php │ │ │ └── XHTMLAndHTML4.php │ │ └── XMLCommonAttributes.php │ ├── HTMLModuleManager.php │ ├── IDAccumulator.php │ ├── Injector.php │ ├── Injector │ │ ├── AutoParagraph.php │ │ ├── DisplayLinkURI.php │ │ ├── Linkify.php │ │ ├── PurifierLinkify.php │ │ ├── RemoveEmpty.php │ │ ├── RemoveSpansWithoutAttributes.php │ │ └── SafeObject.php │ ├── Language.php │ ├── Language │ │ ├── classes │ │ │ └── en-x-test.php │ │ └── messages │ │ │ ├── en-x-test.php │ │ │ ├── en-x-testmini.php │ │ │ └── en.php │ ├── LanguageFactory.php │ ├── Length.php │ ├── Lexer.php │ ├── Lexer │ │ ├── DOMLex.php │ │ ├── DirectLex.php │ │ └── PH5P.php │ ├── Node.php │ ├── Node │ │ ├── Comment.php │ │ ├── Element.php │ │ └── Text.php │ ├── PercentEncoder.php │ ├── Printer.php │ ├── Printer │ │ ├── CSSDefinition.php │ │ ├── ConfigForm.css │ │ ├── ConfigForm.js │ │ ├── ConfigForm.php │ │ └── HTMLDefinition.php │ ├── PropertyList.php │ ├── PropertyListIterator.php │ ├── Queue.php │ ├── Strategy.php │ ├── Strategy │ │ ├── Composite.php │ │ ├── Core.php │ │ ├── FixNesting.php │ │ ├── MakeWellFormed.php │ │ ├── RemoveForeignElements.php │ │ └── ValidateAttributes.php │ ├── StringHash.php │ ├── StringHashParser.php │ ├── TagTransform.php │ ├── TagTransform │ │ ├── Font.php │ │ └── Simple.php │ ├── Token.php │ ├── Token │ │ ├── Comment.php │ │ ├── Empty.php │ │ ├── End.php │ │ ├── Start.php │ │ ├── Tag.php │ │ └── Text.php │ ├── TokenFactory.php │ ├── URI.php │ ├── URIDefinition.php │ ├── URIFilter.php │ ├── URIFilter │ │ ├── DisableExternal.php │ │ ├── DisableExternalResources.php │ │ ├── DisableResources.php │ │ ├── HostBlacklist.php │ │ ├── MakeAbsolute.php │ │ ├── Munge.php │ │ └── SafeIframe.php │ ├── URIParser.php │ ├── URIScheme.php │ ├── URIScheme │ │ ├── data.php │ │ ├── file.php │ │ ├── ftp.php │ │ ├── http.php │ │ ├── https.php │ │ ├── mailto.php │ │ ├── news.php │ │ └── nntp.php │ ├── URISchemeRegistry.php │ ├── UnitConverter.php │ ├── VarParser.php │ ├── VarParser │ │ ├── Flexible.php │ │ └── Native.php │ ├── VarParserException.php │ └── Zipper.php ├── IXR_Library.php ├── Mobile_Detect │ └── Mobile_Detect.php ├── OAuth1.php ├── Smarty │ ├── COPYING.lib │ ├── README │ ├── SMARTY_2_BC_NOTES.txt │ ├── SMARTY_3.0_BC_NOTES.txt │ ├── SMARTY_3.1_NOTES.txt │ ├── change_log.txt │ ├── demo │ │ ├── configs │ │ │ └── test.conf │ │ ├── index.php │ │ ├── plugins │ │ │ ├── cacheresource.apc.php │ │ │ ├── cacheresource.memcache.php │ │ │ ├── cacheresource.mysql.php │ │ │ ├── resource.extendsall.php │ │ │ ├── resource.mysql.php │ │ │ └── resource.mysqls.php │ │ └── templates │ │ │ ├── footer.tpl │ │ │ ├── header.tpl │ │ │ └── index.tpl │ └── libs │ │ ├── Smarty.class.php │ │ ├── SmartyBC.class.php │ │ ├── debug.tpl │ │ ├── plugins │ │ ├── block.textformat.php │ │ ├── function.counter.php │ │ ├── function.cycle.php │ │ ├── function.fetch.php │ │ ├── function.html_checkboxes.php │ │ ├── function.html_image.php │ │ ├── function.html_options.php │ │ ├── function.html_radios.php │ │ ├── function.html_select_date.php │ │ ├── function.html_select_time.php │ │ ├── function.html_table.php │ │ ├── function.mailto.php │ │ ├── function.math.php │ │ ├── modifier.capitalize.php │ │ ├── modifier.date_format.php │ │ ├── modifier.debug_print_var.php │ │ ├── modifier.escape.php │ │ ├── modifier.regex_replace.php │ │ ├── modifier.replace.php │ │ ├── modifier.spacify.php │ │ ├── modifier.truncate.php │ │ ├── modifiercompiler.cat.php │ │ ├── modifiercompiler.count_characters.php │ │ ├── modifiercompiler.count_paragraphs.php │ │ ├── modifiercompiler.count_sentences.php │ │ ├── modifiercompiler.count_words.php │ │ ├── modifiercompiler.default.php │ │ ├── modifiercompiler.escape.php │ │ ├── modifiercompiler.from_charset.php │ │ ├── modifiercompiler.indent.php │ │ ├── modifiercompiler.lower.php │ │ ├── modifiercompiler.noprint.php │ │ ├── modifiercompiler.string_format.php │ │ ├── modifiercompiler.strip.php │ │ ├── modifiercompiler.strip_tags.php │ │ ├── modifiercompiler.to_charset.php │ │ ├── modifiercompiler.unescape.php │ │ ├── modifiercompiler.upper.php │ │ ├── modifiercompiler.wordwrap.php │ │ ├── outputfilter.trimwhitespace.php │ │ ├── shared.escape_special_chars.php │ │ ├── shared.literal_compiler_param.php │ │ ├── shared.make_timestamp.php │ │ ├── shared.mb_str_replace.php │ │ ├── shared.mb_unicode.php │ │ ├── shared.mb_wordwrap.php │ │ └── variablefilter.htmlspecialchars.php │ │ └── sysplugins │ │ ├── smarty_cacheresource.php │ │ ├── smarty_cacheresource_custom.php │ │ ├── smarty_cacheresource_keyvaluestore.php │ │ ├── smarty_config_source.php │ │ ├── smarty_internal_cacheresource_file.php │ │ ├── smarty_internal_compile_append.php │ │ ├── smarty_internal_compile_assign.php │ │ ├── smarty_internal_compile_block.php │ │ ├── smarty_internal_compile_break.php │ │ ├── smarty_internal_compile_call.php │ │ ├── smarty_internal_compile_capture.php │ │ ├── smarty_internal_compile_config_load.php │ │ ├── smarty_internal_compile_continue.php │ │ ├── smarty_internal_compile_debug.php │ │ ├── smarty_internal_compile_eval.php │ │ ├── smarty_internal_compile_extends.php │ │ ├── smarty_internal_compile_for.php │ │ ├── smarty_internal_compile_foreach.php │ │ ├── smarty_internal_compile_function.php │ │ ├── smarty_internal_compile_if.php │ │ ├── smarty_internal_compile_include.php │ │ ├── smarty_internal_compile_include_php.php │ │ ├── smarty_internal_compile_insert.php │ │ ├── smarty_internal_compile_ldelim.php │ │ ├── smarty_internal_compile_nocache.php │ │ ├── smarty_internal_compile_private_block_plugin.php │ │ ├── smarty_internal_compile_private_function_plugin.php │ │ ├── smarty_internal_compile_private_modifier.php │ │ ├── smarty_internal_compile_private_object_block_function.php │ │ ├── smarty_internal_compile_private_object_function.php │ │ ├── smarty_internal_compile_private_print_expression.php │ │ ├── smarty_internal_compile_private_registered_block.php │ │ ├── smarty_internal_compile_private_registered_function.php │ │ ├── smarty_internal_compile_private_special_variable.php │ │ ├── smarty_internal_compile_rdelim.php │ │ ├── smarty_internal_compile_section.php │ │ ├── smarty_internal_compile_setfilter.php │ │ ├── smarty_internal_compile_while.php │ │ ├── smarty_internal_compilebase.php │ │ ├── smarty_internal_config.php │ │ ├── smarty_internal_config_file_compiler.php │ │ ├── smarty_internal_configfilelexer.php │ │ ├── smarty_internal_configfileparser.php │ │ ├── smarty_internal_data.php │ │ ├── smarty_internal_debug.php │ │ ├── smarty_internal_filter_handler.php │ │ ├── smarty_internal_function_call_handler.php │ │ ├── smarty_internal_get_include_path.php │ │ ├── smarty_internal_nocache_insert.php │ │ ├── smarty_internal_parsetree.php │ │ ├── smarty_internal_resource_eval.php │ │ ├── smarty_internal_resource_extends.php │ │ ├── smarty_internal_resource_file.php │ │ ├── smarty_internal_resource_php.php │ │ ├── smarty_internal_resource_registered.php │ │ ├── smarty_internal_resource_stream.php │ │ ├── smarty_internal_resource_string.php │ │ ├── smarty_internal_smartytemplatecompiler.php │ │ ├── smarty_internal_template.php │ │ ├── smarty_internal_templatebase.php │ │ ├── smarty_internal_templatecompilerbase.php │ │ ├── smarty_internal_templatelexer.php │ │ ├── smarty_internal_templateparser.php │ │ ├── smarty_internal_utility.php │ │ ├── smarty_internal_write_file.php │ │ ├── smarty_resource.php │ │ ├── smarty_resource_custom.php │ │ ├── smarty_resource_recompiled.php │ │ ├── smarty_resource_uncompiled.php │ │ └── smarty_security.php ├── asn1.php ├── bbedit │ ├── editor.css │ ├── editor.js │ ├── images │ │ ├── .svn │ │ │ ├── all-wcprops │ │ │ ├── entries │ │ │ ├── prop-base │ │ │ │ ├── colors.gif.svn-base │ │ │ │ ├── editbar_bg.gif.svn-base │ │ │ │ ├── icon_html.gif.svn-base │ │ │ │ ├── icon_list.gif.svn-base │ │ │ │ ├── icon_quote.png.svn-base │ │ │ │ ├── icon_youtube.gif.svn-base │ │ │ │ ├── img.gif.svn-base │ │ │ │ └── url.gif.svn-base │ │ │ └── text-base │ │ │ │ ├── colors.gif.svn-base │ │ │ │ ├── editbar_bg.gif.svn-base │ │ │ │ ├── icon_html.gif.svn-base │ │ │ │ ├── icon_list.gif.svn-base │ │ │ │ ├── icon_quote.png.svn-base │ │ │ │ ├── icon_youtube.gif.svn-base │ │ │ │ ├── img.gif.svn-base │ │ │ │ └── url.gif.svn-base │ │ ├── colors.gif │ │ ├── editbar_bg.gif │ │ ├── icon_html.gif │ │ ├── icon_list.gif │ │ ├── icon_quote.png │ │ ├── icon_youtube.gif │ │ ├── img.gif │ │ └── url.gif │ ├── readme.txt │ └── sample.htm ├── blueimp_upload │ ├── .gitignore │ ├── .jshintrc │ ├── CONTRIBUTING.md │ ├── Gruntfile.js │ ├── README.md │ ├── angularjs.html │ ├── basic-plus.html │ ├── basic.html │ ├── blueimp-file-upload.jquery.json │ ├── bower.json │ ├── cors │ │ ├── postmessage.html │ │ └── result.html │ ├── css │ │ ├── demo-ie8.css │ │ ├── demo.css │ │ ├── jquery.fileupload-noscript.css │ │ ├── jquery.fileupload-ui-noscript.css │ │ ├── jquery.fileupload-ui.css │ │ ├── jquery.fileupload.css │ │ └── style.css │ ├── img │ │ ├── loading.gif │ │ └── progressbar.gif │ ├── index.html │ ├── jquery-ui.html │ ├── js │ │ ├── app.js │ │ ├── cors │ │ │ ├── jquery.postmessage-transport.js │ │ │ └── jquery.xdr-transport.js │ │ ├── jquery.fileupload-angular.js │ │ ├── jquery.fileupload-audio.js │ │ ├── jquery.fileupload-image.js │ │ ├── jquery.fileupload-jquery-ui.js │ │ ├── jquery.fileupload-process.js │ │ ├── jquery.fileupload-ui.js │ │ ├── jquery.fileupload-validate.js │ │ ├── jquery.fileupload-video.js │ │ ├── jquery.fileupload.js │ │ ├── jquery.iframe-transport.js │ │ ├── main.js │ │ └── vendor │ │ │ └── jquery.ui.widget.js │ ├── package.json │ ├── server │ │ ├── gae-go │ │ │ ├── app.yaml │ │ │ ├── app │ │ │ │ └── main.go │ │ │ └── static │ │ │ │ └── robots.txt │ │ ├── gae-python │ │ │ ├── app.yaml │ │ │ ├── main.py │ │ │ └── static │ │ │ │ └── robots.txt │ │ ├── node │ │ │ ├── .gitignore │ │ │ ├── package.json │ │ │ ├── public │ │ │ │ └── files │ │ │ │ │ └── .gitignore │ │ │ ├── server.js │ │ │ └── tmp │ │ │ │ └── .gitignore │ │ └── php │ │ │ ├── UploadHandler.php │ │ │ ├── files │ │ │ ├── .gitignore │ │ │ └── .htaccess │ │ │ └── index.php │ └── test │ │ ├── index.html │ │ └── test.js ├── bootbox │ ├── bootbox.js │ └── bootbox.min.js ├── bootstrap-colorpicker │ ├── .gitignore │ ├── .jshintrc │ ├── .travis.yml │ ├── Gruntfile.js │ ├── LICENSE │ ├── README.md │ ├── bower.json │ ├── dist │ │ ├── css │ │ │ ├── bootstrap-colorpicker.css │ │ │ └── bootstrap-colorpicker.min.css │ │ ├── img │ │ │ └── bootstrap-colorpicker │ │ │ │ ├── alpha-horizontal.png │ │ │ │ ├── alpha.png │ │ │ │ ├── hue-horizontal.png │ │ │ │ ├── hue.png │ │ │ │ └── saturation.png │ │ └── js │ │ │ ├── bootstrap-colorpicker.js │ │ │ └── bootstrap-colorpicker.min.js │ ├── index.html │ ├── package.json │ └── src │ │ ├── css │ │ └── docs.css │ │ ├── docs.html │ │ ├── examples.html │ │ ├── footer.html │ │ ├── header.html │ │ ├── js │ │ ├── colorpicker-color.js │ │ ├── colorpicker.js │ │ └── docs.js │ │ └── less │ │ └── colorpicker.less ├── bootstrap-tagsinput │ ├── LICENSE │ ├── README │ ├── README.md │ ├── bootstrap-tagsinput.css │ └── bootstrap-tagsinput.js ├── bootstrap │ ├── css │ │ ├── bootstrap-theme.css │ │ ├── bootstrap-theme.min.css │ │ ├── bootstrap.css │ │ └── bootstrap.min.css │ ├── fonts │ │ ├── glyphicons-halflings-regular.eot │ │ ├── glyphicons-halflings-regular.svg │ │ ├── glyphicons-halflings-regular.ttf │ │ ├── glyphicons-halflings-regular.woff │ │ └── glyphicons-halflings-regular.woff2 │ └── js │ │ ├── bootstrap.js │ │ └── bootstrap.min.js ├── cacert.pem ├── certs │ ├── README.md │ ├── cacert.pem │ └── comodo.pem ├── colorbox │ ├── README.md │ ├── bower.json │ ├── colorbox.ai │ ├── content │ │ ├── ajax.html │ │ ├── daisy.jpg │ │ ├── daisy@2x.jpg │ │ ├── homer.jpg │ │ ├── marylou.jpg │ │ ├── ohoopee1.jpg │ │ ├── ohoopee2.jpg │ │ └── ohoopee3.jpg │ ├── example1 │ │ ├── colorbox.css │ │ ├── images │ │ │ ├── border.png │ │ │ ├── controls.png │ │ │ ├── loading.gif │ │ │ ├── loading_background.png │ │ │ └── overlay.png │ │ └── index.html │ ├── example2 │ │ ├── colorbox.css │ │ ├── images │ │ │ ├── controls.png │ │ │ └── loading.gif │ │ └── index.html │ ├── example3 │ │ ├── colorbox.css │ │ ├── images │ │ │ ├── controls.png │ │ │ └── loading.gif │ │ └── index.html │ ├── example4 │ │ ├── colorbox.css │ │ ├── images │ │ │ ├── border1.png │ │ │ ├── border2.png │ │ │ └── loading.gif │ │ └── index.html │ ├── example5 │ │ ├── colorbox.css │ │ ├── images │ │ │ ├── border.png │ │ │ ├── controls.png │ │ │ ├── loading.gif │ │ │ └── loading_background.png │ │ └── index.html │ ├── i18n │ │ ├── jquery.colorbox-ar.js │ │ ├── jquery.colorbox-bg.js │ │ ├── jquery.colorbox-bn.js │ │ ├── jquery.colorbox-ca.js │ │ ├── jquery.colorbox-cs.js │ │ ├── jquery.colorbox-da.js │ │ ├── jquery.colorbox-de.js │ │ ├── jquery.colorbox-es.js │ │ ├── jquery.colorbox-et.js │ │ ├── jquery.colorbox-fa.js │ │ ├── jquery.colorbox-fi.js │ │ ├── jquery.colorbox-fr.js │ │ ├── jquery.colorbox-gl.js │ │ ├── jquery.colorbox-gr.js │ │ ├── jquery.colorbox-he.js │ │ ├── jquery.colorbox-hr.js │ │ ├── jquery.colorbox-hu.js │ │ ├── jquery.colorbox-id.js │ │ ├── jquery.colorbox-it.js │ │ ├── jquery.colorbox-ja.js │ │ ├── jquery.colorbox-kr.js │ │ ├── jquery.colorbox-lt.js │ │ ├── jquery.colorbox-lv.js │ │ ├── jquery.colorbox-my.js │ │ ├── jquery.colorbox-nl.js │ │ ├── jquery.colorbox-no.js │ │ ├── jquery.colorbox-pl.js │ │ ├── jquery.colorbox-pt-BR.js │ │ ├── jquery.colorbox-ro.js │ │ ├── jquery.colorbox-ru.js │ │ ├── jquery.colorbox-si.js │ │ ├── jquery.colorbox-sk.js │ │ ├── jquery.colorbox-sr.js │ │ ├── jquery.colorbox-sv.js │ │ ├── jquery.colorbox-tr.js │ │ ├── jquery.colorbox-uk.js │ │ ├── jquery.colorbox-zh-CN.js │ │ └── jquery.colorbox-zh-TW.js │ ├── jquery.colorbox-min.js │ └── jquery.colorbox.js ├── cropper │ ├── cropper.css │ ├── cropper.html │ ├── cropper.js │ ├── cropper.uncompressed.js │ ├── lib │ │ ├── builder.js │ │ ├── controls.js │ │ ├── dragdrop.js │ │ ├── effects.js │ │ ├── prototype.js │ │ ├── scriptaculous.js │ │ ├── slider.js │ │ └── unittest.js │ ├── licence.txt │ ├── marqueeHoriz.gif │ ├── marqueeVert.gif │ └── tests │ │ ├── castle.jpg │ │ ├── castleMed.jpg │ │ ├── example-Basic.htm │ │ ├── example-CSS-Absolute.htm │ │ ├── example-CSS-Float.htm │ │ ├── example-CSS-Relative.htm │ │ ├── example-CoordsOnLoad.htm │ │ ├── example-CoordsOnLoadWithRatio.htm │ │ ├── example-Dimensions.htm │ │ ├── example-DynamicImage.htm │ │ ├── example-FixedRatio.htm │ │ ├── example-MinimumDimensions.htm │ │ ├── example-MinimumWidth.htm │ │ ├── example-Preview.htm │ │ ├── poppy.jpg │ │ └── staticHTMLStructure.htm ├── cryptojs │ ├── README │ ├── components │ │ ├── aes-min.js │ │ ├── aes.js │ │ ├── cipher-core-min.js │ │ ├── cipher-core.js │ │ ├── core-min.js │ │ ├── core.js │ │ ├── enc-base64-min.js │ │ ├── enc-base64.js │ │ ├── enc-utf16-min.js │ │ ├── enc-utf16.js │ │ ├── evpkdf-min.js │ │ ├── evpkdf.js │ │ ├── format-hex-min.js │ │ ├── format-hex.js │ │ ├── hmac-min.js │ │ ├── hmac.js │ │ ├── lib-typedarrays-min.js │ │ ├── lib-typedarrays.js │ │ ├── md5-min.js │ │ ├── md5.js │ │ ├── mode-cfb-min.js │ │ ├── mode-cfb.js │ │ ├── mode-ctr-gladman-min.js │ │ ├── mode-ctr-gladman.js │ │ ├── mode-ctr-min.js │ │ ├── mode-ctr.js │ │ ├── mode-ecb-min.js │ │ ├── mode-ecb.js │ │ ├── mode-ofb-min.js │ │ ├── mode-ofb.js │ │ ├── pad-ansix923-min.js │ │ ├── pad-ansix923.js │ │ ├── pad-iso10126-min.js │ │ ├── pad-iso10126.js │ │ ├── pad-iso97971-min.js │ │ ├── pad-iso97971.js │ │ ├── pad-nopadding-min.js │ │ ├── pad-nopadding.js │ │ ├── pad-zeropadding-min.js │ │ ├── pad-zeropadding.js │ │ ├── pbkdf2-min.js │ │ ├── pbkdf2.js │ │ ├── rabbit-legacy-min.js │ │ ├── rabbit-legacy.js │ │ ├── rabbit-min.js │ │ ├── rabbit.js │ │ ├── rc4-min.js │ │ ├── rc4.js │ │ ├── ripemd160-min.js │ │ ├── ripemd160.js │ │ ├── sha1-min.js │ │ ├── sha1.js │ │ ├── sha224-min.js │ │ ├── sha224.js │ │ ├── sha256-min.js │ │ ├── sha256.js │ │ ├── sha3-min.js │ │ ├── sha3.js │ │ ├── sha384-min.js │ │ ├── sha384.js │ │ ├── sha512-min.js │ │ ├── sha512.js │ │ ├── tripledes-min.js │ │ ├── tripledes.js │ │ ├── x64-core-min.js │ │ └── x64-core.js │ └── rollups │ │ ├── aes.js │ │ ├── hmac-md5.js │ │ ├── hmac-ripemd160.js │ │ ├── hmac-sha1.js │ │ ├── hmac-sha224.js │ │ ├── hmac-sha256.js │ │ ├── hmac-sha3.js │ │ ├── hmac-sha384.js │ │ ├── hmac-sha512.js │ │ ├── md5.js │ │ ├── pbkdf2.js │ │ ├── rabbit-legacy.js │ │ ├── rabbit.js │ │ ├── rc4.js │ │ ├── ripemd160.js │ │ ├── sha1.js │ │ ├── sha224.js │ │ ├── sha256.js │ │ ├── sha3.js │ │ ├── sha384.js │ │ ├── sha512.js │ │ └── tripledes.js ├── datetimepicker │ ├── .gitignore │ ├── MIT-LICENSE.txt │ ├── README.md │ ├── jquery.datetimepicker.css │ └── jquery.datetimepicker.js ├── facebook.php ├── font_awesome │ ├── .gitignore │ ├── .ruby-version │ ├── CONTRIBUTING.md │ ├── Gemfile │ ├── Gemfile.lock │ ├── README.md │ ├── _config.yml │ ├── composer.json │ ├── css │ │ ├── font-awesome-ie7.css │ │ ├── font-awesome-ie7.min.css │ │ ├── font-awesome.css │ │ └── font-awesome.min.css │ ├── font │ │ ├── FontAwesome.otf │ │ ├── fontawesome-webfont.eot │ │ ├── fontawesome-webfont.svg │ │ ├── fontawesome-webfont.ttf │ │ └── fontawesome-webfont.woff │ ├── less │ │ ├── bootstrap.less │ │ ├── core.less │ │ ├── extras.less │ │ ├── font-awesome-ie7.less │ │ ├── font-awesome.less │ │ ├── icons.less │ │ ├── mixins.less │ │ ├── path.less │ │ └── variables.less │ ├── package.json │ ├── scss │ │ ├── _bootstrap.scss │ │ ├── _core.scss │ │ ├── _extras.scss │ │ ├── _icons.scss │ │ ├── _mixins.scss │ │ ├── _path.scss │ │ ├── _variables.scss │ │ ├── font-awesome-ie7.scss │ │ └── font-awesome.scss │ └── src │ │ ├── CNAME │ │ ├── Makefile │ │ ├── _includes │ │ ├── ads │ │ │ ├── carbon-dark-vertical.html │ │ │ ├── carbon-light-horizontal.html │ │ │ └── carbon-light-vertical.html │ │ ├── brand-license.html │ │ ├── cheatsheet.html │ │ ├── community.html │ │ ├── community │ │ │ ├── getting-support.html │ │ │ ├── project-milestones.html │ │ │ ├── reporting-bugs.html │ │ │ ├── requesting-new-icons.html │ │ │ └── submitting-pull-requests.html │ │ ├── examples.html │ │ ├── examples │ │ │ ├── animated-spinner.html │ │ │ ├── bordered-pulled.html │ │ │ ├── bulleted-lists.html │ │ │ ├── button-dropdowns.html │ │ │ ├── button-groups.html │ │ │ ├── buttons.html │ │ │ ├── custom.html │ │ │ ├── form-inputs.html │ │ │ ├── inline-icons.html │ │ │ ├── larger-icons.html │ │ │ ├── navigation.html │ │ │ ├── new.html │ │ │ ├── rotated-flipped.html │ │ │ └── stacked.html │ │ ├── footer.html │ │ ├── get-started.html │ │ ├── icons.html │ │ ├── icons │ │ │ ├── brand.html │ │ │ ├── currency.html │ │ │ ├── directional.html │ │ │ ├── medical.html │ │ │ ├── new.html │ │ │ ├── text-editor.html │ │ │ ├── video-player.html │ │ │ └── web-application.html │ │ ├── jumbotron-slider.html │ │ ├── jumbotron.html │ │ ├── license-code.less │ │ ├── license.html │ │ ├── navbar.html │ │ ├── stripe-ad.html │ │ ├── stripe-social.html │ │ ├── tell-me-thanks.html │ │ ├── tests │ │ │ ├── rotated-flipped-inside-anchor.html │ │ │ ├── rotated-flipped-inside-btn.html │ │ │ ├── rotated-flipped.html │ │ │ ├── stacked-inside-anchor.html │ │ │ └── stacked.html │ │ ├── thanks-to.html │ │ ├── whats-new.html │ │ └── why.html │ │ ├── _layouts │ │ ├── base.html │ │ └── icon.html │ │ ├── _plugins │ │ ├── icon_page_generator.rb │ │ └── site.rb │ │ ├── assets │ │ ├── css │ │ │ ├── prettify.css │ │ │ └── pygments.css │ │ ├── font-awesome │ │ │ ├── font │ │ │ │ ├── FontAwesome.otf │ │ │ │ ├── fontawesome-webfont.eot │ │ │ │ ├── fontawesome-webfont.svg │ │ │ │ ├── fontawesome-webfont.ttf │ │ │ │ └── fontawesome-webfont.woff │ │ │ ├── less │ │ │ │ ├── bootstrap.less │ │ │ │ ├── core.less │ │ │ │ ├── extras.less │ │ │ │ ├── font-awesome-ie7.less │ │ │ │ ├── font-awesome.less │ │ │ │ ├── icons.less │ │ │ │ ├── mixins.less │ │ │ │ ├── path.less │ │ │ │ └── variables.less │ │ │ └── scss │ │ │ │ ├── _bootstrap.scss │ │ │ │ ├── _core.scss │ │ │ │ ├── _extras.scss │ │ │ │ ├── _icons.scss │ │ │ │ ├── _mixins.scss │ │ │ │ ├── _path.scss │ │ │ │ ├── _variables.scss │ │ │ │ ├── font-awesome-ie7.scss │ │ │ │ └── font-awesome.scss │ │ ├── img │ │ │ ├── contribution-sample.png │ │ │ ├── fort_awesome.jpg │ │ │ ├── glyphicons-halflings-white.png │ │ │ ├── glyphicons-halflings.png │ │ │ └── icon-flag.pdf │ │ ├── js │ │ │ ├── ZeroClipboard-1.1.7.min.js │ │ │ ├── ZeroClipboard-1.1.7.swf │ │ │ ├── backbone.min.js │ │ │ ├── bootstrap-2.3.1.min.js │ │ │ ├── bootstrap-222.min.js │ │ │ ├── jquery-1.7.1.min.js │ │ │ ├── prettify.min.js │ │ │ ├── site.js │ │ │ └── underscore.min.js │ │ └── less │ │ │ ├── bootstrap-2.3.2 │ │ │ ├── accordion.less │ │ │ ├── alerts.less │ │ │ ├── bootstrap.less │ │ │ ├── breadcrumbs.less │ │ │ ├── button-groups.less │ │ │ ├── buttons.less │ │ │ ├── carousel.less │ │ │ ├── close.less │ │ │ ├── code.less │ │ │ ├── component-animations.less │ │ │ ├── dropdowns.less │ │ │ ├── forms.less │ │ │ ├── grid.less │ │ │ ├── hero-unit.less │ │ │ ├── labels-badges.less │ │ │ ├── layouts.less │ │ │ ├── media.less │ │ │ ├── mixins.less │ │ │ ├── modals.less │ │ │ ├── navbar.less │ │ │ ├── navs.less │ │ │ ├── pager.less │ │ │ ├── pagination.less │ │ │ ├── popovers.less │ │ │ ├── progress-bars.less │ │ │ ├── reset.less │ │ │ ├── responsive-1200px-min.less │ │ │ ├── responsive-767px-max.less │ │ │ ├── responsive-768px-979px.less │ │ │ ├── responsive-navbar.less │ │ │ ├── responsive-utilities.less │ │ │ ├── responsive.less │ │ │ ├── scaffolding.less │ │ │ ├── sprites.less │ │ │ ├── tables.less │ │ │ ├── thumbnails.less │ │ │ ├── tooltip.less │ │ │ ├── type.less │ │ │ ├── utilities.less │ │ │ ├── variables.less │ │ │ └── wells.less │ │ │ ├── lazy.less │ │ │ ├── mixins.less │ │ │ ├── responsive-1200px-min.less │ │ │ ├── responsive-767px-max.less │ │ │ ├── responsive-768px-979px.less │ │ │ ├── responsive-navbar.less │ │ │ ├── responsive.less │ │ │ ├── site.less │ │ │ ├── sticky-footer.less │ │ │ └── variables.less │ │ ├── cheatsheet.html │ │ ├── community.html │ │ ├── design.html │ │ ├── examples.html │ │ ├── get-started.html │ │ ├── icons.html │ │ ├── icons.yml │ │ ├── index.html │ │ ├── license.html │ │ ├── test.html │ │ └── whats-new.html ├── fullcalendar │ ├── GPL-LICENSE.txt │ ├── MIT-LICENSE.txt │ ├── changelog.txt │ ├── fullcalendar.css │ ├── fullcalendar.js │ ├── fullcalendar.min.js │ ├── fullcalendar.print.css │ ├── gcal.js │ └── license.txt ├── html5.js ├── htmlpurifier-4.6.0-lite │ ├── CREDITS │ ├── INSTALL │ ├── LICENSE │ └── NEWS ├── ical.php ├── intl │ ├── .gitignore │ ├── .travis.yml │ ├── LICENSE │ ├── README.md │ ├── phpunit.xml │ ├── resources │ │ ├── country │ │ │ ├── af.json │ │ │ ├── agq.json │ │ │ ├── ak.json │ │ │ ├── am.json │ │ │ ├── ar.json │ │ │ ├── asa.json │ │ │ ├── ast.json │ │ │ ├── az.json │ │ │ ├── bas.json │ │ │ ├── base.json │ │ │ ├── be.json │ │ │ ├── bez.json │ │ │ ├── bg.json │ │ │ ├── bm.json │ │ │ ├── bn-IN.json │ │ │ ├── bn.json │ │ │ ├── bo.json │ │ │ ├── br.json │ │ │ ├── brx.json │ │ │ ├── bs-Cyrl.json │ │ │ ├── bs.json │ │ │ ├── ca.json │ │ │ ├── cgg.json │ │ │ ├── chr.json │ │ │ ├── cs.json │ │ │ ├── cy.json │ │ │ ├── da.json │ │ │ ├── dav.json │ │ │ ├── de-CH.json │ │ │ ├── de.json │ │ │ ├── dje.json │ │ │ ├── dsb.json │ │ │ ├── dyo.json │ │ │ ├── dz.json │ │ │ ├── ebu.json │ │ │ ├── ee.json │ │ │ ├── el.json │ │ │ ├── en-AU.json │ │ │ ├── en-BE.json │ │ │ ├── en-DG.json │ │ │ ├── en-FK.json │ │ │ ├── en-GB.json │ │ │ ├── en-GG.json │ │ │ ├── en-GI.json │ │ │ ├── en-HK.json │ │ │ ├── en-IE.json │ │ │ ├── en-IM.json │ │ │ ├── en-IN.json │ │ │ ├── en-IO.json │ │ │ ├── en-JE.json │ │ │ ├── en-MO.json │ │ │ ├── en-MT.json │ │ │ ├── en-NZ.json │ │ │ ├── en-PK.json │ │ │ ├── en-SG.json │ │ │ ├── en-SH.json │ │ │ ├── en-VG.json │ │ │ ├── en.json │ │ │ ├── eo.json │ │ │ ├── es-AR.json │ │ │ ├── es-BO.json │ │ │ ├── es-CL.json │ │ │ ├── es-CO.json │ │ │ ├── es-CR.json │ │ │ ├── es-CU.json │ │ │ ├── es-DO.json │ │ │ ├── es-EC.json │ │ │ ├── es-GT.json │ │ │ ├── es-HN.json │ │ │ ├── es-MX.json │ │ │ ├── es-NI.json │ │ │ ├── es-PA.json │ │ │ ├── es-PE.json │ │ │ ├── es-PR.json │ │ │ ├── es-PY.json │ │ │ ├── es-SV.json │ │ │ ├── es-US.json │ │ │ ├── es-UY.json │ │ │ ├── es-VE.json │ │ │ ├── es.json │ │ │ ├── et.json │ │ │ ├── eu.json │ │ │ ├── ewo.json │ │ │ ├── fa-AF.json │ │ │ ├── fa.json │ │ │ ├── ff.json │ │ │ ├── fi.json │ │ │ ├── fil.json │ │ │ ├── fo.json │ │ │ ├── fr-CA.json │ │ │ ├── fr-CH.json │ │ │ ├── fr.json │ │ │ ├── fur.json │ │ │ ├── fy.json │ │ │ ├── ga.json │ │ │ ├── gd.json │ │ │ ├── gl.json │ │ │ ├── gsw.json │ │ │ ├── gu.json │ │ │ ├── guz.json │ │ │ ├── ha.json │ │ │ ├── he.json │ │ │ ├── hi.json │ │ │ ├── hr.json │ │ │ ├── hsb.json │ │ │ ├── hu.json │ │ │ ├── hy.json │ │ │ ├── id.json │ │ │ ├── is.json │ │ │ ├── it.json │ │ │ ├── ja.json │ │ │ ├── jgo.json │ │ │ ├── jmc.json │ │ │ ├── ka.json │ │ │ ├── kab.json │ │ │ ├── kam.json │ │ │ ├── kde.json │ │ │ ├── kea.json │ │ │ ├── khq.json │ │ │ ├── ki.json │ │ │ ├── kk.json │ │ │ ├── kl.json │ │ │ ├── kln.json │ │ │ ├── km.json │ │ │ ├── kn.json │ │ │ ├── ko.json │ │ │ ├── ks.json │ │ │ ├── ksb.json │ │ │ ├── ksf.json │ │ │ ├── ksh.json │ │ │ ├── ky.json │ │ │ ├── lag.json │ │ │ ├── lb.json │ │ │ ├── lg.json │ │ │ ├── ln.json │ │ │ ├── lo.json │ │ │ ├── lt.json │ │ │ ├── lu.json │ │ │ ├── luo.json │ │ │ ├── luy.json │ │ │ ├── lv.json │ │ │ ├── mas.json │ │ │ ├── mer.json │ │ │ ├── mfe.json │ │ │ ├── mg.json │ │ │ ├── mgh.json │ │ │ ├── mk.json │ │ │ ├── ml.json │ │ │ ├── mn.json │ │ │ ├── mr.json │ │ │ ├── ms.json │ │ │ ├── mt.json │ │ │ ├── mua.json │ │ │ ├── my.json │ │ │ ├── naq.json │ │ │ ├── nb.json │ │ │ ├── nd.json │ │ │ ├── ne.json │ │ │ ├── nl-BE.json │ │ │ ├── nl.json │ │ │ ├── nmg.json │ │ │ ├── nn.json │ │ │ ├── nus.json │ │ │ ├── nyn.json │ │ │ ├── or.json │ │ │ ├── pa.json │ │ │ ├── pl.json │ │ │ ├── ps.json │ │ │ ├── pt-AO.json │ │ │ ├── pt-CV.json │ │ │ ├── pt-GW.json │ │ │ ├── pt-MO.json │ │ │ ├── pt-MZ.json │ │ │ ├── pt-PT.json │ │ │ ├── pt-ST.json │ │ │ ├── pt-TL.json │ │ │ ├── pt.json │ │ │ ├── rm.json │ │ │ ├── rn.json │ │ │ ├── ro.json │ │ │ ├── rof.json │ │ │ ├── ru.json │ │ │ ├── rwk.json │ │ │ ├── saq.json │ │ │ ├── sbp.json │ │ │ ├── se-FI.json │ │ │ ├── se.json │ │ │ ├── seh.json │ │ │ ├── ses.json │ │ │ ├── sg.json │ │ │ ├── shi-Latn.json │ │ │ ├── shi.json │ │ │ ├── si.json │ │ │ ├── sk.json │ │ │ ├── sl.json │ │ │ ├── sn.json │ │ │ ├── so.json │ │ │ ├── sq.json │ │ │ ├── sr-Latn.json │ │ │ ├── sr.json │ │ │ ├── sv-FI.json │ │ │ ├── sv.json │ │ │ ├── sw.json │ │ │ ├── swc.json │ │ │ ├── ta.json │ │ │ ├── te.json │ │ │ ├── teo.json │ │ │ ├── th.json │ │ │ ├── ti.json │ │ │ ├── to.json │ │ │ ├── tr.json │ │ │ ├── twq.json │ │ │ ├── tzm.json │ │ │ ├── ug.json │ │ │ ├── uk.json │ │ │ ├── ur-IN.json │ │ │ ├── ur.json │ │ │ ├── uz-Cyrl.json │ │ │ ├── uz.json │ │ │ ├── vai-Latn.json │ │ │ ├── vai.json │ │ │ ├── vi.json │ │ │ ├── vun.json │ │ │ ├── wae.json │ │ │ ├── xog.json │ │ │ ├── yav.json │ │ │ ├── yo-BJ.json │ │ │ ├── yo.json │ │ │ ├── zgh.json │ │ │ ├── zh-Hans-HK.json │ │ │ ├── zh-Hans-MO.json │ │ │ ├── zh-Hans-SG.json │ │ │ ├── zh-Hant-HK.json │ │ │ ├── zh-Hant-MO.json │ │ │ ├── zh-Hant.json │ │ │ ├── zh.json │ │ │ └── zu.json │ │ ├── currency │ │ │ ├── af.json │ │ │ ├── agq.json │ │ │ ├── ak.json │ │ │ ├── am.json │ │ │ ├── ar.json │ │ │ ├── asa.json │ │ │ ├── ast.json │ │ │ ├── az.json │ │ │ ├── bas.json │ │ │ ├── base.json │ │ │ ├── be.json │ │ │ ├── bez.json │ │ │ ├── bg.json │ │ │ ├── bm.json │ │ │ ├── bn.json │ │ │ ├── bo.json │ │ │ ├── br.json │ │ │ ├── brx.json │ │ │ ├── bs-Cyrl.json │ │ │ ├── bs.json │ │ │ ├── ca.json │ │ │ ├── cgg.json │ │ │ ├── chr.json │ │ │ ├── cs.json │ │ │ ├── cy.json │ │ │ ├── da.json │ │ │ ├── dav.json │ │ │ ├── de-CH.json │ │ │ ├── de.json │ │ │ ├── dje.json │ │ │ ├── dsb.json │ │ │ ├── dyo.json │ │ │ ├── dz.json │ │ │ ├── ebu.json │ │ │ ├── ee.json │ │ │ ├── el.json │ │ │ ├── en-AU.json │ │ │ ├── en-BE.json │ │ │ ├── en-DG.json │ │ │ ├── en-FK.json │ │ │ ├── en-GB.json │ │ │ ├── en-GG.json │ │ │ ├── en-GI.json │ │ │ ├── en-HK.json │ │ │ ├── en-IE.json │ │ │ ├── en-IM.json │ │ │ ├── en-IN.json │ │ │ ├── en-IO.json │ │ │ ├── en-JE.json │ │ │ ├── en-MO.json │ │ │ ├── en-MT.json │ │ │ ├── en-NZ.json │ │ │ ├── en-PK.json │ │ │ ├── en-SG.json │ │ │ ├── en-SH.json │ │ │ ├── en-VG.json │ │ │ ├── en.json │ │ │ ├── eo.json │ │ │ ├── es-AR.json │ │ │ ├── es-BO.json │ │ │ ├── es-CL.json │ │ │ ├── es-CO.json │ │ │ ├── es-CR.json │ │ │ ├── es-CU.json │ │ │ ├── es-DO.json │ │ │ ├── es-EC.json │ │ │ ├── es-GT.json │ │ │ ├── es-HN.json │ │ │ ├── es-MX.json │ │ │ ├── es-NI.json │ │ │ ├── es-PA.json │ │ │ ├── es-PE.json │ │ │ ├── es-PR.json │ │ │ ├── es-PY.json │ │ │ ├── es-SV.json │ │ │ ├── es-US.json │ │ │ ├── es-UY.json │ │ │ ├── es-VE.json │ │ │ ├── es.json │ │ │ ├── et.json │ │ │ ├── eu.json │ │ │ ├── ewo.json │ │ │ ├── fa-AF.json │ │ │ ├── fa.json │ │ │ ├── ff.json │ │ │ ├── fi.json │ │ │ ├── fil.json │ │ │ ├── fo.json │ │ │ ├── fr-CA.json │ │ │ ├── fr.json │ │ │ ├── fur.json │ │ │ ├── fy.json │ │ │ ├── ga.json │ │ │ ├── gd.json │ │ │ ├── gl.json │ │ │ ├── gsw.json │ │ │ ├── gu.json │ │ │ ├── guz.json │ │ │ ├── ha.json │ │ │ ├── he.json │ │ │ ├── hi.json │ │ │ ├── hr.json │ │ │ ├── hsb.json │ │ │ ├── hu.json │ │ │ ├── hy.json │ │ │ ├── id.json │ │ │ ├── is.json │ │ │ ├── it.json │ │ │ ├── ja.json │ │ │ ├── jgo.json │ │ │ ├── jmc.json │ │ │ ├── ka.json │ │ │ ├── kab.json │ │ │ ├── kam.json │ │ │ ├── kde.json │ │ │ ├── kea.json │ │ │ ├── khq.json │ │ │ ├── ki.json │ │ │ ├── kk.json │ │ │ ├── kl.json │ │ │ ├── kln.json │ │ │ ├── km.json │ │ │ ├── kn.json │ │ │ ├── ko.json │ │ │ ├── ks.json │ │ │ ├── ksb.json │ │ │ ├── ksf.json │ │ │ ├── ksh.json │ │ │ ├── ky.json │ │ │ ├── lag.json │ │ │ ├── lb.json │ │ │ ├── lg.json │ │ │ ├── ln.json │ │ │ ├── lo.json │ │ │ ├── lt.json │ │ │ ├── lu.json │ │ │ ├── luo.json │ │ │ ├── luy.json │ │ │ ├── lv.json │ │ │ ├── mas.json │ │ │ ├── mer.json │ │ │ ├── mfe.json │ │ │ ├── mg.json │ │ │ ├── mgh.json │ │ │ ├── mk.json │ │ │ ├── ml.json │ │ │ ├── mn.json │ │ │ ├── mr.json │ │ │ ├── ms.json │ │ │ ├── mt.json │ │ │ ├── mua.json │ │ │ ├── my.json │ │ │ ├── naq.json │ │ │ ├── nb.json │ │ │ ├── nd.json │ │ │ ├── ne-IN.json │ │ │ ├── ne.json │ │ │ ├── nl.json │ │ │ ├── nmg.json │ │ │ ├── nn.json │ │ │ ├── nus.json │ │ │ ├── nyn.json │ │ │ ├── or.json │ │ │ ├── pa.json │ │ │ ├── pl.json │ │ │ ├── ps.json │ │ │ ├── pt-AO.json │ │ │ ├── pt-CV.json │ │ │ ├── pt-GW.json │ │ │ ├── pt-MO.json │ │ │ ├── pt-MZ.json │ │ │ ├── pt-PT.json │ │ │ ├── pt-ST.json │ │ │ ├── pt-TL.json │ │ │ ├── pt.json │ │ │ ├── rm.json │ │ │ ├── rn.json │ │ │ ├── ro.json │ │ │ ├── rof.json │ │ │ ├── ru.json │ │ │ ├── rwk.json │ │ │ ├── saq.json │ │ │ ├── sbp.json │ │ │ ├── se.json │ │ │ ├── seh.json │ │ │ ├── ses.json │ │ │ ├── sg.json │ │ │ ├── shi-Latn.json │ │ │ ├── shi.json │ │ │ ├── si.json │ │ │ ├── sk.json │ │ │ ├── sl.json │ │ │ ├── sn.json │ │ │ ├── so.json │ │ │ ├── sq.json │ │ │ ├── sr-Cyrl-BA.json │ │ │ ├── sr-Latn-BA.json │ │ │ ├── sr-Latn.json │ │ │ ├── sr.json │ │ │ ├── sv.json │ │ │ ├── sw.json │ │ │ ├── swc.json │ │ │ ├── ta-MY.json │ │ │ ├── ta-SG.json │ │ │ ├── ta.json │ │ │ ├── te.json │ │ │ ├── teo.json │ │ │ ├── th.json │ │ │ ├── ti.json │ │ │ ├── to.json │ │ │ ├── tr.json │ │ │ ├── twq.json │ │ │ ├── tzm.json │ │ │ ├── ug.json │ │ │ ├── uk.json │ │ │ ├── ur-IN.json │ │ │ ├── ur.json │ │ │ ├── uz-Cyrl.json │ │ │ ├── uz.json │ │ │ ├── vai-Latn.json │ │ │ ├── vai.json │ │ │ ├── vi.json │ │ │ ├── vun.json │ │ │ ├── wae.json │ │ │ ├── xog.json │ │ │ ├── yav.json │ │ │ ├── yo-BJ.json │ │ │ ├── yo.json │ │ │ ├── zgh.json │ │ │ ├── zh-Hans-HK.json │ │ │ ├── zh-Hans-MO.json │ │ │ ├── zh-Hans-SG.json │ │ │ ├── zh-Hant-HK.json │ │ │ ├── zh-Hant-MO.json │ │ │ ├── zh-Hant.json │ │ │ ├── zh.json │ │ │ └── zu.json │ │ ├── language │ │ │ ├── af.json │ │ │ ├── agq.json │ │ │ ├── ak.json │ │ │ ├── am.json │ │ │ ├── ar-AE.json │ │ │ ├── ar-EG.json │ │ │ ├── ar.json │ │ │ ├── asa.json │ │ │ ├── ast.json │ │ │ ├── az.json │ │ │ ├── bas.json │ │ │ ├── be.json │ │ │ ├── bez.json │ │ │ ├── bg.json │ │ │ ├── bm.json │ │ │ ├── bn-IN.json │ │ │ ├── bn.json │ │ │ ├── bo.json │ │ │ ├── br.json │ │ │ ├── brx.json │ │ │ ├── bs-Cyrl.json │ │ │ ├── bs.json │ │ │ ├── ca.json │ │ │ ├── cgg.json │ │ │ ├── chr.json │ │ │ ├── cs.json │ │ │ ├── cy.json │ │ │ ├── da.json │ │ │ ├── dav.json │ │ │ ├── de-CH.json │ │ │ ├── de.json │ │ │ ├── dje.json │ │ │ ├── dsb.json │ │ │ ├── dyo.json │ │ │ ├── dz.json │ │ │ ├── ebu.json │ │ │ ├── ee.json │ │ │ ├── el.json │ │ │ ├── en-AU.json │ │ │ ├── en.json │ │ │ ├── eo.json │ │ │ ├── es-AR.json │ │ │ ├── es-BO.json │ │ │ ├── es-CL.json │ │ │ ├── es-CO.json │ │ │ ├── es-CR.json │ │ │ ├── es-CU.json │ │ │ ├── es-DO.json │ │ │ ├── es-EC.json │ │ │ ├── es-GT.json │ │ │ ├── es-HN.json │ │ │ ├── es-MX.json │ │ │ ├── es-NI.json │ │ │ ├── es-PA.json │ │ │ ├── es-PE.json │ │ │ ├── es-PR.json │ │ │ ├── es-PY.json │ │ │ ├── es-SV.json │ │ │ ├── es-US.json │ │ │ ├── es-UY.json │ │ │ ├── es-VE.json │ │ │ ├── es.json │ │ │ ├── et.json │ │ │ ├── eu.json │ │ │ ├── ewo.json │ │ │ ├── fa-AF.json │ │ │ ├── fa.json │ │ │ ├── ff.json │ │ │ ├── fi.json │ │ │ ├── fil.json │ │ │ ├── fo.json │ │ │ ├── fr-CA.json │ │ │ ├── fr.json │ │ │ ├── fur.json │ │ │ ├── fy.json │ │ │ ├── ga.json │ │ │ ├── gd.json │ │ │ ├── gl.json │ │ │ ├── gsw.json │ │ │ ├── gu.json │ │ │ ├── guz.json │ │ │ ├── ha.json │ │ │ ├── he.json │ │ │ ├── hi.json │ │ │ ├── hr.json │ │ │ ├── hsb.json │ │ │ ├── hu.json │ │ │ ├── hy.json │ │ │ ├── id.json │ │ │ ├── is.json │ │ │ ├── it.json │ │ │ ├── ja.json │ │ │ ├── jgo.json │ │ │ ├── jmc.json │ │ │ ├── ka.json │ │ │ ├── kab.json │ │ │ ├── kam.json │ │ │ ├── kde.json │ │ │ ├── kea.json │ │ │ ├── khq.json │ │ │ ├── ki.json │ │ │ ├── kk.json │ │ │ ├── kl.json │ │ │ ├── kln.json │ │ │ ├── km.json │ │ │ ├── kn.json │ │ │ ├── ko.json │ │ │ ├── ks.json │ │ │ ├── ksb.json │ │ │ ├── ksf.json │ │ │ ├── ksh.json │ │ │ ├── ky.json │ │ │ ├── lag.json │ │ │ ├── lb.json │ │ │ ├── lg.json │ │ │ ├── ln.json │ │ │ ├── lo.json │ │ │ ├── lt.json │ │ │ ├── lu.json │ │ │ ├── luo.json │ │ │ ├── luy.json │ │ │ ├── lv.json │ │ │ ├── mas.json │ │ │ ├── mer.json │ │ │ ├── mfe.json │ │ │ ├── mg.json │ │ │ ├── mgh.json │ │ │ ├── mk.json │ │ │ ├── ml.json │ │ │ ├── mn.json │ │ │ ├── mr.json │ │ │ ├── ms.json │ │ │ ├── mt.json │ │ │ ├── mua.json │ │ │ ├── my.json │ │ │ ├── naq.json │ │ │ ├── nb.json │ │ │ ├── nd.json │ │ │ ├── ne-IN.json │ │ │ ├── ne.json │ │ │ ├── nl.json │ │ │ ├── nmg.json │ │ │ ├── nn.json │ │ │ ├── nus.json │ │ │ ├── nyn.json │ │ │ ├── or.json │ │ │ ├── pa.json │ │ │ ├── pl.json │ │ │ ├── ps.json │ │ │ ├── pt-AO.json │ │ │ ├── pt-CV.json │ │ │ ├── pt-GW.json │ │ │ ├── pt-MO.json │ │ │ ├── pt-MZ.json │ │ │ ├── pt-PT.json │ │ │ ├── pt-ST.json │ │ │ ├── pt-TL.json │ │ │ ├── pt.json │ │ │ ├── rm.json │ │ │ ├── rn.json │ │ │ ├── ro.json │ │ │ ├── rof.json │ │ │ ├── ru.json │ │ │ ├── rwk.json │ │ │ ├── saq.json │ │ │ ├── sbp.json │ │ │ ├── se-FI.json │ │ │ ├── se.json │ │ │ ├── seh.json │ │ │ ├── ses.json │ │ │ ├── sg.json │ │ │ ├── shi-Latn.json │ │ │ ├── shi.json │ │ │ ├── si.json │ │ │ ├── sk.json │ │ │ ├── sl.json │ │ │ ├── sn.json │ │ │ ├── so.json │ │ │ ├── sq.json │ │ │ ├── sr-Latn.json │ │ │ ├── sr.json │ │ │ ├── sv-FI.json │ │ │ ├── sv.json │ │ │ ├── sw.json │ │ │ ├── swc.json │ │ │ ├── ta.json │ │ │ ├── te.json │ │ │ ├── teo.json │ │ │ ├── th.json │ │ │ ├── ti.json │ │ │ ├── to.json │ │ │ ├── tr.json │ │ │ ├── twq.json │ │ │ ├── tzm.json │ │ │ ├── ug.json │ │ │ ├── uk.json │ │ │ ├── ur-IN.json │ │ │ ├── ur.json │ │ │ ├── uz-Cyrl.json │ │ │ ├── uz.json │ │ │ ├── vai-Latn.json │ │ │ ├── vai.json │ │ │ ├── vi.json │ │ │ ├── vun.json │ │ │ ├── wae.json │ │ │ ├── xog.json │ │ │ ├── yav.json │ │ │ ├── yo-BJ.json │ │ │ ├── yo.json │ │ │ ├── zgh.json │ │ │ ├── zh-Hans-HK.json │ │ │ ├── zh-Hans-MO.json │ │ │ ├── zh-Hans-SG.json │ │ │ ├── zh-Hant-HK.json │ │ │ ├── zh-Hant-MO.json │ │ │ ├── zh-Hant.json │ │ │ ├── zh.json │ │ │ └── zu.json │ │ └── number_format │ │ │ ├── aa.json │ │ │ ├── af-NA.json │ │ │ ├── af.json │ │ │ ├── agq.json │ │ │ ├── ak.json │ │ │ ├── am.json │ │ │ ├── ar-DZ.json │ │ │ ├── ar-EH.json │ │ │ ├── ar-LY.json │ │ │ ├── ar-MA.json │ │ │ ├── ar-TN.json │ │ │ ├── ar.json │ │ │ ├── as.json │ │ │ ├── asa.json │ │ │ ├── ast.json │ │ │ ├── az.json │ │ │ ├── bas.json │ │ │ ├── be.json │ │ │ ├── bem.json │ │ │ ├── bez.json │ │ │ ├── bg.json │ │ │ ├── bm.json │ │ │ ├── bn.json │ │ │ ├── bo.json │ │ │ ├── br.json │ │ │ ├── brx.json │ │ │ ├── bs.json │ │ │ ├── ca.json │ │ │ ├── cgg.json │ │ │ ├── chr.json │ │ │ ├── cs.json │ │ │ ├── cy.json │ │ │ ├── da.json │ │ │ ├── dav.json │ │ │ ├── de-AT.json │ │ │ ├── de-CH.json │ │ │ ├── de-LI.json │ │ │ ├── de.json │ │ │ ├── dje.json │ │ │ ├── dsb.json │ │ │ ├── dua.json │ │ │ ├── dyo.json │ │ │ ├── dz.json │ │ │ ├── ebu.json │ │ │ ├── ee.json │ │ │ ├── el-CY.json │ │ │ ├── el.json │ │ │ ├── en-BE.json │ │ │ ├── en-IN.json │ │ │ ├── en-PK.json │ │ │ ├── en-ZA.json │ │ │ ├── en.json │ │ │ ├── eo.json │ │ │ ├── es-AR.json │ │ │ ├── es-BO.json │ │ │ ├── es-CL.json │ │ │ ├── es-CO.json │ │ │ ├── es-CR.json │ │ │ ├── es-CU.json │ │ │ ├── es-DO.json │ │ │ ├── es-EC.json │ │ │ ├── es-GQ.json │ │ │ ├── es-GT.json │ │ │ ├── es-HN.json │ │ │ ├── es-MX.json │ │ │ ├── es-NI.json │ │ │ ├── es-PA.json │ │ │ ├── es-PE.json │ │ │ ├── es-PR.json │ │ │ ├── es-PY.json │ │ │ ├── es-SV.json │ │ │ ├── es-US.json │ │ │ ├── es-UY.json │ │ │ ├── es-VE.json │ │ │ ├── es.json │ │ │ ├── et.json │ │ │ ├── eu.json │ │ │ ├── ewo.json │ │ │ ├── fa.json │ │ │ ├── ff.json │ │ │ ├── fi.json │ │ │ ├── fil.json │ │ │ ├── fo.json │ │ │ ├── fr-BE.json │ │ │ ├── fr-CH.json │ │ │ ├── fr-LU.json │ │ │ ├── fr.json │ │ │ ├── fur.json │ │ │ ├── fy.json │ │ │ ├── ga.json │ │ │ ├── gd.json │ │ │ ├── gl.json │ │ │ ├── gsw.json │ │ │ ├── gu.json │ │ │ ├── guz.json │ │ │ ├── gv.json │ │ │ ├── ha.json │ │ │ ├── haw.json │ │ │ ├── he.json │ │ │ ├── hi.json │ │ │ ├── hr.json │ │ │ ├── hsb.json │ │ │ ├── hu.json │ │ │ ├── hy.json │ │ │ ├── id.json │ │ │ ├── ig.json │ │ │ ├── ii.json │ │ │ ├── is.json │ │ │ ├── it-CH.json │ │ │ ├── it.json │ │ │ ├── ja.json │ │ │ ├── jgo.json │ │ │ ├── jmc.json │ │ │ ├── ka.json │ │ │ ├── kab.json │ │ │ ├── kam.json │ │ │ ├── kde.json │ │ │ ├── kea.json │ │ │ ├── khq.json │ │ │ ├── ki.json │ │ │ ├── kk.json │ │ │ ├── kkj.json │ │ │ ├── kl.json │ │ │ ├── kln.json │ │ │ ├── km.json │ │ │ ├── kn.json │ │ │ ├── ko.json │ │ │ ├── kok.json │ │ │ ├── ks.json │ │ │ ├── ksb.json │ │ │ ├── ksf.json │ │ │ ├── ksh.json │ │ │ ├── kw.json │ │ │ ├── ky.json │ │ │ ├── lag.json │ │ │ ├── lb.json │ │ │ ├── lg.json │ │ │ ├── lkt.json │ │ │ ├── ln.json │ │ │ ├── lo.json │ │ │ ├── lt.json │ │ │ ├── lu.json │ │ │ ├── luo.json │ │ │ ├── luy.json │ │ │ ├── lv.json │ │ │ ├── mas.json │ │ │ ├── mer.json │ │ │ ├── mfe.json │ │ │ ├── mg.json │ │ │ ├── mgh.json │ │ │ ├── mgo.json │ │ │ ├── mk.json │ │ │ ├── ml.json │ │ │ ├── mn.json │ │ │ ├── mr.json │ │ │ ├── ms-Latn-BN.json │ │ │ ├── ms.json │ │ │ ├── mt.json │ │ │ ├── mua.json │ │ │ ├── my.json │ │ │ ├── naq.json │ │ │ ├── nb.json │ │ │ ├── nd.json │ │ │ ├── ne.json │ │ │ ├── nl-BE.json │ │ │ ├── nl.json │ │ │ ├── nmg.json │ │ │ ├── nn.json │ │ │ ├── nnh.json │ │ │ ├── nr.json │ │ │ ├── nso.json │ │ │ ├── nus.json │ │ │ ├── nyn.json │ │ │ ├── om.json │ │ │ ├── or.json │ │ │ ├── os.json │ │ │ ├── pa-Arab.json │ │ │ ├── pa.json │ │ │ ├── pl.json │ │ │ ├── ps.json │ │ │ ├── pt-AO.json │ │ │ ├── pt-CV.json │ │ │ ├── pt-GW.json │ │ │ ├── pt-MO.json │ │ │ ├── pt-MZ.json │ │ │ ├── pt-PT.json │ │ │ ├── pt-ST.json │ │ │ ├── pt-TL.json │ │ │ ├── pt.json │ │ │ ├── qu-BO.json │ │ │ ├── qu.json │ │ │ ├── rm.json │ │ │ ├── rn.json │ │ │ ├── ro.json │ │ │ ├── rof.json │ │ │ ├── ru.json │ │ │ ├── rw.json │ │ │ ├── rwk.json │ │ │ ├── sah.json │ │ │ ├── saq.json │ │ │ ├── sbp.json │ │ │ ├── se.json │ │ │ ├── seh.json │ │ │ ├── ses.json │ │ │ ├── sg.json │ │ │ ├── shi.json │ │ │ ├── si.json │ │ │ ├── sk.json │ │ │ ├── sl.json │ │ │ ├── smn.json │ │ │ ├── sn.json │ │ │ ├── so.json │ │ │ ├── sq.json │ │ │ ├── sr.json │ │ │ ├── ss.json │ │ │ ├── ssy.json │ │ │ ├── sv.json │ │ │ ├── sw.json │ │ │ ├── swc.json │ │ │ ├── ta-MY.json │ │ │ ├── ta-SG.json │ │ │ ├── ta.json │ │ │ ├── te.json │ │ │ ├── teo.json │ │ │ ├── th.json │ │ │ ├── ti.json │ │ │ ├── tn.json │ │ │ ├── to.json │ │ │ ├── tr.json │ │ │ ├── ts.json │ │ │ ├── twq.json │ │ │ ├── tzm.json │ │ │ ├── ug.json │ │ │ ├── uk.json │ │ │ ├── ur-IN.json │ │ │ ├── ur.json │ │ │ ├── uz-Arab.json │ │ │ ├── uz.json │ │ │ ├── vai.json │ │ │ ├── ve.json │ │ │ ├── vi.json │ │ │ ├── vo.json │ │ │ ├── vun.json │ │ │ ├── wae.json │ │ │ ├── xog.json │ │ │ ├── yav.json │ │ │ ├── yi.json │ │ │ ├── yo.json │ │ │ ├── zgh.json │ │ │ ├── zh-Hans-HK.json │ │ │ ├── zh-Hans-MO.json │ │ │ ├── zh-Hans-SG.json │ │ │ ├── zh-Hant.json │ │ │ ├── zh.json │ │ │ └── zu.json │ ├── scripts │ │ ├── country │ │ │ └── generate.php │ │ ├── currency │ │ │ └── generate.php │ │ ├── language │ │ │ └── generate.php │ │ └── number_format │ │ │ └── generate.php │ ├── src │ │ ├── Country │ │ │ ├── Country.php │ │ │ ├── CountryInterface.php │ │ │ ├── CountryRepository.php │ │ │ └── CountryRepositoryInterface.php │ │ ├── Currency │ │ │ ├── Currency.php │ │ │ ├── CurrencyInterface.php │ │ │ ├── CurrencyRepository.php │ │ │ └── CurrencyRepositoryInterface.php │ │ ├── Exception │ │ │ ├── ExceptionInterface.php │ │ │ ├── InvalidArgumentException.php │ │ │ ├── UnknownCountryException.php │ │ │ ├── UnknownCurrencyException.php │ │ │ ├── UnknownLanguageException.php │ │ │ └── UnknownLocaleException.php │ │ ├── Formatter │ │ │ ├── NumberFormatter.php │ │ │ └── NumberFormatterInterface.php │ │ ├── Language │ │ │ ├── Language.php │ │ │ ├── LanguageInterface.php │ │ │ ├── LanguageRepository.php │ │ │ └── LanguageRepositoryInterface.php │ │ ├── LocaleResolverTrait.php │ │ └── NumberFormat │ │ │ ├── NumberFormat.php │ │ │ ├── NumberFormatInterface.php │ │ │ ├── NumberFormatRepository.php │ │ │ └── NumberFormatRepositoryInterface.php │ ├── tests │ │ ├── Country │ │ │ ├── CountryRepositoryTest.php │ │ │ └── CountryTest.php │ │ ├── Currency │ │ │ ├── CurrencyRepositoryTest.php │ │ │ └── CurrencyTest.php │ │ ├── DummyRepository.php │ │ ├── Formatter │ │ │ └── NumberFormatterTest.php │ │ ├── Language │ │ │ ├── LanguageRepositoryTest.php │ │ │ └── LanguageTest.php │ │ ├── LocaleResolverTest.php │ │ └── NumberFormat │ │ │ ├── NumberFormatRepositoryTest.php │ │ │ └── NumberFormatTest.php │ └── vendor │ │ ├── autoload.php │ │ └── composer │ │ ├── ClassLoader.php │ │ ├── autoload_classmap.php │ │ ├── autoload_namespaces.php │ │ ├── autoload_psr4.php │ │ └── autoload_real.php ├── jRange │ ├── .gitignore │ ├── LICENSE │ ├── README.md │ ├── demo │ │ ├── index.html │ │ ├── main.css │ │ ├── main.less │ │ ├── normalize.css │ │ └── prism │ │ │ ├── prism.css │ │ │ └── prism.js │ ├── jquery.range-min.js │ ├── jquery.range.css │ ├── jquery.range.js │ └── jquery.range.less ├── jgrowl │ ├── README │ ├── jquery.jgrowl.css │ └── jquery.jgrowl_minimized.js ├── jquery-textcomplete │ ├── LICENSE │ └── jquery.textcomplete.js ├── jquery.AreYouSure │ ├── .gitignore │ ├── Gruntfile.js │ ├── README.md │ ├── are-you-sure.jquery.json │ ├── ays-beforeunload-shim.js │ ├── bower.json │ ├── demo │ │ └── are-you-sure-demo.html │ ├── jquery.are-you-sure.js │ ├── package.json │ └── spec │ │ └── javascripts │ │ ├── fixtures │ │ └── input-text.html │ │ └── jquery.are-you-sure_spec.js ├── jquery.i18n │ ├── .gitignore │ ├── LICENSE │ ├── README.markdown │ ├── VERSION │ ├── build.xml │ ├── examples │ │ ├── index.html │ │ └── jquery-1.4.2.js │ ├── jquery.i18n.js │ ├── jquery.i18n.min.js │ └── src │ │ └── jquery.i18n.js ├── jquery.timeago.js ├── jquery_ac │ ├── README │ ├── friendica.complete.js │ ├── jquery-1.3.2.min.js │ ├── jquery.autocomplete-min.js │ ├── jquery.autocomplete.js │ ├── shadow.png │ └── styles.css ├── jqupload │ ├── .gitignore │ ├── .jshintrc │ ├── CONTRIBUTING.md │ ├── Gruntfile.js │ ├── README.md │ ├── angularjs.html │ ├── basic-plus.html │ ├── basic.html │ ├── blueimp-file-upload.jquery.json │ ├── bower.json │ ├── cors │ │ ├── postmessage.html │ │ └── result.html │ ├── css │ │ ├── demo-ie8.css │ │ ├── demo.css │ │ ├── jquery.fileupload-noscript.css │ │ ├── jquery.fileupload-ui-noscript.css │ │ ├── jquery.fileupload-ui.css │ │ ├── jquery.fileupload.css │ │ └── style.css │ ├── img │ │ ├── loading.gif │ │ └── progressbar.gif │ ├── index.html │ ├── jquery-ui.html │ ├── js │ │ ├── app.js │ │ ├── cors │ │ │ ├── jquery.postmessage-transport.js │ │ │ └── jquery.xdr-transport.js │ │ ├── jquery.fileupload-angular.js │ │ ├── jquery.fileupload-audio.js │ │ ├── jquery.fileupload-image.js │ │ ├── jquery.fileupload-jquery-ui.js │ │ ├── jquery.fileupload-process.js │ │ ├── jquery.fileupload-ui.js │ │ ├── jquery.fileupload-validate.js │ │ ├── jquery.fileupload-video.js │ │ ├── jquery.fileupload.js │ │ ├── jquery.iframe-transport.js │ │ ├── main.js │ │ └── vendor │ │ │ └── jquery.ui.widget.js │ ├── package.json │ ├── server │ │ ├── gae-go │ │ │ ├── app.yaml │ │ │ ├── app │ │ │ │ └── main.go │ │ │ └── static │ │ │ │ └── robots.txt │ │ ├── gae-python │ │ │ ├── app.yaml │ │ │ ├── main.py │ │ │ └── static │ │ │ │ └── robots.txt │ │ ├── node │ │ │ ├── .gitignore │ │ │ ├── package.json │ │ │ ├── public │ │ │ │ └── files │ │ │ │ │ └── .gitignore │ │ │ ├── server.js │ │ │ └── tmp │ │ │ │ └── .gitignore │ │ └── php │ │ │ ├── UploadHandler.php │ │ │ ├── files │ │ │ ├── .gitignore │ │ │ └── .htaccess │ │ │ └── index.php │ └── test │ │ ├── index.html │ │ └── test.js ├── justifiedGallery │ ├── jquery.justifiedGallery.js │ └── justifiedGallery.css ├── langdet │ ├── Text │ │ ├── LanguageDetect.php │ │ └── LanguageDetect │ │ │ ├── Exception.php │ │ │ ├── ISO639.php │ │ │ └── Parser.php │ ├── data │ │ ├── lang.dat │ │ └── unicode_blocks.dat │ ├── docs │ │ ├── example_clui.php │ │ ├── example_web.php │ │ └── iso.php │ └── tests │ │ ├── Text_LanguageDetectTest.php │ │ └── Text_LanguageDetect_ISO639Test.php ├── markdown.php ├── markdownify │ ├── LICENSE_LGPL.txt │ ├── TODO │ ├── example.php │ ├── markdownify.php │ ├── markdownify_cli.php │ ├── markdownify_extra.php │ └── parsehtml │ │ └── parsehtml.php ├── mcefixes │ ├── README │ ├── plugins.bbcode.editor_plugin_src.js │ ├── themes.advanced.img.icons.gif │ ├── themes.advanced.skins.default.dialog.css │ └── themes.advanced.skins.default.ui.css ├── oauth.php ├── oauth │ ├── LICENSE │ ├── LICENSE.txt │ ├── http.php │ ├── oauth_client.php │ └── oauth_client_class.html ├── oauth2-php │ ├── CHANGELOG.txt │ ├── LICENSE.txt │ └── lib │ │ ├── OAuth2.inc │ │ ├── OAuth2Client.inc │ │ └── OAuth2Exception.inc ├── openid │ ├── README │ ├── example-google.php │ ├── example.php │ ├── openid.php │ └── provider │ │ ├── example-mysql.php │ │ ├── example.php │ │ └── provider.php ├── phpqrcode │ ├── CHANGELOG │ ├── INSTALL │ ├── LICENSE │ ├── README │ ├── VERSION │ ├── bindings │ │ └── tcpdf │ │ │ └── qrcode.php │ ├── cache │ │ ├── frame_1.dat │ │ ├── frame_1.png │ │ ├── frame_10.dat │ │ ├── frame_10.png │ │ ├── frame_11.dat │ │ ├── frame_11.png │ │ ├── frame_12.dat │ │ ├── frame_12.png │ │ ├── frame_13.dat │ │ ├── frame_13.png │ │ ├── frame_14.dat │ │ ├── frame_14.png │ │ ├── frame_15.dat │ │ ├── frame_15.png │ │ ├── frame_16.dat │ │ ├── frame_16.png │ │ ├── frame_17.dat │ │ ├── frame_17.png │ │ ├── frame_18.dat │ │ ├── frame_18.png │ │ ├── frame_19.dat │ │ ├── frame_19.png │ │ ├── frame_2.dat │ │ ├── frame_2.png │ │ ├── frame_20.dat │ │ ├── frame_20.png │ │ ├── frame_21.dat │ │ ├── frame_21.png │ │ ├── frame_22.dat │ │ ├── frame_22.png │ │ ├── frame_23.dat │ │ ├── frame_23.png │ │ ├── frame_24.dat │ │ ├── frame_24.png │ │ ├── frame_25.dat │ │ ├── frame_25.png │ │ ├── frame_26.dat │ │ ├── frame_26.png │ │ ├── frame_27.dat │ │ ├── frame_27.png │ │ ├── frame_28.dat │ │ ├── frame_28.png │ │ ├── frame_29.dat │ │ ├── frame_29.png │ │ ├── frame_3.dat │ │ ├── frame_3.png │ │ ├── frame_30.dat │ │ ├── frame_30.png │ │ ├── frame_31.dat │ │ ├── frame_31.png │ │ ├── frame_32.dat │ │ ├── frame_32.png │ │ ├── frame_33.dat │ │ ├── frame_33.png │ │ ├── frame_34.dat │ │ ├── frame_34.png │ │ ├── frame_35.dat │ │ ├── frame_35.png │ │ ├── frame_36.dat │ │ ├── frame_36.png │ │ ├── frame_37.dat │ │ ├── frame_37.png │ │ ├── frame_38.dat │ │ ├── frame_38.png │ │ ├── frame_39.dat │ │ ├── frame_39.png │ │ ├── frame_4.dat │ │ ├── frame_4.png │ │ ├── frame_40.dat │ │ ├── frame_40.png │ │ ├── frame_5.dat │ │ ├── frame_5.png │ │ ├── frame_6.dat │ │ ├── frame_6.png │ │ ├── frame_7.dat │ │ ├── frame_7.png │ │ ├── frame_8.dat │ │ ├── frame_8.png │ │ ├── frame_9.dat │ │ ├── frame_9.png │ │ ├── mask_0 │ │ │ ├── mask_101_0.dat │ │ │ ├── mask_105_0.dat │ │ │ ├── mask_109_0.dat │ │ │ ├── mask_113_0.dat │ │ │ ├── mask_117_0.dat │ │ │ ├── mask_121_0.dat │ │ │ ├── mask_125_0.dat │ │ │ ├── mask_129_0.dat │ │ │ ├── mask_133_0.dat │ │ │ ├── mask_137_0.dat │ │ │ ├── mask_141_0.dat │ │ │ ├── mask_145_0.dat │ │ │ ├── mask_149_0.dat │ │ │ ├── mask_153_0.dat │ │ │ ├── mask_157_0.dat │ │ │ ├── mask_161_0.dat │ │ │ ├── mask_165_0.dat │ │ │ ├── mask_169_0.dat │ │ │ ├── mask_173_0.dat │ │ │ ├── mask_177_0.dat │ │ │ ├── mask_21_0.dat │ │ │ ├── mask_25_0.dat │ │ │ ├── mask_29_0.dat │ │ │ ├── mask_33_0.dat │ │ │ ├── mask_37_0.dat │ │ │ ├── mask_41_0.dat │ │ │ ├── mask_45_0.dat │ │ │ ├── mask_49_0.dat │ │ │ ├── mask_53_0.dat │ │ │ ├── mask_57_0.dat │ │ │ ├── mask_61_0.dat │ │ │ ├── mask_65_0.dat │ │ │ ├── mask_69_0.dat │ │ │ ├── mask_73_0.dat │ │ │ ├── mask_77_0.dat │ │ │ ├── mask_81_0.dat │ │ │ ├── mask_85_0.dat │ │ │ ├── mask_89_0.dat │ │ │ ├── mask_93_0.dat │ │ │ └── mask_97_0.dat │ │ ├── mask_1 │ │ │ ├── mask_101_1.dat │ │ │ ├── mask_105_1.dat │ │ │ ├── mask_109_1.dat │ │ │ ├── mask_113_1.dat │ │ │ ├── mask_117_1.dat │ │ │ ├── mask_121_1.dat │ │ │ ├── mask_125_1.dat │ │ │ ├── mask_129_1.dat │ │ │ ├── mask_133_1.dat │ │ │ ├── mask_137_1.dat │ │ │ ├── mask_141_1.dat │ │ │ ├── mask_145_1.dat │ │ │ ├── mask_149_1.dat │ │ │ ├── mask_153_1.dat │ │ │ ├── mask_157_1.dat │ │ │ ├── mask_161_1.dat │ │ │ ├── mask_165_1.dat │ │ │ ├── mask_169_1.dat │ │ │ ├── mask_173_1.dat │ │ │ ├── mask_177_1.dat │ │ │ ├── mask_21_1.dat │ │ │ ├── mask_25_1.dat │ │ │ ├── mask_29_1.dat │ │ │ ├── mask_33_1.dat │ │ │ ├── mask_37_1.dat │ │ │ ├── mask_41_1.dat │ │ │ ├── mask_45_1.dat │ │ │ ├── mask_49_1.dat │ │ │ ├── mask_53_1.dat │ │ │ ├── mask_57_1.dat │ │ │ ├── mask_61_1.dat │ │ │ ├── mask_65_1.dat │ │ │ ├── mask_69_1.dat │ │ │ ├── mask_73_1.dat │ │ │ ├── mask_77_1.dat │ │ │ ├── mask_81_1.dat │ │ │ ├── mask_85_1.dat │ │ │ ├── mask_89_1.dat │ │ │ ├── mask_93_1.dat │ │ │ └── mask_97_1.dat │ │ ├── mask_2 │ │ │ ├── mask_101_2.dat │ │ │ ├── mask_105_2.dat │ │ │ ├── mask_109_2.dat │ │ │ ├── mask_113_2.dat │ │ │ ├── mask_117_2.dat │ │ │ ├── mask_121_2.dat │ │ │ ├── mask_125_2.dat │ │ │ ├── mask_129_2.dat │ │ │ ├── mask_133_2.dat │ │ │ ├── mask_137_2.dat │ │ │ ├── mask_141_2.dat │ │ │ ├── mask_145_2.dat │ │ │ ├── mask_149_2.dat │ │ │ ├── mask_153_2.dat │ │ │ ├── mask_157_2.dat │ │ │ ├── mask_161_2.dat │ │ │ ├── mask_165_2.dat │ │ │ ├── mask_169_2.dat │ │ │ ├── mask_173_2.dat │ │ │ ├── mask_177_2.dat │ │ │ ├── mask_21_2.dat │ │ │ ├── mask_25_2.dat │ │ │ ├── mask_29_2.dat │ │ │ ├── mask_33_2.dat │ │ │ ├── mask_37_2.dat │ │ │ ├── mask_41_2.dat │ │ │ ├── mask_45_2.dat │ │ │ ├── mask_49_2.dat │ │ │ ├── mask_53_2.dat │ │ │ ├── mask_57_2.dat │ │ │ ├── mask_61_2.dat │ │ │ ├── mask_65_2.dat │ │ │ ├── mask_69_2.dat │ │ │ ├── mask_73_2.dat │ │ │ ├── mask_77_2.dat │ │ │ ├── mask_81_2.dat │ │ │ ├── mask_85_2.dat │ │ │ ├── mask_89_2.dat │ │ │ ├── mask_93_2.dat │ │ │ └── mask_97_2.dat │ │ ├── mask_3 │ │ │ ├── mask_101_3.dat │ │ │ ├── mask_105_3.dat │ │ │ ├── mask_109_3.dat │ │ │ ├── mask_113_3.dat │ │ │ ├── mask_117_3.dat │ │ │ ├── mask_121_3.dat │ │ │ ├── mask_125_3.dat │ │ │ ├── mask_129_3.dat │ │ │ ├── mask_133_3.dat │ │ │ ├── mask_137_3.dat │ │ │ ├── mask_141_3.dat │ │ │ ├── mask_145_3.dat │ │ │ ├── mask_149_3.dat │ │ │ ├── mask_153_3.dat │ │ │ ├── mask_157_3.dat │ │ │ ├── mask_161_3.dat │ │ │ ├── mask_165_3.dat │ │ │ ├── mask_169_3.dat │ │ │ ├── mask_173_3.dat │ │ │ ├── mask_177_3.dat │ │ │ ├── mask_21_3.dat │ │ │ ├── mask_25_3.dat │ │ │ ├── mask_29_3.dat │ │ │ ├── mask_33_3.dat │ │ │ ├── mask_37_3.dat │ │ │ ├── mask_41_3.dat │ │ │ ├── mask_45_3.dat │ │ │ ├── mask_49_3.dat │ │ │ ├── mask_53_3.dat │ │ │ ├── mask_57_3.dat │ │ │ ├── mask_61_3.dat │ │ │ ├── mask_65_3.dat │ │ │ ├── mask_69_3.dat │ │ │ ├── mask_73_3.dat │ │ │ ├── mask_77_3.dat │ │ │ ├── mask_81_3.dat │ │ │ ├── mask_85_3.dat │ │ │ ├── mask_89_3.dat │ │ │ ├── mask_93_3.dat │ │ │ └── mask_97_3.dat │ │ ├── mask_4 │ │ │ ├── mask_101_4.dat │ │ │ ├── mask_105_4.dat │ │ │ ├── mask_109_4.dat │ │ │ ├── mask_113_4.dat │ │ │ ├── mask_117_4.dat │ │ │ ├── mask_121_4.dat │ │ │ ├── mask_125_4.dat │ │ │ ├── mask_129_4.dat │ │ │ ├── mask_133_4.dat │ │ │ ├── mask_137_4.dat │ │ │ ├── mask_141_4.dat │ │ │ ├── mask_145_4.dat │ │ │ ├── mask_149_4.dat │ │ │ ├── mask_153_4.dat │ │ │ ├── mask_157_4.dat │ │ │ ├── mask_161_4.dat │ │ │ ├── mask_165_4.dat │ │ │ ├── mask_169_4.dat │ │ │ ├── mask_173_4.dat │ │ │ ├── mask_177_4.dat │ │ │ ├── mask_21_4.dat │ │ │ ├── mask_25_4.dat │ │ │ ├── mask_29_4.dat │ │ │ ├── mask_33_4.dat │ │ │ ├── mask_37_4.dat │ │ │ ├── mask_41_4.dat │ │ │ ├── mask_45_4.dat │ │ │ ├── mask_49_4.dat │ │ │ ├── mask_53_4.dat │ │ │ ├── mask_57_4.dat │ │ │ ├── mask_61_4.dat │ │ │ ├── mask_65_4.dat │ │ │ ├── mask_69_4.dat │ │ │ ├── mask_73_4.dat │ │ │ ├── mask_77_4.dat │ │ │ ├── mask_81_4.dat │ │ │ ├── mask_85_4.dat │ │ │ ├── mask_89_4.dat │ │ │ ├── mask_93_4.dat │ │ │ └── mask_97_4.dat │ │ ├── mask_5 │ │ │ ├── mask_101_5.dat │ │ │ ├── mask_105_5.dat │ │ │ ├── mask_109_5.dat │ │ │ ├── mask_113_5.dat │ │ │ ├── mask_117_5.dat │ │ │ ├── mask_121_5.dat │ │ │ ├── mask_125_5.dat │ │ │ ├── mask_129_5.dat │ │ │ ├── mask_133_5.dat │ │ │ ├── mask_137_5.dat │ │ │ ├── mask_141_5.dat │ │ │ ├── mask_145_5.dat │ │ │ ├── mask_149_5.dat │ │ │ ├── mask_153_5.dat │ │ │ ├── mask_157_5.dat │ │ │ ├── mask_161_5.dat │ │ │ ├── mask_165_5.dat │ │ │ ├── mask_169_5.dat │ │ │ ├── mask_173_5.dat │ │ │ ├── mask_177_5.dat │ │ │ ├── mask_21_5.dat │ │ │ ├── mask_25_5.dat │ │ │ ├── mask_29_5.dat │ │ │ ├── mask_33_5.dat │ │ │ ├── mask_37_5.dat │ │ │ ├── mask_41_5.dat │ │ │ ├── mask_45_5.dat │ │ │ ├── mask_49_5.dat │ │ │ ├── mask_53_5.dat │ │ │ ├── mask_57_5.dat │ │ │ ├── mask_61_5.dat │ │ │ ├── mask_65_5.dat │ │ │ ├── mask_69_5.dat │ │ │ ├── mask_73_5.dat │ │ │ ├── mask_77_5.dat │ │ │ ├── mask_81_5.dat │ │ │ ├── mask_85_5.dat │ │ │ ├── mask_89_5.dat │ │ │ ├── mask_93_5.dat │ │ │ └── mask_97_5.dat │ │ ├── mask_6 │ │ │ ├── mask_101_6.dat │ │ │ ├── mask_105_6.dat │ │ │ ├── mask_109_6.dat │ │ │ ├── mask_113_6.dat │ │ │ ├── mask_117_6.dat │ │ │ ├── mask_121_6.dat │ │ │ ├── mask_125_6.dat │ │ │ ├── mask_129_6.dat │ │ │ ├── mask_133_6.dat │ │ │ ├── mask_137_6.dat │ │ │ ├── mask_141_6.dat │ │ │ ├── mask_145_6.dat │ │ │ ├── mask_149_6.dat │ │ │ ├── mask_153_6.dat │ │ │ ├── mask_157_6.dat │ │ │ ├── mask_161_6.dat │ │ │ ├── mask_165_6.dat │ │ │ ├── mask_169_6.dat │ │ │ ├── mask_173_6.dat │ │ │ ├── mask_177_6.dat │ │ │ ├── mask_21_6.dat │ │ │ ├── mask_25_6.dat │ │ │ ├── mask_29_6.dat │ │ │ ├── mask_33_6.dat │ │ │ ├── mask_37_6.dat │ │ │ ├── mask_41_6.dat │ │ │ ├── mask_45_6.dat │ │ │ ├── mask_49_6.dat │ │ │ ├── mask_53_6.dat │ │ │ ├── mask_57_6.dat │ │ │ ├── mask_61_6.dat │ │ │ ├── mask_65_6.dat │ │ │ ├── mask_69_6.dat │ │ │ ├── mask_73_6.dat │ │ │ ├── mask_77_6.dat │ │ │ ├── mask_81_6.dat │ │ │ ├── mask_85_6.dat │ │ │ ├── mask_89_6.dat │ │ │ ├── mask_93_6.dat │ │ │ └── mask_97_6.dat │ │ └── mask_7 │ │ │ ├── mask_101_7.dat │ │ │ ├── mask_105_7.dat │ │ │ ├── mask_109_7.dat │ │ │ ├── mask_113_7.dat │ │ │ ├── mask_117_7.dat │ │ │ ├── mask_121_7.dat │ │ │ ├── mask_125_7.dat │ │ │ ├── mask_129_7.dat │ │ │ ├── mask_133_7.dat │ │ │ ├── mask_137_7.dat │ │ │ ├── mask_141_7.dat │ │ │ ├── mask_145_7.dat │ │ │ ├── mask_149_7.dat │ │ │ ├── mask_153_7.dat │ │ │ ├── mask_157_7.dat │ │ │ ├── mask_161_7.dat │ │ │ ├── mask_165_7.dat │ │ │ ├── mask_169_7.dat │ │ │ ├── mask_173_7.dat │ │ │ ├── mask_177_7.dat │ │ │ ├── mask_21_7.dat │ │ │ ├── mask_25_7.dat │ │ │ ├── mask_29_7.dat │ │ │ ├── mask_33_7.dat │ │ │ ├── mask_37_7.dat │ │ │ ├── mask_41_7.dat │ │ │ ├── mask_45_7.dat │ │ │ ├── mask_49_7.dat │ │ │ ├── mask_53_7.dat │ │ │ ├── mask_57_7.dat │ │ │ ├── mask_61_7.dat │ │ │ ├── mask_65_7.dat │ │ │ ├── mask_69_7.dat │ │ │ ├── mask_73_7.dat │ │ │ ├── mask_77_7.dat │ │ │ ├── mask_81_7.dat │ │ │ ├── mask_85_7.dat │ │ │ ├── mask_89_7.dat │ │ │ ├── mask_93_7.dat │ │ │ └── mask_97_7.dat │ ├── index.php │ ├── phpqrcode.php │ ├── qrbitstream.php │ ├── qrconfig.php │ ├── qrconst.php │ ├── qrencode.php │ ├── qrimage.php │ ├── qrinput.php │ ├── qrlib.php │ ├── qrmask.php │ ├── qrrscode.php │ ├── qrspec.php │ ├── qrsplit.php │ ├── qrtools.php │ └── tools │ │ ├── merge.bat │ │ ├── merge.php │ │ ├── merge.sh │ │ ├── merged_config.php │ │ └── merged_header.php ├── readmore.js │ ├── README.md │ └── readmore.js ├── simplepie │ ├── LICENSE.txt │ ├── README.markdown │ ├── compatibility_test │ │ ├── COMPATIBILITY README.txt │ │ └── sp_compatibility_test.php │ ├── create.php │ ├── db.sql │ ├── demo │ │ ├── cli_test.php │ │ ├── for_the_demo │ │ │ ├── alternate_favicon.png │ │ │ ├── background_blockquote.png │ │ │ ├── background_menuitem.gif │ │ │ ├── background_menuitem_off.gif │ │ │ ├── background_menuitem_shadow.gif │ │ │ ├── favicons │ │ │ │ ├── alternate.png │ │ │ │ ├── blinklist.png │ │ │ │ ├── blogmarks.png │ │ │ │ ├── delicious.png │ │ │ │ ├── digg.png │ │ │ │ ├── magnolia.png │ │ │ │ ├── myweb2.png │ │ │ │ ├── newsvine.png │ │ │ │ ├── reddit.png │ │ │ │ ├── segnalo.png │ │ │ │ ├── simpy.png │ │ │ │ ├── spurl.png │ │ │ │ ├── technorati.png │ │ │ │ └── wists.png │ │ │ ├── feed.png │ │ │ ├── logo_simplepie_demo.png │ │ │ ├── lucida-grande-bold.swf │ │ │ ├── mediaplayer.swf │ │ │ ├── mediaplayer_readme.htm │ │ │ ├── mini_podcast.png │ │ │ ├── place_audio.png │ │ │ ├── place_video.png │ │ │ ├── sIFR-print.css │ │ │ ├── sIFR-screen.css │ │ │ ├── sifr-config.js │ │ │ ├── sifr.js │ │ │ ├── simplepie.css │ │ │ ├── sleight.js │ │ │ ├── source_files │ │ │ │ ├── place_audio_fireworksfile.png │ │ │ │ ├── place_video_fireworksfile.png │ │ │ │ └── sIFR-r245 │ │ │ │ │ ├── SifrStyleSheet.as │ │ │ │ │ ├── _README_.txt │ │ │ │ │ ├── options.as │ │ │ │ │ ├── sIFR.as │ │ │ │ │ └── sifr.fla │ │ │ ├── top_gradient.gif │ │ │ ├── verdana.swf │ │ │ └── yanone-kaffeesatz-bold.swf │ │ ├── handler_image.php │ │ ├── index.php │ │ ├── minimalistic.php │ │ ├── multifeeds.php │ │ └── test.php │ ├── idn │ │ ├── LICENCE │ │ ├── ReadMe.txt │ │ ├── idna_convert.class.php │ │ └── npdata.ser │ └── simplepie.inc ├── slinky.php ├── spam │ ├── README │ ├── b8 │ │ ├── b8.php │ │ ├── b8.php.ORIG │ │ ├── degenerator │ │ │ └── degenerator_default.php │ │ ├── lexer │ │ │ └── lexer_default.php │ │ └── storage │ │ │ ├── storage_base.php │ │ │ ├── storage_base.php.ORIG │ │ │ ├── storage_dba.php │ │ │ ├── storage_frndc.php │ │ │ └── storage_mysql.php │ ├── doc │ │ ├── COPYING │ │ ├── ChangeLog │ │ ├── readme.htm │ │ └── readme.rst │ ├── example │ │ └── index.php │ └── install │ │ ├── setup_berkeleydb.php │ │ └── setup_mysql.sql ├── stylish_select │ ├── index.html │ ├── jquery.stylish-select.js │ ├── select-bg.png │ └── stylish-select.css ├── tableofcontents │ └── jquery.toc.js ├── tinymce │ ├── changelog.txt │ ├── examples │ │ ├── accessibility.html │ │ ├── css │ │ │ ├── content.css │ │ │ └── word.css │ │ ├── custom_formats.html │ │ ├── full.html │ │ ├── index.html │ │ ├── lists │ │ │ ├── image_list.js │ │ │ ├── link_list.js │ │ │ ├── media_list.js │ │ │ └── template_list.js │ │ ├── media │ │ │ ├── logo.jpg │ │ │ ├── logo_over.jpg │ │ │ ├── sample.avi │ │ │ ├── sample.dcr │ │ │ ├── sample.flv │ │ │ ├── sample.mov │ │ │ ├── sample.ram │ │ │ ├── sample.rm │ │ │ └── sample.swf │ │ ├── menu.html │ │ ├── simple.html │ │ ├── skins.html │ │ ├── templates │ │ │ ├── layout1.htm │ │ │ └── snippet1.htm │ │ └── word.html │ └── jscripts │ │ └── tiny_mce │ │ ├── langs │ │ └── en.js │ │ ├── license.txt │ │ ├── plugins │ │ ├── advhr │ │ │ ├── css │ │ │ │ └── advhr.css │ │ │ ├── editor_plugin.js │ │ │ ├── editor_plugin_src.js │ │ │ ├── js │ │ │ │ └── rule.js │ │ │ ├── langs │ │ │ │ └── en_dlg.js │ │ │ └── rule.htm │ │ ├── advimage │ │ │ ├── css │ │ │ │ └── advimage.css │ │ │ ├── editor_plugin.js │ │ │ ├── editor_plugin_src.js │ │ │ ├── image.htm │ │ │ ├── img │ │ │ │ └── sample.gif │ │ │ ├── js │ │ │ │ └── image.js │ │ │ └── langs │ │ │ │ └── en_dlg.js │ │ ├── advlink │ │ │ ├── css │ │ │ │ └── advlink.css │ │ │ ├── editor_plugin.js │ │ │ ├── editor_plugin_src.js │ │ │ ├── js │ │ │ │ └── advlink.js │ │ │ ├── langs │ │ │ │ └── en_dlg.js │ │ │ └── link.htm │ │ ├── advlist │ │ │ ├── editor_plugin.js │ │ │ └── editor_plugin_src.js │ │ ├── autolink │ │ │ ├── editor_plugin.js │ │ │ └── editor_plugin_src.js │ │ ├── autoresize │ │ │ ├── editor_plugin.js │ │ │ └── editor_plugin_src.js │ │ ├── autosave │ │ │ ├── editor_plugin.js │ │ │ ├── editor_plugin_src.js │ │ │ └── langs │ │ │ │ └── en.js │ │ ├── bbcode │ │ │ ├── editor_plugin.js │ │ │ ├── editor_plugin.js2 │ │ │ ├── editor_plugin_src.js │ │ │ └── editor_plugin_src.js2 │ │ ├── contextmenu │ │ │ ├── editor_plugin.js │ │ │ └── editor_plugin_src.js │ │ ├── directionality │ │ │ ├── editor_plugin.js │ │ │ └── editor_plugin_src.js │ │ ├── emotions │ │ │ ├── editor_plugin.js │ │ │ ├── editor_plugin_src.js │ │ │ ├── emotions.htm │ │ │ ├── img │ │ │ │ ├── smiley-cool.gif │ │ │ │ ├── smiley-cry.gif │ │ │ │ ├── smiley-embarassed.gif │ │ │ │ ├── smiley-foot-in-mouth.gif │ │ │ │ ├── smiley-frown.gif │ │ │ │ ├── smiley-innocent.gif │ │ │ │ ├── smiley-kiss.gif │ │ │ │ ├── smiley-laughing.gif │ │ │ │ ├── smiley-money-mouth.gif │ │ │ │ ├── smiley-sealed.gif │ │ │ │ ├── smiley-smile.gif │ │ │ │ ├── smiley-surprised.gif │ │ │ │ ├── smiley-tongue-out.gif │ │ │ │ ├── smiley-undecided.gif │ │ │ │ ├── smiley-wink.gif │ │ │ │ └── smiley-yell.gif │ │ │ ├── js │ │ │ │ └── emotions.js │ │ │ └── langs │ │ │ │ └── en_dlg.js │ │ ├── example │ │ │ ├── dialog.htm │ │ │ ├── editor_plugin.js │ │ │ ├── editor_plugin_src.js │ │ │ ├── img │ │ │ │ └── example.gif │ │ │ ├── js │ │ │ │ └── dialog.js │ │ │ └── langs │ │ │ │ ├── en.js │ │ │ │ └── en_dlg.js │ │ ├── example_dependency │ │ │ ├── editor_plugin.js │ │ │ └── editor_plugin_src.js │ │ ├── fullpage │ │ │ ├── css │ │ │ │ └── fullpage.css │ │ │ ├── editor_plugin.js │ │ │ ├── editor_plugin_src.js │ │ │ ├── fullpage.htm │ │ │ ├── js │ │ │ │ └── fullpage.js │ │ │ └── langs │ │ │ │ └── en_dlg.js │ │ ├── fullscreen │ │ │ ├── editor_plugin.js │ │ │ ├── editor_plugin_src.js │ │ │ └── fullscreen.htm │ │ ├── iespell │ │ │ ├── editor_plugin.js │ │ │ └── editor_plugin_src.js │ │ ├── inlinepopups │ │ │ ├── editor_plugin.js │ │ │ ├── editor_plugin_src.js │ │ │ ├── skins │ │ │ │ └── clearlooks2 │ │ │ │ │ ├── img │ │ │ │ │ ├── alert.gif │ │ │ │ │ ├── button.gif │ │ │ │ │ ├── buttons.gif │ │ │ │ │ ├── confirm.gif │ │ │ │ │ ├── corners.gif │ │ │ │ │ ├── horizontal.gif │ │ │ │ │ └── vertical.gif │ │ │ │ │ └── window.css │ │ │ └── template.htm │ │ ├── insertdatetime │ │ │ ├── editor_plugin.js │ │ │ └── editor_plugin_src.js │ │ ├── layer │ │ │ ├── editor_plugin.js │ │ │ └── editor_plugin_src.js │ │ ├── legacyoutput │ │ │ ├── editor_plugin.js │ │ │ └── editor_plugin_src.js │ │ ├── lists │ │ │ ├── editor_plugin.js │ │ │ └── editor_plugin_src.js │ │ ├── media │ │ │ ├── css │ │ │ │ └── media.css │ │ │ ├── editor_plugin.js │ │ │ ├── editor_plugin_src.js │ │ │ ├── js │ │ │ │ ├── embed.js │ │ │ │ └── media.js │ │ │ ├── langs │ │ │ │ └── en_dlg.js │ │ │ ├── media.htm │ │ │ └── moxieplayer.swf │ │ ├── nonbreaking │ │ │ ├── editor_plugin.js │ │ │ └── editor_plugin_src.js │ │ ├── noneditable │ │ │ ├── editor_plugin.js │ │ │ └── editor_plugin_src.js │ │ ├── pagebreak │ │ │ ├── editor_plugin.js │ │ │ └── editor_plugin_src.js │ │ ├── paste │ │ │ ├── editor_plugin.js │ │ │ ├── editor_plugin_src.js │ │ │ ├── js │ │ │ │ ├── pastetext.js │ │ │ │ └── pasteword.js │ │ │ ├── langs │ │ │ │ └── en_dlg.js │ │ │ ├── pastetext.htm │ │ │ └── pasteword.htm │ │ ├── preview │ │ │ ├── editor_plugin.js │ │ │ ├── editor_plugin_src.js │ │ │ ├── example.html │ │ │ ├── jscripts │ │ │ │ └── embed.js │ │ │ └── preview.html │ │ ├── print │ │ │ ├── editor_plugin.js │ │ │ └── editor_plugin_src.js │ │ ├── save │ │ │ ├── editor_plugin.js │ │ │ └── editor_plugin_src.js │ │ ├── searchreplace │ │ │ ├── css │ │ │ │ └── searchreplace.css │ │ │ ├── editor_plugin.js │ │ │ ├── editor_plugin_src.js │ │ │ ├── js │ │ │ │ └── searchreplace.js │ │ │ ├── langs │ │ │ │ └── en_dlg.js │ │ │ └── searchreplace.htm │ │ ├── spellchecker │ │ │ ├── css │ │ │ │ └── content.css │ │ │ ├── editor_plugin.js │ │ │ ├── editor_plugin_src.js │ │ │ └── img │ │ │ │ └── wline.gif │ │ ├── style │ │ │ ├── css │ │ │ │ └── props.css │ │ │ ├── editor_plugin.js │ │ │ ├── editor_plugin_src.js │ │ │ ├── js │ │ │ │ └── props.js │ │ │ ├── langs │ │ │ │ └── en_dlg.js │ │ │ ├── props.htm │ │ │ └── readme.txt │ │ ├── tabfocus │ │ │ ├── editor_plugin.js │ │ │ └── editor_plugin_src.js │ │ ├── table │ │ │ ├── cell.htm │ │ │ ├── css │ │ │ │ ├── cell.css │ │ │ │ ├── row.css │ │ │ │ └── table.css │ │ │ ├── editor_plugin.js │ │ │ ├── editor_plugin_src.js │ │ │ ├── js │ │ │ │ ├── cell.js │ │ │ │ ├── merge_cells.js │ │ │ │ ├── row.js │ │ │ │ └── table.js │ │ │ ├── langs │ │ │ │ └── en_dlg.js │ │ │ ├── merge_cells.htm │ │ │ ├── row.htm │ │ │ └── table.htm │ │ ├── template │ │ │ ├── blank.htm │ │ │ ├── css │ │ │ │ └── template.css │ │ │ ├── editor_plugin.js │ │ │ ├── editor_plugin_src.js │ │ │ ├── js │ │ │ │ └── template.js │ │ │ ├── langs │ │ │ │ └── en_dlg.js │ │ │ └── template.htm │ │ ├── visualblocks │ │ │ ├── css │ │ │ │ └── visualblocks.css │ │ │ ├── editor_plugin.js │ │ │ └── editor_plugin_src.js │ │ ├── visualchars │ │ │ ├── editor_plugin.js │ │ │ └── editor_plugin_src.js │ │ ├── wordcount │ │ │ ├── editor_plugin.js │ │ │ └── editor_plugin_src.js │ │ └── xhtmlxtras │ │ │ ├── abbr.htm │ │ │ ├── acronym.htm │ │ │ ├── attributes.htm │ │ │ ├── cite.htm │ │ │ ├── css │ │ │ ├── attributes.css │ │ │ └── popup.css │ │ │ ├── del.htm │ │ │ ├── editor_plugin.js │ │ │ ├── editor_plugin_src.js │ │ │ ├── ins.htm │ │ │ ├── js │ │ │ ├── abbr.js │ │ │ ├── acronym.js │ │ │ ├── attributes.js │ │ │ ├── cite.js │ │ │ ├── del.js │ │ │ ├── element_common.js │ │ │ └── ins.js │ │ │ └── langs │ │ │ └── en_dlg.js │ │ ├── themes │ │ ├── advanced │ │ │ ├── about.htm │ │ │ ├── anchor.htm │ │ │ ├── charmap.htm │ │ │ ├── color_picker.htm │ │ │ ├── editor_template.js │ │ │ ├── editor_template_src.js │ │ │ ├── image.htm │ │ │ ├── img │ │ │ │ ├── colorpicker.jpg │ │ │ │ ├── flash.gif │ │ │ │ ├── icons.gif │ │ │ │ ├── iframe.gif │ │ │ │ ├── pagebreak.gif │ │ │ │ ├── quicktime.gif │ │ │ │ ├── realmedia.gif │ │ │ │ ├── shockwave.gif │ │ │ │ ├── trans.gif │ │ │ │ ├── video.gif │ │ │ │ └── windowsmedia.gif │ │ │ ├── js │ │ │ │ ├── about.js │ │ │ │ ├── anchor.js │ │ │ │ ├── charmap.js │ │ │ │ ├── color_picker.js │ │ │ │ ├── image.js │ │ │ │ ├── link.js │ │ │ │ └── source_editor.js │ │ │ ├── langs │ │ │ │ ├── en.js │ │ │ │ └── en_dlg.js │ │ │ ├── link.htm │ │ │ ├── shortcuts.htm │ │ │ ├── skins │ │ │ │ ├── default │ │ │ │ │ ├── content.css │ │ │ │ │ ├── dialog.css │ │ │ │ │ ├── img │ │ │ │ │ │ ├── buttons.png │ │ │ │ │ │ ├── items.gif │ │ │ │ │ │ ├── menu_arrow.gif │ │ │ │ │ │ ├── menu_check.gif │ │ │ │ │ │ ├── progress.gif │ │ │ │ │ │ └── tabs.gif │ │ │ │ │ └── ui.css │ │ │ │ ├── highcontrast │ │ │ │ │ ├── content.css │ │ │ │ │ ├── dialog.css │ │ │ │ │ └── ui.css │ │ │ │ └── o2k7 │ │ │ │ │ ├── content.css │ │ │ │ │ ├── dialog.css │ │ │ │ │ ├── img │ │ │ │ │ ├── button_bg.png │ │ │ │ │ ├── button_bg_black.png │ │ │ │ │ └── button_bg_silver.png │ │ │ │ │ ├── ui.css │ │ │ │ │ ├── ui_black.css │ │ │ │ │ └── ui_silver.css │ │ │ └── source_editor.htm │ │ └── simple │ │ │ ├── editor_template.js │ │ │ ├── editor_template_src.js │ │ │ ├── img │ │ │ └── icons.gif │ │ │ ├── langs │ │ │ └── en.js │ │ │ └── skins │ │ │ ├── default │ │ │ ├── content.css │ │ │ └── ui.css │ │ │ └── o2k7 │ │ │ ├── content.css │ │ │ ├── img │ │ │ └── button_bg.png │ │ │ └── ui.css │ │ ├── tiny_mce.js │ │ ├── tiny_mce_popup.js │ │ ├── tiny_mce_src.js │ │ └── utils │ │ ├── editable_selects.js │ │ ├── form_utils.js │ │ ├── mctabs.js │ │ └── validate.js ├── tiptip │ ├── README │ ├── README.txt │ ├── jquery.tipTip.js │ ├── jquery.tipTip.minified.js │ └── tipTip.css ├── twitteroauth.php └── urlify │ ├── .gitignore │ ├── INSTALL │ ├── README.md │ ├── URLify.php │ ├── composer.json │ └── tests │ ├── URLifyTest.php │ ├── bootstrap.php │ └── phpunit.xml ├── mod ├── _well_known.php ├── achievements.php ├── acl.php ├── admin.php ├── api.php ├── appman.php ├── apps.php ├── attach.php ├── authtest.php ├── block.php ├── blocks.php ├── bookmarks.php ├── channel.php ├── chanview.php ├── chat.php ├── chatsvc.php ├── cloud.php ├── common.php ├── connect.php ├── connections.php ├── connedit.php ├── contactgroup.php ├── dav.php ├── directory.php ├── dirsearch.php ├── display.php ├── editblock.php ├── editlayout.php ├── editpost.php ├── editwebpage.php ├── events.php ├── fbrowser.php ├── feed.php ├── filer.php ├── filerm.php ├── filestorage.php ├── follow.php ├── fsuggest.php ├── group.php ├── hcard.php ├── help.php ├── home.php ├── hostxrd.php ├── id.php ├── impel.php ├── import.php ├── invite.php ├── item.php ├── lang.php ├── layouts.php ├── like.php ├── lockview.php ├── locs.php ├── login.php ├── lostpass.php ├── magic.php ├── mail.php ├── manage.php ├── match.php ├── menu.php ├── message.php ├── mitem.php ├── mood.php ├── msearch.php ├── network.php ├── new_channel.php ├── notes.php ├── notifications.php ├── notify.php ├── oembed.php ├── oexchange.php ├── online.php ├── openid.php ├── opensearch.php ├── p.php ├── page.php ├── parse_url.php ├── pdledit.php ├── photo.php ├── photos.php ├── ping.php ├── poco.php ├── poke.php ├── post.php ├── prate.php ├── pretheme.php ├── probe.php ├── profile.php ├── profile_photo.php ├── profiles.php ├── profperm.php ├── pubsites.php ├── randprof.php ├── rate.php ├── ratings.php ├── ratingsearch.php ├── rbmark.php ├── receive.php ├── regdir.php ├── register.php ├── regmod.php ├── regver.php ├── removeaccount.php ├── removeme.php ├── rmagic.php ├── rpost.php ├── rsd_xml.php ├── search.php ├── search_ac.php ├── service_limits.php ├── settings.php ├── setup.php ├── share.php ├── sharedwithme.php ├── siteinfo.php ├── sitelist.php ├── smilies.php ├── sources.php ├── sslify.php ├── starred.php ├── subthread.php ├── suggest.php ├── tagger.php ├── tagrm.php ├── thing.php ├── toggle_mobile.php ├── toggle_safesearch.php ├── uexport.php ├── update_channel.php ├── update_display.php ├── update_home.php ├── update_network.php ├── update_search.php ├── view.php ├── viewconnections.php ├── viewsrc.php ├── wall_attach.php ├── wall_upload.php ├── webfinger.php ├── webpages.php ├── wfinger.php ├── xchan.php ├── xpoco.php ├── xrd.php ├── xref.php ├── zfinger.php ├── zotfeed.php └── zping.php ├── tests ├── autoname_test.php ├── contains_attribute_test.php ├── expand_acl_test.php ├── get_tags_test.php ├── template_test.php └── xss_filter_test.php ├── util ├── .htaccess ├── Doxyfile ├── Doxygen.footer ├── README ├── add_addon_repo ├── add_theme_repo ├── config ├── config.md ├── db_update.php ├── docblox_errorchecker.php ├── extract.php ├── fpostit │ ├── README │ ├── fpostit.js │ ├── fpostit.php │ └── friendika-32.png ├── fresh ├── fresh.md ├── friendica-to-smarty-tpl.py ├── makedocs ├── messages.po ├── pconfig ├── php2po.php ├── po2php.php ├── precompile_smarty3.php ├── run_xgettext.sh ├── shredder │ ├── JSON.sh │ ├── OAuth.sh │ ├── ShredOAuth.sh │ ├── jansson-2.6.tar.gz │ ├── jshon.tar.gz │ ├── readme │ └── shredder ├── strings.php ├── tpldebug.php ├── typo.php ├── typohelper.php ├── update_addon_repo ├── update_theme_repo ├── updatetpl.py └── zotsh │ ├── README.txt │ ├── easywebdav │ ├── LICENSE │ ├── __init__.py │ ├── __init__.pyc │ ├── __version__.py │ ├── __version__.pyc │ ├── client.py │ └── client.pyc │ └── zotsh.py ├── vendor ├── autoload.php ├── composer │ ├── ClassLoader.php │ ├── autoload_classmap.php │ ├── autoload_namespaces.php │ ├── autoload_psr4.php │ ├── autoload_real.php │ └── installed.json └── sabre │ ├── dav │ ├── .gitignore │ ├── .travis.yml │ ├── ChangeLog │ ├── LICENSE │ ├── README.md │ ├── bin │ │ ├── build.php │ │ ├── googlecode_upload.py │ │ ├── migrateto17.php │ │ ├── naturalselection.py │ │ ├── sabredav │ │ └── sabredav.php │ ├── examples │ │ ├── addressbookserver.php │ │ ├── basicauth.php │ │ ├── digestauth.php │ │ ├── simplefsserver.php │ │ ├── sql │ │ │ ├── mysql.addressbook.sql │ │ │ ├── mysql.calendars.sql │ │ │ ├── mysql.locks.sql │ │ │ ├── mysql.principals.sql │ │ │ ├── mysql.users.sql │ │ │ ├── pgsql.addressbook.sql │ │ │ ├── pgsql.calendars.sql │ │ │ ├── pgsql.locks.sql │ │ │ ├── pgsql.principals.sql │ │ │ ├── pgsql.users.sql │ │ │ ├── sqlite.addressbooks.sql │ │ │ ├── sqlite.calendars.sql │ │ │ ├── sqlite.locks.sql │ │ │ ├── sqlite.principals.sql │ │ │ └── sqlite.users.sql │ │ └── webserver │ │ │ ├── apache2_htaccess.conf │ │ │ ├── apache2_vhost.conf │ │ │ └── apache2_vhost_cgi.conf │ ├── lib │ │ └── Sabre │ │ │ ├── CalDAV │ │ │ ├── Backend │ │ │ │ ├── AbstractBackend.php │ │ │ │ ├── BackendInterface.php │ │ │ │ ├── NotificationSupport.php │ │ │ │ ├── PDO.php │ │ │ │ └── SharingSupport.php │ │ │ ├── Calendar.php │ │ │ ├── CalendarObject.php │ │ │ ├── CalendarQueryParser.php │ │ │ ├── CalendarQueryValidator.php │ │ │ ├── CalendarRootNode.php │ │ │ ├── Exception │ │ │ │ └── InvalidComponentType.php │ │ │ ├── ICSExportPlugin.php │ │ │ ├── ICalendar.php │ │ │ ├── ICalendarObject.php │ │ │ ├── IShareableCalendar.php │ │ │ ├── ISharedCalendar.php │ │ │ ├── Notifications │ │ │ │ ├── Collection.php │ │ │ │ ├── ICollection.php │ │ │ │ ├── INode.php │ │ │ │ ├── INotificationType.php │ │ │ │ ├── Node.php │ │ │ │ └── Notification │ │ │ │ │ ├── Invite.php │ │ │ │ │ ├── InviteReply.php │ │ │ │ │ └── SystemStatus.php │ │ │ ├── Plugin.php │ │ │ ├── Principal │ │ │ │ ├── Collection.php │ │ │ │ ├── IProxyRead.php │ │ │ │ ├── IProxyWrite.php │ │ │ │ ├── ProxyRead.php │ │ │ │ ├── ProxyWrite.php │ │ │ │ └── User.php │ │ │ ├── Property │ │ │ │ ├── AllowedSharingModes.php │ │ │ │ ├── Invite.php │ │ │ │ ├── ScheduleCalendarTransp.php │ │ │ │ ├── SupportedCalendarComponentSet.php │ │ │ │ ├── SupportedCalendarData.php │ │ │ │ └── SupportedCollationSet.php │ │ │ ├── Schedule │ │ │ │ ├── IMip.php │ │ │ │ ├── IOutbox.php │ │ │ │ └── Outbox.php │ │ │ ├── ShareableCalendar.php │ │ │ ├── SharedCalendar.php │ │ │ ├── SharingPlugin.php │ │ │ ├── UserCalendars.php │ │ │ └── Version.php │ │ │ ├── CardDAV │ │ │ ├── AddressBook.php │ │ │ ├── AddressBookQueryParser.php │ │ │ ├── AddressBookRoot.php │ │ │ ├── Backend │ │ │ │ ├── AbstractBackend.php │ │ │ │ ├── BackendInterface.php │ │ │ │ └── PDO.php │ │ │ ├── Card.php │ │ │ ├── IAddressBook.php │ │ │ ├── ICard.php │ │ │ ├── IDirectory.php │ │ │ ├── Plugin.php │ │ │ ├── Property │ │ │ │ └── SupportedAddressData.php │ │ │ ├── UserAddressBooks.php │ │ │ ├── VCFExportPlugin.php │ │ │ └── Version.php │ │ │ ├── DAV │ │ │ ├── Auth │ │ │ │ ├── Backend │ │ │ │ │ ├── AbstractBasic.php │ │ │ │ │ ├── AbstractDigest.php │ │ │ │ │ ├── Apache.php │ │ │ │ │ ├── BackendInterface.php │ │ │ │ │ ├── File.php │ │ │ │ │ └── PDO.php │ │ │ │ └── Plugin.php │ │ │ ├── Browser │ │ │ │ ├── GuessContentType.php │ │ │ │ ├── MapGetToPropFind.php │ │ │ │ ├── Plugin.php │ │ │ │ └── assets │ │ │ │ │ └── icons │ │ │ │ │ ├── addressbook.png │ │ │ │ │ ├── calendar.png │ │ │ │ │ ├── card.png │ │ │ │ │ ├── collection.png │ │ │ │ │ ├── file.png │ │ │ │ │ ├── parent.png │ │ │ │ │ └── principal.png │ │ │ ├── Client.php │ │ │ ├── Collection.php │ │ │ ├── Exception.php │ │ │ ├── Exception │ │ │ │ ├── BadRequest.php │ │ │ │ ├── Conflict.php │ │ │ │ ├── ConflictingLock.php │ │ │ │ ├── FileNotFound.php │ │ │ │ ├── Forbidden.php │ │ │ │ ├── InsufficientStorage.php │ │ │ │ ├── InvalidResourceType.php │ │ │ │ ├── LengthRequired.php │ │ │ │ ├── LockTokenMatchesRequestUri.php │ │ │ │ ├── Locked.php │ │ │ │ ├── MethodNotAllowed.php │ │ │ │ ├── NotAuthenticated.php │ │ │ │ ├── NotFound.php │ │ │ │ ├── NotImplemented.php │ │ │ │ ├── PaymentRequired.php │ │ │ │ ├── PreconditionFailed.php │ │ │ │ ├── ReportNotSupported.php │ │ │ │ ├── RequestedRangeNotSatisfiable.php │ │ │ │ ├── ServiceUnavailable.php │ │ │ │ └── UnsupportedMediaType.php │ │ │ ├── FS │ │ │ │ ├── Directory.php │ │ │ │ ├── File.php │ │ │ │ └── Node.php │ │ │ ├── FSExt │ │ │ │ ├── Directory.php │ │ │ │ ├── File.php │ │ │ │ └── Node.php │ │ │ ├── File.php │ │ │ ├── ICollection.php │ │ │ ├── IExtendedCollection.php │ │ │ ├── IFile.php │ │ │ ├── INode.php │ │ │ ├── IProperties.php │ │ │ ├── IQuota.php │ │ │ ├── Locks │ │ │ │ ├── Backend │ │ │ │ │ ├── AbstractBackend.php │ │ │ │ │ ├── BackendInterface.php │ │ │ │ │ ├── FS.php │ │ │ │ │ ├── File.php │ │ │ │ │ └── PDO.php │ │ │ │ ├── LockInfo.php │ │ │ │ └── Plugin.php │ │ │ ├── Mount │ │ │ │ └── Plugin.php │ │ │ ├── Node.php │ │ │ ├── ObjectTree.php │ │ │ ├── PartialUpdate │ │ │ │ ├── IFile.php │ │ │ │ ├── IPatchSupport.php │ │ │ │ └── Plugin.php │ │ │ ├── Property.php │ │ │ ├── Property │ │ │ │ ├── GetLastModified.php │ │ │ │ ├── Href.php │ │ │ │ ├── HrefList.php │ │ │ │ ├── IHref.php │ │ │ │ ├── LockDiscovery.php │ │ │ │ ├── ResourceType.php │ │ │ │ ├── Response.php │ │ │ │ ├── ResponseList.php │ │ │ │ ├── SupportedLock.php │ │ │ │ └── SupportedReportSet.php │ │ │ ├── PropertyInterface.php │ │ │ ├── Server.php │ │ │ ├── ServerPlugin.php │ │ │ ├── SimpleCollection.php │ │ │ ├── SimpleFile.php │ │ │ ├── StringUtil.php │ │ │ ├── TemporaryFileFilterPlugin.php │ │ │ ├── Tree.php │ │ │ ├── Tree │ │ │ │ └── Filesystem.php │ │ │ ├── URLUtil.php │ │ │ ├── UUIDUtil.php │ │ │ ├── Version.php │ │ │ └── XMLUtil.php │ │ │ ├── DAVACL │ │ │ ├── AbstractPrincipalCollection.php │ │ │ ├── Exception │ │ │ │ ├── AceConflict.php │ │ │ │ ├── NeedPrivileges.php │ │ │ │ ├── NoAbstract.php │ │ │ │ ├── NotRecognizedPrincipal.php │ │ │ │ └── NotSupportedPrivilege.php │ │ │ ├── IACL.php │ │ │ ├── IPrincipal.php │ │ │ ├── IPrincipalCollection.php │ │ │ ├── Plugin.php │ │ │ ├── Principal.php │ │ │ ├── PrincipalBackend │ │ │ │ ├── AbstractBackend.php │ │ │ │ ├── BackendInterface.php │ │ │ │ └── PDO.php │ │ │ ├── PrincipalCollection.php │ │ │ ├── Property │ │ │ │ ├── Acl.php │ │ │ │ ├── AclRestrictions.php │ │ │ │ ├── CurrentUserPrivilegeSet.php │ │ │ │ ├── Principal.php │ │ │ │ └── SupportedPrivilegeSet.php │ │ │ └── Version.php │ │ │ ├── HTTP │ │ │ ├── AWSAuth.php │ │ │ ├── AbstractAuth.php │ │ │ ├── BasicAuth.php │ │ │ ├── DigestAuth.php │ │ │ ├── Request.php │ │ │ ├── Response.php │ │ │ ├── Util.php │ │ │ └── Version.php │ │ │ └── autoload.php │ └── tests │ │ ├── Sabre │ │ ├── CalDAV │ │ │ ├── Backend │ │ │ │ ├── AbstractPDOTest.php │ │ │ │ ├── AbstractTest.php │ │ │ │ ├── Mock.php │ │ │ │ ├── PDOMySQLTest.php │ │ │ │ └── PDOSqliteTest.php │ │ │ ├── CalendarObjectTest.php │ │ │ ├── CalendarQueryParserTest.php │ │ │ ├── CalendarQueryVAlarmTest.php │ │ │ ├── CalendarQueryValidatorTest.php │ │ │ ├── CalendarTest.php │ │ │ ├── ExpandEventsDTSTARTandDTENDTest.php │ │ │ ├── ExpandEventsDTSTARTandDTENDbyDayTest.php │ │ │ ├── ExpandEventsDoubleEventsTest.php │ │ │ ├── FreeBusyReportTest.php │ │ │ ├── FreeBusyRequestTest.php │ │ │ ├── GetEventsByTimerangeTest.php │ │ │ ├── ICSExportPluginTest.php │ │ │ ├── Issue166Test.php │ │ │ ├── Issue172Test.php │ │ │ ├── Issue203Test.php │ │ │ ├── Issue205Test.php │ │ │ ├── Issue211Test.php │ │ │ ├── Issue220Test.php │ │ │ ├── Issue228Test.php │ │ │ ├── Notifications │ │ │ │ ├── CollectionTest.php │ │ │ │ ├── NodeTest.php │ │ │ │ └── Notification │ │ │ │ │ ├── InviteReplyTest.php │ │ │ │ │ ├── InviteTest.php │ │ │ │ │ └── SystemStatusTest.php │ │ │ ├── OutboxPostTest.php │ │ │ ├── PluginTest.php │ │ │ ├── Principal │ │ │ │ ├── CollectionTest.php │ │ │ │ ├── ProxyReadTest.php │ │ │ │ ├── ProxyWriteTest.php │ │ │ │ └── UserTest.php │ │ │ ├── Property │ │ │ │ ├── AllowedSharingModesTest.php │ │ │ │ ├── InviteTest.php │ │ │ │ ├── ScheduleCalendarTranspTest.php │ │ │ │ ├── SupportedCalendarComponentSetTest.php │ │ │ │ ├── SupportedCalendarDataTest.php │ │ │ │ └── SupportedCollationSetTest.php │ │ │ ├── Schedule │ │ │ │ ├── IMip │ │ │ │ │ └── Mock.php │ │ │ │ └── OutboxTest.php │ │ │ ├── ShareableCalendarTest.php │ │ │ ├── SharedCalendarTest.php │ │ │ ├── SharingPluginTest.php │ │ │ ├── TestUtil.php │ │ │ ├── UserCalendarsSharedCalendarsTest.php │ │ │ ├── UserCalendarsTest.php │ │ │ ├── ValidateICalTest.php │ │ │ └── VersionTest.php │ │ ├── CardDAV │ │ │ ├── AbstractPluginTest.php │ │ │ ├── AddressBookQueryParserTest.php │ │ │ ├── AddressBookQueryTest.php │ │ │ ├── AddressBookRootTest.php │ │ │ ├── AddressBookTest.php │ │ │ ├── Backend │ │ │ │ ├── AbstractPDOTest.php │ │ │ │ ├── Mock.php │ │ │ │ ├── PDOMySQLTest.php │ │ │ │ └── PDOSqliteTest.php │ │ │ ├── CardTest.php │ │ │ ├── IDirectoryTest.php │ │ │ ├── MultiGetTest.php │ │ │ ├── PluginTest.php │ │ │ ├── Property │ │ │ │ └── SupportedAddressDataTest.php │ │ │ ├── SogoStripContentTypeTest.php │ │ │ ├── TestUtil.php │ │ │ ├── UserAddressBooksTest.php │ │ │ ├── VCFExportTest.php │ │ │ ├── ValidateFilterTest.php │ │ │ ├── ValidateVCardTest.php │ │ │ └── VersionTest.php │ │ ├── DAV │ │ │ ├── AbstractServer.php │ │ │ ├── Auth │ │ │ │ ├── Backend │ │ │ │ │ ├── AbstractBasicTest.php │ │ │ │ │ ├── AbstractDigestTest.php │ │ │ │ │ ├── AbstractPDOTest.php │ │ │ │ │ ├── ApacheTest.php │ │ │ │ │ ├── FileTest.php │ │ │ │ │ ├── Mock.php │ │ │ │ │ ├── PDOMySQLTest.php │ │ │ │ │ └── PDOSqliteTest.php │ │ │ │ └── PluginTest.php │ │ │ ├── BasicNodeTest.php │ │ │ ├── Browser │ │ │ │ ├── GuessContentTypeTest.php │ │ │ │ ├── MapGetToPropFindTest.php │ │ │ │ └── PluginTest.php │ │ │ ├── ClientMock.php │ │ │ ├── ClientTest.php │ │ │ ├── Exception │ │ │ │ ├── LockedTest.php │ │ │ │ └── PaymentRequiredTest.php │ │ │ ├── ExceptionTest.php │ │ │ ├── FSExt │ │ │ │ ├── FileTest.php │ │ │ │ ├── NodeTest.php │ │ │ │ └── ServerTest.php │ │ │ ├── HTTPPreferParsingTest.php │ │ │ ├── HttpDeleteTest.php │ │ │ ├── HttpPutTest.php │ │ │ ├── Issue33Test.php │ │ │ ├── Locks │ │ │ │ ├── Backend │ │ │ │ │ ├── AbstractTest.php │ │ │ │ │ ├── FSTest.php │ │ │ │ │ ├── FileTest.php │ │ │ │ │ ├── PDOMySQLTest.php │ │ │ │ │ └── PDOTest.php │ │ │ │ ├── GetIfConditionsTest.php │ │ │ │ ├── MSWordTest.php │ │ │ │ └── PluginTest.php │ │ │ ├── Mock │ │ │ │ ├── Collection.php │ │ │ │ └── File.php │ │ │ ├── Mount │ │ │ │ └── PluginTest.php │ │ │ ├── ObjectTreeTest.php │ │ │ ├── PartialUpdate │ │ │ │ ├── FileMock.php │ │ │ │ ├── PluginTest.php │ │ │ │ └── SpecificationTest.php │ │ │ ├── Property │ │ │ │ ├── GetLastModifiedTest.php │ │ │ │ ├── HrefListTest.php │ │ │ │ ├── HrefTest.php │ │ │ │ ├── ResourceTypeTest.php │ │ │ │ ├── ResponseListTest.php │ │ │ │ ├── ResponseTest.php │ │ │ │ └── SupportedReportSetTest.php │ │ │ ├── ServerCopyMoveTest.php │ │ │ ├── ServerEventsTest.php │ │ │ ├── ServerMKCOLTest.php │ │ │ ├── ServerPluginTest.php │ │ │ ├── ServerPreconditionTest.php │ │ │ ├── ServerPropsTest.php │ │ │ ├── ServerRangeTest.php │ │ │ ├── ServerSimpleTest.php │ │ │ ├── ServerUpdatePropertiesTest.php │ │ │ ├── SimpleFileTest.php │ │ │ ├── StringUtilTest.php │ │ │ ├── TemporaryFileFilterTest.php │ │ │ ├── TestPlugin.php │ │ │ ├── Tree │ │ │ │ └── FilesystemTest.php │ │ │ ├── TreeTest.php │ │ │ ├── URLUtilTest.php │ │ │ ├── UUIDUtilTest.php │ │ │ └── XMLUtilTest.php │ │ ├── DAVACL │ │ │ ├── ACLMethodTest.php │ │ │ ├── AllowAccessTest.php │ │ │ ├── BlockAccessTest.php │ │ │ ├── Exception │ │ │ │ ├── AceConflictTest.php │ │ │ │ ├── NeedPrivilegesExceptionTest.php │ │ │ │ ├── NoAbstractTest.php │ │ │ │ ├── NotRecognizedPrincipalTest.php │ │ │ │ └── NotSupportedPrivilegeTest.php │ │ │ ├── ExpandPropertiesTest.php │ │ │ ├── MockACLNode.php │ │ │ ├── MockPrincipal.php │ │ │ ├── PluginAdminTest.php │ │ │ ├── PluginPropertiesTest.php │ │ │ ├── PluginUpdatePropertiesTest.php │ │ │ ├── PrincipalBackend │ │ │ │ ├── AbstractPDOTest.php │ │ │ │ ├── Mock.php │ │ │ │ ├── PDOMySQLTest.php │ │ │ │ └── PDOSqliteTest.php │ │ │ ├── PrincipalCollectionTest.php │ │ │ ├── PrincipalPropertySearchTest.php │ │ │ ├── PrincipalSearchPropertySetTest.php │ │ │ ├── PrincipalTest.php │ │ │ ├── Property │ │ │ │ ├── ACLRestrictionsTest.php │ │ │ │ ├── ACLTest.php │ │ │ │ ├── CurrentUserPrivilegeSetTest.php │ │ │ │ ├── PrincipalTest.php │ │ │ │ └── SupportedPrivilegeSetTest.php │ │ │ ├── SimplePluginTest.php │ │ │ └── VersionTest.php │ │ ├── DAVServerTest.php │ │ ├── HTTP │ │ │ ├── AWSAuthTest.php │ │ │ ├── BasicAuthTest.php │ │ │ ├── DigestAuthTest.php │ │ │ ├── RequestTest.php │ │ │ ├── ResponseMock.php │ │ │ ├── ResponseTest.php │ │ │ ├── UtilTest.php │ │ │ └── VersionTest.php │ │ └── TestUtil.php │ │ ├── bootstrap.php │ │ └── phpunit.xml │ └── vobject │ ├── .gitignore │ ├── .travis.yml │ ├── ChangeLog │ ├── LICENSE │ ├── README.md │ ├── bin │ ├── bench.php │ ├── generateicalendardata.php │ └── vobjectvalidate.php │ ├── lib │ └── Sabre │ │ └── VObject │ │ ├── Component.php │ │ ├── Component │ │ ├── VAlarm.php │ │ ├── VCalendar.php │ │ ├── VCard.php │ │ ├── VEvent.php │ │ ├── VFreeBusy.php │ │ ├── VJournal.php │ │ └── VTodo.php │ │ ├── DateTimeParser.php │ │ ├── Document.php │ │ ├── ElementList.php │ │ ├── FreeBusyGenerator.php │ │ ├── Node.php │ │ ├── Parameter.php │ │ ├── ParseException.php │ │ ├── Property.php │ │ ├── Property │ │ ├── Compound.php │ │ ├── DateTime.php │ │ └── MultiDateTime.php │ │ ├── Reader.php │ │ ├── RecurrenceIterator.php │ │ ├── Splitter │ │ ├── ICalendar.php │ │ ├── SplitterInterface.php │ │ └── VCard.php │ │ ├── StringUtil.php │ │ ├── TimeZoneUtil.php │ │ ├── Version.php │ │ └── includes.php │ └── tests │ ├── Sabre │ └── VObject │ │ ├── Component │ │ ├── VAlarmTest.php │ │ ├── VCalendarTest.php │ │ ├── VCardTest.php │ │ ├── VEventTest.php │ │ ├── VFreeBusyTest.php │ │ ├── VJournalTest.php │ │ └── VTodoTest.php │ │ ├── ComponentTest.php │ │ ├── DateTimeParserTest.php │ │ ├── DocumentTest.php │ │ ├── ElementListTest.php │ │ ├── EmClientTest.php │ │ ├── FreeBusyGeneratorTest.php │ │ ├── Issue153Test.php │ │ ├── Issue154Test.php │ │ ├── Issue48Test.php │ │ ├── Issue50Test.php │ │ ├── ParameterTest.php │ │ ├── Property │ │ ├── CompoundTest.php │ │ ├── DateTimeTest.php │ │ └── MultiDateTimeTest.php │ │ ├── PropertyTest.php │ │ ├── ReaderTest.php │ │ ├── RecurrenceIteratorFifthTuesdayProblemTest.php │ │ ├── RecurrenceIteratorIncorrectExpandTest.php │ │ ├── RecurrenceIteratorInfiniteLoopProblemTest.php │ │ ├── RecurrenceIteratorMinusOneProblemTest.php │ │ ├── RecurrenceIteratorMissingOverriddenTest.php │ │ ├── RecurrenceIteratorTest.php │ │ ├── SlashRTest.php │ │ ├── Splitter │ │ ├── ICalendarTest.php │ │ └── VCardTest.php │ │ ├── StringUtilTest.php │ │ ├── TimeZoneUtilTest.php │ │ ├── VersionTest.php │ │ └── issue153.vcf │ ├── bootstrap.php │ └── phpunit.xml ├── version.inc └── view ├── .htaccess ├── ca ├── lostpass_eml.tpl ├── messages.po ├── passchanged_eml.tpl ├── register_open_eml.tpl ├── register_verify_eml.tpl └── strings.php ├── cs ├── htconfig.tpl ├── lostpass_eml.tpl ├── messages.po ├── passchanged_eml.tpl ├── register_open_eml.tpl ├── register_verify_eml.tpl ├── strings.php └── update_fail_eml.tpl ├── css ├── bootstrap-red.css ├── choklet.css ├── choklet_bannertwo.css ├── choklet_edgesthree.css ├── choklet_edgestwo.css ├── choklet_full.css ├── choklet_three.css ├── colorbox.css ├── conversation.css ├── custom_tinymce.css ├── default.css ├── full.css ├── mod_admin.css ├── mod_apps.css ├── mod_chat.css ├── mod_cloud.css ├── mod_connect.css ├── mod_connections.css ├── mod_connedit.css ├── mod_directory.css ├── mod_events.css ├── mod_filestorage.css ├── mod_group.css ├── mod_import.css ├── mod_locs.css ├── mod_mail.css ├── mod_manage.css ├── mod_menu.css ├── mod_message.css ├── mod_mitem.css ├── mod_new_channel.css ├── mod_page.css ├── mod_photos.css ├── mod_profile.css ├── mod_profile_photo.css ├── mod_profiles.css ├── mod_pubsites.css ├── mod_rate.css ├── mod_ratings.css ├── mod_register.css ├── mod_settings.css ├── mod_setup.css ├── mod_sharedwithme.css ├── mod_thing.css ├── mod_viewconnections.css ├── mod_webpages.css ├── redable.css └── widgets.css ├── de ├── htconfig.tpl ├── lostpass_eml.tpl ├── messages.po ├── passchanged_eml.tpl ├── register_open_eml.tpl ├── register_verify_eml.tpl ├── strings.php └── update_fail_eml.tpl ├── en-au ├── htconfig.tpl ├── lostpass_eml.tpl ├── passchanged_eml.tpl ├── register_open_eml.tpl ├── register_verify_eml.tpl ├── register_verify_member.tpl ├── strings.php └── update_fail_eml.tpl ├── en-gb ├── htconfig.tpl ├── lostpass_eml.tpl ├── passchanged_eml.tpl ├── register_open_eml.tpl ├── register_verify_eml.tpl ├── register_verify_member.tpl ├── strings.php └── update_fail_eml.tpl ├── en ├── cert_bad_eml.tpl ├── cron_bad_eml.tpl ├── htconfig.tpl ├── lostpass_eml.tpl ├── passchanged_eml.tpl ├── register_open_eml.tpl ├── register_verify_eml.tpl ├── register_verify_member.tpl └── update_fail_eml.tpl ├── eo ├── htconfig.tpl ├── lostpass_eml.tpl ├── messages.po ├── passchanged_eml.tpl ├── register_open_eml.tpl ├── register_verify_eml.tpl ├── strings.php └── update_fail_eml.tpl ├── es ├── htconfig.tpl ├── lostpass_eml.tpl ├── messages.po ├── passchanged_eml.tpl ├── register_open_eml.tpl ├── register_verify_eml.tpl ├── strings.php └── update_fail_eml.tpl ├── fr ├── htconfig.tpl ├── lostpass_eml.tpl ├── messages.po ├── passchanged_eml.tpl ├── register_open_eml.tpl ├── register_verify_eml.tpl ├── register_verify_member.tpl ├── strings.php └── update_fail_eml.tpl ├── img ├── dicons.png ├── jslider.png └── notifications.png ├── it ├── htconfig.tpl ├── lostpass_eml.tpl ├── messages.po ├── passchanged_eml.tpl ├── register_open_eml.tpl ├── register_verify_eml.tpl ├── register_verify_member.tpl ├── strings.php └── update_fail_eml.tpl ├── js ├── acl.js ├── ajaxupload.js ├── autocomplete.js ├── crypto.js ├── icon_translate.js ├── jquery-migrate-1.1.1.js ├── jquery.htmlstream.js ├── jquery.js ├── jquery.spin.js ├── jquery.textinputs.js ├── main.js ├── mod_admin.js ├── mod_chanview.js ├── mod_chat.js ├── mod_connections.js ├── mod_connedit.js ├── mod_directory.js ├── mod_events.js ├── mod_filestorage.js ├── mod_mail.js ├── mod_mitem.js ├── mod_network.js ├── mod_new_channel.js ├── mod_photos.js ├── mod_poke.js ├── mod_profiles.js ├── mod_ratings.js ├── mod_register.js ├── mod_settings.js ├── mod_sources.js ├── ratings.js ├── spin.js └── webtoolkit.base64.js ├── nb-no ├── htconfig.tpl ├── lostpass_eml.tpl ├── messages.po ├── passchanged_eml.tpl ├── register_open_eml.tpl ├── register_verify_eml.tpl ├── strings.php └── update_fail_eml.tpl ├── nl ├── lostpass_eml.tpl ├── messages.po ├── passchanged_eml.tpl ├── register_open_eml.tpl ├── register_verify_eml.tpl ├── register_verify_member.tpl ├── strings.php └── update_fail_eml.tpl ├── pdl ├── mod_apps.pdl ├── mod_blocks.pdl ├── mod_channel.pdl ├── mod_chanview.pdl ├── mod_chat.pdl ├── mod_cloud.pdl ├── mod_common.pdl ├── mod_connect.pdl ├── mod_connections.pdl ├── mod_connedit.pdl ├── mod_directory.pdl ├── mod_group.pdl ├── mod_id.pdl ├── mod_layouts.pdl ├── mod_mail.pdl ├── mod_menu.pdl ├── mod_message.pdl ├── mod_mitem.pdl ├── mod_network.pdl ├── mod_new_channel.pdl ├── mod_photos.pdl ├── mod_profile.pdl ├── mod_profile_photo.pdl ├── mod_profiles.pdl ├── mod_profperm.pdl ├── mod_rate.pdl ├── mod_ratings.pdl ├── mod_register.pdl ├── mod_search.pdl ├── mod_settings.pdl ├── mod_suggest.pdl ├── mod_viewconnections.pdl └── mod_webpages.pdl ├── php ├── choklet.php ├── default.php ├── full.php ├── minimal.php ├── mod_import.php ├── none.php ├── redable.php └── theme_init.php ├── pt-br ├── htconfig.tpl ├── lostpass_eml.tpl ├── messages.po ├── passchanged_eml.tpl ├── register_open_eml.tpl ├── register_verify_eml.tpl ├── strings.php └── update_fail_eml.tpl ├── ru ├── htconfig.tpl ├── lostpass_eml.tpl ├── messages.po ├── passchanged_eml.tpl ├── register_open_eml.tpl ├── register_verify_eml.tpl ├── strings.php └── update_fail_eml.tpl ├── sv ├── htconfig.tpl ├── lostpass_eml.tpl ├── messages.po ├── passchanged_eml.tpl ├── register_open_eml.tpl ├── register_verify_eml.tpl ├── register_verify_member.tpl ├── strings.php └── update_fail_eml.tpl ├── theme └── redbasic │ ├── css │ ├── blockmode.css │ ├── converse_center.css │ ├── mod_page.css │ ├── narrow_navbar.css │ ├── sloppy_photos.css │ └── style.css │ ├── img │ ├── bbedit.png │ ├── border.jpg │ ├── editicons.png │ ├── ff-16.jpg │ ├── file.gif │ ├── friendika-16.png │ ├── gray_and_black_diagonal_stripes_background_seamless.gif │ ├── gray_and_white_diagonal_stripes_background_seamless.gif │ ├── jotperms.png │ ├── login-bg.gif │ ├── notify_on.png │ ├── photo-menu.jpg │ ├── screenshot.jpg │ └── shiny.png │ ├── js │ └── redbasic.js │ ├── php │ ├── config.php │ ├── style.php │ ├── theme.php │ └── theme_init.php │ ├── schema │ ├── BS-Default.php │ ├── boxy.css │ ├── boxy.php │ ├── dark.css │ ├── dark.php │ ├── simple_black_on_white.css │ ├── simple_black_on_white.php │ ├── simple_green_on_black.css │ ├── simple_green_on_black.php │ ├── simple_white_on_black.css │ └── simple_white_on_black.php │ └── tpl │ └── theme_settings.tpl └── tpl ├── 404.tpl ├── abook_edit.tpl ├── achievements.tpl ├── acl_selector.tpl ├── admin_aside.tpl ├── admin_channels.tpl ├── admin_hubloc.tpl ├── admin_logs.tpl ├── admin_plugins.tpl ├── admin_plugins_details.tpl ├── admin_queue.tpl ├── admin_site.tpl ├── admin_summary.tpl ├── admin_users.tpl ├── album_edit.tpl ├── alt_pager.tpl ├── api_config_xml.tpl ├── api_friends_xml.tpl ├── api_ratelimit_xml.tpl ├── api_status_xml.tpl ├── api_test_xml.tpl ├── api_timeline_atom.tpl ├── api_timeline_rss.tpl ├── api_timeline_xml.tpl ├── api_user_xml.tpl ├── app.tpl ├── app_create.tpl ├── app_select.tpl ├── atom_feed.tpl ├── attach_edit.tpl ├── birthdays_reminder.tpl ├── blocklist.tpl ├── bookmarkedchats.tpl ├── build_query.tpl ├── categories_widget.tpl ├── channel.tpl ├── channel_id_select.tpl ├── channel_import.tpl ├── channels.tpl ├── chanview.tpl ├── chat.tpl ├── chatroom_new.tpl ├── chatroomlist.tpl ├── chatrooms.tpl ├── cloud_actionspanel.tpl ├── cloud_directory.tpl ├── cloud_header.tpl ├── comment_item.tpl ├── common_friends.tpl ├── common_tabs.tpl ├── connection_template.tpl ├── connections.tpl ├── contact_block.tpl ├── contact_head.tpl ├── contact_slider.tpl ├── contact_template.tpl ├── contactsajax.tpl ├── conv.tpl ├── conv_frame.tpl ├── conv_item.tpl ├── conv_list.tpl ├── conversation.tpl ├── convobj.tpl ├── cropbody.tpl ├── crophead.tpl ├── delegate.tpl ├── design_tools.tpl ├── diaspora_comment.tpl ├── diaspora_comment_relay.tpl ├── diaspora_conversation.tpl ├── diaspora_like.tpl ├── diaspora_like_relay.tpl ├── diaspora_message.tpl ├── diaspora_photo.tpl ├── diaspora_post.tpl ├── diaspora_relay_retraction.tpl ├── diaspora_relayable_retraction.tpl ├── diaspora_reshare.tpl ├── diaspora_retract.tpl ├── diaspora_share.tpl ├── diaspora_signed_retract.tpl ├── diaspora_vcard.tpl ├── dir_sort_links.tpl ├── directajax.tpl ├── directory_header.tpl ├── direntry.tpl ├── display-head.tpl ├── edpost_head.tpl ├── email_notify_html.tpl ├── email_notify_text.tpl ├── event.tpl ├── event_form.tpl ├── event_head.tpl ├── events-js.tpl ├── events_reminder.tpl ├── failed_updates.tpl ├── field.tpl ├── field_acheckbox.tpl ├── field_checkbox.tpl ├── field_colorinput.tpl ├── field_combobox.tpl ├── field_custom.tpl ├── field_input.tpl ├── field_intcheckbox.tpl ├── field_password.tpl ├── field_radio.tpl ├── field_richtext.tpl ├── field_select.tpl ├── field_select_disabled.tpl ├── field_select_grouped.tpl ├── field_select_raw.tpl ├── field_textarea.tpl ├── field_themeselect.tpl ├── field_yesno.tpl ├── fileas_widget.tpl ├── filebrowser.tpl ├── filer_dialog.tpl ├── follow.tpl ├── generic_addon_settings.tpl ├── generic_links_widget.tpl ├── group_drop.tpl ├── group_edit.tpl ├── group_selection.tpl ├── group_side.tpl ├── groupeditor.tpl ├── hdr.tpl ├── head.tpl ├── help.tpl ├── install.tpl ├── install_checks.tpl ├── install_db.tpl ├── install_settings.tpl ├── invite.tpl ├── item_attach.tpl ├── item_categories.tpl ├── item_filer.tpl ├── jot-header.tpl ├── jot.tpl ├── jot_geotag.tpl ├── js_strings.tpl ├── lang_selector.tpl ├── layoutlist.tpl ├── like_noshare.tpl ├── locmanage.tpl ├── login.tpl ├── logout.tpl ├── lostpass.tpl ├── mail_conv.tpl ├── mail_display.tpl ├── mail_head.tpl ├── mail_list.tpl ├── main_slider.tpl ├── match.tpl ├── menuedit.tpl ├── menulist.tpl ├── message_side.tpl ├── micropro_img.tpl ├── micropro_txt.tpl ├── mitemedit.tpl ├── mitemlist.tpl ├── mood_content.tpl ├── msg-header.tpl ├── myapps.tpl ├── nav.tpl ├── new_channel.tpl ├── notes.tpl ├── notifications.tpl ├── notify.tpl ├── oauth_authorize.tpl ├── oauth_authorize_done.tpl ├── oembed_video.tpl ├── oexchange_xrd.tpl ├── opensearch.tpl ├── page_display.tpl ├── pdledit.tpl ├── peoplefind.tpl ├── photo_album.tpl ├── photo_albums.tpl ├── photo_drop.tpl ├── photo_item.tpl ├── photo_top.tpl ├── photo_view.tpl ├── photos_recent.tpl ├── photos_upload.tpl ├── photosajax.tpl ├── poco_entry_xml.tpl ├── poco_xml.tpl ├── poke_content.tpl ├── posted_date_widget.tpl ├── prep.tpl ├── profdef_edit.tpl ├── profed_head.tpl ├── profile_advanced.tpl ├── profile_edit.tpl ├── profile_entry.tpl ├── profile_hide_friends.tpl ├── profile_listing_header.tpl ├── profile_photo.tpl ├── profile_vcard.tpl ├── prv_message.tpl ├── pwdreset.tpl ├── rating_form.tpl ├── rating_slider.tpl ├── rbmark.tpl ├── register.tpl ├── remote_friends_common.tpl ├── removeaccount.tpl ├── removeme.tpl ├── rmagic.tpl ├── safesearch.tpl ├── saved_searches.tpl ├── search_item.tpl ├── searchbox.tpl ├── section_title.tpl ├── select_timezone.tpl ├── sellpage_edit.tpl ├── sellpage_submit.tpl ├── sellpage_view.tpl ├── settings.tpl ├── settings_account.tpl ├── settings_addons.tpl ├── settings_connectors.tpl ├── settings_display.tpl ├── settings_features.tpl ├── settings_nick_set.tpl ├── settings_oauth.tpl ├── settings_oauth_edit.tpl ├── sharedwithme.tpl ├── show_thing.tpl ├── siteinfo.tpl ├── sources_edit.tpl ├── sources_list.tpl ├── sources_new.tpl ├── suggest_friends.tpl ├── suggest_page.tpl ├── suggest_widget.tpl ├── thing_edit.tpl ├── thing_input.tpl ├── threaded_conversation.tpl ├── toggle_mobile_footer.tpl ├── uexport.tpl ├── usermenu.tpl ├── viewcontact_template.tpl ├── webpagelist.tpl ├── write_pages.tpl ├── xchan_vcard.tpl ├── xrd_diaspora.tpl ├── xrd_host.tpl └── xrd_person.tpl /.gitattributes: -------------------------------------------------------------------------------- 1 | # Disable LF normalization for all files 2 | * -text -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/.gitignore -------------------------------------------------------------------------------- /.htaccess: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/.htaccess -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/README.md -------------------------------------------------------------------------------- /app/admin.apd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/app/admin.apd -------------------------------------------------------------------------------- /app/admin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/app/admin.png -------------------------------------------------------------------------------- /app/bookmarks.apd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/app/bookmarks.apd -------------------------------------------------------------------------------- /app/bookmarks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/app/bookmarks.png -------------------------------------------------------------------------------- /app/bugreport.apd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/app/bugreport.apd -------------------------------------------------------------------------------- /app/bugreport.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/app/bugreport.png -------------------------------------------------------------------------------- /app/channel.apd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/app/channel.apd -------------------------------------------------------------------------------- /app/chat.apd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/app/chat.apd -------------------------------------------------------------------------------- /app/chat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/app/chat.png -------------------------------------------------------------------------------- /app/connections.apd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/app/connections.apd -------------------------------------------------------------------------------- /app/connections.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/app/connections.png -------------------------------------------------------------------------------- /app/directory.apd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/app/directory.apd -------------------------------------------------------------------------------- /app/directory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/app/directory.png -------------------------------------------------------------------------------- /app/events.apd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/app/events.apd -------------------------------------------------------------------------------- /app/events.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/app/events.png -------------------------------------------------------------------------------- /app/features.apd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/app/features.apd -------------------------------------------------------------------------------- /app/features.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/app/features.png -------------------------------------------------------------------------------- /app/help.apd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/app/help.apd -------------------------------------------------------------------------------- /app/help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/app/help.png -------------------------------------------------------------------------------- /app/home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/app/home.png -------------------------------------------------------------------------------- /app/invite.apd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/app/invite.apd -------------------------------------------------------------------------------- /app/invite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/app/invite.png -------------------------------------------------------------------------------- /app/lang.apd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/app/lang.apd -------------------------------------------------------------------------------- /app/lang.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/app/lang.png -------------------------------------------------------------------------------- /app/login.apd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/app/login.apd -------------------------------------------------------------------------------- /app/login.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/app/login.png -------------------------------------------------------------------------------- /app/mail.apd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/app/mail.apd -------------------------------------------------------------------------------- /app/mail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/app/mail.png -------------------------------------------------------------------------------- /app/manage.apd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/app/manage.apd -------------------------------------------------------------------------------- /app/manage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/app/manage.png -------------------------------------------------------------------------------- /app/matrix.apd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/app/matrix.apd -------------------------------------------------------------------------------- /app/matrix.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/app/matrix.png -------------------------------------------------------------------------------- /app/mood.apd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/app/mood.apd -------------------------------------------------------------------------------- /app/mood.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/app/mood.png -------------------------------------------------------------------------------- /app/photos.apd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/app/photos.apd -------------------------------------------------------------------------------- /app/photos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/app/photos.png -------------------------------------------------------------------------------- /app/poke.apd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/app/poke.apd -------------------------------------------------------------------------------- /app/poke.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/app/poke.png -------------------------------------------------------------------------------- /app/post.apd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/app/post.apd -------------------------------------------------------------------------------- /app/post.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/app/post.png -------------------------------------------------------------------------------- /app/pphoto.apd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/app/pphoto.apd -------------------------------------------------------------------------------- /app/pphoto.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/app/pphoto.png -------------------------------------------------------------------------------- /app/probe.apd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/app/probe.apd -------------------------------------------------------------------------------- /app/probe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/app/probe.png -------------------------------------------------------------------------------- /app/profile.apd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/app/profile.apd -------------------------------------------------------------------------------- /app/profile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/app/profile.png -------------------------------------------------------------------------------- /app/randprof.apd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/app/randprof.apd -------------------------------------------------------------------------------- /app/randprof.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/app/randprof.png -------------------------------------------------------------------------------- /app/search.apd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/app/search.apd -------------------------------------------------------------------------------- /app/search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/app/search.png -------------------------------------------------------------------------------- /app/settings.apd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/app/settings.apd -------------------------------------------------------------------------------- /app/settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/app/settings.png -------------------------------------------------------------------------------- /app/storage.apd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/app/storage.apd -------------------------------------------------------------------------------- /app/storage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/app/storage.png -------------------------------------------------------------------------------- /app/suggest.apd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/app/suggest.apd -------------------------------------------------------------------------------- /app/suggest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/app/suggest.png -------------------------------------------------------------------------------- /app/webpages.apd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/app/webpages.apd -------------------------------------------------------------------------------- /app/webpages.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/app/webpages.png -------------------------------------------------------------------------------- /assets/hashlogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/assets/hashlogo.png -------------------------------------------------------------------------------- /assets/hashlogo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/assets/hashlogo.svg -------------------------------------------------------------------------------- /assets/hashlogo.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/assets/hashlogo.xcf -------------------------------------------------------------------------------- /assets/home.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/assets/home.html -------------------------------------------------------------------------------- /assets/narrow.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/assets/narrow.css -------------------------------------------------------------------------------- /assets/nb-no/narrow.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/assets/nb-no/narrow.css -------------------------------------------------------------------------------- /assets/nb-no/uluru2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/assets/nb-no/uluru2.jpg -------------------------------------------------------------------------------- /assets/nb-no/wide.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/assets/nb-no/wide.css -------------------------------------------------------------------------------- /assets/theRedMatrix.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/assets/theRedMatrix.pptx -------------------------------------------------------------------------------- /assets/uluru2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/assets/uluru2.jpg -------------------------------------------------------------------------------- /assets/wide.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/assets/wide.css -------------------------------------------------------------------------------- /boot.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/boot.php -------------------------------------------------------------------------------- /doc/AdvancedSearch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/AdvancedSearch.md -------------------------------------------------------------------------------- /doc/Comanche.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/Comanche.md -------------------------------------------------------------------------------- /doc/DerivedTheme1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/DerivedTheme1.md -------------------------------------------------------------------------------- /doc/Developers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/Developers.md -------------------------------------------------------------------------------- /doc/Features.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/Features.md -------------------------------------------------------------------------------- /doc/Hooks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/Hooks.md -------------------------------------------------------------------------------- /doc/Plugins.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/Plugins.md -------------------------------------------------------------------------------- /doc/Privacy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/Privacy.md -------------------------------------------------------------------------------- /doc/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/README.md -------------------------------------------------------------------------------- /doc/Remove-Account.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/Remove-Account.md -------------------------------------------------------------------------------- /doc/Tags-and-Mentions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/Tags-and-Mentions.md -------------------------------------------------------------------------------- /doc/TermsOfService.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/TermsOfService.md -------------------------------------------------------------------------------- /doc/Translations.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/Translations.md -------------------------------------------------------------------------------- /doc/Webpages.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/Webpages.md -------------------------------------------------------------------------------- /doc/Widgets.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/Widgets.md -------------------------------------------------------------------------------- /doc/about.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/about.bb -------------------------------------------------------------------------------- /doc/account_basics.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/account_basics.bb -------------------------------------------------------------------------------- /doc/accounts.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/accounts.bb -------------------------------------------------------------------------------- /doc/addons.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/addons.bb -------------------------------------------------------------------------------- /doc/addons_gnusocial.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/addons_gnusocial.bb -------------------------------------------------------------------------------- /doc/api_functions.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/api_functions.bb -------------------------------------------------------------------------------- /doc/api_posting.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/api_posting.bb -------------------------------------------------------------------------------- /doc/bbcode.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/bbcode.html -------------------------------------------------------------------------------- /doc/campaign.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/campaign.bb -------------------------------------------------------------------------------- /doc/channels.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/channels.bb -------------------------------------------------------------------------------- /doc/cloud.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/cloud.bb -------------------------------------------------------------------------------- /doc/comanche.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/comanche.bb -------------------------------------------------------------------------------- /doc/credits.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/credits.bb -------------------------------------------------------------------------------- /doc/database.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/database.bb -------------------------------------------------------------------------------- /doc/dav_dolphin.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/dav_dolphin.bb -------------------------------------------------------------------------------- /doc/dav_konqueror.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/dav_konqueror.bb -------------------------------------------------------------------------------- /doc/dav_mount.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/dav_mount.bb -------------------------------------------------------------------------------- /doc/dav_nautilus.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/dav_nautilus.bb -------------------------------------------------------------------------------- /doc/dav_nemo.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/dav_nemo.bb -------------------------------------------------------------------------------- /doc/dav_windows.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/dav_windows.bb -------------------------------------------------------------------------------- /doc/db_abook.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/db_abook.bb -------------------------------------------------------------------------------- /doc/db_account.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/db_account.bb -------------------------------------------------------------------------------- /doc/db_addon.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/db_addon.bb -------------------------------------------------------------------------------- /doc/db_app.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/db_app.bb -------------------------------------------------------------------------------- /doc/db_attach.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/db_attach.bb -------------------------------------------------------------------------------- /doc/db_auth_codes.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/db_auth_codes.bb -------------------------------------------------------------------------------- /doc/db_cache.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/db_cache.bb -------------------------------------------------------------------------------- /doc/db_channel.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/db_channel.bb -------------------------------------------------------------------------------- /doc/db_chat.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/db_chat.bb -------------------------------------------------------------------------------- /doc/db_chatpresence.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/db_chatpresence.bb -------------------------------------------------------------------------------- /doc/db_chatroom.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/db_chatroom.bb -------------------------------------------------------------------------------- /doc/db_clients.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/db_clients.bb -------------------------------------------------------------------------------- /doc/db_config.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/db_config.bb -------------------------------------------------------------------------------- /doc/db_conv.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/db_conv.bb -------------------------------------------------------------------------------- /doc/db_event.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/db_event.bb -------------------------------------------------------------------------------- /doc/db_fcontact.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/db_fcontact.bb -------------------------------------------------------------------------------- /doc/db_ffinder.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/db_ffinder.bb -------------------------------------------------------------------------------- /doc/db_fserver.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/db_fserver.bb -------------------------------------------------------------------------------- /doc/db_fsuggest.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/db_fsuggest.bb -------------------------------------------------------------------------------- /doc/db_group_member.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/db_group_member.bb -------------------------------------------------------------------------------- /doc/db_groups.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/db_groups.bb -------------------------------------------------------------------------------- /doc/db_hook.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/db_hook.bb -------------------------------------------------------------------------------- /doc/db_hubloc.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/db_hubloc.bb -------------------------------------------------------------------------------- /doc/db_issue.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/db_issue.bb -------------------------------------------------------------------------------- /doc/db_item.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/db_item.bb -------------------------------------------------------------------------------- /doc/db_item_id.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/db_item_id.bb -------------------------------------------------------------------------------- /doc/db_likes.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/db_likes.bb -------------------------------------------------------------------------------- /doc/db_mail.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/db_mail.bb -------------------------------------------------------------------------------- /doc/db_manage.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/db_manage.bb -------------------------------------------------------------------------------- /doc/db_menu.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/db_menu.bb -------------------------------------------------------------------------------- /doc/db_menu_item.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/db_menu_item.bb -------------------------------------------------------------------------------- /doc/db_notify.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/db_notify.bb -------------------------------------------------------------------------------- /doc/db_obj.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/db_obj.bb -------------------------------------------------------------------------------- /doc/db_outq.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/db_outq.bb -------------------------------------------------------------------------------- /doc/db_pconfig.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/db_pconfig.bb -------------------------------------------------------------------------------- /doc/db_photo.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/db_photo.bb -------------------------------------------------------------------------------- /doc/db_poll.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/db_poll.bb -------------------------------------------------------------------------------- /doc/db_poll_elm.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/db_poll_elm.bb -------------------------------------------------------------------------------- /doc/db_profdef.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/db_profdef.bb -------------------------------------------------------------------------------- /doc/db_profext.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/db_profext.bb -------------------------------------------------------------------------------- /doc/db_profile.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/db_profile.bb -------------------------------------------------------------------------------- /doc/db_profile_check.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/db_profile_check.bb -------------------------------------------------------------------------------- /doc/db_register.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/db_register.bb -------------------------------------------------------------------------------- /doc/db_session.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/db_session.bb -------------------------------------------------------------------------------- /doc/db_shares.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/db_shares.bb -------------------------------------------------------------------------------- /doc/db_sign.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/db_sign.bb -------------------------------------------------------------------------------- /doc/db_site.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/db_site.bb -------------------------------------------------------------------------------- /doc/db_source.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/db_source.bb -------------------------------------------------------------------------------- /doc/db_spam.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/db_spam.bb -------------------------------------------------------------------------------- /doc/db_sys_perms.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/db_sys_perms.bb -------------------------------------------------------------------------------- /doc/db_term.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/db_term.bb -------------------------------------------------------------------------------- /doc/db_tokens.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/db_tokens.bb -------------------------------------------------------------------------------- /doc/db_updates.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/db_updates.bb -------------------------------------------------------------------------------- /doc/db_verify.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/db_verify.bb -------------------------------------------------------------------------------- /doc/db_vote.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/db_vote.bb -------------------------------------------------------------------------------- /doc/db_xchan.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/db_xchan.bb -------------------------------------------------------------------------------- /doc/db_xchat.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/db_xchat.bb -------------------------------------------------------------------------------- /doc/db_xconfig.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/db_xconfig.bb -------------------------------------------------------------------------------- /doc/db_xign.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/db_xign.bb -------------------------------------------------------------------------------- /doc/db_xlink.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/db_xlink.bb -------------------------------------------------------------------------------- /doc/db_xprof.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/db_xprof.bb -------------------------------------------------------------------------------- /doc/db_xtag.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/db_xtag.bb -------------------------------------------------------------------------------- /doc/de/about.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/de/about.bb -------------------------------------------------------------------------------- /doc/de/channels.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/de/channels.bb -------------------------------------------------------------------------------- /doc/de/features.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/de/features.bb -------------------------------------------------------------------------------- /doc/de/main.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/de/main.bb -------------------------------------------------------------------------------- /doc/de/profiles.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/de/profiles.bb -------------------------------------------------------------------------------- /doc/de/registration.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/de/registration.bb -------------------------------------------------------------------------------- /doc/debian_install.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/debian_install.bb -------------------------------------------------------------------------------- /doc/dev_beginner.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/dev_beginner.bb -------------------------------------------------------------------------------- /doc/developers.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/developers.bb -------------------------------------------------------------------------------- /doc/diaspora_compat.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/diaspora_compat.md -------------------------------------------------------------------------------- /doc/doco.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/doco.bb -------------------------------------------------------------------------------- /doc/encryption.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/encryption.bb -------------------------------------------------------------------------------- /doc/extra_features.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/extra_features.bb -------------------------------------------------------------------------------- /doc/faq_admins.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/faq_admins.bb -------------------------------------------------------------------------------- /doc/faq_developers.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/faq_developers.bb -------------------------------------------------------------------------------- /doc/faq_members.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/faq_members.bb -------------------------------------------------------------------------------- /doc/features.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/features.bb -------------------------------------------------------------------------------- /doc/first-post.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/first-post.bb -------------------------------------------------------------------------------- /doc/hidden_configs.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/hidden_configs.bb -------------------------------------------------------------------------------- /doc/history.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/history.md -------------------------------------------------------------------------------- /doc/html/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/html/index.php -------------------------------------------------------------------------------- /doc/install.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/install.bb -------------------------------------------------------------------------------- /doc/macros/de/main_footer.bb: -------------------------------------------------------------------------------- 1 | Zurück zur [zrl=[baseurl]/help/main]Hilfe-Startseite[/zrl] 2 | -------------------------------------------------------------------------------- /doc/main.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/main.bb -------------------------------------------------------------------------------- /doc/nomadic-identity.bb: -------------------------------------------------------------------------------- 1 | This still needs to be written. 2 | -------------------------------------------------------------------------------- /doc/permissions.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/permissions.bb -------------------------------------------------------------------------------- /doc/plugins.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/plugins.bb -------------------------------------------------------------------------------- /doc/profiles.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/profiles.bb -------------------------------------------------------------------------------- /doc/red2pi.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/red2pi.bb -------------------------------------------------------------------------------- /doc/registration.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/registration.bb -------------------------------------------------------------------------------- /doc/remove_account.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/remove_account.bb -------------------------------------------------------------------------------- /doc/roadmap.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/roadmap.bb -------------------------------------------------------------------------------- /doc/roles.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/roles.md -------------------------------------------------------------------------------- /doc/sql_conventions.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/sql_conventions.bb -------------------------------------------------------------------------------- /doc/sv/main.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/sv/main.bb -------------------------------------------------------------------------------- /doc/sv/roles.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/sv/roles.md -------------------------------------------------------------------------------- /doc/tags_and_mentions.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/tags_and_mentions.bb -------------------------------------------------------------------------------- /doc/to_do_code.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/to_do_code.bb -------------------------------------------------------------------------------- /doc/to_do_doco.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/to_do_doco.bb -------------------------------------------------------------------------------- /doc/to_do_doco.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/to_do_doco.md -------------------------------------------------------------------------------- /doc/troubleshooting.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/troubleshooting.bb -------------------------------------------------------------------------------- /doc/webpages.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/webpages.bb -------------------------------------------------------------------------------- /doc/what_is_zot.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/what_is_zot.bb -------------------------------------------------------------------------------- /doc/zot.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/zot.md -------------------------------------------------------------------------------- /doc/zot_structures.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/doc/zot_structures.md -------------------------------------------------------------------------------- /images/article.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/article.gif -------------------------------------------------------------------------------- /images/audio.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/audio.gif -------------------------------------------------------------------------------- /images/b_block.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/b_block.gif -------------------------------------------------------------------------------- /images/b_drop.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/b_drop.gif -------------------------------------------------------------------------------- /images/b_drop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/b_drop.png -------------------------------------------------------------------------------- /images/b_drophide.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/b_drophide.gif -------------------------------------------------------------------------------- /images/b_dropshow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/b_dropshow.gif -------------------------------------------------------------------------------- /images/b_edit.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/b_edit.gif -------------------------------------------------------------------------------- /images/b_edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/b_edit.png -------------------------------------------------------------------------------- /images/beer_mug.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/beer_mug.gif -------------------------------------------------------------------------------- /images/blank.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/blank.png -------------------------------------------------------------------------------- /images/bug-x.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/bug-x.gif -------------------------------------------------------------------------------- /images/calendar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/calendar.png -------------------------------------------------------------------------------- /images/camera-icon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/camera-icon.gif -------------------------------------------------------------------------------- /images/coffee.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/coffee.gif -------------------------------------------------------------------------------- /images/connect-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/connect-bg.png -------------------------------------------------------------------------------- /images/content-types.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/content-types.png -------------------------------------------------------------------------------- /images/controls.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/controls.png -------------------------------------------------------------------------------- /images/dislike.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/dislike.gif -------------------------------------------------------------------------------- /images/document.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/document.gif -------------------------------------------------------------------------------- /images/globe.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/globe.gif -------------------------------------------------------------------------------- /images/hashtag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/hashtag.png -------------------------------------------------------------------------------- /images/hide_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/hide_off.png -------------------------------------------------------------------------------- /images/hide_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/hide_on.png -------------------------------------------------------------------------------- /images/icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/icons.png -------------------------------------------------------------------------------- /images/icons/10/add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/icons/10/add.png -------------------------------------------------------------------------------- /images/icons/10/edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/icons/10/edit.png -------------------------------------------------------------------------------- /images/icons/10/feed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/icons/10/feed.png -------------------------------------------------------------------------------- /images/icons/10/gear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/icons/10/gear.png -------------------------------------------------------------------------------- /images/icons/10/info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/icons/10/info.png -------------------------------------------------------------------------------- /images/icons/10/link.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/icons/10/link.png -------------------------------------------------------------------------------- /images/icons/10/lock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/icons/10/lock.png -------------------------------------------------------------------------------- /images/icons/10/menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/icons/10/menu.png -------------------------------------------------------------------------------- /images/icons/10/play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/icons/10/play.png -------------------------------------------------------------------------------- /images/icons/10/star.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/icons/10/star.png -------------------------------------------------------------------------------- /images/icons/10/text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/icons/10/text.png -------------------------------------------------------------------------------- /images/icons/10/user.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/icons/10/user.png -------------------------------------------------------------------------------- /images/icons/10/zip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/icons/10/zip.png -------------------------------------------------------------------------------- /images/icons/16/add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/icons/16/add.png -------------------------------------------------------------------------------- /images/icons/16/edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/icons/16/edit.png -------------------------------------------------------------------------------- /images/icons/16/feed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/icons/16/feed.png -------------------------------------------------------------------------------- /images/icons/16/gear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/icons/16/gear.png -------------------------------------------------------------------------------- /images/icons/16/info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/icons/16/info.png -------------------------------------------------------------------------------- /images/icons/16/link.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/icons/16/link.png -------------------------------------------------------------------------------- /images/icons/16/lock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/icons/16/lock.png -------------------------------------------------------------------------------- /images/icons/16/menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/icons/16/menu.png -------------------------------------------------------------------------------- /images/icons/16/play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/icons/16/play.png -------------------------------------------------------------------------------- /images/icons/16/star.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/icons/16/star.png -------------------------------------------------------------------------------- /images/icons/16/text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/icons/16/text.png -------------------------------------------------------------------------------- /images/icons/16/user.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/icons/16/user.png -------------------------------------------------------------------------------- /images/icons/16/zip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/icons/16/zip.png -------------------------------------------------------------------------------- /images/icons/22/add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/icons/22/add.png -------------------------------------------------------------------------------- /images/icons/22/edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/icons/22/edit.png -------------------------------------------------------------------------------- /images/icons/22/feed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/icons/22/feed.png -------------------------------------------------------------------------------- /images/icons/22/gear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/icons/22/gear.png -------------------------------------------------------------------------------- /images/icons/22/info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/icons/22/info.png -------------------------------------------------------------------------------- /images/icons/22/link.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/icons/22/link.png -------------------------------------------------------------------------------- /images/icons/22/lock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/icons/22/lock.png -------------------------------------------------------------------------------- /images/icons/22/menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/icons/22/menu.png -------------------------------------------------------------------------------- /images/icons/22/play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/icons/22/play.png -------------------------------------------------------------------------------- /images/icons/22/star.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/icons/22/star.png -------------------------------------------------------------------------------- /images/icons/22/text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/icons/22/text.png -------------------------------------------------------------------------------- /images/icons/22/user.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/icons/22/user.png -------------------------------------------------------------------------------- /images/icons/22/zip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/icons/22/zip.png -------------------------------------------------------------------------------- /images/icons/48/add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/icons/48/add.png -------------------------------------------------------------------------------- /images/icons/48/edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/icons/48/edit.png -------------------------------------------------------------------------------- /images/icons/48/feed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/icons/48/feed.png -------------------------------------------------------------------------------- /images/icons/48/gear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/icons/48/gear.png -------------------------------------------------------------------------------- /images/icons/48/info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/icons/48/info.png -------------------------------------------------------------------------------- /images/icons/48/link.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/icons/48/link.png -------------------------------------------------------------------------------- /images/icons/48/lock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/icons/48/lock.png -------------------------------------------------------------------------------- /images/icons/48/menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/icons/48/menu.png -------------------------------------------------------------------------------- /images/icons/48/play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/icons/48/play.png -------------------------------------------------------------------------------- /images/icons/48/star.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/icons/48/star.png -------------------------------------------------------------------------------- /images/icons/48/text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/icons/48/text.png -------------------------------------------------------------------------------- /images/icons/48/user.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/icons/48/user.png -------------------------------------------------------------------------------- /images/icons/48/zip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/icons/48/zip.png -------------------------------------------------------------------------------- /images/icons/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/icons/Makefile -------------------------------------------------------------------------------- /images/icons/add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/icons/add.png -------------------------------------------------------------------------------- /images/icons/audio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/icons/audio.png -------------------------------------------------------------------------------- /images/icons/delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/icons/delete.png -------------------------------------------------------------------------------- /images/icons/edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/icons/edit.png -------------------------------------------------------------------------------- /images/icons/feed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/icons/feed.png -------------------------------------------------------------------------------- /images/icons/gear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/icons/gear.png -------------------------------------------------------------------------------- /images/icons/group.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/icons/group.png -------------------------------------------------------------------------------- /images/icons/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/icons/image.png -------------------------------------------------------------------------------- /images/icons/info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/icons/info.png -------------------------------------------------------------------------------- /images/icons/link.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/icons/link.png -------------------------------------------------------------------------------- /images/icons/lock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/icons/lock.png -------------------------------------------------------------------------------- /images/icons/menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/icons/menu.png -------------------------------------------------------------------------------- /images/icons/notice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/icons/notice.png -------------------------------------------------------------------------------- /images/icons/play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/icons/play.png -------------------------------------------------------------------------------- /images/icons/plugin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/icons/plugin.png -------------------------------------------------------------------------------- /images/icons/star.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/icons/star.png -------------------------------------------------------------------------------- /images/icons/text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/icons/text.png -------------------------------------------------------------------------------- /images/icons/unlock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/icons/unlock.png -------------------------------------------------------------------------------- /images/icons/user.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/icons/user.png -------------------------------------------------------------------------------- /images/icons/video.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/icons/video.png -------------------------------------------------------------------------------- /images/icons/zip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/icons/zip.png -------------------------------------------------------------------------------- /images/larrow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/larrow.gif -------------------------------------------------------------------------------- /images/larrw.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/larrw.gif -------------------------------------------------------------------------------- /images/like.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/like.gif -------------------------------------------------------------------------------- /images/link-icon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/link-icon.gif -------------------------------------------------------------------------------- /images/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/loading.gif -------------------------------------------------------------------------------- /images/lock_icon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/lock_icon.gif -------------------------------------------------------------------------------- /images/lrarrow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/lrarrow.gif -------------------------------------------------------------------------------- /images/mapicon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/mapicon.gif -------------------------------------------------------------------------------- /images/no.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/no.gif -------------------------------------------------------------------------------- /images/noglobe.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/noglobe.gif -------------------------------------------------------------------------------- /images/nosign.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/nosign.jpg -------------------------------------------------------------------------------- /images/nosign.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/nosign.png -------------------------------------------------------------------------------- /images/onoff.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/onoff.jpg -------------------------------------------------------------------------------- /images/overlay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/overlay.png -------------------------------------------------------------------------------- /images/pause.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/pause.gif -------------------------------------------------------------------------------- /images/pen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/pen.png -------------------------------------------------------------------------------- /images/pencil.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/pencil.gif -------------------------------------------------------------------------------- /images/penhover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/penhover.png -------------------------------------------------------------------------------- /images/people.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/people.gif -------------------------------------------------------------------------------- /images/play.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/play.gif -------------------------------------------------------------------------------- /images/plugin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/plugin.png -------------------------------------------------------------------------------- /images/rarrow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/rarrow.gif -------------------------------------------------------------------------------- /images/rarrw.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/rarrw.gif -------------------------------------------------------------------------------- /images/recycle.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/recycle.gif -------------------------------------------------------------------------------- /images/red_antiprism.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/red_antiprism.png -------------------------------------------------------------------------------- /images/red_antiprism.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/red_antiprism.xcf -------------------------------------------------------------------------------- /images/redzot.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/redzot.xcf -------------------------------------------------------------------------------- /images/remote-link.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/remote-link.gif -------------------------------------------------------------------------------- /images/rhash-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/rhash-16.png -------------------------------------------------------------------------------- /images/rhash-32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/rhash-32.png -------------------------------------------------------------------------------- /images/rhash-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/rhash-64.png -------------------------------------------------------------------------------- /images/rhash.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/rhash.xcf -------------------------------------------------------------------------------- /images/rm-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/rm-16.png -------------------------------------------------------------------------------- /images/rm-32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/rm-32.png -------------------------------------------------------------------------------- /images/rm-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/rm-64.png -------------------------------------------------------------------------------- /images/rm-old.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/rm-old.png -------------------------------------------------------------------------------- /images/rm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/rm.png -------------------------------------------------------------------------------- /images/rm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/rm.svg -------------------------------------------------------------------------------- /images/rm300.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/rm300.png -------------------------------------------------------------------------------- /images/rotator.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/rotator.gif -------------------------------------------------------------------------------- /images/rss_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/rss_icon.png -------------------------------------------------------------------------------- /images/search_18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/search_18.png -------------------------------------------------------------------------------- /images/selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/selected.png -------------------------------------------------------------------------------- /images/share.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/share.gif -------------------------------------------------------------------------------- /images/show_all_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/show_all_off.png -------------------------------------------------------------------------------- /images/show_all_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/show_all_on.png -------------------------------------------------------------------------------- /images/show_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/show_off.png -------------------------------------------------------------------------------- /images/show_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/show_on.png -------------------------------------------------------------------------------- /images/smiley-Oo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/smiley-Oo.gif -------------------------------------------------------------------------------- /images/smiley-beard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/smiley-beard.png -------------------------------------------------------------------------------- /images/smiley-cool.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/smiley-cool.gif -------------------------------------------------------------------------------- /images/smiley-cry.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/smiley-cry.gif -------------------------------------------------------------------------------- /images/smiley-frown.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/smiley-frown.gif -------------------------------------------------------------------------------- /images/smiley-heart.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/smiley-heart.gif -------------------------------------------------------------------------------- /images/smiley-kiss.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/smiley-kiss.gif -------------------------------------------------------------------------------- /images/smiley-sealed.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/smiley-sealed.gif -------------------------------------------------------------------------------- /images/smiley-shaka.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/smiley-shaka.gif -------------------------------------------------------------------------------- /images/smiley-smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/smiley-smile.gif -------------------------------------------------------------------------------- /images/smiley-wink.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/smiley-wink.gif -------------------------------------------------------------------------------- /images/smiley-yell.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/smiley-yell.gif -------------------------------------------------------------------------------- /images/spencil.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/spencil.gif -------------------------------------------------------------------------------- /images/star.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/star.png -------------------------------------------------------------------------------- /images/star_dummy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/star_dummy.png -------------------------------------------------------------------------------- /images/tag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/tag.png -------------------------------------------------------------------------------- /images/tag_b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/tag_b.png -------------------------------------------------------------------------------- /images/tools.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/tools.png -------------------------------------------------------------------------------- /images/twopeople.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/twopeople.png -------------------------------------------------------------------------------- /images/unlock_icon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/unlock_icon.gif -------------------------------------------------------------------------------- /images/video.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/images/video.gif -------------------------------------------------------------------------------- /include/BaseObject.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/include/BaseObject.php -------------------------------------------------------------------------------- /include/Contact.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/include/Contact.php -------------------------------------------------------------------------------- /include/ItemObject.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/include/ItemObject.php -------------------------------------------------------------------------------- /include/ProtoDriver.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/include/ProtoDriver.php -------------------------------------------------------------------------------- /include/account.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/include/account.php -------------------------------------------------------------------------------- /include/activities.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/include/activities.php -------------------------------------------------------------------------------- /include/api.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/include/api.php -------------------------------------------------------------------------------- /include/apps.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/include/apps.php -------------------------------------------------------------------------------- /include/attach.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/include/attach.php -------------------------------------------------------------------------------- /include/auth.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/include/auth.php -------------------------------------------------------------------------------- /include/bb2diaspora.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/include/bb2diaspora.php -------------------------------------------------------------------------------- /include/bbcode.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/include/bbcode.php -------------------------------------------------------------------------------- /include/bookmarks.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/include/bookmarks.php -------------------------------------------------------------------------------- /include/cache.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/include/cache.php -------------------------------------------------------------------------------- /include/chat.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/include/chat.php -------------------------------------------------------------------------------- /include/cli_startup.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/include/cli_startup.php -------------------------------------------------------------------------------- /include/cli_suggest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/include/cli_suggest.php -------------------------------------------------------------------------------- /include/comanche.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/include/comanche.php -------------------------------------------------------------------------------- /include/config.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/include/config.php -------------------------------------------------------------------------------- /include/conversation.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/include/conversation.php -------------------------------------------------------------------------------- /include/cronhooks.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/include/cronhooks.php -------------------------------------------------------------------------------- /include/crypto.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/include/crypto.php -------------------------------------------------------------------------------- /include/datetime.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/include/datetime.php -------------------------------------------------------------------------------- /include/deliver.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/include/deliver.php -------------------------------------------------------------------------------- /include/diaspora.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/include/diaspora.php -------------------------------------------------------------------------------- /include/dir_fns.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/include/dir_fns.php -------------------------------------------------------------------------------- /include/directory.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/include/directory.php -------------------------------------------------------------------------------- /include/enotify.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/include/enotify.php -------------------------------------------------------------------------------- /include/event.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/include/event.php -------------------------------------------------------------------------------- /include/expire.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/include/expire.php -------------------------------------------------------------------------------- /include/externals.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/include/externals.php -------------------------------------------------------------------------------- /include/features.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/include/features.php -------------------------------------------------------------------------------- /include/follow.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/include/follow.php -------------------------------------------------------------------------------- /include/gprobe.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/include/gprobe.php -------------------------------------------------------------------------------- /include/group.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/include/group.php -------------------------------------------------------------------------------- /include/html2bbcode.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/include/html2bbcode.php -------------------------------------------------------------------------------- /include/html2plain.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/include/html2plain.php -------------------------------------------------------------------------------- /include/hubloc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/include/hubloc.php -------------------------------------------------------------------------------- /include/identity.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/include/identity.php -------------------------------------------------------------------------------- /include/items.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/include/items.php -------------------------------------------------------------------------------- /include/js_strings.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/include/js_strings.php -------------------------------------------------------------------------------- /include/language.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/include/language.php -------------------------------------------------------------------------------- /include/menu.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/include/menu.php -------------------------------------------------------------------------------- /include/message.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/include/message.php -------------------------------------------------------------------------------- /include/nav.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/include/nav.php -------------------------------------------------------------------------------- /include/network.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/include/network.php -------------------------------------------------------------------------------- /include/notifier.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/include/notifier.php -------------------------------------------------------------------------------- /include/notify.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/include/notify.php -------------------------------------------------------------------------------- /include/oauth.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/include/oauth.php -------------------------------------------------------------------------------- /include/oembed.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/include/oembed.php -------------------------------------------------------------------------------- /include/onedirsync.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/include/onedirsync.php -------------------------------------------------------------------------------- /include/onepoll.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/include/onepoll.php -------------------------------------------------------------------------------- /include/page_widgets.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/include/page_widgets.php -------------------------------------------------------------------------------- /include/permissions.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/include/permissions.php -------------------------------------------------------------------------------- /include/photos.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/include/photos.php -------------------------------------------------------------------------------- /include/plugin.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/include/plugin.php -------------------------------------------------------------------------------- /include/poller.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/include/poller.php -------------------------------------------------------------------------------- /include/probe.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/include/probe.php -------------------------------------------------------------------------------- /include/queue.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/include/queue.php -------------------------------------------------------------------------------- /include/queue_fn.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/include/queue_fn.php -------------------------------------------------------------------------------- /include/ratenotif.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/include/ratenotif.php -------------------------------------------------------------------------------- /include/reddav.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/include/reddav.php -------------------------------------------------------------------------------- /include/security.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/include/security.php -------------------------------------------------------------------------------- /include/session.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/include/session.php -------------------------------------------------------------------------------- /include/sharedwithme.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/include/sharedwithme.php -------------------------------------------------------------------------------- /include/smarty.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/include/smarty.php -------------------------------------------------------------------------------- /include/socgraph.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/include/socgraph.php -------------------------------------------------------------------------------- /include/spam.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/include/spam.php -------------------------------------------------------------------------------- /include/taxonomy.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/include/taxonomy.php -------------------------------------------------------------------------------- /include/text.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/include/text.php -------------------------------------------------------------------------------- /include/widgets.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/include/widgets.php -------------------------------------------------------------------------------- /include/zot.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/include/zot.php -------------------------------------------------------------------------------- /index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/index.php -------------------------------------------------------------------------------- /install/INSTALL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/install/INSTALL.txt -------------------------------------------------------------------------------- /install/migrate-mypg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/install/migrate-mypg.php -------------------------------------------------------------------------------- /install/schema_mysql.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/install/schema_mysql.sql -------------------------------------------------------------------------------- /install/testargs.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/install/testargs.php -------------------------------------------------------------------------------- /install/update.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/install/update.php -------------------------------------------------------------------------------- /library/HTML5/Data.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/library/HTML5/Data.php -------------------------------------------------------------------------------- /library/HTML5/Parser.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/library/HTML5/Parser.php -------------------------------------------------------------------------------- /library/HTMLPurifier.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/library/HTMLPurifier.php -------------------------------------------------------------------------------- /library/IXR_Library.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/library/IXR_Library.php -------------------------------------------------------------------------------- /library/OAuth1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/library/OAuth1.php -------------------------------------------------------------------------------- /library/Smarty/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/library/Smarty/README -------------------------------------------------------------------------------- /library/Smarty/demo/templates/footer.tpl: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /library/asn1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/library/asn1.php -------------------------------------------------------------------------------- /library/bbedit/editor.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/library/bbedit/editor.js -------------------------------------------------------------------------------- /library/blueimp_upload/.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | *.pyc 3 | node_modules 4 | -------------------------------------------------------------------------------- /library/blueimp_upload/server/gae-go/static/robots.txt: -------------------------------------------------------------------------------- 1 | User-agent: * 2 | Disallow: 3 | -------------------------------------------------------------------------------- /library/blueimp_upload/server/gae-python/static/robots.txt: -------------------------------------------------------------------------------- 1 | User-agent: * 2 | Disallow: 3 | -------------------------------------------------------------------------------- /library/blueimp_upload/server/node/.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | node_modules 3 | -------------------------------------------------------------------------------- /library/blueimp_upload/server/node/public/files/.gitignore: -------------------------------------------------------------------------------- 1 | * 2 | !.gitignore 3 | -------------------------------------------------------------------------------- /library/blueimp_upload/server/node/tmp/.gitignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /library/blueimp_upload/server/php/files/.gitignore: -------------------------------------------------------------------------------- 1 | * 2 | !.gitignore 3 | !.htaccess 4 | -------------------------------------------------------------------------------- /library/cacert.pem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/library/cacert.pem -------------------------------------------------------------------------------- /library/certs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/library/certs/README.md -------------------------------------------------------------------------------- /library/certs/cacert.pem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/library/certs/cacert.pem -------------------------------------------------------------------------------- /library/certs/comodo.pem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/library/certs/comodo.pem -------------------------------------------------------------------------------- /library/cryptojs/README: -------------------------------------------------------------------------------- 1 | http://code.google.com/p/crypto-js/ 2 | -------------------------------------------------------------------------------- /library/datetimepicker/.gitignore: -------------------------------------------------------------------------------- 1 | index.php -------------------------------------------------------------------------------- /library/facebook.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/library/facebook.php -------------------------------------------------------------------------------- /library/font_awesome/.ruby-version: -------------------------------------------------------------------------------- 1 | 1.9.3-p392 2 | -------------------------------------------------------------------------------- /library/font_awesome/src/CNAME: -------------------------------------------------------------------------------- 1 | fontawesome.io -------------------------------------------------------------------------------- /library/font_awesome/src/design.html: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /library/html5.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/library/html5.js -------------------------------------------------------------------------------- /library/ical.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/library/ical.php -------------------------------------------------------------------------------- /library/intl/.gitignore: -------------------------------------------------------------------------------- 1 | composer.lock 2 | -------------------------------------------------------------------------------- /library/intl/.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/library/intl/.travis.yml -------------------------------------------------------------------------------- /library/intl/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/library/intl/LICENSE -------------------------------------------------------------------------------- /library/intl/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/library/intl/README.md -------------------------------------------------------------------------------- /library/intl/phpunit.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/library/intl/phpunit.xml -------------------------------------------------------------------------------- /library/jRange/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | *.codekit 3 | -------------------------------------------------------------------------------- /library/jRange/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/library/jRange/LICENSE -------------------------------------------------------------------------------- /library/jRange/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/library/jRange/README.md -------------------------------------------------------------------------------- /library/jgrowl/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/library/jgrowl/README -------------------------------------------------------------------------------- /library/jquery.i18n/.gitignore: -------------------------------------------------------------------------------- 1 | build/compiler.jar 2 | 3 | -------------------------------------------------------------------------------- /library/jquery.i18n/VERSION: -------------------------------------------------------------------------------- 1 | 0.9.2 -------------------------------------------------------------------------------- /library/jquery_ac/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/library/jquery_ac/README -------------------------------------------------------------------------------- /library/jqupload/.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | *.pyc 3 | node_modules 4 | -------------------------------------------------------------------------------- /library/jqupload/server/gae-go/static/robots.txt: -------------------------------------------------------------------------------- 1 | User-agent: * 2 | Disallow: 3 | -------------------------------------------------------------------------------- /library/jqupload/server/gae-python/static/robots.txt: -------------------------------------------------------------------------------- 1 | User-agent: * 2 | Disallow: 3 | -------------------------------------------------------------------------------- /library/jqupload/server/node/.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | node_modules 3 | -------------------------------------------------------------------------------- /library/jqupload/server/node/public/files/.gitignore: -------------------------------------------------------------------------------- 1 | * 2 | !.gitignore 3 | -------------------------------------------------------------------------------- /library/jqupload/server/node/tmp/.gitignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /library/jqupload/server/php/files/.gitignore: -------------------------------------------------------------------------------- 1 | * 2 | !.gitignore 3 | !.htaccess 4 | -------------------------------------------------------------------------------- /library/markdown.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/library/markdown.php -------------------------------------------------------------------------------- /library/markdownify/TODO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/library/markdownify/TODO -------------------------------------------------------------------------------- /library/mcefixes/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/library/mcefixes/README -------------------------------------------------------------------------------- /library/oauth.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/library/oauth.php -------------------------------------------------------------------------------- /library/oauth/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/library/oauth/LICENSE -------------------------------------------------------------------------------- /library/oauth/http.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/library/oauth/http.php -------------------------------------------------------------------------------- /library/openid/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/library/openid/README -------------------------------------------------------------------------------- /library/phpqrcode/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/library/phpqrcode/README -------------------------------------------------------------------------------- /library/phpqrcode/VERSION: -------------------------------------------------------------------------------- 1 | 1.1.4 2 | 2010100721 -------------------------------------------------------------------------------- /library/phpqrcode/tools/merge.bat: -------------------------------------------------------------------------------- 1 | php ./merge.php 2 | pause -------------------------------------------------------------------------------- /library/phpqrcode/tools/merge.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | php ./merge.php -------------------------------------------------------------------------------- /library/simplepie/db.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/library/simplepie/db.sql -------------------------------------------------------------------------------- /library/slinky.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/library/slinky.php -------------------------------------------------------------------------------- /library/spam/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/library/spam/README -------------------------------------------------------------------------------- /library/spam/b8/b8.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/library/spam/b8/b8.php -------------------------------------------------------------------------------- /library/spam/doc/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/library/spam/doc/COPYING -------------------------------------------------------------------------------- /library/tinymce/examples/media/sample.ram: -------------------------------------------------------------------------------- 1 | http://streaming.uga.edu/samples/ayp_lan.rm -------------------------------------------------------------------------------- /library/tiptip/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/library/tiptip/README -------------------------------------------------------------------------------- /library/twitteroauth.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/library/twitteroauth.php -------------------------------------------------------------------------------- /library/urlify/INSTALL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/library/urlify/INSTALL -------------------------------------------------------------------------------- /library/urlify/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/library/urlify/README.md -------------------------------------------------------------------------------- /mod/_well_known.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/_well_known.php -------------------------------------------------------------------------------- /mod/achievements.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/achievements.php -------------------------------------------------------------------------------- /mod/acl.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/acl.php -------------------------------------------------------------------------------- /mod/admin.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/admin.php -------------------------------------------------------------------------------- /mod/api.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/api.php -------------------------------------------------------------------------------- /mod/appman.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/appman.php -------------------------------------------------------------------------------- /mod/apps.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/apps.php -------------------------------------------------------------------------------- /mod/attach.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/attach.php -------------------------------------------------------------------------------- /mod/authtest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/authtest.php -------------------------------------------------------------------------------- /mod/block.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/block.php -------------------------------------------------------------------------------- /mod/blocks.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/blocks.php -------------------------------------------------------------------------------- /mod/bookmarks.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/bookmarks.php -------------------------------------------------------------------------------- /mod/channel.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/channel.php -------------------------------------------------------------------------------- /mod/chanview.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/chanview.php -------------------------------------------------------------------------------- /mod/chat.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/chat.php -------------------------------------------------------------------------------- /mod/chatsvc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/chatsvc.php -------------------------------------------------------------------------------- /mod/cloud.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/cloud.php -------------------------------------------------------------------------------- /mod/common.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/common.php -------------------------------------------------------------------------------- /mod/connect.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/connect.php -------------------------------------------------------------------------------- /mod/connections.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/connections.php -------------------------------------------------------------------------------- /mod/connedit.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/connedit.php -------------------------------------------------------------------------------- /mod/contactgroup.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/contactgroup.php -------------------------------------------------------------------------------- /mod/dav.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/dav.php -------------------------------------------------------------------------------- /mod/directory.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/directory.php -------------------------------------------------------------------------------- /mod/dirsearch.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/dirsearch.php -------------------------------------------------------------------------------- /mod/display.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/display.php -------------------------------------------------------------------------------- /mod/editblock.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/editblock.php -------------------------------------------------------------------------------- /mod/editlayout.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/editlayout.php -------------------------------------------------------------------------------- /mod/editpost.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/editpost.php -------------------------------------------------------------------------------- /mod/editwebpage.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/editwebpage.php -------------------------------------------------------------------------------- /mod/events.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/events.php -------------------------------------------------------------------------------- /mod/fbrowser.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/fbrowser.php -------------------------------------------------------------------------------- /mod/feed.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/feed.php -------------------------------------------------------------------------------- /mod/filer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/filer.php -------------------------------------------------------------------------------- /mod/filerm.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/filerm.php -------------------------------------------------------------------------------- /mod/filestorage.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/filestorage.php -------------------------------------------------------------------------------- /mod/follow.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/follow.php -------------------------------------------------------------------------------- /mod/fsuggest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/fsuggest.php -------------------------------------------------------------------------------- /mod/group.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/group.php -------------------------------------------------------------------------------- /mod/hcard.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/hcard.php -------------------------------------------------------------------------------- /mod/help.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/help.php -------------------------------------------------------------------------------- /mod/home.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/home.php -------------------------------------------------------------------------------- /mod/hostxrd.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/hostxrd.php -------------------------------------------------------------------------------- /mod/id.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/id.php -------------------------------------------------------------------------------- /mod/impel.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/impel.php -------------------------------------------------------------------------------- /mod/import.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/import.php -------------------------------------------------------------------------------- /mod/invite.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/invite.php -------------------------------------------------------------------------------- /mod/item.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/item.php -------------------------------------------------------------------------------- /mod/lang.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/lang.php -------------------------------------------------------------------------------- /mod/layouts.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/layouts.php -------------------------------------------------------------------------------- /mod/like.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/like.php -------------------------------------------------------------------------------- /mod/lockview.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/lockview.php -------------------------------------------------------------------------------- /mod/locs.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/locs.php -------------------------------------------------------------------------------- /mod/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/login.php -------------------------------------------------------------------------------- /mod/lostpass.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/lostpass.php -------------------------------------------------------------------------------- /mod/magic.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/magic.php -------------------------------------------------------------------------------- /mod/mail.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/mail.php -------------------------------------------------------------------------------- /mod/manage.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/manage.php -------------------------------------------------------------------------------- /mod/match.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/match.php -------------------------------------------------------------------------------- /mod/menu.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/menu.php -------------------------------------------------------------------------------- /mod/message.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/message.php -------------------------------------------------------------------------------- /mod/mitem.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/mitem.php -------------------------------------------------------------------------------- /mod/mood.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/mood.php -------------------------------------------------------------------------------- /mod/msearch.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/msearch.php -------------------------------------------------------------------------------- /mod/network.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/network.php -------------------------------------------------------------------------------- /mod/new_channel.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/new_channel.php -------------------------------------------------------------------------------- /mod/notes.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/notes.php -------------------------------------------------------------------------------- /mod/notifications.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/notifications.php -------------------------------------------------------------------------------- /mod/notify.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/notify.php -------------------------------------------------------------------------------- /mod/oembed.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/oembed.php -------------------------------------------------------------------------------- /mod/oexchange.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/oexchange.php -------------------------------------------------------------------------------- /mod/online.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/online.php -------------------------------------------------------------------------------- /mod/openid.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/openid.php -------------------------------------------------------------------------------- /mod/opensearch.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/opensearch.php -------------------------------------------------------------------------------- /mod/p.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/p.php -------------------------------------------------------------------------------- /mod/page.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/page.php -------------------------------------------------------------------------------- /mod/parse_url.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/parse_url.php -------------------------------------------------------------------------------- /mod/pdledit.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/pdledit.php -------------------------------------------------------------------------------- /mod/photo.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/photo.php -------------------------------------------------------------------------------- /mod/photos.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/photos.php -------------------------------------------------------------------------------- /mod/ping.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/ping.php -------------------------------------------------------------------------------- /mod/poco.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/poco.php -------------------------------------------------------------------------------- /mod/poke.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/poke.php -------------------------------------------------------------------------------- /mod/post.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/post.php -------------------------------------------------------------------------------- /mod/prate.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/prate.php -------------------------------------------------------------------------------- /mod/pretheme.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/pretheme.php -------------------------------------------------------------------------------- /mod/probe.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/probe.php -------------------------------------------------------------------------------- /mod/profile.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/profile.php -------------------------------------------------------------------------------- /mod/profile_photo.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/profile_photo.php -------------------------------------------------------------------------------- /mod/profiles.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/profiles.php -------------------------------------------------------------------------------- /mod/profperm.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/profperm.php -------------------------------------------------------------------------------- /mod/pubsites.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/pubsites.php -------------------------------------------------------------------------------- /mod/randprof.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/randprof.php -------------------------------------------------------------------------------- /mod/rate.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/rate.php -------------------------------------------------------------------------------- /mod/ratings.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/ratings.php -------------------------------------------------------------------------------- /mod/ratingsearch.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/ratingsearch.php -------------------------------------------------------------------------------- /mod/rbmark.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/rbmark.php -------------------------------------------------------------------------------- /mod/receive.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/receive.php -------------------------------------------------------------------------------- /mod/regdir.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/regdir.php -------------------------------------------------------------------------------- /mod/register.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/register.php -------------------------------------------------------------------------------- /mod/regmod.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/regmod.php -------------------------------------------------------------------------------- /mod/regver.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/regver.php -------------------------------------------------------------------------------- /mod/removeaccount.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/removeaccount.php -------------------------------------------------------------------------------- /mod/removeme.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/removeme.php -------------------------------------------------------------------------------- /mod/rmagic.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/rmagic.php -------------------------------------------------------------------------------- /mod/rpost.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/rpost.php -------------------------------------------------------------------------------- /mod/rsd_xml.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/rsd_xml.php -------------------------------------------------------------------------------- /mod/search.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/search.php -------------------------------------------------------------------------------- /mod/search_ac.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/search_ac.php -------------------------------------------------------------------------------- /mod/service_limits.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/service_limits.php -------------------------------------------------------------------------------- /mod/settings.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/settings.php -------------------------------------------------------------------------------- /mod/setup.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/setup.php -------------------------------------------------------------------------------- /mod/share.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/share.php -------------------------------------------------------------------------------- /mod/sharedwithme.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/sharedwithme.php -------------------------------------------------------------------------------- /mod/siteinfo.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/siteinfo.php -------------------------------------------------------------------------------- /mod/sitelist.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/sitelist.php -------------------------------------------------------------------------------- /mod/smilies.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/smilies.php -------------------------------------------------------------------------------- /mod/sources.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/sources.php -------------------------------------------------------------------------------- /mod/sslify.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/sslify.php -------------------------------------------------------------------------------- /mod/starred.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/starred.php -------------------------------------------------------------------------------- /mod/subthread.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/subthread.php -------------------------------------------------------------------------------- /mod/suggest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/suggest.php -------------------------------------------------------------------------------- /mod/tagger.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/tagger.php -------------------------------------------------------------------------------- /mod/tagrm.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/tagrm.php -------------------------------------------------------------------------------- /mod/thing.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/thing.php -------------------------------------------------------------------------------- /mod/toggle_mobile.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/toggle_mobile.php -------------------------------------------------------------------------------- /mod/uexport.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/uexport.php -------------------------------------------------------------------------------- /mod/update_channel.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/update_channel.php -------------------------------------------------------------------------------- /mod/update_display.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/update_display.php -------------------------------------------------------------------------------- /mod/update_home.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/update_home.php -------------------------------------------------------------------------------- /mod/update_network.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/update_network.php -------------------------------------------------------------------------------- /mod/update_search.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/update_search.php -------------------------------------------------------------------------------- /mod/view.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/view.php -------------------------------------------------------------------------------- /mod/viewconnections.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/viewconnections.php -------------------------------------------------------------------------------- /mod/viewsrc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/viewsrc.php -------------------------------------------------------------------------------- /mod/wall_attach.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/wall_attach.php -------------------------------------------------------------------------------- /mod/wall_upload.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/wall_upload.php -------------------------------------------------------------------------------- /mod/webfinger.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/webfinger.php -------------------------------------------------------------------------------- /mod/webpages.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/webpages.php -------------------------------------------------------------------------------- /mod/wfinger.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/wfinger.php -------------------------------------------------------------------------------- /mod/xchan.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/xchan.php -------------------------------------------------------------------------------- /mod/xpoco.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/xpoco.php -------------------------------------------------------------------------------- /mod/xrd.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/xrd.php -------------------------------------------------------------------------------- /mod/xref.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/xref.php -------------------------------------------------------------------------------- /mod/zfinger.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/zfinger.php -------------------------------------------------------------------------------- /mod/zotfeed.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/zotfeed.php -------------------------------------------------------------------------------- /mod/zping.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/mod/zping.php -------------------------------------------------------------------------------- /tests/autoname_test.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/tests/autoname_test.php -------------------------------------------------------------------------------- /tests/get_tags_test.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/tests/get_tags_test.php -------------------------------------------------------------------------------- /tests/template_test.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/tests/template_test.php -------------------------------------------------------------------------------- /util/.htaccess: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/util/.htaccess -------------------------------------------------------------------------------- /util/Doxyfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/util/Doxyfile -------------------------------------------------------------------------------- /util/Doxygen.footer: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /util/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/util/README -------------------------------------------------------------------------------- /util/add_addon_repo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/util/add_addon_repo -------------------------------------------------------------------------------- /util/add_theme_repo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/util/add_theme_repo -------------------------------------------------------------------------------- /util/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/util/config -------------------------------------------------------------------------------- /util/config.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/util/config.md -------------------------------------------------------------------------------- /util/db_update.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/util/db_update.php -------------------------------------------------------------------------------- /util/extract.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/util/extract.php -------------------------------------------------------------------------------- /util/fpostit/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/util/fpostit/README -------------------------------------------------------------------------------- /util/fpostit/fpostit.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/util/fpostit/fpostit.js -------------------------------------------------------------------------------- /util/fpostit/fpostit.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/util/fpostit/fpostit.php -------------------------------------------------------------------------------- /util/fresh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/util/fresh -------------------------------------------------------------------------------- /util/fresh.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/util/fresh.md -------------------------------------------------------------------------------- /util/makedocs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/util/makedocs -------------------------------------------------------------------------------- /util/messages.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/util/messages.po -------------------------------------------------------------------------------- /util/pconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/util/pconfig -------------------------------------------------------------------------------- /util/php2po.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/util/php2po.php -------------------------------------------------------------------------------- /util/po2php.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/util/po2php.php -------------------------------------------------------------------------------- /util/run_xgettext.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/util/run_xgettext.sh -------------------------------------------------------------------------------- /util/shredder/JSON.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/util/shredder/JSON.sh -------------------------------------------------------------------------------- /util/shredder/OAuth.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/util/shredder/OAuth.sh -------------------------------------------------------------------------------- /util/shredder/readme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/util/shredder/readme -------------------------------------------------------------------------------- /util/shredder/shredder: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/util/shredder/shredder -------------------------------------------------------------------------------- /util/strings.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/util/strings.php -------------------------------------------------------------------------------- /util/tpldebug.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/util/tpldebug.php -------------------------------------------------------------------------------- /util/typo.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/util/typo.php -------------------------------------------------------------------------------- /util/typohelper.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/util/typohelper.php -------------------------------------------------------------------------------- /util/update_addon_repo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/util/update_addon_repo -------------------------------------------------------------------------------- /util/update_theme_repo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/util/update_theme_repo -------------------------------------------------------------------------------- /util/updatetpl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/util/updatetpl.py -------------------------------------------------------------------------------- /util/zotsh/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/util/zotsh/README.txt -------------------------------------------------------------------------------- /util/zotsh/easywebdav/__version__.py: -------------------------------------------------------------------------------- 1 | __version__ = "1.2.0" 2 | -------------------------------------------------------------------------------- /util/zotsh/zotsh.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/util/zotsh/zotsh.py -------------------------------------------------------------------------------- /vendor/autoload.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/vendor/autoload.php -------------------------------------------------------------------------------- /vendor/sabre/dav/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/vendor/sabre/dav/LICENSE -------------------------------------------------------------------------------- /version.inc: -------------------------------------------------------------------------------- 1 | 2015-04-01.989 2 | -------------------------------------------------------------------------------- /view/.htaccess: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/.htaccess -------------------------------------------------------------------------------- /view/ca/lostpass_eml.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/ca/lostpass_eml.tpl -------------------------------------------------------------------------------- /view/ca/messages.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/ca/messages.po -------------------------------------------------------------------------------- /view/ca/strings.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/ca/strings.php -------------------------------------------------------------------------------- /view/cs/htconfig.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/cs/htconfig.tpl -------------------------------------------------------------------------------- /view/cs/lostpass_eml.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/cs/lostpass_eml.tpl -------------------------------------------------------------------------------- /view/cs/messages.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/cs/messages.po -------------------------------------------------------------------------------- /view/cs/strings.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/cs/strings.php -------------------------------------------------------------------------------- /view/css/choklet.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/css/choklet.css -------------------------------------------------------------------------------- /view/css/colorbox.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/css/colorbox.css -------------------------------------------------------------------------------- /view/css/default.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/css/default.css -------------------------------------------------------------------------------- /view/css/full.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/css/full.css -------------------------------------------------------------------------------- /view/css/mod_admin.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/css/mod_admin.css -------------------------------------------------------------------------------- /view/css/mod_apps.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/css/mod_apps.css -------------------------------------------------------------------------------- /view/css/mod_chat.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/css/mod_chat.css -------------------------------------------------------------------------------- /view/css/mod_cloud.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/css/mod_cloud.css -------------------------------------------------------------------------------- /view/css/mod_connect.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/css/mod_connect.css -------------------------------------------------------------------------------- /view/css/mod_events.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/css/mod_events.css -------------------------------------------------------------------------------- /view/css/mod_group.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/css/mod_group.css -------------------------------------------------------------------------------- /view/css/mod_import.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/css/mod_import.css -------------------------------------------------------------------------------- /view/css/mod_locs.css: -------------------------------------------------------------------------------- 1 | td { 2 | padding: 10px; 3 | } 4 | -------------------------------------------------------------------------------- /view/css/mod_mail.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/css/mod_mail.css -------------------------------------------------------------------------------- /view/css/mod_manage.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/css/mod_manage.css -------------------------------------------------------------------------------- /view/css/mod_menu.css: -------------------------------------------------------------------------------- 1 | #menulist > li { 2 | margin-top: 15px; 3 | } -------------------------------------------------------------------------------- /view/css/mod_message.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/css/mod_message.css -------------------------------------------------------------------------------- /view/css/mod_mitem.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/css/mod_mitem.css -------------------------------------------------------------------------------- /view/css/mod_page.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/css/mod_page.css -------------------------------------------------------------------------------- /view/css/mod_photos.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/css/mod_photos.css -------------------------------------------------------------------------------- /view/css/mod_profile.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/css/mod_profile.css -------------------------------------------------------------------------------- /view/css/mod_pubsites.css: -------------------------------------------------------------------------------- 1 | td { 2 | padding: 5px; 3 | } -------------------------------------------------------------------------------- /view/css/mod_rate.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/css/mod_rate.css -------------------------------------------------------------------------------- /view/css/mod_ratings.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/css/mod_ratings.css -------------------------------------------------------------------------------- /view/css/mod_settings.css: -------------------------------------------------------------------------------- 1 | .group { 2 | margin-left: 10px; 3 | } 4 | -------------------------------------------------------------------------------- /view/css/mod_setup.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/css/mod_setup.css -------------------------------------------------------------------------------- /view/css/mod_thing.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/css/mod_thing.css -------------------------------------------------------------------------------- /view/css/redable.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/css/redable.css -------------------------------------------------------------------------------- /view/css/widgets.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/css/widgets.css -------------------------------------------------------------------------------- /view/de/htconfig.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/de/htconfig.tpl -------------------------------------------------------------------------------- /view/de/lostpass_eml.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/de/lostpass_eml.tpl -------------------------------------------------------------------------------- /view/de/messages.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/de/messages.po -------------------------------------------------------------------------------- /view/de/strings.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/de/strings.php -------------------------------------------------------------------------------- /view/en-au/htconfig.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/en-au/htconfig.tpl -------------------------------------------------------------------------------- /view/en-au/strings.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/en-au/strings.php -------------------------------------------------------------------------------- /view/en-gb/htconfig.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/en-gb/htconfig.tpl -------------------------------------------------------------------------------- /view/en-gb/strings.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/en-gb/strings.php -------------------------------------------------------------------------------- /view/en/cert_bad_eml.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/en/cert_bad_eml.tpl -------------------------------------------------------------------------------- /view/en/cron_bad_eml.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/en/cron_bad_eml.tpl -------------------------------------------------------------------------------- /view/en/htconfig.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/en/htconfig.tpl -------------------------------------------------------------------------------- /view/en/lostpass_eml.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/en/lostpass_eml.tpl -------------------------------------------------------------------------------- /view/eo/htconfig.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/eo/htconfig.tpl -------------------------------------------------------------------------------- /view/eo/lostpass_eml.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/eo/lostpass_eml.tpl -------------------------------------------------------------------------------- /view/eo/messages.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/eo/messages.po -------------------------------------------------------------------------------- /view/eo/strings.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/eo/strings.php -------------------------------------------------------------------------------- /view/es/htconfig.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/es/htconfig.tpl -------------------------------------------------------------------------------- /view/es/lostpass_eml.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/es/lostpass_eml.tpl -------------------------------------------------------------------------------- /view/es/messages.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/es/messages.po -------------------------------------------------------------------------------- /view/es/strings.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/es/strings.php -------------------------------------------------------------------------------- /view/fr/htconfig.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/fr/htconfig.tpl -------------------------------------------------------------------------------- /view/fr/lostpass_eml.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/fr/lostpass_eml.tpl -------------------------------------------------------------------------------- /view/fr/messages.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/fr/messages.po -------------------------------------------------------------------------------- /view/fr/strings.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/fr/strings.php -------------------------------------------------------------------------------- /view/img/dicons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/img/dicons.png -------------------------------------------------------------------------------- /view/img/jslider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/img/jslider.png -------------------------------------------------------------------------------- /view/it/htconfig.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/it/htconfig.tpl -------------------------------------------------------------------------------- /view/it/lostpass_eml.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/it/lostpass_eml.tpl -------------------------------------------------------------------------------- /view/it/messages.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/it/messages.po -------------------------------------------------------------------------------- /view/it/strings.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/it/strings.php -------------------------------------------------------------------------------- /view/js/acl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/js/acl.js -------------------------------------------------------------------------------- /view/js/ajaxupload.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/js/ajaxupload.js -------------------------------------------------------------------------------- /view/js/autocomplete.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/js/autocomplete.js -------------------------------------------------------------------------------- /view/js/crypto.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/js/crypto.js -------------------------------------------------------------------------------- /view/js/jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/js/jquery.js -------------------------------------------------------------------------------- /view/js/jquery.spin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/js/jquery.spin.js -------------------------------------------------------------------------------- /view/js/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/js/main.js -------------------------------------------------------------------------------- /view/js/mod_admin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/js/mod_admin.js -------------------------------------------------------------------------------- /view/js/mod_chanview.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/js/mod_chanview.js -------------------------------------------------------------------------------- /view/js/mod_chat.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/js/mod_chat.js -------------------------------------------------------------------------------- /view/js/mod_connedit.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/js/mod_connedit.js -------------------------------------------------------------------------------- /view/js/mod_directory.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/js/mod_directory.js -------------------------------------------------------------------------------- /view/js/mod_events.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/js/mod_events.js -------------------------------------------------------------------------------- /view/js/mod_mail.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/js/mod_mail.js -------------------------------------------------------------------------------- /view/js/mod_mitem.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/js/mod_mitem.js -------------------------------------------------------------------------------- /view/js/mod_network.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/js/mod_network.js -------------------------------------------------------------------------------- /view/js/mod_photos.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/js/mod_photos.js -------------------------------------------------------------------------------- /view/js/mod_poke.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/js/mod_poke.js -------------------------------------------------------------------------------- /view/js/mod_profiles.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/js/mod_profiles.js -------------------------------------------------------------------------------- /view/js/mod_ratings.js: -------------------------------------------------------------------------------- 1 | 2 | $(document).ready(function() { 3 | collapseHeight(); 4 | }); 5 | -------------------------------------------------------------------------------- /view/js/mod_register.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/js/mod_register.js -------------------------------------------------------------------------------- /view/js/mod_settings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/js/mod_settings.js -------------------------------------------------------------------------------- /view/js/mod_sources.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/js/mod_sources.js -------------------------------------------------------------------------------- /view/js/ratings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/js/ratings.js -------------------------------------------------------------------------------- /view/js/spin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/js/spin.js -------------------------------------------------------------------------------- /view/nb-no/htconfig.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/nb-no/htconfig.tpl -------------------------------------------------------------------------------- /view/nb-no/messages.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/nb-no/messages.po -------------------------------------------------------------------------------- /view/nb-no/strings.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/nb-no/strings.php -------------------------------------------------------------------------------- /view/nl/lostpass_eml.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/nl/lostpass_eml.tpl -------------------------------------------------------------------------------- /view/nl/messages.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/nl/messages.po -------------------------------------------------------------------------------- /view/nl/strings.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/nl/strings.php -------------------------------------------------------------------------------- /view/pdl/mod_apps.pdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/pdl/mod_apps.pdl -------------------------------------------------------------------------------- /view/pdl/mod_blocks.pdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/pdl/mod_blocks.pdl -------------------------------------------------------------------------------- /view/pdl/mod_channel.pdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/pdl/mod_channel.pdl -------------------------------------------------------------------------------- /view/pdl/mod_chat.pdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/pdl/mod_chat.pdl -------------------------------------------------------------------------------- /view/pdl/mod_cloud.pdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/pdl/mod_cloud.pdl -------------------------------------------------------------------------------- /view/pdl/mod_common.pdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/pdl/mod_common.pdl -------------------------------------------------------------------------------- /view/pdl/mod_connect.pdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/pdl/mod_connect.pdl -------------------------------------------------------------------------------- /view/pdl/mod_group.pdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/pdl/mod_group.pdl -------------------------------------------------------------------------------- /view/pdl/mod_id.pdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/pdl/mod_id.pdl -------------------------------------------------------------------------------- /view/pdl/mod_layouts.pdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/pdl/mod_layouts.pdl -------------------------------------------------------------------------------- /view/pdl/mod_mail.pdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/pdl/mod_mail.pdl -------------------------------------------------------------------------------- /view/pdl/mod_menu.pdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/pdl/mod_menu.pdl -------------------------------------------------------------------------------- /view/pdl/mod_message.pdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/pdl/mod_message.pdl -------------------------------------------------------------------------------- /view/pdl/mod_mitem.pdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/pdl/mod_mitem.pdl -------------------------------------------------------------------------------- /view/pdl/mod_network.pdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/pdl/mod_network.pdl -------------------------------------------------------------------------------- /view/pdl/mod_photos.pdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/pdl/mod_photos.pdl -------------------------------------------------------------------------------- /view/pdl/mod_profile.pdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/pdl/mod_profile.pdl -------------------------------------------------------------------------------- /view/pdl/mod_rate.pdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/pdl/mod_rate.pdl -------------------------------------------------------------------------------- /view/pdl/mod_ratings.pdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/pdl/mod_ratings.pdl -------------------------------------------------------------------------------- /view/pdl/mod_search.pdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/pdl/mod_search.pdl -------------------------------------------------------------------------------- /view/pdl/mod_suggest.pdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/pdl/mod_suggest.pdl -------------------------------------------------------------------------------- /view/php/choklet.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/php/choklet.php -------------------------------------------------------------------------------- /view/php/default.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/php/default.php -------------------------------------------------------------------------------- /view/php/full.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/php/full.php -------------------------------------------------------------------------------- /view/php/minimal.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/php/minimal.php -------------------------------------------------------------------------------- /view/php/mod_import.php: -------------------------------------------------------------------------------- 1 | page['template'] = 'full'; 3 | -------------------------------------------------------------------------------- /view/php/none.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/php/none.php -------------------------------------------------------------------------------- /view/php/redable.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/php/redable.php -------------------------------------------------------------------------------- /view/php/theme_init.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/php/theme_init.php -------------------------------------------------------------------------------- /view/pt-br/htconfig.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/pt-br/htconfig.tpl -------------------------------------------------------------------------------- /view/pt-br/messages.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/pt-br/messages.po -------------------------------------------------------------------------------- /view/pt-br/strings.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/pt-br/strings.php -------------------------------------------------------------------------------- /view/ru/htconfig.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/ru/htconfig.tpl -------------------------------------------------------------------------------- /view/ru/lostpass_eml.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/ru/lostpass_eml.tpl -------------------------------------------------------------------------------- /view/ru/messages.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/ru/messages.po -------------------------------------------------------------------------------- /view/ru/strings.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/ru/strings.php -------------------------------------------------------------------------------- /view/sv/htconfig.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/sv/htconfig.tpl -------------------------------------------------------------------------------- /view/sv/lostpass_eml.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/sv/lostpass_eml.tpl -------------------------------------------------------------------------------- /view/sv/messages.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/sv/messages.po -------------------------------------------------------------------------------- /view/sv/strings.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/sv/strings.php -------------------------------------------------------------------------------- /view/tpl/404.tpl: -------------------------------------------------------------------------------- 1 |

{{$message}}

2 | -------------------------------------------------------------------------------- /view/tpl/abook_edit.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/tpl/abook_edit.tpl -------------------------------------------------------------------------------- /view/tpl/admin_aside.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/tpl/admin_aside.tpl -------------------------------------------------------------------------------- /view/tpl/admin_logs.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/tpl/admin_logs.tpl -------------------------------------------------------------------------------- /view/tpl/admin_queue.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/tpl/admin_queue.tpl -------------------------------------------------------------------------------- /view/tpl/admin_site.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/tpl/admin_site.tpl -------------------------------------------------------------------------------- /view/tpl/admin_users.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/tpl/admin_users.tpl -------------------------------------------------------------------------------- /view/tpl/album_edit.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/tpl/album_edit.tpl -------------------------------------------------------------------------------- /view/tpl/alt_pager.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/tpl/alt_pager.tpl -------------------------------------------------------------------------------- /view/tpl/api_test_xml.tpl: -------------------------------------------------------------------------------- 1 | {{$ok}} 2 | -------------------------------------------------------------------------------- /view/tpl/app.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/tpl/app.tpl -------------------------------------------------------------------------------- /view/tpl/app_create.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/tpl/app_create.tpl -------------------------------------------------------------------------------- /view/tpl/app_select.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/tpl/app_select.tpl -------------------------------------------------------------------------------- /view/tpl/atom_feed.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/tpl/atom_feed.tpl -------------------------------------------------------------------------------- /view/tpl/attach_edit.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/tpl/attach_edit.tpl -------------------------------------------------------------------------------- /view/tpl/blocklist.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/tpl/blocklist.tpl -------------------------------------------------------------------------------- /view/tpl/build_query.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/tpl/build_query.tpl -------------------------------------------------------------------------------- /view/tpl/channel.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/tpl/channel.tpl -------------------------------------------------------------------------------- /view/tpl/channels.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/tpl/channels.tpl -------------------------------------------------------------------------------- /view/tpl/chanview.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/tpl/chanview.tpl -------------------------------------------------------------------------------- /view/tpl/chat.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/tpl/chat.tpl -------------------------------------------------------------------------------- /view/tpl/chatrooms.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/tpl/chatrooms.tpl -------------------------------------------------------------------------------- /view/tpl/common_tabs.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/tpl/common_tabs.tpl -------------------------------------------------------------------------------- /view/tpl/connections.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/tpl/connections.tpl -------------------------------------------------------------------------------- /view/tpl/conv.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/tpl/conv.tpl -------------------------------------------------------------------------------- /view/tpl/conv_frame.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/tpl/conv_frame.tpl -------------------------------------------------------------------------------- /view/tpl/conv_item.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/tpl/conv_item.tpl -------------------------------------------------------------------------------- /view/tpl/conv_list.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/tpl/conv_list.tpl -------------------------------------------------------------------------------- /view/tpl/convobj.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/tpl/convobj.tpl -------------------------------------------------------------------------------- /view/tpl/cropbody.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/tpl/cropbody.tpl -------------------------------------------------------------------------------- /view/tpl/crophead.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/tpl/crophead.tpl -------------------------------------------------------------------------------- /view/tpl/delegate.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/tpl/delegate.tpl -------------------------------------------------------------------------------- /view/tpl/directajax.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/tpl/directajax.tpl -------------------------------------------------------------------------------- /view/tpl/direntry.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/tpl/direntry.tpl -------------------------------------------------------------------------------- /view/tpl/edpost_head.tpl: -------------------------------------------------------------------------------- 1 |

{{$title}}

2 | -------------------------------------------------------------------------------- /view/tpl/event.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/tpl/event.tpl -------------------------------------------------------------------------------- /view/tpl/event_form.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/tpl/event_form.tpl -------------------------------------------------------------------------------- /view/tpl/event_head.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/tpl/event_head.tpl -------------------------------------------------------------------------------- /view/tpl/events-js.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/tpl/events-js.tpl -------------------------------------------------------------------------------- /view/tpl/field.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/tpl/field.tpl -------------------------------------------------------------------------------- /view/tpl/field_input.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/tpl/field_input.tpl -------------------------------------------------------------------------------- /view/tpl/field_radio.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/tpl/field_radio.tpl -------------------------------------------------------------------------------- /view/tpl/field_yesno.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/tpl/field_yesno.tpl -------------------------------------------------------------------------------- /view/tpl/filebrowser.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/tpl/filebrowser.tpl -------------------------------------------------------------------------------- /view/tpl/follow.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/tpl/follow.tpl -------------------------------------------------------------------------------- /view/tpl/group_drop.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/tpl/group_drop.tpl -------------------------------------------------------------------------------- /view/tpl/group_edit.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/tpl/group_edit.tpl -------------------------------------------------------------------------------- /view/tpl/group_side.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/tpl/group_side.tpl -------------------------------------------------------------------------------- /view/tpl/groupeditor.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/tpl/groupeditor.tpl -------------------------------------------------------------------------------- /view/tpl/hdr.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/tpl/hdr.tpl -------------------------------------------------------------------------------- /view/tpl/head.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/tpl/head.tpl -------------------------------------------------------------------------------- /view/tpl/help.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/tpl/help.tpl -------------------------------------------------------------------------------- /view/tpl/install.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/tpl/install.tpl -------------------------------------------------------------------------------- /view/tpl/install_db.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/tpl/install_db.tpl -------------------------------------------------------------------------------- /view/tpl/invite.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/tpl/invite.tpl -------------------------------------------------------------------------------- /view/tpl/item_attach.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/tpl/item_attach.tpl -------------------------------------------------------------------------------- /view/tpl/item_filer.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/tpl/item_filer.tpl -------------------------------------------------------------------------------- /view/tpl/jot-header.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/tpl/jot-header.tpl -------------------------------------------------------------------------------- /view/tpl/jot.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/tpl/jot.tpl -------------------------------------------------------------------------------- /view/tpl/jot_geotag.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/tpl/jot_geotag.tpl -------------------------------------------------------------------------------- /view/tpl/js_strings.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/tpl/js_strings.tpl -------------------------------------------------------------------------------- /view/tpl/layoutlist.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/tpl/layoutlist.tpl -------------------------------------------------------------------------------- /view/tpl/locmanage.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/tpl/locmanage.tpl -------------------------------------------------------------------------------- /view/tpl/login.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/tpl/login.tpl -------------------------------------------------------------------------------- /view/tpl/logout.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/tpl/logout.tpl -------------------------------------------------------------------------------- /view/tpl/lostpass.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/tpl/lostpass.tpl -------------------------------------------------------------------------------- /view/tpl/mail_conv.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/tpl/mail_conv.tpl -------------------------------------------------------------------------------- /view/tpl/mail_head.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/tpl/mail_head.tpl -------------------------------------------------------------------------------- /view/tpl/mail_list.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/tpl/mail_list.tpl -------------------------------------------------------------------------------- /view/tpl/main_slider.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/tpl/main_slider.tpl -------------------------------------------------------------------------------- /view/tpl/match.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/tpl/match.tpl -------------------------------------------------------------------------------- /view/tpl/menuedit.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/tpl/menuedit.tpl -------------------------------------------------------------------------------- /view/tpl/menulist.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/tpl/menulist.tpl -------------------------------------------------------------------------------- /view/tpl/mitemedit.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/tpl/mitemedit.tpl -------------------------------------------------------------------------------- /view/tpl/mitemlist.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/tpl/mitemlist.tpl -------------------------------------------------------------------------------- /view/tpl/msg-header.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/tpl/msg-header.tpl -------------------------------------------------------------------------------- /view/tpl/myapps.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/tpl/myapps.tpl -------------------------------------------------------------------------------- /view/tpl/nav.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/tpl/nav.tpl -------------------------------------------------------------------------------- /view/tpl/new_channel.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/tpl/new_channel.tpl -------------------------------------------------------------------------------- /view/tpl/notes.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/tpl/notes.tpl -------------------------------------------------------------------------------- /view/tpl/notify.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/tpl/notify.tpl -------------------------------------------------------------------------------- /view/tpl/opensearch.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/tpl/opensearch.tpl -------------------------------------------------------------------------------- /view/tpl/pdledit.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/tpl/pdledit.tpl -------------------------------------------------------------------------------- /view/tpl/peoplefind.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/tpl/peoplefind.tpl -------------------------------------------------------------------------------- /view/tpl/photo_album.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/tpl/photo_album.tpl -------------------------------------------------------------------------------- /view/tpl/photo_drop.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/tpl/photo_drop.tpl -------------------------------------------------------------------------------- /view/tpl/photo_item.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/tpl/photo_item.tpl -------------------------------------------------------------------------------- /view/tpl/photo_top.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/tpl/photo_top.tpl -------------------------------------------------------------------------------- /view/tpl/photo_view.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/tpl/photo_view.tpl -------------------------------------------------------------------------------- /view/tpl/photosajax.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/tpl/photosajax.tpl -------------------------------------------------------------------------------- /view/tpl/poco_xml.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/tpl/poco_xml.tpl -------------------------------------------------------------------------------- /view/tpl/prep.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/tpl/prep.tpl -------------------------------------------------------------------------------- /view/tpl/profed_head.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/tpl/profed_head.tpl -------------------------------------------------------------------------------- /view/tpl/prv_message.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/tpl/prv_message.tpl -------------------------------------------------------------------------------- /view/tpl/pwdreset.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/tpl/pwdreset.tpl -------------------------------------------------------------------------------- /view/tpl/rating_form.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/tpl/rating_form.tpl -------------------------------------------------------------------------------- /view/tpl/rbmark.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/tpl/rbmark.tpl -------------------------------------------------------------------------------- /view/tpl/register.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/tpl/register.tpl -------------------------------------------------------------------------------- /view/tpl/removeme.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/tpl/removeme.tpl -------------------------------------------------------------------------------- /view/tpl/rmagic.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/tpl/rmagic.tpl -------------------------------------------------------------------------------- /view/tpl/safesearch.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/tpl/safesearch.tpl -------------------------------------------------------------------------------- /view/tpl/search_item.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/tpl/search_item.tpl -------------------------------------------------------------------------------- /view/tpl/searchbox.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/tpl/searchbox.tpl -------------------------------------------------------------------------------- /view/tpl/settings.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/tpl/settings.tpl -------------------------------------------------------------------------------- /view/tpl/siteinfo.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/tpl/siteinfo.tpl -------------------------------------------------------------------------------- /view/tpl/uexport.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/tpl/uexport.tpl -------------------------------------------------------------------------------- /view/tpl/usermenu.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/tpl/usermenu.tpl -------------------------------------------------------------------------------- /view/tpl/xrd_host.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendica/red/HEAD/view/tpl/xrd_host.tpl --------------------------------------------------------------------------------