Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created July 3, 2018 21:58
Show Gist options
  • Save ryantm/d5b4de9629307cb77b06763e100b9ffd to your computer and use it in GitHub Desktop.
Save ryantm/d5b4de9629307cb77b06763e100b9ffd to your computer and use it in GitHub Desktop.
/nix/store/qb0qnz5g71qcigji532rz8fb3fmds607-shaarli-0.9.7
├── application
│   ├── api
│   │   ├── ApiMiddleware.php
│   │   ├── ApiUtils.php
│   │   ├── controllers
│   │   │   ├── ApiController.php
│   │   │   ├── History.php
│   │   │   ├── Info.php
│   │   │   └── Links.php
│   │   └── exceptions
│   │   ├── ApiAuthorizationException.php
│   │   ├── ApiBadParametersException.php
│   │   ├── ApiException.php
│   │   ├── ApiInternalException.php
│   │   └── ApiLinkNotFoundException.php
│   ├── ApplicationUtils.php
│   ├── Base64Url.php
│   ├── CachedPage.php
│   ├── Cache.php
│   ├── config
│   │   ├── ConfigIO.php
│   │   ├── ConfigJson.php
│   │   ├── ConfigManager.php
│   │   ├── ConfigPhp.php
│   │   ├── ConfigPlugin.php
│   │   └── exception
│   │   ├── MissingFieldConfigException.php
│   │   ├── PluginConfigOrderException.php
│   │   └── UnauthorizedConfigException.php
│   ├── exceptions
│   │   └── IOException.php
│   ├── FeedBuilder.php
│   ├── FileUtils.php
│   ├── History.php
│   ├── HttpUtils.php
│   ├── Languages.php
│   ├── LinkDB.php
│   ├── LinkFilter.php
│   ├── LinkUtils.php
│   ├── NetscapeBookmarkUtils.php
│   ├── PageBuilder.php
│   ├── PluginManager.php
│   ├── Router.php
│   ├── SessionManager.php
│   ├── ThemeUtils.php
│   ├── TimeZone.php
│   ├── Updater.php
│   ├── Url.php
│   └── Utils.php
├── AUTHORS
├── CHANGELOG.md
├── composer.json
├── composer.lock
├── CONTRIBUTING.md
├── COPYING
├── images
│   ├── delete_icon.png
│   ├── edit_icon.png
│   ├── favicon.ico
│   ├── feed-icon-14x14.png
│   ├── logo.png
│   ├── private_16x16_active.png
│   └── private_16x16.png
├── inc
│   ├── awesomplete.css
│   ├── awesomplete.js
│   ├── awesomplete.min.js
│   ├── awesomplete-multiple-tags.js
│   ├── blazy-1.3.1.js
│   ├── blazy-1.3.1.min.js
│   ├── languages
│   │   └── fr
│   │   └── LC_MESSAGES
│   │   └── shaarli.po
│   ├── plugin_admin.js
│   └── rain.tpl.class.php
├── index.php
├── plugins
│   ├── addlink_toolbar
│   │   ├── addlink_toolbar.meta
│   │   └── addlink_toolbar.php
│   ├── archiveorg
│   │   ├── archiveorg.html
│   │   ├── archiveorg.meta
│   │   ├── archiveorg.php
│   │   └── internetarchive.png
│   ├── demo_plugin
│   │   ├── custom_demo.css
│   │   ├── demo_plugin.js
│   │   ├── demo_plugin.meta
│   │   ├── demo_plugin.php
│   │   ├── field.html
│   │   └── languages
│   │   └── fr
│   │   └── LC_MESSAGES
│   │   ├── demo.mo
│   │   └── demo.po
│   ├── isso
│   │   ├── isso.css
│   │   ├── isso.html
│   │   ├── isso.meta
│   │   └── isso.php
│   ├── markdown
│   │   ├── help.html
│   │   ├── markdown.css
│   │   ├── markdown.meta
│   │   ├── markdown.php
│   │   └── README.md
│   ├── piwik
│   │   ├── piwik.html
│   │   ├── piwik.meta
│   │   └── piwik.php
│   ├── playvideos
│   │   ├── jquery-1.11.2.js
│   │   ├── jquery-1.11.2.min.js
│   │   ├── playvideos.meta
│   │   ├── playvideos.php
│   │   ├── README.md
│   │   └── youtube_playlist.js
│   ├── pubsubhubbub
│   │   ├── hub.atom.xml
│   │   ├── hub.rss.xml
│   │   ├── pubsubhubbub.meta
│   │   ├── pubsubhubbub.php
│   │   └── README.md
│   ├── qrcode
│   │   ├── qr-1.1.3.js
│   │   ├── qr-1.1.3.min.js
│   │   ├── qrcode.css
│   │   ├── qrcode.html
│   │   ├── qrcode.meta
│   │   ├── qrcode.php
│   │   ├── qrcode.png
│   │   └── shaarli-qrcode.js
│   └── wallabag
│   ├── README.md
│   ├── wallabag.html
│   ├── WallabagInstance.php
│   ├── wallabag.meta
│   ├── wallabag.php
│   └── wallabag.png
├── README.md
├── shaarli_version.php
├── tpl
│   ├── default
│   │   ├── 404.html
│   │   ├── addlink.html
│   │   ├── changepassword.html
│   │   ├── changetag.html
│   │   ├── configure.html
│   │   ├── css
│   │   │   ├── font-awesome.css
│   │   │   ├── font-awesome.min.css
│   │   │   ├── grids-responsive.css
│   │   │   ├── grids-responsive.min.css
│   │   │   ├── pure.css
│   │   │   ├── pure-extras.css
│   │   │   ├── pure.min.css
│   │   │   └── shaarli.css
│   │   ├── daily.html
│   │   ├── dailyrss.html
│   │   ├── editlink.html
│   │   ├── export.bookmarks.html
│   │   ├── export.html
│   │   ├── feed.atom.html
│   │   ├── feed.rss.html
│   │   ├── fonts
│   │   │   ├── FontAwesome.otf
│   │   │   ├── fontawesome-webfont.eot
│   │   │   ├── fontawesome-webfont.svg
│   │   │   ├── fontawesome-webfont.ttf
│   │   │   ├── fontawesome-webfont.woff
│   │   │   ├── fontawesome-webfont.woff2
│   │   │   ├── Roboto-Bold.woff
│   │   │   ├── Roboto-Bold.woff2
│   │   │   ├── Roboto-Regular.woff
│   │   │   └── Roboto-Regular.woff2
│   │   ├── img
│   │   │   ├── apple-touch-icon.png
│   │   │   ├── favicon.png
│   │   │   ├── icon.png
│   │   │   └── sad_star.png
│   │   ├── import.html
│   │   ├── includes.html
│   │   ├── install.html
│   │   ├── js
│   │   │   └── shaarli.js
│   │   ├── linklist.html
│   │   ├── linklist.paging.html
│   │   ├── loginform.html
│   │   ├── opensearch.html
│   │   ├── page.footer.html
│   │   ├── page.header.html
│   │   ├── picwall.html
│   │   ├── pluginsadmin.html
│   │   ├── tag.cloud.html
│   │   ├── tag.list.html
│   │   ├── tag.sort.html
│   │   └── tools.html
│   └── vintage
│   ├── 404.html
│   ├── addlink.html
│   ├── changepassword.html
│   ├── changetag.html
│   ├── configure.html
│   ├── css
│   │   ├── reset.css
│   │   └── shaarli.css
│   ├── daily.html
│   ├── dailyrss.html
│   ├── editlink.html
│   ├── export.bookmarks.html
│   ├── export.html
│   ├── feed.atom.html
│   ├── feed.rss.html
│   ├── images
│   │   ├── 50pc_transparent.png
│   │   ├── calendar.png
│   │   ├── floral_left.png
│   │   ├── floral_right.png
│   │   ├── Paper_texture_v5_by_bashcorpo_w1000.jpg
│   │   ├── private.png
│   │   ├── squiggle_closing.png
│   │   ├── squiggle.png
│   │   └── tag_blue.png
│   ├── import.html
│   ├── includes.html
│   ├── install.html
│   ├── js
│   │   └── shaarli.js
│   ├── linklist.html
│   ├── linklist.paging.html
│   ├── loginform.html
│   ├── opensearch.html
│   ├── page.footer.html
│   ├── page.header.html
│   ├── page.html
│   ├── picwall.html
│   ├── pluginsadmin.html
│   ├── readme.txt
│   ├── tag.cloud.html
│   └── tools.html
└── vendor
├── autoload.php
├── bin
│   ├── export-plural-rules -> ../gettext/languages/bin/export-plural-rules
│   └── export-plural-rules.php -> ../gettext/languages/bin/export-plural-rules.php
├── composer
│   ├── autoload_classmap.php
│   ├── autoload_files.php
│   ├── autoload_namespaces.php
│   ├── autoload_psr4.php
│   ├── autoload_real.php
│   ├── autoload_static.php
│   ├── ClassLoader.php
│   ├── installed.json
│   └── LICENSE
├── container-interop
│   └── container-interop
│   ├── composer.json
│   ├── docs
│   │   ├── ContainerInterface.md
│   │   ├── ContainerInterface-meta.md
│   │   ├── Delegate-lookup.md
│   │   ├── Delegate-lookup-meta.md
│   │   └── images
│   │   ├── interoperating_containers.png
│   │   ├── priority.png
│   │   └── side_by_side_containers.png
│   ├── LICENSE
│   ├── README.md
│   └── src
│   └── Interop
│   └── Container
│   ├── ContainerInterface.php
│   └── Exception
│   ├── ContainerException.php
│   └── NotFoundException.php
├── erusev
│   └── parsedown
│   ├── composer.json
│   ├── LICENSE.txt
│   ├── Parsedown.php
│   ├── phpunit.xml.dist
│   ├── README.md
│   └── test
│   ├── bootstrap.php
│   ├── CommonMarkTest.php
│   ├── data
│   │   ├── aesthetic_table.html
│   │   ├── aesthetic_table.md
│   │   ├── aligned_table.html
│   │   ├── aligned_table.md
│   │   ├── atx_heading.html
│   │   ├── atx_heading.md
│   │   ├── automatic_link.html
│   │   ├── automatic_link.md
│   │   ├── block-level_html.html
│   │   ├── block-level_html.md
│   │   ├── code_block.html
│   │   ├── code_block.md
│   │   ├── code_span.html
│   │   ├── code_span.md
│   │   ├── compound_blockquote.html
│   │   ├── compound_blockquote.md
│   │   ├── compound_emphasis.html
│   │   ├── compound_emphasis.md
│   │   ├── compound_list.html
│   │   ├── compound_list.md
│   │   ├── deeply_nested_list.html
│   │   ├── deeply_nested_list.md
│   │   ├── email.html
│   │   ├── email.md
│   │   ├── emphasis.html
│   │   ├── emphasis.md
│   │   ├── em_strong.html
│   │   ├── em_strong.md
│   │   ├── escaping.html
│   │   ├── escaping.md
│   │   ├── fenced_code_block.html
│   │   ├── fenced_code_block.md
│   │   ├── horizontal_rule.html
│   │   ├── horizontal_rule.md
│   │   ├── html_comment.html
│   │   ├── html_comment.md
│   │   ├── html_entity.html
│   │   ├── html_entity.md
│   │   ├── image_reference.html
│   │   ├── image_reference.md
│   │   ├── image_title.html
│   │   ├── image_title.md
│   │   ├── implicit_reference.html
│   │   ├── implicit_reference.md
│   │   ├── inline_link.html
│   │   ├── inline_link.md
│   │   ├── inline_link_title.html
│   │   ├── inline_link_title.md
│   │   ├── inline_title.html
│   │   ├── inline_title.md
│   │   ├── lazy_blockquote.html
│   │   ├── lazy_blockquote.md
│   │   ├── lazy_list.html
│   │   ├── lazy_list.md
│   │   ├── line_break.html
│   │   ├── line_break.md
│   │   ├── multiline_list_paragraph.html
│   │   ├── multiline_list_paragraph.md
│   │   ├── nested_block-level_html.html
│   │   ├── nested_block-level_html.md
│   │   ├── ordered_list.html
│   │   ├── ordered_list.md
│   │   ├── paragraph_list.html
│   │   ├── paragraph_list.md
│   │   ├── reference_title.html
│   │   ├── reference_title.md
│   │   ├── self-closing_html.html
│   │   ├── self-closing_html.md
│   │   ├── separated_nested_list.html
│   │   ├── separated_nested_list.md
│   │   ├── setext_header.html
│   │   ├── setext_header.md
│   │   ├── simple_blockquote.html
│   │   ├── simple_blockquote.md
│   │   ├── simple_table.html
│   │   ├── simple_table.md
│   │   ├── span-level_html.html
│   │   ├── span-level_html.md
│   │   ├── sparse_dense_list.html
│   │   ├── sparse_dense_list.md
│   │   ├── sparse_html.html
│   │   ├── sparse_html.md
│   │   ├── sparse_list.html
│   │   ├── sparse_list.md
│   │   ├── special_characters.html
│   │   ├── special_characters.md
│   │   ├── strikethrough.html
│   │   ├── strikethrough.md
│   │   ├── strong_em.html
│   │   ├── strong_em.md
│   │   ├── tab-indented_code_block.html
│   │   ├── tab-indented_code_block.md
│   │   ├── table_inline_markdown.html
│   │   ├── table_inline_markdown.md
│   │   ├── text_reference.html
│   │   ├── text_reference.md
│   │   ├── unordered_list.html
│   │   ├── unordered_list.md
│   │   ├── untidy_table.html
│   │   ├── untidy_table.md
│   │   ├── url_autolinking.html
│   │   ├── url_autolinking.md
│   │   ├── whitespace.html
│   │   └── whitespace.md
│   ├── ParsedownTest.php
│   └── TestParsedown.php
├── gettext
│   ├── gettext
│   │   ├── CHANGELOG.md
│   │   ├── composer.json
│   │   ├── CONTRIBUTING.md
│   │   ├── LICENSE
│   │   ├── phpcs.xml
│   │   ├── README.md
│   │   └── src
│   │   ├── autoloader.php
│   │   ├── BaseTranslator.php
│   │   ├── Extractors
│   │   │   ├── Blade.php
│   │   │   ├── CsvDictionary.php
│   │   │   ├── Csv.php
│   │   │   ├── ExtractorInterface.php
│   │   │   ├── Extractor.php
│   │   │   ├── Jed.php
│   │   │   ├── JsCode.php
│   │   │   ├── JsonDictionary.php
│   │   │   ├── Json.php
│   │   │   ├── Mo.php
│   │   │   ├── PhpArray.php
│   │   │   ├── PhpCode.php
│   │   │   ├── Po.php
│   │   │   ├── Twig.php
│   │   │   ├── Xliff.php
│   │   │   ├── YamlDictionary.php
│   │   │   └── Yaml.php
│   │   ├── Generators
│   │   │   ├── CsvDictionary.php
│   │   │   ├── Csv.php
│   │   │   ├── GeneratorInterface.php
│   │   │   ├── Generator.php
│   │   │   ├── Jed.php
│   │   │   ├── JsonDictionary.php
│   │   │   ├── Json.php
│   │   │   ├── Mo.php
│   │   │   ├── PhpArray.php
│   │   │   ├── Po.php
│   │   │   ├── Xliff.php
│   │   │   ├── YamlDictionary.php
│   │   │   └── Yaml.php
│   │   ├── GettextTranslator.php
│   │   ├── Merge.php
│   │   ├── Translation.php
│   │   ├── Translations.php
│   │   ├── translator_functions.php
│   │   ├── TranslatorInterface.php
│   │   ├── Translator.php
│   │   └── Utils
│   │   ├── CsvTrait.php
│   │   ├── DictionaryTrait.php
│   │   ├── FunctionsScanner.php
│   │   ├── HeadersExtractorTrait.php
│   │   ├── HeadersGeneratorTrait.php
│   │   ├── JsFunctionsScanner.php
│   │   ├── MultidimensionalArrayTrait.php
│   │   ├── ParsedFunction.php
│   │   ├── PhpFunctionsScanner.php
│   │   └── StringReader.php
│   └── languages
│   ├── bin
│   │   ├── export-plural-rules
│   │   ├── export-plural-rules.bat
│   │   └── export-plural-rules.php
│   ├── composer.json
│   ├── LICENSE
│   ├── src
│   │   ├── autoloader.php
│   │   ├── Category.php
│   │   ├── cldr-data
│   │   │   ├── main
│   │   │   │   └── en-US
│   │   │   │   ├── languages.json
│   │   │   │   ├── scripts.json
│   │   │   │   └── territories.json
│   │   │   └── supplemental
│   │   │   └── plurals.json
│   │   ├── CldrData.php
│   │   ├── Exporter
│   │   │   ├── Docs.php
│   │   │   ├── Exporter.php
│   │   │   ├── Html.php
│   │   │   ├── Json.php
│   │   │   ├── Php.php
│   │   │   ├── Po.php
│   │   │   ├── Prettyjson.php
│   │   │   └── Xml.php
│   │   ├── FormulaConverter.php
│   │   └── Language.php
│   └── UNICODE-LICENSE.txt
├── katzgrau
│   └── klogger
│   ├── composer.json
│   ├── phpunit.xml
│   ├── README.markdown
│   ├── src
│   │   └── Logger.php
│   └── tests
│   ├── LoggerTest.php
│   └── logs
├── nikic
│   └── fast-route
│   ├── composer.json
│   ├── FastRoute.hhi
│   ├── LICENSE
│   ├── phpunit.xml
│   ├── README.md
│   ├── src
│   │   ├── BadRouteException.php
│   │   ├── bootstrap.php
│   │   ├── DataGenerator
│   │   │   ├── CharCountBased.php
│   │   │   ├── GroupCountBased.php
│   │   │   ├── GroupPosBased.php
│   │   │   ├── MarkBased.php
│   │   │   └── RegexBasedAbstract.php
│   │   ├── DataGenerator.php
│   │   ├── Dispatcher
│   │   │   ├── CharCountBased.php
│   │   │   ├── GroupCountBased.php
│   │   │   ├── GroupPosBased.php
│   │   │   ├── MarkBased.php
│   │   │   └── RegexBasedAbstract.php
│   │   ├── Dispatcher.php
│   │   ├── functions.php
│   │   ├── RouteCollector.php
│   │   ├── RouteParser
│   │   │   └── Std.php
│   │   ├── RouteParser.php
│   │   └── Route.php
│   └── test
│   ├── bootstrap.php
│   ├── Dispatcher
│   │   ├── CharCountBasedTest.php
│   │   ├── DispatcherTest.php
│   │   ├── GroupCountBasedTest.php
│   │   ├── GroupPosBasedTest.php
│   │   └── MarkBasedTest.php
│   ├── HackTypechecker
│   │   ├── fixtures
│   │   │   ├── all_options.php
│   │   │   ├── empty_options.php
│   │   │   └── no_options.php
│   │   └── HackTypecheckerTest.php
│   ├── RouteCollectorTest.php
│   └── RouteParser
│   └── StdTest.php
├── pimple
│   └── pimple
│   ├── CHANGELOG
│   ├── composer.json
│   ├── ext
│   │   └── pimple
│   │   ├── config.m4
│   │   ├── config.w32
│   │   ├── php_pimple.h
│   │   ├── pimple.c
│   │   ├── pimple_compat.h
│   │   ├── README.md
│   │   └── tests
│   │   ├── 001.phpt
│   │   ├── 002.phpt
│   │   ├── 003.phpt
│   │   ├── 004.phpt
│   │   ├── 005.phpt
│   │   ├── 006.phpt
│   │   ├── 007.phpt
│   │   ├── 008.phpt
│   │   ├── 009.phpt
│   │   ├── 010.phpt
│   │   ├── 011.phpt
│   │   ├── 012.phpt
│   │   ├── 013.phpt
│   │   ├── 014.phpt
│   │   ├── 015.phpt
│   │   ├── 016.phpt
│   │   ├── 017_1.phpt
│   │   ├── 017.phpt
│   │   ├── 018.phpt
│   │   ├── 019.phpt
│   │   ├── bench.phpb
│   │   └── bench_shared.phpb
│   ├── LICENSE
│   ├── phpunit.xml.dist
│   ├── README.rst
│   └── src
│   └── Pimple
│   ├── Container.php
│   ├── Exception
│   │   ├── ExpectedInvokableException.php
│   │   ├── FrozenServiceException.php
│   │   ├── InvalidServiceIdentifierException.php
│   │   └── UnknownIdentifierException.php
│   ├── Psr11
│   │   ├── Container.php
│   │   └── ServiceLocator.php
│   ├── ServiceIterator.php
│   ├── ServiceProviderInterface.php
│   └── Tests
│   ├── Fixtures
│   │   ├── Invokable.php
│   │   ├── NonInvokable.php
│   │   ├── PimpleServiceProvider.php
│   │   └── Service.php
│   ├── PimpleServiceProviderInterfaceTest.php
│   ├── PimpleTest.php
│   ├── Psr11
│   │   ├── ContainerTest.php
│   │   └── ServiceLocatorTest.php
│   └── ServiceIteratorTest.php
├── psr
│   ├── container
│   │   ├── composer.json
│   │   ├── LICENSE
│   │   ├── README.md
│   │   └── src
│   │   ├── ContainerExceptionInterface.php
│   │   ├── ContainerInterface.php
│   │   └── NotFoundExceptionInterface.php
│   ├── http-message
│   │   ├── CHANGELOG.md
│   │   ├── composer.json
│   │   ├── LICENSE
│   │   ├── README.md
│   │   └── src
│   │   ├── MessageInterface.php
│   │   ├── RequestInterface.php
│   │   ├── ResponseInterface.php
│   │   ├── ServerRequestInterface.php
│   │   ├── StreamInterface.php
│   │   ├── UploadedFileInterface.php
│   │   └── UriInterface.php
│   └── log
│   ├── composer.json
│   ├── LICENSE
│   ├── Psr
│   │   └── Log
│   │   ├── AbstractLogger.php
│   │   ├── InvalidArgumentException.php
│   │   ├── LoggerAwareInterface.php
│   │   ├── LoggerAwareTrait.php
│   │   ├── LoggerInterface.php
│   │   ├── LoggerTrait.php
│   │   ├── LogLevel.php
│   │   ├── NullLogger.php
│   │   └── Test
│   │   └── LoggerInterfaceTest.php
│   └── README.md
├── pubsubhubbub
│   └── publisher
│   ├── composer.json
│   ├── examples
│   │   └── publisher_example.php
│   ├── library
│   │   └── Publisher.php
│   ├── LICENSE
│   └── README.md
├── shaarli
│   └── netscape-bookmark-parser
│   ├── CHANGELOG.md
│   ├── composer.json
│   ├── LICENSE
│   ├── NetscapeBookmarkParser.php
│   └── README.md
└── slim
└── slim
├── composer.json
├── LICENSE.md
└── Slim
├── App.php
├── CallableResolverAwareTrait.php
├── CallableResolver.php
├── Collection.php
├── Container.php
├── DefaultServicesProvider.php
├── DeferredCallable.php
├── Exception
│   ├── ContainerException.php
│   ├── ContainerValueNotFoundException.php
│   ├── InvalidMethodException.php
│   ├── MethodNotAllowedException.php
│   ├── NotFoundException.php
│   └── SlimException.php
├── Handlers
│   ├── AbstractError.php
│   ├── AbstractHandler.php
│   ├── Error.php
│   ├── NotAllowed.php
│   ├── NotFound.php
│   ├── PhpError.php
│   └── Strategies
│   ├── RequestResponseArgs.php
│   └── RequestResponse.php
├── Http
│   ├── Body.php
│   ├── Cookies.php
│   ├── Environment.php
│   ├── Headers.php
│   ├── Message.php
│   ├── RequestBody.php
│   ├── Request.php
│   ├── Response.php
│   ├── Stream.php
│   ├── UploadedFile.php
│   └── Uri.php
├── Interfaces
│   ├── CallableResolverInterface.php
│   ├── CollectionInterface.php
│   ├── Http
│   │   ├── CookiesInterface.php
│   │   ├── EnvironmentInterface.php
│   │   └── HeadersInterface.php
│   ├── InvocationStrategyInterface.php
│   ├── RouteGroupInterface.php
│   ├── RouteInterface.php
│   └── RouterInterface.php
├── MiddlewareAwareTrait.php
├── Routable.php
├── RouteGroup.php
├── Route.php
└── Router.php
117 directories, 601 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment